@nxtedition/types 1.2.8 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/settings.d.ts +11 -4
- package/dist/common/settings.js +467 -335
- package/dist/domains/connection.d.ts +16 -1
- package/dist/domains/publish.d.ts +183 -23
- package/dist/domains/publish.js +598 -365
- package/dist/domains/settings.js +504 -375
- package/package.json +2 -2
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.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io1(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io5(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io7(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io8(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io9(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io10(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm && "string" === typeof input.swarm.color) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io13(input.script)) && ("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 && $
|
|
3
|
+
const $io0 = input => (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io1(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io5(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io7(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io8(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io9(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io10(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm && "string" === typeof input.swarm.color) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io13(input.script)) && ("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 && $io18(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io27(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io34(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && ("boolean" === typeof input.flags.utils && "boolean" === typeof input.flags.history && "boolean" === typeof input.flags.refs && "boolean" === typeof input.flags.access && "boolean" === typeof input.flags.files && "boolean" === typeof input.flags["export"] && "boolean" === typeof input.flags.json && "boolean" === typeof input.flags.hlsjs));
|
|
4
4
|
const $io1 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io2(input.tabs);
|
|
5
5
|
const $io2 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io3(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
6
6
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
@@ -17,24 +17,25 @@ export const isSettings = input => {
|
|
|
17
17
|
const $io8 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
18
18
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
19
19
|
const $io10 = input => "boolean" === typeof input.enable && "boolean" === typeof input.show24Hours && "boolean" === typeof input.showAmPm && "boolean" === typeof input.showSeconds && "boolean" === typeof input.showDayOfWeek && "boolean" === typeof input.showDate && (undefined === input.format || "string" === typeof input.format);
|
|
20
|
-
const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview;
|
|
21
|
-
const $
|
|
22
|
-
const $io18 = input => undefined === input.
|
|
23
|
-
const $
|
|
24
|
-
const $io22 = input =>
|
|
25
|
-
const $io23 = input =>
|
|
26
|
-
const $io24 = input => (undefined === input.
|
|
27
|
-
const $io25 = input => "
|
|
28
|
-
const $io26 = input => "
|
|
29
|
-
const $io27 = input => "object" === typeof input.
|
|
30
|
-
const $io28 = input => "object" === typeof input.
|
|
31
|
-
const $
|
|
32
|
-
const $
|
|
20
|
+
const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io15(elem)));
|
|
21
|
+
const $io15 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
22
|
+
const $io18 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io19(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && ("string" === typeof input.tile.preview && "boolean" === typeof input.tile.showRenderProgress)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && ("number" === typeof input.subtitles.spacing && "number" === typeof input.subtitles.maxCharactersPerLine)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io22(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io23(input.transcribe));
|
|
23
|
+
const $io19 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
24
|
+
const $io22 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
25
|
+
const $io23 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io24(input.subtitleDisclaimer);
|
|
26
|
+
const $io24 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io25(input.defaultValue));
|
|
27
|
+
const $io25 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io26(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
28
|
+
const $io26 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
29
|
+
const $io27 = input => "object" === typeof input.assets && null !== input.assets && $io28(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io31(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
30
|
+
const $io28 = input => "object" === typeof input.story && null !== input.story && $io29(input.story);
|
|
31
|
+
const $io29 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
32
|
+
const $io31 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
|
|
33
|
+
const $io34 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
33
34
|
return "object" === typeof input && null !== input && $io0(input);
|
|
34
35
|
};
|
|
35
36
|
export const assertSettings = (input, errorFactory) => {
|
|
36
37
|
const __is = input => {
|
|
37
|
-
const $io0 = input => (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io1(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io5(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io7(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io8(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io9(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io10(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm && "string" === typeof input.swarm.color) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io13(input.script)) && ("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 && $
|
|
38
|
+
const $io0 = input => (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io1(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io5(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io7(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io8(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io9(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io10(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm && "string" === typeof input.swarm.color) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io13(input.script)) && ("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 && $io18(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io27(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io34(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && ("boolean" === typeof input.flags.utils && "boolean" === typeof input.flags.history && "boolean" === typeof input.flags.refs && "boolean" === typeof input.flags.access && "boolean" === typeof input.flags.files && "boolean" === typeof input.flags["export"] && "boolean" === typeof input.flags.json && "boolean" === typeof input.flags.hlsjs));
|
|
38
39
|
const $io1 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io2(input.tabs);
|
|
39
40
|
const $io2 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io3(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
40
41
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
@@ -51,19 +52,20 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
51
52
|
const $io8 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
52
53
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
53
54
|
const $io10 = input => "boolean" === typeof input.enable && "boolean" === typeof input.show24Hours && "boolean" === typeof input.showAmPm && "boolean" === typeof input.showSeconds && "boolean" === typeof input.showDayOfWeek && "boolean" === typeof input.showDate && (undefined === input.format || "string" === typeof input.format);
|
|
54
|
-
const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview;
|
|
55
|
-
const $
|
|
56
|
-
const $io18 = input => undefined === input.
|
|
57
|
-
const $
|
|
58
|
-
const $io22 = input =>
|
|
59
|
-
const $io23 = input =>
|
|
60
|
-
const $io24 = input => (undefined === input.
|
|
61
|
-
const $io25 = input => "
|
|
62
|
-
const $io26 = input => "
|
|
63
|
-
const $io27 = input => "object" === typeof input.
|
|
64
|
-
const $io28 = input => "object" === typeof input.
|
|
65
|
-
const $
|
|
66
|
-
const $
|
|
55
|
+
const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io15(elem)));
|
|
56
|
+
const $io15 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
57
|
+
const $io18 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io19(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && ("string" === typeof input.tile.preview && "boolean" === typeof input.tile.showRenderProgress)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && ("number" === typeof input.subtitles.spacing && "number" === typeof input.subtitles.maxCharactersPerLine)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io22(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io23(input.transcribe));
|
|
58
|
+
const $io19 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
59
|
+
const $io22 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
60
|
+
const $io23 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io24(input.subtitleDisclaimer);
|
|
61
|
+
const $io24 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io25(input.defaultValue));
|
|
62
|
+
const $io25 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io26(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
63
|
+
const $io26 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
64
|
+
const $io27 = input => "object" === typeof input.assets && null !== input.assets && $io28(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io31(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
65
|
+
const $io28 = input => "object" === typeof input.story && null !== input.story && $io29(input.story);
|
|
66
|
+
const $io29 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
67
|
+
const $io31 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
|
|
68
|
+
const $io34 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
67
69
|
return "object" === typeof input && null !== input && $io0(input);
|
|
68
70
|
};
|
|
69
71
|
if (false === __is(input))
|
|
@@ -146,7 +148,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
146
148
|
path: _path + ".rundown",
|
|
147
149
|
expected: "__type.o11",
|
|
148
150
|
value: input.rundown
|
|
149
|
-
}, errorFactory)) && $
|
|
151
|
+
}, errorFactory)) && $ao16(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
|
|
150
152
|
path: _path + ".rundown",
|
|
151
153
|
expected: "__type.o11",
|
|
152
154
|
value: input.rundown
|
|
@@ -154,7 +156,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
154
156
|
path: _path + ".gallery",
|
|
155
157
|
expected: "__type.o12",
|
|
156
158
|
value: input.gallery
|
|
157
|
-
}, errorFactory)) && $
|
|
159
|
+
}, errorFactory)) && $ao17(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
|
|
158
160
|
path: _path + ".gallery",
|
|
159
161
|
expected: "__type.o12",
|
|
160
162
|
value: input.gallery
|
|
@@ -166,7 +168,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
166
168
|
path: _path + ".media",
|
|
167
169
|
expected: "__type.o13",
|
|
168
170
|
value: input.media
|
|
169
|
-
}, errorFactory)) && $
|
|
171
|
+
}, errorFactory)) && $ao18(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
|
|
170
172
|
path: _path + ".media",
|
|
171
173
|
expected: "__type.o13",
|
|
172
174
|
value: input.media
|
|
@@ -186,7 +188,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
186
188
|
path: _path + ".storyboard",
|
|
187
189
|
expected: "__type.o22",
|
|
188
190
|
value: input.storyboard
|
|
189
|
-
}, errorFactory)) && $
|
|
191
|
+
}, errorFactory)) && $ao27(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
190
192
|
path: _path + ".storyboard",
|
|
191
193
|
expected: "__type.o22",
|
|
192
194
|
value: input.storyboard
|
|
@@ -194,7 +196,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
194
196
|
path: _path + ".plugins",
|
|
195
197
|
expected: "__type.o29",
|
|
196
198
|
value: input.plugins
|
|
197
|
-
}, errorFactory)) && $
|
|
199
|
+
}, errorFactory)) && $ao34(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
198
200
|
path: _path + ".plugins",
|
|
199
201
|
expected: "__type.o29",
|
|
200
202
|
value: input.plugins
|
|
@@ -210,7 +212,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
210
212
|
path: _path + ".flags",
|
|
211
213
|
expected: "__type.o31",
|
|
212
214
|
value: input.flags
|
|
213
|
-
}, errorFactory)) && $
|
|
215
|
+
}, errorFactory)) && $ao36(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
214
216
|
path: _path + ".flags",
|
|
215
217
|
expected: "__type.o31",
|
|
216
218
|
value: input.flags
|
|
@@ -366,7 +368,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
366
368
|
expected: "number",
|
|
367
369
|
value: input.maxTabs
|
|
368
370
|
}, errorFactory));
|
|
369
|
-
const $ao13 = (input, _path, _exceptionable = true) => ("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
|
|
371
|
+
const $ao13 = (input, _path, _exceptionable = true) => (("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
|
|
370
372
|
path: _path + ".createMenu",
|
|
371
373
|
expected: "__type.o10",
|
|
372
374
|
value: input.createMenu
|
|
@@ -374,27 +376,60 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
374
376
|
path: _path + ".createMenu",
|
|
375
377
|
expected: "__type.o10",
|
|
376
378
|
value: input.createMenu
|
|
377
|
-
}, errorFactory)
|
|
379
|
+
}, errorFactory)) && ((Array.isArray(input.colorTags) || $guard(_exceptionable, {
|
|
380
|
+
path: _path + ".colorTags",
|
|
381
|
+
expected: "Array<PromotedTag>",
|
|
382
|
+
value: input.colorTags
|
|
383
|
+
}, errorFactory)) && input.colorTags.every((elem, _index6) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
384
|
+
path: _path + ".colorTags[" + _index6 + "]",
|
|
385
|
+
expected: "PromotedTag",
|
|
386
|
+
value: elem
|
|
387
|
+
}, errorFactory)) && $ao15(elem, _path + ".colorTags[" + _index6 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
388
|
+
path: _path + ".colorTags[" + _index6 + "]",
|
|
389
|
+
expected: "PromotedTag",
|
|
390
|
+
value: elem
|
|
391
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
392
|
+
path: _path + ".colorTags",
|
|
393
|
+
expected: "Array<PromotedTag>",
|
|
394
|
+
value: input.colorTags
|
|
395
|
+
}, errorFactory));
|
|
378
396
|
const $ao14 = (input, _path, _exceptionable = true) => "boolean" === typeof input.showPreview || $guard(_exceptionable, {
|
|
379
397
|
path: _path + ".showPreview",
|
|
380
398
|
expected: "boolean",
|
|
381
399
|
value: input.showPreview
|
|
382
400
|
}, errorFactory);
|
|
383
|
-
const $ao15 = (input, _path, _exceptionable = true) => "
|
|
401
|
+
const $ao15 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || $guard(_exceptionable, {
|
|
402
|
+
path: _path + ".name",
|
|
403
|
+
expected: "(null | string)",
|
|
404
|
+
value: input.name
|
|
405
|
+
}, errorFactory)) && (null === input.icon || "string" === typeof input.icon || $guard(_exceptionable, {
|
|
406
|
+
path: _path + ".icon",
|
|
407
|
+
expected: "(null | string)",
|
|
408
|
+
value: input.icon
|
|
409
|
+
}, errorFactory)) && (null === input.color || "string" === typeof input.color || $guard(_exceptionable, {
|
|
410
|
+
path: _path + ".color",
|
|
411
|
+
expected: "(null | string)",
|
|
412
|
+
value: input.color
|
|
413
|
+
}, errorFactory)) && (null === input.description || "string" === typeof input.description || $guard(_exceptionable, {
|
|
414
|
+
path: _path + ".description",
|
|
415
|
+
expected: "(null | string)",
|
|
416
|
+
value: input.description
|
|
417
|
+
}, errorFactory));
|
|
418
|
+
const $ao16 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
|
|
384
419
|
path: _path + ".eventThumbnails",
|
|
385
420
|
expected: "boolean",
|
|
386
421
|
value: input.eventThumbnails
|
|
387
422
|
}, errorFactory);
|
|
388
|
-
const $
|
|
423
|
+
const $ao17 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
|
|
389
424
|
path: _path + ".dimOnBlur",
|
|
390
425
|
expected: "boolean",
|
|
391
426
|
value: input.dimOnBlur
|
|
392
427
|
}, errorFactory);
|
|
393
|
-
const $
|
|
428
|
+
const $ao18 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
394
429
|
path: _path + ".guide",
|
|
395
430
|
expected: "(__type.o14 | undefined)",
|
|
396
431
|
value: input.guide
|
|
397
|
-
}, errorFactory)) && $
|
|
432
|
+
}, errorFactory)) && $ao19(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
|
|
398
433
|
path: _path + ".guide",
|
|
399
434
|
expected: "(__type.o14 | undefined)",
|
|
400
435
|
value: input.guide
|
|
@@ -414,7 +449,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
414
449
|
path: _path + ".tile",
|
|
415
450
|
expected: "__type.o15",
|
|
416
451
|
value: input.tile
|
|
417
|
-
}, errorFactory)) && $
|
|
452
|
+
}, errorFactory)) && $ao20(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
|
|
418
453
|
path: _path + ".tile",
|
|
419
454
|
expected: "__type.o15",
|
|
420
455
|
value: input.tile
|
|
@@ -442,8 +477,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
442
477
|
path: _path + ".playbackRates",
|
|
443
478
|
expected: "Array<number>",
|
|
444
479
|
value: input.playbackRates
|
|
445
|
-
}, errorFactory)) && input.playbackRates.every((elem,
|
|
446
|
-
path: _path + ".playbackRates[" +
|
|
480
|
+
}, errorFactory)) && input.playbackRates.every((elem, _index7) => "number" === typeof elem || $guard(_exceptionable, {
|
|
481
|
+
path: _path + ".playbackRates[" + _index7 + "]",
|
|
447
482
|
expected: "number",
|
|
448
483
|
value: elem
|
|
449
484
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -454,7 +489,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
454
489
|
path: _path + ".subtitles",
|
|
455
490
|
expected: "__type.o16",
|
|
456
491
|
value: input.subtitles
|
|
457
|
-
}, errorFactory)) && $
|
|
492
|
+
}, errorFactory)) && $ao21(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
|
|
458
493
|
path: _path + ".subtitles",
|
|
459
494
|
expected: "__type.o16",
|
|
460
495
|
value: input.subtitles
|
|
@@ -470,12 +505,12 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
470
505
|
path: _path + ".guides",
|
|
471
506
|
expected: "Array<__type>",
|
|
472
507
|
value: input.guides
|
|
473
|
-
}, errorFactory)) && input.guides.every((elem,
|
|
474
|
-
path: _path + ".guides[" +
|
|
508
|
+
}, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
509
|
+
path: _path + ".guides[" + _index8 + "]",
|
|
475
510
|
expected: "__type.o17",
|
|
476
511
|
value: elem
|
|
477
|
-
}, errorFactory)) && $
|
|
478
|
-
path: _path + ".guides[" +
|
|
512
|
+
}, errorFactory)) && $ao22(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
513
|
+
path: _path + ".guides[" + _index8 + "]",
|
|
479
514
|
expected: "__type.o17",
|
|
480
515
|
value: elem
|
|
481
516
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -490,17 +525,17 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
490
525
|
path: _path + ".transcribe",
|
|
491
526
|
expected: "(__type.o18 | undefined)",
|
|
492
527
|
value: input.transcribe
|
|
493
|
-
}, errorFactory)) && $
|
|
528
|
+
}, errorFactory)) && $ao23(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
494
529
|
path: _path + ".transcribe",
|
|
495
530
|
expected: "(__type.o18 | undefined)",
|
|
496
531
|
value: input.transcribe
|
|
497
532
|
}, errorFactory));
|
|
498
|
-
const $
|
|
533
|
+
const $ao19 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
499
534
|
path: _path + ".mask",
|
|
500
535
|
expected: "(boolean | undefined)",
|
|
501
536
|
value: input.mask
|
|
502
537
|
}, errorFactory);
|
|
503
|
-
const $
|
|
538
|
+
const $ao20 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
|
|
504
539
|
path: _path + ".preview",
|
|
505
540
|
expected: "string",
|
|
506
541
|
value: input.preview
|
|
@@ -509,7 +544,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
509
544
|
expected: "boolean",
|
|
510
545
|
value: input.showRenderProgress
|
|
511
546
|
}, errorFactory));
|
|
512
|
-
const $
|
|
547
|
+
const $ao21 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing || $guard(_exceptionable, {
|
|
513
548
|
path: _path + ".spacing",
|
|
514
549
|
expected: "number",
|
|
515
550
|
value: input.spacing
|
|
@@ -518,7 +553,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
518
553
|
expected: "number",
|
|
519
554
|
value: input.maxCharactersPerLine
|
|
520
555
|
}, errorFactory));
|
|
521
|
-
const $
|
|
556
|
+
const $ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
|
|
522
557
|
path: _path + ".label",
|
|
523
558
|
expected: "string",
|
|
524
559
|
value: input.label
|
|
@@ -527,16 +562,16 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
527
562
|
expected: "string",
|
|
528
563
|
value: input.aspectRatio
|
|
529
564
|
}, errorFactory));
|
|
530
|
-
const $
|
|
565
|
+
const $ao23 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
531
566
|
path: _path + ".subtitleDisclaimer",
|
|
532
567
|
expected: "(__type.o19 | undefined)",
|
|
533
568
|
value: input.subtitleDisclaimer
|
|
534
|
-
}, errorFactory)) && $
|
|
569
|
+
}, errorFactory)) && $ao24(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
535
570
|
path: _path + ".subtitleDisclaimer",
|
|
536
571
|
expected: "(__type.o19 | undefined)",
|
|
537
572
|
value: input.subtitleDisclaimer
|
|
538
573
|
}, errorFactory);
|
|
539
|
-
const $
|
|
574
|
+
const $ao24 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
540
575
|
path: _path + ".isUserConfigurable",
|
|
541
576
|
expected: "(boolean | undefined)",
|
|
542
577
|
value: input.isUserConfigurable
|
|
@@ -544,12 +579,12 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
544
579
|
path: _path + ".defaultValue",
|
|
545
580
|
expected: "(__type.o20 | undefined)",
|
|
546
581
|
value: input.defaultValue
|
|
547
|
-
}, errorFactory)) && $
|
|
582
|
+
}, errorFactory)) && $ao25(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
548
583
|
path: _path + ".defaultValue",
|
|
549
584
|
expected: "(__type.o20 | undefined)",
|
|
550
585
|
value: input.defaultValue
|
|
551
586
|
}, errorFactory));
|
|
552
|
-
const $
|
|
587
|
+
const $ao25 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
553
588
|
path: _path + ".enabled",
|
|
554
589
|
expected: "(false | undefined)",
|
|
555
590
|
value: input.enabled
|
|
@@ -557,12 +592,12 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
557
592
|
path: _path + ".text",
|
|
558
593
|
expected: "(Array<__type>.o1 | undefined)",
|
|
559
594
|
value: input.text
|
|
560
|
-
}, errorFactory)) && input.text.every((elem,
|
|
561
|
-
path: _path + ".text[" +
|
|
595
|
+
}, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
596
|
+
path: _path + ".text[" + _index9 + "]",
|
|
562
597
|
expected: "__type.o21",
|
|
563
598
|
value: elem
|
|
564
|
-
}, errorFactory)) && $
|
|
565
|
-
path: _path + ".text[" +
|
|
599
|
+
}, errorFactory)) && $ao26(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
600
|
+
path: _path + ".text[" + _index9 + "]",
|
|
566
601
|
expected: "__type.o21",
|
|
567
602
|
value: elem
|
|
568
603
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -578,7 +613,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
578
613
|
expected: "(number | undefined)",
|
|
579
614
|
value: input.duration
|
|
580
615
|
}, errorFactory));
|
|
581
|
-
const $
|
|
616
|
+
const $ao26 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
582
617
|
path: _path + ".language",
|
|
583
618
|
expected: "string",
|
|
584
619
|
value: input.language
|
|
@@ -587,11 +622,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
587
622
|
expected: "string",
|
|
588
623
|
value: input.value
|
|
589
624
|
}, errorFactory));
|
|
590
|
-
const $
|
|
625
|
+
const $ao27 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
591
626
|
path: _path + ".assets",
|
|
592
627
|
expected: "__type.o23",
|
|
593
628
|
value: input.assets
|
|
594
|
-
}, errorFactory)) && $
|
|
629
|
+
}, errorFactory)) && $ao28(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
595
630
|
path: _path + ".assets",
|
|
596
631
|
expected: "__type.o23",
|
|
597
632
|
value: input.assets
|
|
@@ -599,7 +634,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
599
634
|
path: _path + ".pipeline",
|
|
600
635
|
expected: "__type.o26",
|
|
601
636
|
value: input.pipeline
|
|
602
|
-
}, errorFactory)) && $
|
|
637
|
+
}, errorFactory)) && $ao31(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
603
638
|
path: _path + ".pipeline",
|
|
604
639
|
expected: "__type.o26",
|
|
605
640
|
value: input.pipeline
|
|
@@ -607,30 +642,30 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
607
642
|
path: _path + ".item",
|
|
608
643
|
expected: "__type.o28",
|
|
609
644
|
value: input.item
|
|
610
|
-
}, errorFactory)) && $
|
|
645
|
+
}, errorFactory)) && $ao33(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
611
646
|
path: _path + ".item",
|
|
612
647
|
expected: "__type.o28",
|
|
613
648
|
value: input.item
|
|
614
649
|
}, errorFactory));
|
|
615
|
-
const $
|
|
650
|
+
const $ao28 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
616
651
|
path: _path + ".story",
|
|
617
652
|
expected: "__type.o24",
|
|
618
653
|
value: input.story
|
|
619
|
-
}, errorFactory)) && $
|
|
654
|
+
}, errorFactory)) && $ao29(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
620
655
|
path: _path + ".story",
|
|
621
656
|
expected: "__type.o24",
|
|
622
657
|
value: input.story
|
|
623
658
|
}, errorFactory);
|
|
624
|
-
const $
|
|
659
|
+
const $ao29 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
625
660
|
path: _path + ".excerpt",
|
|
626
661
|
expected: "__type.o25",
|
|
627
662
|
value: input.excerpt
|
|
628
|
-
}, errorFactory)) && $
|
|
663
|
+
}, errorFactory)) && $ao30(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
629
664
|
path: _path + ".excerpt",
|
|
630
665
|
expected: "__type.o25",
|
|
631
666
|
value: input.excerpt
|
|
632
667
|
}, errorFactory);
|
|
633
|
-
const $
|
|
668
|
+
const $ao30 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
634
669
|
path: _path + ".maxLines",
|
|
635
670
|
expected: "number",
|
|
636
671
|
value: input.maxLines
|
|
@@ -639,40 +674,40 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
639
674
|
expected: "string",
|
|
640
675
|
value: input.mode
|
|
641
676
|
}, errorFactory));
|
|
642
|
-
const $
|
|
677
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
643
678
|
path: _path + ".search",
|
|
644
679
|
expected: "__type.o27",
|
|
645
680
|
value: input.search
|
|
646
|
-
}, errorFactory)) && $
|
|
681
|
+
}, errorFactory)) && $ao32(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
647
682
|
path: _path + ".search",
|
|
648
683
|
expected: "__type.o27",
|
|
649
684
|
value: input.search
|
|
650
685
|
}, errorFactory);
|
|
651
|
-
const $
|
|
686
|
+
const $ao32 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
652
687
|
path: _path + ".maxItemsDisplayed",
|
|
653
688
|
expected: "number",
|
|
654
689
|
value: input.maxItemsDisplayed
|
|
655
690
|
}, errorFactory);
|
|
656
|
-
const $
|
|
691
|
+
const $ao33 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
657
692
|
path: _path + ".maxHeight",
|
|
658
693
|
expected: "number",
|
|
659
694
|
value: input.maxHeight
|
|
660
695
|
}, errorFactory);
|
|
661
|
-
const $
|
|
696
|
+
const $ao34 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
662
697
|
path: _path + ".adobe",
|
|
663
698
|
expected: "__type.o30",
|
|
664
699
|
value: input.adobe
|
|
665
|
-
}, errorFactory)) && $
|
|
700
|
+
}, errorFactory)) && $ao35(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
666
701
|
path: _path + ".adobe",
|
|
667
702
|
expected: "__type.o30",
|
|
668
703
|
value: input.adobe
|
|
669
704
|
}, errorFactory);
|
|
670
|
-
const $
|
|
705
|
+
const $ao35 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
671
706
|
path: _path + ".useProxies",
|
|
672
707
|
expected: "boolean",
|
|
673
708
|
value: input.useProxies
|
|
674
709
|
}, errorFactory);
|
|
675
|
-
const $
|
|
710
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
676
711
|
path: _path + ".utils",
|
|
677
712
|
expected: "boolean",
|
|
678
713
|
value: input.utils
|
|
@@ -733,20 +768,20 @@ export const randomSettings = generator => {
|
|
|
733
768
|
swarm: $ro11(_recursive, _recursive ? 1 + _depth : _depth),
|
|
734
769
|
dashboard: $ro12(_recursive, _recursive ? 1 + _depth : _depth),
|
|
735
770
|
script: $ro13(_recursive, _recursive ? 1 + _depth : _depth),
|
|
736
|
-
rundown: $
|
|
737
|
-
gallery: $
|
|
771
|
+
rundown: $ro16(_recursive, _recursive ? 1 + _depth : _depth),
|
|
772
|
+
gallery: $ro17(_recursive, _recursive ? 1 + _depth : _depth),
|
|
738
773
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
739
774
|
keymap: "any type used...",
|
|
740
|
-
media: $
|
|
775
|
+
media: $ro18(_recursive, _recursive ? 1 + _depth : _depth),
|
|
741
776
|
predefinedTags: $pick([
|
|
742
777
|
() => undefined,
|
|
743
778
|
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
744
779
|
])(),
|
|
745
|
-
storyboard: $
|
|
746
|
-
plugins: $
|
|
780
|
+
storyboard: $ro27(_recursive, _recursive ? 1 + _depth : _depth),
|
|
781
|
+
plugins: $ro34(_recursive, _recursive ? 1 + _depth : _depth),
|
|
747
782
|
crashScreen: (generator?.boolean ?? $generator.boolean)(),
|
|
748
783
|
debug: (generator?.boolean ?? $generator.boolean)(),
|
|
749
|
-
flags: $
|
|
784
|
+
flags: $ro36(_recursive, _recursive ? 1 + _depth : _depth)
|
|
750
785
|
});
|
|
751
786
|
const $ro1 = (_recursive = false, _depth = 0) => ({
|
|
752
787
|
tabs: $pick([
|
|
@@ -809,87 +844,106 @@ export const randomSettings = generator => {
|
|
|
809
844
|
maxTabs: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
810
845
|
});
|
|
811
846
|
const $ro13 = (_recursive = false, _depth = 0) => ({
|
|
812
|
-
createMenu: $ro14(_recursive, _recursive ? 1 + _depth : _depth)
|
|
847
|
+
createMenu: $ro14(_recursive, _recursive ? 1 + _depth : _depth),
|
|
848
|
+
colorTags: (generator?.array ?? $generator.array)(() => $ro15(_recursive, _recursive ? 1 + _depth : _depth))
|
|
813
849
|
});
|
|
814
850
|
const $ro14 = (_recursive = false, _depth = 0) => ({
|
|
815
851
|
showPreview: (generator?.boolean ?? $generator.boolean)()
|
|
816
852
|
});
|
|
817
853
|
const $ro15 = (_recursive = false, _depth = 0) => ({
|
|
818
|
-
|
|
854
|
+
name: $pick([
|
|
855
|
+
() => null,
|
|
856
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
857
|
+
])(),
|
|
858
|
+
icon: $pick([
|
|
859
|
+
() => null,
|
|
860
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
861
|
+
])(),
|
|
862
|
+
color: $pick([
|
|
863
|
+
() => null,
|
|
864
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
865
|
+
])(),
|
|
866
|
+
description: $pick([
|
|
867
|
+
() => null,
|
|
868
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
869
|
+
])()
|
|
819
870
|
});
|
|
820
871
|
const $ro16 = (_recursive = false, _depth = 0) => ({
|
|
821
|
-
|
|
872
|
+
eventThumbnails: (generator?.boolean ?? $generator.boolean)()
|
|
822
873
|
});
|
|
823
874
|
const $ro17 = (_recursive = false, _depth = 0) => ({
|
|
875
|
+
dimOnBlur: (generator?.boolean ?? $generator.boolean)()
|
|
876
|
+
});
|
|
877
|
+
const $ro18 = (_recursive = false, _depth = 0) => ({
|
|
824
878
|
guide: $pick([
|
|
825
879
|
() => undefined,
|
|
826
|
-
() => $
|
|
880
|
+
() => $ro19(_recursive, _recursive ? 1 + _depth : _depth)
|
|
827
881
|
])(),
|
|
828
882
|
stepManyFrames: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
829
883
|
liveZoomDuration: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
830
884
|
importTitleTemplate: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
831
|
-
tile: $
|
|
885
|
+
tile: $ro20(_recursive, _recursive ? 1 + _depth : _depth),
|
|
832
886
|
timecodeReference: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
833
887
|
maxSubclipDuration: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
834
888
|
rewindStep: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
835
889
|
forwardStep: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
836
890
|
interlacedPlayback: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
837
891
|
playbackRates: (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)),
|
|
838
|
-
subtitles: $
|
|
892
|
+
subtitles: $ro21(_recursive, _recursive ? 1 + _depth : _depth),
|
|
839
893
|
subtitleTemplateId: $pick([
|
|
840
894
|
() => undefined,
|
|
841
895
|
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
842
896
|
])(),
|
|
843
897
|
initialVolume: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
844
|
-
guides: (generator?.array ?? $generator.array)(() => $
|
|
898
|
+
guides: (generator?.array ?? $generator.array)(() => $ro22(_recursive, _recursive ? 1 + _depth : _depth)),
|
|
845
899
|
download: (generator?.boolean ?? $generator.boolean)(),
|
|
846
900
|
transcribe: $pick([
|
|
847
901
|
() => undefined,
|
|
848
|
-
() => $
|
|
902
|
+
() => $ro23(_recursive, _recursive ? 1 + _depth : _depth)
|
|
849
903
|
])()
|
|
850
904
|
});
|
|
851
|
-
const $
|
|
905
|
+
const $ro19 = (_recursive = false, _depth = 0) => ({
|
|
852
906
|
mask: $pick([
|
|
853
907
|
() => undefined,
|
|
854
908
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
855
909
|
])()
|
|
856
910
|
});
|
|
857
|
-
const $
|
|
911
|
+
const $ro20 = (_recursive = false, _depth = 0) => ({
|
|
858
912
|
preview: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
859
913
|
showRenderProgress: (generator?.boolean ?? $generator.boolean)()
|
|
860
914
|
});
|
|
861
|
-
const $
|
|
915
|
+
const $ro21 = (_recursive = false, _depth = 0) => ({
|
|
862
916
|
spacing: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
863
917
|
maxCharactersPerLine: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
864
918
|
});
|
|
865
|
-
const $
|
|
919
|
+
const $ro22 = (_recursive = false, _depth = 0) => ({
|
|
866
920
|
label: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
867
921
|
aspectRatio: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
868
922
|
});
|
|
869
|
-
const $
|
|
923
|
+
const $ro23 = (_recursive = false, _depth = 0) => ({
|
|
870
924
|
subtitleDisclaimer: $pick([
|
|
871
925
|
() => undefined,
|
|
872
|
-
() => $
|
|
926
|
+
() => $ro24(_recursive, _recursive ? 1 + _depth : _depth)
|
|
873
927
|
])()
|
|
874
928
|
});
|
|
875
|
-
const $
|
|
929
|
+
const $ro24 = (_recursive = false, _depth = 0) => ({
|
|
876
930
|
isUserConfigurable: $pick([
|
|
877
931
|
() => undefined,
|
|
878
932
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
879
933
|
])(),
|
|
880
934
|
defaultValue: $pick([
|
|
881
935
|
() => undefined,
|
|
882
|
-
() => $
|
|
936
|
+
() => $ro25(_recursive, _recursive ? 1 + _depth : _depth)
|
|
883
937
|
])()
|
|
884
938
|
});
|
|
885
|
-
const $
|
|
939
|
+
const $ro25 = (_recursive = false, _depth = 0) => ({
|
|
886
940
|
enabled: $pick([
|
|
887
941
|
() => undefined,
|
|
888
942
|
() => false
|
|
889
943
|
])(),
|
|
890
944
|
text: $pick([
|
|
891
945
|
() => undefined,
|
|
892
|
-
() => (generator?.array ?? $generator.array)(() => $
|
|
946
|
+
() => (generator?.array ?? $generator.array)(() => $ro26(_recursive, _recursive ? 1 + _depth : _depth))
|
|
893
947
|
])(),
|
|
894
948
|
offset: $pick([
|
|
895
949
|
() => undefined,
|
|
@@ -900,41 +954,41 @@ export const randomSettings = generator => {
|
|
|
900
954
|
() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
901
955
|
])()
|
|
902
956
|
});
|
|
903
|
-
const $
|
|
957
|
+
const $ro26 = (_recursive = false, _depth = 0) => ({
|
|
904
958
|
language: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
905
959
|
value: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
906
960
|
});
|
|
907
|
-
const $ro26 = (_recursive = false, _depth = 0) => ({
|
|
908
|
-
assets: $ro27(_recursive, _recursive ? 1 + _depth : _depth),
|
|
909
|
-
pipeline: $ro30(_recursive, _recursive ? 1 + _depth : _depth),
|
|
910
|
-
item: $ro32(_recursive, _recursive ? 1 + _depth : _depth)
|
|
911
|
-
});
|
|
912
961
|
const $ro27 = (_recursive = false, _depth = 0) => ({
|
|
913
|
-
|
|
962
|
+
assets: $ro28(_recursive, _recursive ? 1 + _depth : _depth),
|
|
963
|
+
pipeline: $ro31(_recursive, _recursive ? 1 + _depth : _depth),
|
|
964
|
+
item: $ro33(_recursive, _recursive ? 1 + _depth : _depth)
|
|
914
965
|
});
|
|
915
966
|
const $ro28 = (_recursive = false, _depth = 0) => ({
|
|
916
|
-
|
|
967
|
+
story: $ro29(_recursive, _recursive ? 1 + _depth : _depth)
|
|
917
968
|
});
|
|
918
969
|
const $ro29 = (_recursive = false, _depth = 0) => ({
|
|
919
|
-
|
|
920
|
-
mode: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
970
|
+
excerpt: $ro30(_recursive, _recursive ? 1 + _depth : _depth)
|
|
921
971
|
});
|
|
922
972
|
const $ro30 = (_recursive = false, _depth = 0) => ({
|
|
923
|
-
|
|
973
|
+
maxLines: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
974
|
+
mode: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
924
975
|
});
|
|
925
976
|
const $ro31 = (_recursive = false, _depth = 0) => ({
|
|
926
|
-
|
|
977
|
+
search: $ro32(_recursive, _recursive ? 1 + _depth : _depth)
|
|
927
978
|
});
|
|
928
979
|
const $ro32 = (_recursive = false, _depth = 0) => ({
|
|
929
|
-
|
|
980
|
+
maxItemsDisplayed: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
930
981
|
});
|
|
931
982
|
const $ro33 = (_recursive = false, _depth = 0) => ({
|
|
932
|
-
|
|
983
|
+
maxHeight: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
933
984
|
});
|
|
934
985
|
const $ro34 = (_recursive = false, _depth = 0) => ({
|
|
935
|
-
|
|
986
|
+
adobe: $ro35(_recursive, _recursive ? 1 + _depth : _depth)
|
|
936
987
|
});
|
|
937
988
|
const $ro35 = (_recursive = false, _depth = 0) => ({
|
|
989
|
+
useProxies: (generator?.boolean ?? $generator.boolean)()
|
|
990
|
+
});
|
|
991
|
+
const $ro36 = (_recursive = false, _depth = 0) => ({
|
|
938
992
|
utils: (generator?.boolean ?? $generator.boolean)(),
|
|
939
993
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
940
994
|
refs: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -948,7 +1002,7 @@ export const randomSettings = generator => {
|
|
|
948
1002
|
};
|
|
949
1003
|
export const assertGuardSettings = (input, errorFactory) => {
|
|
950
1004
|
const __is = input => {
|
|
951
|
-
const $io0 = input => (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io1(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io5(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io7(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io8(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io9(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io10(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm && "string" === typeof input.swarm.color) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io13(input.script)) && ("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 && $
|
|
1005
|
+
const $io0 = input => (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io1(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io5(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io7(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io8(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io9(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io10(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm && "string" === typeof input.swarm.color) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io13(input.script)) && ("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 && $io18(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io27(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io34(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && ("boolean" === typeof input.flags.utils && "boolean" === typeof input.flags.history && "boolean" === typeof input.flags.refs && "boolean" === typeof input.flags.access && "boolean" === typeof input.flags.files && "boolean" === typeof input.flags["export"] && "boolean" === typeof input.flags.json && "boolean" === typeof input.flags.hlsjs));
|
|
952
1006
|
const $io1 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io2(input.tabs);
|
|
953
1007
|
const $io2 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io3(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
954
1008
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
@@ -965,19 +1019,20 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
965
1019
|
const $io8 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
966
1020
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
967
1021
|
const $io10 = input => "boolean" === typeof input.enable && "boolean" === typeof input.show24Hours && "boolean" === typeof input.showAmPm && "boolean" === typeof input.showSeconds && "boolean" === typeof input.showDayOfWeek && "boolean" === typeof input.showDate && (undefined === input.format || "string" === typeof input.format);
|
|
968
|
-
const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview;
|
|
969
|
-
const $
|
|
970
|
-
const $io18 = input => undefined === input.
|
|
971
|
-
const $
|
|
972
|
-
const $io22 = input =>
|
|
973
|
-
const $io23 = input =>
|
|
974
|
-
const $io24 = input => (undefined === input.
|
|
975
|
-
const $io25 = input => "
|
|
976
|
-
const $io26 = input => "
|
|
977
|
-
const $io27 = input => "object" === typeof input.
|
|
978
|
-
const $io28 = input => "object" === typeof input.
|
|
979
|
-
const $
|
|
980
|
-
const $
|
|
1022
|
+
const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io15(elem)));
|
|
1023
|
+
const $io15 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
1024
|
+
const $io18 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io19(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && ("string" === typeof input.tile.preview && "boolean" === typeof input.tile.showRenderProgress)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && ("number" === typeof input.subtitles.spacing && "number" === typeof input.subtitles.maxCharactersPerLine)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io22(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io23(input.transcribe));
|
|
1025
|
+
const $io19 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
1026
|
+
const $io22 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
1027
|
+
const $io23 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io24(input.subtitleDisclaimer);
|
|
1028
|
+
const $io24 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io25(input.defaultValue));
|
|
1029
|
+
const $io25 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io26(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
1030
|
+
const $io26 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
1031
|
+
const $io27 = input => "object" === typeof input.assets && null !== input.assets && $io28(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io31(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
1032
|
+
const $io28 = input => "object" === typeof input.story && null !== input.story && $io29(input.story);
|
|
1033
|
+
const $io29 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
1034
|
+
const $io31 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
|
|
1035
|
+
const $io34 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
981
1036
|
return "object" === typeof input && null !== input && $io0(input);
|
|
982
1037
|
};
|
|
983
1038
|
if (false === __is(input))
|
|
@@ -1060,7 +1115,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1060
1115
|
path: _path + ".rundown",
|
|
1061
1116
|
expected: "__type.o11",
|
|
1062
1117
|
value: input.rundown
|
|
1063
|
-
}, errorFactory)) && $
|
|
1118
|
+
}, errorFactory)) && $ao16(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
|
|
1064
1119
|
path: _path + ".rundown",
|
|
1065
1120
|
expected: "__type.o11",
|
|
1066
1121
|
value: input.rundown
|
|
@@ -1068,7 +1123,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1068
1123
|
path: _path + ".gallery",
|
|
1069
1124
|
expected: "__type.o12",
|
|
1070
1125
|
value: input.gallery
|
|
1071
|
-
}, errorFactory)) && $
|
|
1126
|
+
}, errorFactory)) && $ao17(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
|
|
1072
1127
|
path: _path + ".gallery",
|
|
1073
1128
|
expected: "__type.o12",
|
|
1074
1129
|
value: input.gallery
|
|
@@ -1080,7 +1135,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1080
1135
|
path: _path + ".media",
|
|
1081
1136
|
expected: "__type.o13",
|
|
1082
1137
|
value: input.media
|
|
1083
|
-
}, errorFactory)) && $
|
|
1138
|
+
}, errorFactory)) && $ao18(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
|
|
1084
1139
|
path: _path + ".media",
|
|
1085
1140
|
expected: "__type.o13",
|
|
1086
1141
|
value: input.media
|
|
@@ -1100,7 +1155,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1100
1155
|
path: _path + ".storyboard",
|
|
1101
1156
|
expected: "__type.o22",
|
|
1102
1157
|
value: input.storyboard
|
|
1103
|
-
}, errorFactory)) && $
|
|
1158
|
+
}, errorFactory)) && $ao27(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
1104
1159
|
path: _path + ".storyboard",
|
|
1105
1160
|
expected: "__type.o22",
|
|
1106
1161
|
value: input.storyboard
|
|
@@ -1108,7 +1163,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1108
1163
|
path: _path + ".plugins",
|
|
1109
1164
|
expected: "__type.o29",
|
|
1110
1165
|
value: input.plugins
|
|
1111
|
-
}, errorFactory)) && $
|
|
1166
|
+
}, errorFactory)) && $ao34(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
1112
1167
|
path: _path + ".plugins",
|
|
1113
1168
|
expected: "__type.o29",
|
|
1114
1169
|
value: input.plugins
|
|
@@ -1124,7 +1179,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1124
1179
|
path: _path + ".flags",
|
|
1125
1180
|
expected: "__type.o31",
|
|
1126
1181
|
value: input.flags
|
|
1127
|
-
}, errorFactory)) && $
|
|
1182
|
+
}, errorFactory)) && $ao36(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
1128
1183
|
path: _path + ".flags",
|
|
1129
1184
|
expected: "__type.o31",
|
|
1130
1185
|
value: input.flags
|
|
@@ -1280,7 +1335,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1280
1335
|
expected: "number",
|
|
1281
1336
|
value: input.maxTabs
|
|
1282
1337
|
}, errorFactory));
|
|
1283
|
-
const $ao13 = (input, _path, _exceptionable = true) => ("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
|
|
1338
|
+
const $ao13 = (input, _path, _exceptionable = true) => (("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
|
|
1284
1339
|
path: _path + ".createMenu",
|
|
1285
1340
|
expected: "__type.o10",
|
|
1286
1341
|
value: input.createMenu
|
|
@@ -1288,27 +1343,60 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1288
1343
|
path: _path + ".createMenu",
|
|
1289
1344
|
expected: "__type.o10",
|
|
1290
1345
|
value: input.createMenu
|
|
1291
|
-
}, errorFactory)
|
|
1346
|
+
}, errorFactory)) && ((Array.isArray(input.colorTags) || $guard(_exceptionable, {
|
|
1347
|
+
path: _path + ".colorTags",
|
|
1348
|
+
expected: "Array<PromotedTag>",
|
|
1349
|
+
value: input.colorTags
|
|
1350
|
+
}, errorFactory)) && input.colorTags.every((elem, _index6) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1351
|
+
path: _path + ".colorTags[" + _index6 + "]",
|
|
1352
|
+
expected: "PromotedTag",
|
|
1353
|
+
value: elem
|
|
1354
|
+
}, errorFactory)) && $ao15(elem, _path + ".colorTags[" + _index6 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1355
|
+
path: _path + ".colorTags[" + _index6 + "]",
|
|
1356
|
+
expected: "PromotedTag",
|
|
1357
|
+
value: elem
|
|
1358
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
1359
|
+
path: _path + ".colorTags",
|
|
1360
|
+
expected: "Array<PromotedTag>",
|
|
1361
|
+
value: input.colorTags
|
|
1362
|
+
}, errorFactory));
|
|
1292
1363
|
const $ao14 = (input, _path, _exceptionable = true) => "boolean" === typeof input.showPreview || $guard(_exceptionable, {
|
|
1293
1364
|
path: _path + ".showPreview",
|
|
1294
1365
|
expected: "boolean",
|
|
1295
1366
|
value: input.showPreview
|
|
1296
1367
|
}, errorFactory);
|
|
1297
|
-
const $ao15 = (input, _path, _exceptionable = true) => "
|
|
1368
|
+
const $ao15 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || $guard(_exceptionable, {
|
|
1369
|
+
path: _path + ".name",
|
|
1370
|
+
expected: "(null | string)",
|
|
1371
|
+
value: input.name
|
|
1372
|
+
}, errorFactory)) && (null === input.icon || "string" === typeof input.icon || $guard(_exceptionable, {
|
|
1373
|
+
path: _path + ".icon",
|
|
1374
|
+
expected: "(null | string)",
|
|
1375
|
+
value: input.icon
|
|
1376
|
+
}, errorFactory)) && (null === input.color || "string" === typeof input.color || $guard(_exceptionable, {
|
|
1377
|
+
path: _path + ".color",
|
|
1378
|
+
expected: "(null | string)",
|
|
1379
|
+
value: input.color
|
|
1380
|
+
}, errorFactory)) && (null === input.description || "string" === typeof input.description || $guard(_exceptionable, {
|
|
1381
|
+
path: _path + ".description",
|
|
1382
|
+
expected: "(null | string)",
|
|
1383
|
+
value: input.description
|
|
1384
|
+
}, errorFactory));
|
|
1385
|
+
const $ao16 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
|
|
1298
1386
|
path: _path + ".eventThumbnails",
|
|
1299
1387
|
expected: "boolean",
|
|
1300
1388
|
value: input.eventThumbnails
|
|
1301
1389
|
}, errorFactory);
|
|
1302
|
-
const $
|
|
1390
|
+
const $ao17 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
|
|
1303
1391
|
path: _path + ".dimOnBlur",
|
|
1304
1392
|
expected: "boolean",
|
|
1305
1393
|
value: input.dimOnBlur
|
|
1306
1394
|
}, errorFactory);
|
|
1307
|
-
const $
|
|
1395
|
+
const $ao18 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
1308
1396
|
path: _path + ".guide",
|
|
1309
1397
|
expected: "(__type.o14 | undefined)",
|
|
1310
1398
|
value: input.guide
|
|
1311
|
-
}, errorFactory)) && $
|
|
1399
|
+
}, errorFactory)) && $ao19(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
|
|
1312
1400
|
path: _path + ".guide",
|
|
1313
1401
|
expected: "(__type.o14 | undefined)",
|
|
1314
1402
|
value: input.guide
|
|
@@ -1328,7 +1416,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1328
1416
|
path: _path + ".tile",
|
|
1329
1417
|
expected: "__type.o15",
|
|
1330
1418
|
value: input.tile
|
|
1331
|
-
}, errorFactory)) && $
|
|
1419
|
+
}, errorFactory)) && $ao20(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
|
|
1332
1420
|
path: _path + ".tile",
|
|
1333
1421
|
expected: "__type.o15",
|
|
1334
1422
|
value: input.tile
|
|
@@ -1356,8 +1444,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1356
1444
|
path: _path + ".playbackRates",
|
|
1357
1445
|
expected: "Array<number>",
|
|
1358
1446
|
value: input.playbackRates
|
|
1359
|
-
}, errorFactory)) && input.playbackRates.every((elem,
|
|
1360
|
-
path: _path + ".playbackRates[" +
|
|
1447
|
+
}, errorFactory)) && input.playbackRates.every((elem, _index7) => "number" === typeof elem || $guard(_exceptionable, {
|
|
1448
|
+
path: _path + ".playbackRates[" + _index7 + "]",
|
|
1361
1449
|
expected: "number",
|
|
1362
1450
|
value: elem
|
|
1363
1451
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1368,7 +1456,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1368
1456
|
path: _path + ".subtitles",
|
|
1369
1457
|
expected: "__type.o16",
|
|
1370
1458
|
value: input.subtitles
|
|
1371
|
-
}, errorFactory)) && $
|
|
1459
|
+
}, errorFactory)) && $ao21(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
|
|
1372
1460
|
path: _path + ".subtitles",
|
|
1373
1461
|
expected: "__type.o16",
|
|
1374
1462
|
value: input.subtitles
|
|
@@ -1384,12 +1472,12 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1384
1472
|
path: _path + ".guides",
|
|
1385
1473
|
expected: "Array<__type>",
|
|
1386
1474
|
value: input.guides
|
|
1387
|
-
}, errorFactory)) && input.guides.every((elem,
|
|
1388
|
-
path: _path + ".guides[" +
|
|
1475
|
+
}, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1476
|
+
path: _path + ".guides[" + _index8 + "]",
|
|
1389
1477
|
expected: "__type.o17",
|
|
1390
1478
|
value: elem
|
|
1391
|
-
}, errorFactory)) && $
|
|
1392
|
-
path: _path + ".guides[" +
|
|
1479
|
+
}, errorFactory)) && $ao22(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1480
|
+
path: _path + ".guides[" + _index8 + "]",
|
|
1393
1481
|
expected: "__type.o17",
|
|
1394
1482
|
value: elem
|
|
1395
1483
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1404,17 +1492,17 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1404
1492
|
path: _path + ".transcribe",
|
|
1405
1493
|
expected: "(__type.o18 | undefined)",
|
|
1406
1494
|
value: input.transcribe
|
|
1407
|
-
}, errorFactory)) && $
|
|
1495
|
+
}, errorFactory)) && $ao23(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
1408
1496
|
path: _path + ".transcribe",
|
|
1409
1497
|
expected: "(__type.o18 | undefined)",
|
|
1410
1498
|
value: input.transcribe
|
|
1411
1499
|
}, errorFactory));
|
|
1412
|
-
const $
|
|
1500
|
+
const $ao19 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
1413
1501
|
path: _path + ".mask",
|
|
1414
1502
|
expected: "(boolean | undefined)",
|
|
1415
1503
|
value: input.mask
|
|
1416
1504
|
}, errorFactory);
|
|
1417
|
-
const $
|
|
1505
|
+
const $ao20 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
|
|
1418
1506
|
path: _path + ".preview",
|
|
1419
1507
|
expected: "string",
|
|
1420
1508
|
value: input.preview
|
|
@@ -1423,7 +1511,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1423
1511
|
expected: "boolean",
|
|
1424
1512
|
value: input.showRenderProgress
|
|
1425
1513
|
}, errorFactory));
|
|
1426
|
-
const $
|
|
1514
|
+
const $ao21 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing || $guard(_exceptionable, {
|
|
1427
1515
|
path: _path + ".spacing",
|
|
1428
1516
|
expected: "number",
|
|
1429
1517
|
value: input.spacing
|
|
@@ -1432,7 +1520,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1432
1520
|
expected: "number",
|
|
1433
1521
|
value: input.maxCharactersPerLine
|
|
1434
1522
|
}, errorFactory));
|
|
1435
|
-
const $
|
|
1523
|
+
const $ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
|
|
1436
1524
|
path: _path + ".label",
|
|
1437
1525
|
expected: "string",
|
|
1438
1526
|
value: input.label
|
|
@@ -1441,16 +1529,16 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1441
1529
|
expected: "string",
|
|
1442
1530
|
value: input.aspectRatio
|
|
1443
1531
|
}, errorFactory));
|
|
1444
|
-
const $
|
|
1532
|
+
const $ao23 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
1445
1533
|
path: _path + ".subtitleDisclaimer",
|
|
1446
1534
|
expected: "(__type.o19 | undefined)",
|
|
1447
1535
|
value: input.subtitleDisclaimer
|
|
1448
|
-
}, errorFactory)) && $
|
|
1536
|
+
}, errorFactory)) && $ao24(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
1449
1537
|
path: _path + ".subtitleDisclaimer",
|
|
1450
1538
|
expected: "(__type.o19 | undefined)",
|
|
1451
1539
|
value: input.subtitleDisclaimer
|
|
1452
1540
|
}, errorFactory);
|
|
1453
|
-
const $
|
|
1541
|
+
const $ao24 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
1454
1542
|
path: _path + ".isUserConfigurable",
|
|
1455
1543
|
expected: "(boolean | undefined)",
|
|
1456
1544
|
value: input.isUserConfigurable
|
|
@@ -1458,12 +1546,12 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1458
1546
|
path: _path + ".defaultValue",
|
|
1459
1547
|
expected: "(__type.o20 | undefined)",
|
|
1460
1548
|
value: input.defaultValue
|
|
1461
|
-
}, errorFactory)) && $
|
|
1549
|
+
}, errorFactory)) && $ao25(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
1462
1550
|
path: _path + ".defaultValue",
|
|
1463
1551
|
expected: "(__type.o20 | undefined)",
|
|
1464
1552
|
value: input.defaultValue
|
|
1465
1553
|
}, errorFactory));
|
|
1466
|
-
const $
|
|
1554
|
+
const $ao25 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
1467
1555
|
path: _path + ".enabled",
|
|
1468
1556
|
expected: "(false | undefined)",
|
|
1469
1557
|
value: input.enabled
|
|
@@ -1471,12 +1559,12 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1471
1559
|
path: _path + ".text",
|
|
1472
1560
|
expected: "(Array<__type>.o1 | undefined)",
|
|
1473
1561
|
value: input.text
|
|
1474
|
-
}, errorFactory)) && input.text.every((elem,
|
|
1475
|
-
path: _path + ".text[" +
|
|
1562
|
+
}, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1563
|
+
path: _path + ".text[" + _index9 + "]",
|
|
1476
1564
|
expected: "__type.o21",
|
|
1477
1565
|
value: elem
|
|
1478
|
-
}, errorFactory)) && $
|
|
1479
|
-
path: _path + ".text[" +
|
|
1566
|
+
}, errorFactory)) && $ao26(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1567
|
+
path: _path + ".text[" + _index9 + "]",
|
|
1480
1568
|
expected: "__type.o21",
|
|
1481
1569
|
value: elem
|
|
1482
1570
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1492,7 +1580,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1492
1580
|
expected: "(number | undefined)",
|
|
1493
1581
|
value: input.duration
|
|
1494
1582
|
}, errorFactory));
|
|
1495
|
-
const $
|
|
1583
|
+
const $ao26 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
1496
1584
|
path: _path + ".language",
|
|
1497
1585
|
expected: "string",
|
|
1498
1586
|
value: input.language
|
|
@@ -1501,11 +1589,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1501
1589
|
expected: "string",
|
|
1502
1590
|
value: input.value
|
|
1503
1591
|
}, errorFactory));
|
|
1504
|
-
const $
|
|
1592
|
+
const $ao27 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
1505
1593
|
path: _path + ".assets",
|
|
1506
1594
|
expected: "__type.o23",
|
|
1507
1595
|
value: input.assets
|
|
1508
|
-
}, errorFactory)) && $
|
|
1596
|
+
}, errorFactory)) && $ao28(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
1509
1597
|
path: _path + ".assets",
|
|
1510
1598
|
expected: "__type.o23",
|
|
1511
1599
|
value: input.assets
|
|
@@ -1513,7 +1601,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1513
1601
|
path: _path + ".pipeline",
|
|
1514
1602
|
expected: "__type.o26",
|
|
1515
1603
|
value: input.pipeline
|
|
1516
|
-
}, errorFactory)) && $
|
|
1604
|
+
}, errorFactory)) && $ao31(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
1517
1605
|
path: _path + ".pipeline",
|
|
1518
1606
|
expected: "__type.o26",
|
|
1519
1607
|
value: input.pipeline
|
|
@@ -1521,30 +1609,30 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1521
1609
|
path: _path + ".item",
|
|
1522
1610
|
expected: "__type.o28",
|
|
1523
1611
|
value: input.item
|
|
1524
|
-
}, errorFactory)) && $
|
|
1612
|
+
}, errorFactory)) && $ao33(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
1525
1613
|
path: _path + ".item",
|
|
1526
1614
|
expected: "__type.o28",
|
|
1527
1615
|
value: input.item
|
|
1528
1616
|
}, errorFactory));
|
|
1529
|
-
const $
|
|
1617
|
+
const $ao28 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
1530
1618
|
path: _path + ".story",
|
|
1531
1619
|
expected: "__type.o24",
|
|
1532
1620
|
value: input.story
|
|
1533
|
-
}, errorFactory)) && $
|
|
1621
|
+
}, errorFactory)) && $ao29(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
1534
1622
|
path: _path + ".story",
|
|
1535
1623
|
expected: "__type.o24",
|
|
1536
1624
|
value: input.story
|
|
1537
1625
|
}, errorFactory);
|
|
1538
|
-
const $
|
|
1626
|
+
const $ao29 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
1539
1627
|
path: _path + ".excerpt",
|
|
1540
1628
|
expected: "__type.o25",
|
|
1541
1629
|
value: input.excerpt
|
|
1542
|
-
}, errorFactory)) && $
|
|
1630
|
+
}, errorFactory)) && $ao30(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
1543
1631
|
path: _path + ".excerpt",
|
|
1544
1632
|
expected: "__type.o25",
|
|
1545
1633
|
value: input.excerpt
|
|
1546
1634
|
}, errorFactory);
|
|
1547
|
-
const $
|
|
1635
|
+
const $ao30 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
1548
1636
|
path: _path + ".maxLines",
|
|
1549
1637
|
expected: "number",
|
|
1550
1638
|
value: input.maxLines
|
|
@@ -1553,40 +1641,40 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1553
1641
|
expected: "string",
|
|
1554
1642
|
value: input.mode
|
|
1555
1643
|
}, errorFactory));
|
|
1556
|
-
const $
|
|
1644
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
1557
1645
|
path: _path + ".search",
|
|
1558
1646
|
expected: "__type.o27",
|
|
1559
1647
|
value: input.search
|
|
1560
|
-
}, errorFactory)) && $
|
|
1648
|
+
}, errorFactory)) && $ao32(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
1561
1649
|
path: _path + ".search",
|
|
1562
1650
|
expected: "__type.o27",
|
|
1563
1651
|
value: input.search
|
|
1564
1652
|
}, errorFactory);
|
|
1565
|
-
const $
|
|
1653
|
+
const $ao32 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
1566
1654
|
path: _path + ".maxItemsDisplayed",
|
|
1567
1655
|
expected: "number",
|
|
1568
1656
|
value: input.maxItemsDisplayed
|
|
1569
1657
|
}, errorFactory);
|
|
1570
|
-
const $
|
|
1658
|
+
const $ao33 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
1571
1659
|
path: _path + ".maxHeight",
|
|
1572
1660
|
expected: "number",
|
|
1573
1661
|
value: input.maxHeight
|
|
1574
1662
|
}, errorFactory);
|
|
1575
|
-
const $
|
|
1663
|
+
const $ao34 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
1576
1664
|
path: _path + ".adobe",
|
|
1577
1665
|
expected: "__type.o30",
|
|
1578
1666
|
value: input.adobe
|
|
1579
|
-
}, errorFactory)) && $
|
|
1667
|
+
}, errorFactory)) && $ao35(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
1580
1668
|
path: _path + ".adobe",
|
|
1581
1669
|
expected: "__type.o30",
|
|
1582
1670
|
value: input.adobe
|
|
1583
1671
|
}, errorFactory);
|
|
1584
|
-
const $
|
|
1672
|
+
const $ao35 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
1585
1673
|
path: _path + ".useProxies",
|
|
1586
1674
|
expected: "boolean",
|
|
1587
1675
|
value: input.useProxies
|
|
1588
1676
|
}, errorFactory);
|
|
1589
|
-
const $
|
|
1677
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
1590
1678
|
path: _path + ".utils",
|
|
1591
1679
|
expected: "boolean",
|
|
1592
1680
|
value: input.utils
|
|
@@ -1650,32 +1738,33 @@ export const stringifySettings = input => {
|
|
|
1650
1738
|
const $io10 = input => "boolean" === typeof input.enable && "boolean" === typeof input.show24Hours && "boolean" === typeof input.showAmPm && "boolean" === typeof input.showSeconds && "boolean" === typeof input.showDayOfWeek && "boolean" === typeof input.showDate && (undefined === input.format || "string" === typeof input.format);
|
|
1651
1739
|
const $io11 = input => "string" === typeof input.color;
|
|
1652
1740
|
const $io12 = input => "number" === typeof input.maxMru && "number" === typeof input.maxTabs;
|
|
1653
|
-
const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io14(input.createMenu);
|
|
1741
|
+
const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io14(input.createMenu) && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io15(elem)));
|
|
1654
1742
|
const $io14 = input => "boolean" === typeof input.showPreview;
|
|
1655
|
-
const $io15 = input => "
|
|
1656
|
-
const $io16 = input => "boolean" === typeof input.
|
|
1657
|
-
const $io17 = input =>
|
|
1658
|
-
const $io18 = input => undefined === input.
|
|
1659
|
-
const $io19 = input =>
|
|
1660
|
-
const $io20 = input => "
|
|
1661
|
-
const $io21 = input => "
|
|
1662
|
-
const $io22 = input =>
|
|
1663
|
-
const $io23 = input =>
|
|
1664
|
-
const $io24 = input => (undefined === input.
|
|
1665
|
-
const $io25 = input => "
|
|
1666
|
-
const $io26 = input => "
|
|
1667
|
-
const $io27 = input => "object" === typeof input.
|
|
1668
|
-
const $io28 = input => "object" === typeof input.
|
|
1669
|
-
const $io29 = input => "
|
|
1670
|
-
const $io30 = input => "
|
|
1671
|
-
const $io31 = input => "
|
|
1672
|
-
const $io32 = input => "number" === typeof input.
|
|
1673
|
-
const $io33 = input => "
|
|
1674
|
-
const $io34 = input => "
|
|
1675
|
-
const $io35 = input => "boolean" === typeof input.
|
|
1743
|
+
const $io15 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
1744
|
+
const $io16 = input => "boolean" === typeof input.eventThumbnails;
|
|
1745
|
+
const $io17 = input => "boolean" === typeof input.dimOnBlur;
|
|
1746
|
+
const $io18 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io19(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io20(input.tile)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && $io21(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io22(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io23(input.transcribe));
|
|
1747
|
+
const $io19 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
1748
|
+
const $io20 = input => "string" === typeof input.preview && "boolean" === typeof input.showRenderProgress;
|
|
1749
|
+
const $io21 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
|
|
1750
|
+
const $io22 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
1751
|
+
const $io23 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io24(input.subtitleDisclaimer);
|
|
1752
|
+
const $io24 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io25(input.defaultValue));
|
|
1753
|
+
const $io25 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io26(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
1754
|
+
const $io26 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
1755
|
+
const $io27 = input => "object" === typeof input.assets && null !== input.assets && $io28(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io31(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io33(input.item));
|
|
1756
|
+
const $io28 = input => "object" === typeof input.story && null !== input.story && $io29(input.story);
|
|
1757
|
+
const $io29 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io30(input.excerpt);
|
|
1758
|
+
const $io30 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
1759
|
+
const $io31 = input => "object" === typeof input.search && null !== input.search && $io32(input.search);
|
|
1760
|
+
const $io32 = input => "number" === typeof input.maxItemsDisplayed;
|
|
1761
|
+
const $io33 = input => "number" === typeof input.maxHeight;
|
|
1762
|
+
const $io34 = input => "object" === typeof input.adobe && null !== input.adobe && $io35(input.adobe);
|
|
1763
|
+
const $io35 = input => "boolean" === typeof input.useProxies;
|
|
1764
|
+
const $io36 = 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;
|
|
1676
1765
|
const $string = __typia.json.createStringify.string;
|
|
1677
1766
|
const $tail = __typia.json.createStringify.tail;
|
|
1678
|
-
const $so0 = input => `{${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so1(input.module) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}"browser":${$so5(input.browser)},"toolbarTags":${$so7(input.toolbarTags)},"deadlines":${$so8(input.deadlines)},"assignees":${$so9(input.assignees)},"clock":${$so10(input.clock)},"swarm":${`{"color":${$string(input.swarm.color)}}`},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so13(input.script)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$
|
|
1767
|
+
const $so0 = input => `{${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so1(input.module) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}"browser":${$so5(input.browser)},"toolbarTags":${$so7(input.toolbarTags)},"deadlines":${$so8(input.deadlines)},"assignees":${$so9(input.assignees)},"clock":${$so10(input.clock)},"swarm":${`{"color":${$string(input.swarm.color)}}`},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so13(input.script)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so18(input.media)},"storyboard":${$so27(input.storyboard)},"plugins":${$so34(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${`{"utils":${input.flags.utils},"history":${input.flags.history},"refs":${input.flags.refs},"access":${input.flags.access},"files":${input.flags.files},"export":${input.flags["export"]},"json":${input.flags.json},"hlsjs":${input.flags.hlsjs}}`}}`;
|
|
1679
1768
|
const $so1 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so2(input.tabs) : undefined}`}`)}}`;
|
|
1680
1769
|
const $so2 = input => `{${$tail(`${undefined === input.settingsPanelStore ? "" : `"settingsPanelStore":${undefined !== input.settingsPanelStore ? $so3(input.settingsPanelStore) : undefined},`}${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
1681
1770
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
@@ -1687,22 +1776,23 @@ export const stringifySettings = input => {
|
|
|
1687
1776
|
const $so8 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
|
|
1688
1777
|
const $so9 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
|
|
1689
1778
|
const $so10 = input => `{${undefined === input.format ? "" : `"format":${undefined !== input.format ? $string(input.format) : undefined},`}"enable":${input.enable},"show24Hours":${input.show24Hours},"showAmPm":${input.showAmPm},"showSeconds":${input.showSeconds},"showDayOfWeek":${input.showDayOfWeek},"showDate":${input.showDate}}`;
|
|
1690
|
-
const $so13 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`}}`;
|
|
1691
|
-
const $
|
|
1692
|
-
const $so18 = input => `{${$
|
|
1693
|
-
const $
|
|
1694
|
-
const $so23 = input => `{${$tail(`${undefined === input.
|
|
1695
|
-
const $so24 = input => `{${$tail(`${undefined === input.
|
|
1696
|
-
const $
|
|
1697
|
-
const $so27 = input => `{"
|
|
1698
|
-
const $so28 = input => `{"
|
|
1699
|
-
const $
|
|
1700
|
-
const $
|
|
1779
|
+
const $so13 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so15(elem)).join(",")}]`}}`;
|
|
1780
|
+
const $so15 = input => `{"name":${null !== input.name ? $string(input.name) : "null"},"icon":${null !== input.icon ? $string(input.icon) : "null"},"color":${null !== input.color ? $string(input.color) : "null"},"description":${null !== input.description ? $string(input.description) : "null"}}`;
|
|
1781
|
+
const $so18 = input => `{${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so19(input.guide) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so23(input.transcribe) : undefined},`}"stepManyFrames":${input.stepManyFrames},"liveZoomDuration":${input.liveZoomDuration},"importTitleTemplate":${$string(input.importTitleTemplate)},"tile":${`{"preview":${$string(input.tile.preview)},"showRenderProgress":${input.tile.showRenderProgress}}`},"timecodeReference":${$string(input.timecodeReference)},"maxSubclipDuration":${input.maxSubclipDuration},"rewindStep":${input.rewindStep},"forwardStep":${input.forwardStep},"interlacedPlayback":${$string(input.interlacedPlayback)},"playbackRates":${`[${input.playbackRates.map(elem => elem).join(",")}]`},"subtitles":${`{"spacing":${input.subtitles.spacing},"maxCharactersPerLine":${input.subtitles.maxCharactersPerLine}}`},"initialVolume":${$string(input.initialVolume)},"guides":${`[${input.guides.map(elem => `{"label":${$string(elem.label)},"aspectRatio":${$string(elem.aspectRatio)}}`).join(",")}]`},"download":${input.download}}`;
|
|
1782
|
+
const $so19 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined}`}`)}}`;
|
|
1783
|
+
const $so23 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so24(input.subtitleDisclaimer) : undefined}`}`)}}`;
|
|
1784
|
+
const $so24 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so25(input.defaultValue) : undefined}`}`)}}`;
|
|
1785
|
+
const $so25 = 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}`}`)}}`;
|
|
1786
|
+
const $so27 = input => `{"assets":${$so28(input.assets)},"pipeline":${$so31(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
1787
|
+
const $so28 = input => `{"story":${$so29(input.story)}}`;
|
|
1788
|
+
const $so29 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
1789
|
+
const $so31 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`}}`;
|
|
1790
|
+
const $so34 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
1701
1791
|
return $so0(input);
|
|
1702
1792
|
};
|
|
1703
1793
|
export const assertStringifySettings = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
1704
1794
|
const __is = input => {
|
|
1705
|
-
const $io0 = input => (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io1(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io5(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io7(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io8(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io9(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io10(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm && "string" === typeof input.swarm.color) && ("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 && $io13(input.script)) && ("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 && $
|
|
1795
|
+
const $io0 = input => (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io1(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io5(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io7(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io8(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io9(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io10(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm && "string" === typeof input.swarm.color) && ("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 && $io13(input.script)) && ("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 && $io18(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io27(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io34(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && ("boolean" === typeof input.flags.utils && "boolean" === typeof input.flags.history && "boolean" === typeof input.flags.refs && "boolean" === typeof input.flags.access && "boolean" === typeof input.flags.files && "boolean" === typeof input.flags["export"] && "boolean" === typeof input.flags.json && "boolean" === typeof input.flags.hlsjs));
|
|
1706
1796
|
const $io1 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io2(input.tabs);
|
|
1707
1797
|
const $io2 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io3(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
1708
1798
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
@@ -1719,19 +1809,20 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
1719
1809
|
const $io8 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1720
1810
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1721
1811
|
const $io10 = input => "boolean" === typeof input.enable && "boolean" === typeof input.show24Hours && "boolean" === typeof input.showAmPm && "boolean" === typeof input.showSeconds && "boolean" === typeof input.showDayOfWeek && "boolean" === typeof input.showDate && (undefined === input.format || "string" === typeof input.format);
|
|
1722
|
-
const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview;
|
|
1723
|
-
const $
|
|
1724
|
-
const $io18 = input => undefined === input.
|
|
1725
|
-
const $
|
|
1726
|
-
const $io22 = input =>
|
|
1727
|
-
const $io23 = input =>
|
|
1728
|
-
const $io24 = input => (undefined === input.
|
|
1729
|
-
const $io25 = input => "
|
|
1730
|
-
const $io26 = input => "
|
|
1731
|
-
const $io27 = input => "object" === typeof input.
|
|
1732
|
-
const $io28 = input => "object" === typeof input.
|
|
1733
|
-
const $
|
|
1734
|
-
const $
|
|
1812
|
+
const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io15(elem)));
|
|
1813
|
+
const $io15 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
1814
|
+
const $io18 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io19(input.guide)) && ("number" === typeof input.stepManyFrames && !Number.isNaN(input.stepManyFrames)) && ("number" === typeof input.liveZoomDuration && !Number.isNaN(input.liveZoomDuration)) && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && ("string" === typeof input.tile.preview && "boolean" === typeof input.tile.showRenderProgress)) && "string" === typeof input.timecodeReference && ("number" === typeof input.maxSubclipDuration && !Number.isNaN(input.maxSubclipDuration)) && ("number" === typeof input.rewindStep && !Number.isNaN(input.rewindStep)) && ("number" === typeof input.forwardStep && !Number.isNaN(input.forwardStep)) && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem && !Number.isNaN(elem))) && ("object" === typeof input.subtitles && null !== input.subtitles && ("number" === typeof input.subtitles.spacing && !Number.isNaN(input.subtitles.spacing) && ("number" === typeof input.subtitles.maxCharactersPerLine && !Number.isNaN(input.subtitles.maxCharactersPerLine)))) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io22(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io23(input.transcribe));
|
|
1815
|
+
const $io19 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
1816
|
+
const $io22 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
1817
|
+
const $io23 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io24(input.subtitleDisclaimer);
|
|
1818
|
+
const $io24 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io25(input.defaultValue));
|
|
1819
|
+
const $io25 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io26(elem))) && (undefined === input.offset || "number" === typeof input.offset && !Number.isNaN(input.offset)) && (undefined === input.duration || "number" === typeof input.duration && !Number.isNaN(input.duration));
|
|
1820
|
+
const $io26 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
1821
|
+
const $io27 = input => "object" === typeof input.assets && null !== input.assets && $io28(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io31(input.pipeline)) && ("object" === typeof input.item && null !== input.item && ("number" === typeof input.item.maxHeight && !Number.isNaN(input.item.maxHeight)));
|
|
1822
|
+
const $io28 = input => "object" === typeof input.story && null !== input.story && $io29(input.story);
|
|
1823
|
+
const $io29 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && !Number.isNaN(input.excerpt.maxLines) && "string" === typeof input.excerpt.mode);
|
|
1824
|
+
const $io31 = input => "object" === typeof input.search && null !== input.search && ("number" === typeof input.search.maxItemsDisplayed && !Number.isNaN(input.search.maxItemsDisplayed));
|
|
1825
|
+
const $io34 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
1735
1826
|
return "object" === typeof input && null !== input && $io0(input);
|
|
1736
1827
|
};
|
|
1737
1828
|
if (false === __is(input))
|
|
@@ -1814,7 +1905,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
1814
1905
|
path: _path + ".rundown",
|
|
1815
1906
|
expected: "__type.o11",
|
|
1816
1907
|
value: input.rundown
|
|
1817
|
-
}, errorFactory)) && $
|
|
1908
|
+
}, errorFactory)) && $ao16(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
|
|
1818
1909
|
path: _path + ".rundown",
|
|
1819
1910
|
expected: "__type.o11",
|
|
1820
1911
|
value: input.rundown
|
|
@@ -1822,7 +1913,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
1822
1913
|
path: _path + ".gallery",
|
|
1823
1914
|
expected: "__type.o12",
|
|
1824
1915
|
value: input.gallery
|
|
1825
|
-
}, errorFactory)) && $
|
|
1916
|
+
}, errorFactory)) && $ao17(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
|
|
1826
1917
|
path: _path + ".gallery",
|
|
1827
1918
|
expected: "__type.o12",
|
|
1828
1919
|
value: input.gallery
|
|
@@ -1834,7 +1925,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
1834
1925
|
path: _path + ".media",
|
|
1835
1926
|
expected: "__type.o13",
|
|
1836
1927
|
value: input.media
|
|
1837
|
-
}, errorFactory)) && $
|
|
1928
|
+
}, errorFactory)) && $ao18(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
|
|
1838
1929
|
path: _path + ".media",
|
|
1839
1930
|
expected: "__type.o13",
|
|
1840
1931
|
value: input.media
|
|
@@ -1854,7 +1945,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
1854
1945
|
path: _path + ".storyboard",
|
|
1855
1946
|
expected: "__type.o22",
|
|
1856
1947
|
value: input.storyboard
|
|
1857
|
-
}, errorFactory)) && $
|
|
1948
|
+
}, errorFactory)) && $ao27(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
1858
1949
|
path: _path + ".storyboard",
|
|
1859
1950
|
expected: "__type.o22",
|
|
1860
1951
|
value: input.storyboard
|
|
@@ -1862,7 +1953,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
1862
1953
|
path: _path + ".plugins",
|
|
1863
1954
|
expected: "__type.o29",
|
|
1864
1955
|
value: input.plugins
|
|
1865
|
-
}, errorFactory)) && $
|
|
1956
|
+
}, errorFactory)) && $ao34(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
1866
1957
|
path: _path + ".plugins",
|
|
1867
1958
|
expected: "__type.o29",
|
|
1868
1959
|
value: input.plugins
|
|
@@ -1878,7 +1969,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
1878
1969
|
path: _path + ".flags",
|
|
1879
1970
|
expected: "__type.o31",
|
|
1880
1971
|
value: input.flags
|
|
1881
|
-
}, errorFactory)) && $
|
|
1972
|
+
}, errorFactory)) && $ao36(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
1882
1973
|
path: _path + ".flags",
|
|
1883
1974
|
expected: "__type.o31",
|
|
1884
1975
|
value: input.flags
|
|
@@ -2034,7 +2125,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2034
2125
|
expected: "number",
|
|
2035
2126
|
value: input.maxTabs
|
|
2036
2127
|
}, errorFactory));
|
|
2037
|
-
const $ao13 = (input, _path, _exceptionable = true) => ("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
|
|
2128
|
+
const $ao13 = (input, _path, _exceptionable = true) => (("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
|
|
2038
2129
|
path: _path + ".createMenu",
|
|
2039
2130
|
expected: "__type.o10",
|
|
2040
2131
|
value: input.createMenu
|
|
@@ -2042,27 +2133,60 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2042
2133
|
path: _path + ".createMenu",
|
|
2043
2134
|
expected: "__type.o10",
|
|
2044
2135
|
value: input.createMenu
|
|
2045
|
-
}, errorFactory)
|
|
2136
|
+
}, errorFactory)) && ((Array.isArray(input.colorTags) || $guard(_exceptionable, {
|
|
2137
|
+
path: _path + ".colorTags",
|
|
2138
|
+
expected: "Array<PromotedTag>",
|
|
2139
|
+
value: input.colorTags
|
|
2140
|
+
}, errorFactory)) && input.colorTags.every((elem, _index6) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2141
|
+
path: _path + ".colorTags[" + _index6 + "]",
|
|
2142
|
+
expected: "PromotedTag",
|
|
2143
|
+
value: elem
|
|
2144
|
+
}, errorFactory)) && $ao15(elem, _path + ".colorTags[" + _index6 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2145
|
+
path: _path + ".colorTags[" + _index6 + "]",
|
|
2146
|
+
expected: "PromotedTag",
|
|
2147
|
+
value: elem
|
|
2148
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2149
|
+
path: _path + ".colorTags",
|
|
2150
|
+
expected: "Array<PromotedTag>",
|
|
2151
|
+
value: input.colorTags
|
|
2152
|
+
}, errorFactory));
|
|
2046
2153
|
const $ao14 = (input, _path, _exceptionable = true) => "boolean" === typeof input.showPreview || $guard(_exceptionable, {
|
|
2047
2154
|
path: _path + ".showPreview",
|
|
2048
2155
|
expected: "boolean",
|
|
2049
2156
|
value: input.showPreview
|
|
2050
2157
|
}, errorFactory);
|
|
2051
|
-
const $ao15 = (input, _path, _exceptionable = true) => "
|
|
2158
|
+
const $ao15 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || $guard(_exceptionable, {
|
|
2159
|
+
path: _path + ".name",
|
|
2160
|
+
expected: "(null | string)",
|
|
2161
|
+
value: input.name
|
|
2162
|
+
}, errorFactory)) && (null === input.icon || "string" === typeof input.icon || $guard(_exceptionable, {
|
|
2163
|
+
path: _path + ".icon",
|
|
2164
|
+
expected: "(null | string)",
|
|
2165
|
+
value: input.icon
|
|
2166
|
+
}, errorFactory)) && (null === input.color || "string" === typeof input.color || $guard(_exceptionable, {
|
|
2167
|
+
path: _path + ".color",
|
|
2168
|
+
expected: "(null | string)",
|
|
2169
|
+
value: input.color
|
|
2170
|
+
}, errorFactory)) && (null === input.description || "string" === typeof input.description || $guard(_exceptionable, {
|
|
2171
|
+
path: _path + ".description",
|
|
2172
|
+
expected: "(null | string)",
|
|
2173
|
+
value: input.description
|
|
2174
|
+
}, errorFactory));
|
|
2175
|
+
const $ao16 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
|
|
2052
2176
|
path: _path + ".eventThumbnails",
|
|
2053
2177
|
expected: "boolean",
|
|
2054
2178
|
value: input.eventThumbnails
|
|
2055
2179
|
}, errorFactory);
|
|
2056
|
-
const $
|
|
2180
|
+
const $ao17 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
|
|
2057
2181
|
path: _path + ".dimOnBlur",
|
|
2058
2182
|
expected: "boolean",
|
|
2059
2183
|
value: input.dimOnBlur
|
|
2060
2184
|
}, errorFactory);
|
|
2061
|
-
const $
|
|
2185
|
+
const $ao18 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
2062
2186
|
path: _path + ".guide",
|
|
2063
2187
|
expected: "(__type.o14 | undefined)",
|
|
2064
2188
|
value: input.guide
|
|
2065
|
-
}, errorFactory)) && $
|
|
2189
|
+
}, errorFactory)) && $ao19(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
|
|
2066
2190
|
path: _path + ".guide",
|
|
2067
2191
|
expected: "(__type.o14 | undefined)",
|
|
2068
2192
|
value: input.guide
|
|
@@ -2082,7 +2206,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2082
2206
|
path: _path + ".tile",
|
|
2083
2207
|
expected: "__type.o15",
|
|
2084
2208
|
value: input.tile
|
|
2085
|
-
}, errorFactory)) && $
|
|
2209
|
+
}, errorFactory)) && $ao20(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
|
|
2086
2210
|
path: _path + ".tile",
|
|
2087
2211
|
expected: "__type.o15",
|
|
2088
2212
|
value: input.tile
|
|
@@ -2110,8 +2234,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2110
2234
|
path: _path + ".playbackRates",
|
|
2111
2235
|
expected: "Array<number>",
|
|
2112
2236
|
value: input.playbackRates
|
|
2113
|
-
}, errorFactory)) && input.playbackRates.every((elem,
|
|
2114
|
-
path: _path + ".playbackRates[" +
|
|
2237
|
+
}, errorFactory)) && input.playbackRates.every((elem, _index7) => "number" === typeof elem && !Number.isNaN(elem) || $guard(_exceptionable, {
|
|
2238
|
+
path: _path + ".playbackRates[" + _index7 + "]",
|
|
2115
2239
|
expected: "number",
|
|
2116
2240
|
value: elem
|
|
2117
2241
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2122,7 +2246,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2122
2246
|
path: _path + ".subtitles",
|
|
2123
2247
|
expected: "__type.o16",
|
|
2124
2248
|
value: input.subtitles
|
|
2125
|
-
}, errorFactory)) && $
|
|
2249
|
+
}, errorFactory)) && $ao21(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
|
|
2126
2250
|
path: _path + ".subtitles",
|
|
2127
2251
|
expected: "__type.o16",
|
|
2128
2252
|
value: input.subtitles
|
|
@@ -2138,12 +2262,12 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2138
2262
|
path: _path + ".guides",
|
|
2139
2263
|
expected: "Array<__type>",
|
|
2140
2264
|
value: input.guides
|
|
2141
|
-
}, errorFactory)) && input.guides.every((elem,
|
|
2142
|
-
path: _path + ".guides[" +
|
|
2265
|
+
}, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2266
|
+
path: _path + ".guides[" + _index8 + "]",
|
|
2143
2267
|
expected: "__type.o17",
|
|
2144
2268
|
value: elem
|
|
2145
|
-
}, errorFactory)) && $
|
|
2146
|
-
path: _path + ".guides[" +
|
|
2269
|
+
}, errorFactory)) && $ao22(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2270
|
+
path: _path + ".guides[" + _index8 + "]",
|
|
2147
2271
|
expected: "__type.o17",
|
|
2148
2272
|
value: elem
|
|
2149
2273
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2158,17 +2282,17 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2158
2282
|
path: _path + ".transcribe",
|
|
2159
2283
|
expected: "(__type.o18 | undefined)",
|
|
2160
2284
|
value: input.transcribe
|
|
2161
|
-
}, errorFactory)) && $
|
|
2285
|
+
}, errorFactory)) && $ao23(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
2162
2286
|
path: _path + ".transcribe",
|
|
2163
2287
|
expected: "(__type.o18 | undefined)",
|
|
2164
2288
|
value: input.transcribe
|
|
2165
2289
|
}, errorFactory));
|
|
2166
|
-
const $
|
|
2290
|
+
const $ao19 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
2167
2291
|
path: _path + ".mask",
|
|
2168
2292
|
expected: "(boolean | undefined)",
|
|
2169
2293
|
value: input.mask
|
|
2170
2294
|
}, errorFactory);
|
|
2171
|
-
const $
|
|
2295
|
+
const $ao20 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
|
|
2172
2296
|
path: _path + ".preview",
|
|
2173
2297
|
expected: "string",
|
|
2174
2298
|
value: input.preview
|
|
@@ -2177,7 +2301,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2177
2301
|
expected: "boolean",
|
|
2178
2302
|
value: input.showRenderProgress
|
|
2179
2303
|
}, errorFactory));
|
|
2180
|
-
const $
|
|
2304
|
+
const $ao21 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing && !Number.isNaN(input.spacing) || $guard(_exceptionable, {
|
|
2181
2305
|
path: _path + ".spacing",
|
|
2182
2306
|
expected: "number",
|
|
2183
2307
|
value: input.spacing
|
|
@@ -2186,7 +2310,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2186
2310
|
expected: "number",
|
|
2187
2311
|
value: input.maxCharactersPerLine
|
|
2188
2312
|
}, errorFactory));
|
|
2189
|
-
const $
|
|
2313
|
+
const $ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
|
|
2190
2314
|
path: _path + ".label",
|
|
2191
2315
|
expected: "string",
|
|
2192
2316
|
value: input.label
|
|
@@ -2195,16 +2319,16 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2195
2319
|
expected: "string",
|
|
2196
2320
|
value: input.aspectRatio
|
|
2197
2321
|
}, errorFactory));
|
|
2198
|
-
const $
|
|
2322
|
+
const $ao23 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
2199
2323
|
path: _path + ".subtitleDisclaimer",
|
|
2200
2324
|
expected: "(__type.o19 | undefined)",
|
|
2201
2325
|
value: input.subtitleDisclaimer
|
|
2202
|
-
}, errorFactory)) && $
|
|
2326
|
+
}, errorFactory)) && $ao24(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
2203
2327
|
path: _path + ".subtitleDisclaimer",
|
|
2204
2328
|
expected: "(__type.o19 | undefined)",
|
|
2205
2329
|
value: input.subtitleDisclaimer
|
|
2206
2330
|
}, errorFactory);
|
|
2207
|
-
const $
|
|
2331
|
+
const $ao24 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
2208
2332
|
path: _path + ".isUserConfigurable",
|
|
2209
2333
|
expected: "(boolean | undefined)",
|
|
2210
2334
|
value: input.isUserConfigurable
|
|
@@ -2212,12 +2336,12 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2212
2336
|
path: _path + ".defaultValue",
|
|
2213
2337
|
expected: "(__type.o20 | undefined)",
|
|
2214
2338
|
value: input.defaultValue
|
|
2215
|
-
}, errorFactory)) && $
|
|
2339
|
+
}, errorFactory)) && $ao25(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
2216
2340
|
path: _path + ".defaultValue",
|
|
2217
2341
|
expected: "(__type.o20 | undefined)",
|
|
2218
2342
|
value: input.defaultValue
|
|
2219
2343
|
}, errorFactory));
|
|
2220
|
-
const $
|
|
2344
|
+
const $ao25 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
2221
2345
|
path: _path + ".enabled",
|
|
2222
2346
|
expected: "(false | undefined)",
|
|
2223
2347
|
value: input.enabled
|
|
@@ -2225,12 +2349,12 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2225
2349
|
path: _path + ".text",
|
|
2226
2350
|
expected: "(Array<__type>.o1 | undefined)",
|
|
2227
2351
|
value: input.text
|
|
2228
|
-
}, errorFactory)) && input.text.every((elem,
|
|
2229
|
-
path: _path + ".text[" +
|
|
2352
|
+
}, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2353
|
+
path: _path + ".text[" + _index9 + "]",
|
|
2230
2354
|
expected: "__type.o21",
|
|
2231
2355
|
value: elem
|
|
2232
|
-
}, errorFactory)) && $
|
|
2233
|
-
path: _path + ".text[" +
|
|
2356
|
+
}, errorFactory)) && $ao26(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2357
|
+
path: _path + ".text[" + _index9 + "]",
|
|
2234
2358
|
expected: "__type.o21",
|
|
2235
2359
|
value: elem
|
|
2236
2360
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2246,7 +2370,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2246
2370
|
expected: "(number | undefined)",
|
|
2247
2371
|
value: input.duration
|
|
2248
2372
|
}, errorFactory));
|
|
2249
|
-
const $
|
|
2373
|
+
const $ao26 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
2250
2374
|
path: _path + ".language",
|
|
2251
2375
|
expected: "string",
|
|
2252
2376
|
value: input.language
|
|
@@ -2255,11 +2379,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2255
2379
|
expected: "string",
|
|
2256
2380
|
value: input.value
|
|
2257
2381
|
}, errorFactory));
|
|
2258
|
-
const $
|
|
2382
|
+
const $ao27 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
2259
2383
|
path: _path + ".assets",
|
|
2260
2384
|
expected: "__type.o23",
|
|
2261
2385
|
value: input.assets
|
|
2262
|
-
}, errorFactory)) && $
|
|
2386
|
+
}, errorFactory)) && $ao28(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
2263
2387
|
path: _path + ".assets",
|
|
2264
2388
|
expected: "__type.o23",
|
|
2265
2389
|
value: input.assets
|
|
@@ -2267,7 +2391,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2267
2391
|
path: _path + ".pipeline",
|
|
2268
2392
|
expected: "__type.o26",
|
|
2269
2393
|
value: input.pipeline
|
|
2270
|
-
}, errorFactory)) && $
|
|
2394
|
+
}, errorFactory)) && $ao31(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
2271
2395
|
path: _path + ".pipeline",
|
|
2272
2396
|
expected: "__type.o26",
|
|
2273
2397
|
value: input.pipeline
|
|
@@ -2275,30 +2399,30 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2275
2399
|
path: _path + ".item",
|
|
2276
2400
|
expected: "__type.o28",
|
|
2277
2401
|
value: input.item
|
|
2278
|
-
}, errorFactory)) && $
|
|
2402
|
+
}, errorFactory)) && $ao33(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
2279
2403
|
path: _path + ".item",
|
|
2280
2404
|
expected: "__type.o28",
|
|
2281
2405
|
value: input.item
|
|
2282
2406
|
}, errorFactory));
|
|
2283
|
-
const $
|
|
2407
|
+
const $ao28 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
2284
2408
|
path: _path + ".story",
|
|
2285
2409
|
expected: "__type.o24",
|
|
2286
2410
|
value: input.story
|
|
2287
|
-
}, errorFactory)) && $
|
|
2411
|
+
}, errorFactory)) && $ao29(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
2288
2412
|
path: _path + ".story",
|
|
2289
2413
|
expected: "__type.o24",
|
|
2290
2414
|
value: input.story
|
|
2291
2415
|
}, errorFactory);
|
|
2292
|
-
const $
|
|
2416
|
+
const $ao29 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
2293
2417
|
path: _path + ".excerpt",
|
|
2294
2418
|
expected: "__type.o25",
|
|
2295
2419
|
value: input.excerpt
|
|
2296
|
-
}, errorFactory)) && $
|
|
2420
|
+
}, errorFactory)) && $ao30(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
2297
2421
|
path: _path + ".excerpt",
|
|
2298
2422
|
expected: "__type.o25",
|
|
2299
2423
|
value: input.excerpt
|
|
2300
2424
|
}, errorFactory);
|
|
2301
|
-
const $
|
|
2425
|
+
const $ao30 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines && !Number.isNaN(input.maxLines) || $guard(_exceptionable, {
|
|
2302
2426
|
path: _path + ".maxLines",
|
|
2303
2427
|
expected: "number",
|
|
2304
2428
|
value: input.maxLines
|
|
@@ -2307,40 +2431,40 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2307
2431
|
expected: "string",
|
|
2308
2432
|
value: input.mode
|
|
2309
2433
|
}, errorFactory));
|
|
2310
|
-
const $
|
|
2434
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
2311
2435
|
path: _path + ".search",
|
|
2312
2436
|
expected: "__type.o27",
|
|
2313
2437
|
value: input.search
|
|
2314
|
-
}, errorFactory)) && $
|
|
2438
|
+
}, errorFactory)) && $ao32(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
2315
2439
|
path: _path + ".search",
|
|
2316
2440
|
expected: "__type.o27",
|
|
2317
2441
|
value: input.search
|
|
2318
2442
|
}, errorFactory);
|
|
2319
|
-
const $
|
|
2443
|
+
const $ao32 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed) || $guard(_exceptionable, {
|
|
2320
2444
|
path: _path + ".maxItemsDisplayed",
|
|
2321
2445
|
expected: "number",
|
|
2322
2446
|
value: input.maxItemsDisplayed
|
|
2323
2447
|
}, errorFactory);
|
|
2324
|
-
const $
|
|
2448
|
+
const $ao33 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
|
|
2325
2449
|
path: _path + ".maxHeight",
|
|
2326
2450
|
expected: "number",
|
|
2327
2451
|
value: input.maxHeight
|
|
2328
2452
|
}, errorFactory);
|
|
2329
|
-
const $
|
|
2453
|
+
const $ao34 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
2330
2454
|
path: _path + ".adobe",
|
|
2331
2455
|
expected: "__type.o30",
|
|
2332
2456
|
value: input.adobe
|
|
2333
|
-
}, errorFactory)) && $
|
|
2457
|
+
}, errorFactory)) && $ao35(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
2334
2458
|
path: _path + ".adobe",
|
|
2335
2459
|
expected: "__type.o30",
|
|
2336
2460
|
value: input.adobe
|
|
2337
2461
|
}, errorFactory);
|
|
2338
|
-
const $
|
|
2462
|
+
const $ao35 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
2339
2463
|
path: _path + ".useProxies",
|
|
2340
2464
|
expected: "boolean",
|
|
2341
2465
|
value: input.useProxies
|
|
2342
2466
|
}, errorFactory);
|
|
2343
|
-
const $
|
|
2467
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
2344
2468
|
path: _path + ".utils",
|
|
2345
2469
|
expected: "boolean",
|
|
2346
2470
|
value: input.utils
|
|
@@ -2404,32 +2528,33 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2404
2528
|
const $io10 = input => "boolean" === typeof input.enable && "boolean" === typeof input.show24Hours && "boolean" === typeof input.showAmPm && "boolean" === typeof input.showSeconds && "boolean" === typeof input.showDayOfWeek && "boolean" === typeof input.showDate && (undefined === input.format || "string" === typeof input.format);
|
|
2405
2529
|
const $io11 = input => "string" === typeof input.color;
|
|
2406
2530
|
const $io12 = input => "number" === typeof input.maxMru && "number" === typeof input.maxTabs;
|
|
2407
|
-
const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io14(input.createMenu);
|
|
2531
|
+
const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io14(input.createMenu) && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io15(elem)));
|
|
2408
2532
|
const $io14 = input => "boolean" === typeof input.showPreview;
|
|
2409
|
-
const $io15 = input => "
|
|
2410
|
-
const $io16 = input => "boolean" === typeof input.
|
|
2411
|
-
const $io17 = input =>
|
|
2412
|
-
const $io18 = input => undefined === input.
|
|
2413
|
-
const $io19 = input =>
|
|
2414
|
-
const $io20 = input => "
|
|
2415
|
-
const $io21 = input => "
|
|
2416
|
-
const $io22 = input =>
|
|
2417
|
-
const $io23 = input =>
|
|
2418
|
-
const $io24 = input => (undefined === input.
|
|
2419
|
-
const $io25 = input => "
|
|
2420
|
-
const $io26 = input => "
|
|
2421
|
-
const $io27 = input => "object" === typeof input.
|
|
2422
|
-
const $io28 = input => "object" === typeof input.
|
|
2423
|
-
const $io29 = input => "
|
|
2424
|
-
const $io30 = input => "
|
|
2425
|
-
const $io31 = input => "
|
|
2426
|
-
const $io32 = input => "number" === typeof input.
|
|
2427
|
-
const $io33 = input => "
|
|
2428
|
-
const $io34 = input => "
|
|
2429
|
-
const $io35 = input => "boolean" === typeof input.
|
|
2533
|
+
const $io15 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
2534
|
+
const $io16 = input => "boolean" === typeof input.eventThumbnails;
|
|
2535
|
+
const $io17 = input => "boolean" === typeof input.dimOnBlur;
|
|
2536
|
+
const $io18 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io19(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io20(input.tile)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && $io21(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io22(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io23(input.transcribe));
|
|
2537
|
+
const $io19 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
2538
|
+
const $io20 = input => "string" === typeof input.preview && "boolean" === typeof input.showRenderProgress;
|
|
2539
|
+
const $io21 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
|
|
2540
|
+
const $io22 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
2541
|
+
const $io23 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io24(input.subtitleDisclaimer);
|
|
2542
|
+
const $io24 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io25(input.defaultValue));
|
|
2543
|
+
const $io25 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io26(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
2544
|
+
const $io26 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2545
|
+
const $io27 = input => "object" === typeof input.assets && null !== input.assets && $io28(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io31(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io33(input.item));
|
|
2546
|
+
const $io28 = input => "object" === typeof input.story && null !== input.story && $io29(input.story);
|
|
2547
|
+
const $io29 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io30(input.excerpt);
|
|
2548
|
+
const $io30 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
2549
|
+
const $io31 = input => "object" === typeof input.search && null !== input.search && $io32(input.search);
|
|
2550
|
+
const $io32 = input => "number" === typeof input.maxItemsDisplayed;
|
|
2551
|
+
const $io33 = input => "number" === typeof input.maxHeight;
|
|
2552
|
+
const $io34 = input => "object" === typeof input.adobe && null !== input.adobe && $io35(input.adobe);
|
|
2553
|
+
const $io35 = input => "boolean" === typeof input.useProxies;
|
|
2554
|
+
const $io36 = 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;
|
|
2430
2555
|
const $string = __typia.json.createAssertStringify.string;
|
|
2431
2556
|
const $tail = __typia.json.createAssertStringify.tail;
|
|
2432
|
-
const $so0 = input => `{${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so1(input.module) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}"browser":${$so5(input.browser)},"toolbarTags":${$so7(input.toolbarTags)},"deadlines":${$so8(input.deadlines)},"assignees":${$so9(input.assignees)},"clock":${$so10(input.clock)},"swarm":${`{"color":${$string(input.swarm.color)}}`},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so13(input.script)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$
|
|
2557
|
+
const $so0 = input => `{${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so1(input.module) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}"browser":${$so5(input.browser)},"toolbarTags":${$so7(input.toolbarTags)},"deadlines":${$so8(input.deadlines)},"assignees":${$so9(input.assignees)},"clock":${$so10(input.clock)},"swarm":${`{"color":${$string(input.swarm.color)}}`},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so13(input.script)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so18(input.media)},"storyboard":${$so27(input.storyboard)},"plugins":${$so34(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${`{"utils":${input.flags.utils},"history":${input.flags.history},"refs":${input.flags.refs},"access":${input.flags.access},"files":${input.flags.files},"export":${input.flags["export"]},"json":${input.flags.json},"hlsjs":${input.flags.hlsjs}}`}}`;
|
|
2433
2558
|
const $so1 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so2(input.tabs) : undefined}`}`)}}`;
|
|
2434
2559
|
const $so2 = input => `{${$tail(`${undefined === input.settingsPanelStore ? "" : `"settingsPanelStore":${undefined !== input.settingsPanelStore ? $so3(input.settingsPanelStore) : undefined},`}${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
2435
2560
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
@@ -2441,40 +2566,41 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2441
2566
|
const $so8 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
|
|
2442
2567
|
const $so9 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
|
|
2443
2568
|
const $so10 = input => `{${undefined === input.format ? "" : `"format":${undefined !== input.format ? $string(input.format) : undefined},`}"enable":${input.enable},"show24Hours":${input.show24Hours},"showAmPm":${input.showAmPm},"showSeconds":${input.showSeconds},"showDayOfWeek":${input.showDayOfWeek},"showDate":${input.showDate}}`;
|
|
2444
|
-
const $so13 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`}}`;
|
|
2445
|
-
const $
|
|
2446
|
-
const $so18 = input => `{${$
|
|
2447
|
-
const $
|
|
2448
|
-
const $so23 = input => `{${$tail(`${undefined === input.
|
|
2449
|
-
const $so24 = input => `{${$tail(`${undefined === input.
|
|
2450
|
-
const $
|
|
2451
|
-
const $so27 = input => `{"
|
|
2452
|
-
const $so28 = input => `{"
|
|
2453
|
-
const $
|
|
2454
|
-
const $
|
|
2569
|
+
const $so13 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so15(elem)).join(",")}]`}}`;
|
|
2570
|
+
const $so15 = input => `{"name":${null !== input.name ? $string(input.name) : "null"},"icon":${null !== input.icon ? $string(input.icon) : "null"},"color":${null !== input.color ? $string(input.color) : "null"},"description":${null !== input.description ? $string(input.description) : "null"}}`;
|
|
2571
|
+
const $so18 = input => `{${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so19(input.guide) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so23(input.transcribe) : undefined},`}"stepManyFrames":${input.stepManyFrames},"liveZoomDuration":${input.liveZoomDuration},"importTitleTemplate":${$string(input.importTitleTemplate)},"tile":${`{"preview":${$string(input.tile.preview)},"showRenderProgress":${input.tile.showRenderProgress}}`},"timecodeReference":${$string(input.timecodeReference)},"maxSubclipDuration":${input.maxSubclipDuration},"rewindStep":${input.rewindStep},"forwardStep":${input.forwardStep},"interlacedPlayback":${$string(input.interlacedPlayback)},"playbackRates":${`[${input.playbackRates.map(elem => elem).join(",")}]`},"subtitles":${`{"spacing":${input.subtitles.spacing},"maxCharactersPerLine":${input.subtitles.maxCharactersPerLine}}`},"initialVolume":${$string(input.initialVolume)},"guides":${`[${input.guides.map(elem => `{"label":${$string(elem.label)},"aspectRatio":${$string(elem.aspectRatio)}}`).join(",")}]`},"download":${input.download}}`;
|
|
2572
|
+
const $so19 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined}`}`)}}`;
|
|
2573
|
+
const $so23 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so24(input.subtitleDisclaimer) : undefined}`}`)}}`;
|
|
2574
|
+
const $so24 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so25(input.defaultValue) : undefined}`}`)}}`;
|
|
2575
|
+
const $so25 = 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}`}`)}}`;
|
|
2576
|
+
const $so27 = input => `{"assets":${$so28(input.assets)},"pipeline":${$so31(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
2577
|
+
const $so28 = input => `{"story":${$so29(input.story)}}`;
|
|
2578
|
+
const $so29 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
2579
|
+
const $so31 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`}}`;
|
|
2580
|
+
const $so34 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
2455
2581
|
return $so0(input);
|
|
2456
2582
|
}; return stringify(assert(input, errorFactory)); };
|
|
2457
2583
|
export const isSettingsPaths = input => {
|
|
2458
|
-
return null !== input && undefined !== input && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
2584
|
+
return null !== input && undefined !== input && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.colorTags" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
2459
2585
|
};
|
|
2460
2586
|
export const assertSettingsPaths = (input, errorFactory) => {
|
|
2461
2587
|
const __is = input => {
|
|
2462
|
-
return null !== input && undefined !== input && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
2588
|
+
return null !== input && undefined !== input && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.colorTags" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
2463
2589
|
};
|
|
2464
2590
|
if (false === __is(input))
|
|
2465
2591
|
((input, _path, _exceptionable = true) => {
|
|
2466
2592
|
const $guard = __typia.createAssert.guard;
|
|
2467
2593
|
return (null !== input || $guard(true, {
|
|
2468
2594
|
path: _path + "",
|
|
2469
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2595
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2470
2596
|
value: input
|
|
2471
2597
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
2472
2598
|
path: _path + "",
|
|
2473
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2599
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2474
2600
|
value: input
|
|
2475
|
-
}, errorFactory)) && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
2601
|
+
}, errorFactory)) && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.colorTags" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
2476
2602
|
path: _path + "",
|
|
2477
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2603
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2478
2604
|
value: input
|
|
2479
2605
|
}, errorFactory));
|
|
2480
2606
|
})(input, "$input", true);
|
|
@@ -2521,6 +2647,7 @@ export const randomSettingsPaths = generator => {
|
|
|
2521
2647
|
() => "dashboard.maxMru",
|
|
2522
2648
|
() => "dashboard.maxTabs",
|
|
2523
2649
|
() => "script.createMenu",
|
|
2650
|
+
() => "script.colorTags",
|
|
2524
2651
|
() => "script.createMenu.showPreview",
|
|
2525
2652
|
() => "rundown.eventThumbnails",
|
|
2526
2653
|
() => "gallery.dimOnBlur",
|
|
@@ -2578,6 +2705,11 @@ export const randomSettingsPaths = generator => {
|
|
|
2578
2705
|
() => `toolbarTags.exclude.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
2579
2706
|
() => `deadlines.include.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
2580
2707
|
() => `assignees.include.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
2708
|
+
() => `script.colorTags.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
2709
|
+
() => `script.colorTags.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.color`,
|
|
2710
|
+
() => `script.colorTags.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.name`,
|
|
2711
|
+
() => `script.colorTags.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.icon`,
|
|
2712
|
+
() => `script.colorTags.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.description`,
|
|
2581
2713
|
() => `media.playbackRates.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
2582
2714
|
() => `media.guides.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
2583
2715
|
() => `media.guides.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.label`,
|
|
@@ -2590,22 +2722,22 @@ export const randomSettingsPaths = generator => {
|
|
|
2590
2722
|
};
|
|
2591
2723
|
export const assertGuardSettingsPaths = (input, errorFactory) => {
|
|
2592
2724
|
const __is = input => {
|
|
2593
|
-
return null !== input && undefined !== input && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
2725
|
+
return null !== input && undefined !== input && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.colorTags" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
2594
2726
|
};
|
|
2595
2727
|
if (false === __is(input))
|
|
2596
2728
|
((input, _path, _exceptionable = true) => {
|
|
2597
2729
|
const $guard = __typia.createAssertGuard.guard;
|
|
2598
2730
|
return (null !== input || $guard(true, {
|
|
2599
2731
|
path: _path + "",
|
|
2600
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2732
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2601
2733
|
value: input
|
|
2602
2734
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
2603
2735
|
path: _path + "",
|
|
2604
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2736
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2605
2737
|
value: input
|
|
2606
|
-
}, errorFactory)) && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
2738
|
+
}, errorFactory)) && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.colorTags" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
2607
2739
|
path: _path + "",
|
|
2608
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2740
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2609
2741
|
value: input
|
|
2610
2742
|
}, errorFactory));
|
|
2611
2743
|
})(input, "$input", true);
|
|
@@ -2616,22 +2748,22 @@ export const stringifySettingsPaths = input => {
|
|
|
2616
2748
|
};
|
|
2617
2749
|
export const assertStringifySettingsPaths = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
2618
2750
|
const __is = input => {
|
|
2619
|
-
return null !== input && undefined !== input && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
2751
|
+
return null !== input && undefined !== input && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.colorTags" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
2620
2752
|
};
|
|
2621
2753
|
if (false === __is(input))
|
|
2622
2754
|
((input, _path, _exceptionable = true) => {
|
|
2623
2755
|
const $guard = __typia.json.createAssertStringify.guard;
|
|
2624
2756
|
return (null !== input || $guard(true, {
|
|
2625
2757
|
path: _path + "",
|
|
2626
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2758
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2627
2759
|
value: input
|
|
2628
2760
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
2629
2761
|
path: _path + "",
|
|
2630
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2762
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2631
2763
|
value: input
|
|
2632
|
-
}, errorFactory)) && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
2764
|
+
}, errorFactory)) && ("module" === input || "browser" === input || "toolbarTags" === input || "deadlines" === input || "assignees" === input || "clock" === input || "swarm" === input || "dashboard" === input || "script" === input || "rundown" === input || "gallery" === input || "history" === input || "keymap" === input || "media" === input || "predefinedTags" === input || "storyboard" === input || "plugins" === input || "crashScreen" === input || "debug" === input || "flags" === input || "module.tabs" === input || "browser.createMenu" === input || "browser.createMenu.sortOrder" === input || "toolbarTags.exclude" === input || "deadlines.include" === input || "assignees.include" === input || "clock.enable" === input || "clock.show24Hours" === input || "clock.showAmPm" === input || "clock.showSeconds" === input || "clock.showDayOfWeek" === input || "clock.showDate" === input || "clock.format" === input || "swarm.color" === input || "dashboard.maxMru" === input || "dashboard.maxTabs" === input || "script.createMenu" === input || "script.colorTags" === input || "script.createMenu.showPreview" === input || "rundown.eventThumbnails" === input || "gallery.dimOnBlur" === input || "media.guide" === input || "media.stepManyFrames" === input || "media.liveZoomDuration" === input || "media.importTitleTemplate" === input || "media.tile" === input || "media.timecodeReference" === input || "media.maxSubclipDuration" === input || "media.rewindStep" === input || "media.forwardStep" === input || "media.interlacedPlayback" === input || "media.playbackRates" === input || "media.subtitles" === input || "media.subtitleTemplateId" === input || "media.initialVolume" === input || "media.guides" === input || "media.download" === input || "media.transcribe" === input || "media.guide.mask" === input || "media.tile.preview" === input || "media.tile.showRenderProgress" === input || "media.subtitles.spacing" === input || "media.subtitles.maxCharactersPerLine" === input || "media.transcribe.subtitleDisclaimer" === input || "media.transcribe.subtitleDisclaimer.isUserConfigurable" === input || "media.transcribe.subtitleDisclaimer.defaultValue" === input || "media.transcribe.subtitleDisclaimer.defaultValue.enabled" === input || "media.transcribe.subtitleDisclaimer.defaultValue.text" === input || "media.transcribe.subtitleDisclaimer.defaultValue.offset" === input || "media.transcribe.subtitleDisclaimer.defaultValue.duration" === input || "storyboard.assets" === input || "storyboard.pipeline" === input || "storyboard.item" === input || "storyboard.assets.story" === input || "storyboard.assets.story.excerpt" === input || "storyboard.assets.story.excerpt.maxLines" === input || "storyboard.assets.story.excerpt.mode" === input || "storyboard.pipeline.search" === input || "storyboard.pipeline.search.maxItemsDisplayed" === input || "storyboard.item.maxHeight" === input || "plugins.adobe" === input || "plugins.adobe.useProxies" === input || "flags.history" === input || "flags.utils" === input || "flags.refs" === input || "flags.access" === input || "flags.files" === input || "flags.export" === input || "flags.json" === input || "flags.hlsjs" === 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\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
2633
2765
|
path: _path + "",
|
|
2634
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2766
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.export\" | \"flags.files\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.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\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}[object Object]` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${number}` | `[object Object]${string}`)",
|
|
2635
2767
|
value: input
|
|
2636
2768
|
}, errorFactory));
|
|
2637
2769
|
})(input, "$input", true);
|