@nxtedition/types 1.6.14 → 23.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.d.ts +30 -0
- package/dist/app.js +197 -0
- package/dist/common/index.d.ts +0 -17
- package/dist/common/index.js +0 -447
- package/dist/common/settings.d.ts +11 -6
- package/dist/common/settings.js +556 -454
- package/dist/domains/bundle.d.ts +25 -0
- package/dist/domains/bundle.js +512 -0
- package/dist/domains/index.d.ts +3 -1
- package/dist/domains/index.js +1 -0
- package/dist/domains/media.d.ts +20 -0
- package/dist/domains/media.js +1500 -0
- package/dist/domains/publish.d.ts +5 -2
- package/dist/domains/settings.js +558 -469
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/rpc.d.ts +28 -0
- package/dist/rpc.js +1 -0
- package/package.json +3 -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.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm &&
|
|
3
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io29(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io36(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io38(input.flags));
|
|
4
4
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
5
5
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
6
6
|
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
@@ -17,26 +17,28 @@ export const isSettings = input => {
|
|
|
17
17
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
18
18
|
const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
19
19
|
const $io11 = 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 $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
|
|
20
21
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
21
22
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
22
|
-
const $
|
|
23
|
-
const $io20 = input => undefined === input.
|
|
24
|
-
const $
|
|
25
|
-
const $io24 = input =>
|
|
26
|
-
const $io25 = input =>
|
|
27
|
-
const $io26 = input => (undefined === input.
|
|
28
|
-
const $io27 = input => "
|
|
29
|
-
const $io28 = input => "
|
|
30
|
-
const $io29 = input => "object" === typeof input.
|
|
31
|
-
const $io30 = input => "object" === typeof input.
|
|
32
|
-
const $
|
|
33
|
-
const $
|
|
34
|
-
const $
|
|
23
|
+
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
24
|
+
const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && ("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 && $io24(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
|
|
25
|
+
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
26
|
+
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
27
|
+
const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
|
|
28
|
+
const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
|
|
29
|
+
const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
30
|
+
const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
31
|
+
const $io29 = input => "object" === typeof input.assets && null !== input.assets && $io30(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io33(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
32
|
+
const $io30 = input => "object" === typeof input.story && null !== input.story && $io31(input.story);
|
|
33
|
+
const $io31 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
34
|
+
const $io33 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
|
|
35
|
+
const $io36 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
36
|
+
const $io38 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute);
|
|
35
37
|
return "object" === typeof input && null !== input && $io0(input);
|
|
36
38
|
};
|
|
37
39
|
export const assertSettings = (input, errorFactory) => {
|
|
38
40
|
const __is = input => {
|
|
39
|
-
const $io0 = input => (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm &&
|
|
41
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io29(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io36(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io38(input.flags));
|
|
40
42
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
41
43
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
42
44
|
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
@@ -53,28 +55,34 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
53
55
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
54
56
|
const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
55
57
|
const $io11 = 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);
|
|
58
|
+
const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
|
|
56
59
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
57
60
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
58
|
-
const $
|
|
59
|
-
const $io20 = input => undefined === input.
|
|
60
|
-
const $
|
|
61
|
-
const $io24 = input =>
|
|
62
|
-
const $io25 = input =>
|
|
63
|
-
const $io26 = input => (undefined === input.
|
|
64
|
-
const $io27 = input => "
|
|
65
|
-
const $io28 = input => "
|
|
66
|
-
const $io29 = input => "object" === typeof input.
|
|
67
|
-
const $io30 = input => "object" === typeof input.
|
|
68
|
-
const $
|
|
69
|
-
const $
|
|
70
|
-
const $
|
|
61
|
+
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
62
|
+
const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && ("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 && $io24(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
|
|
63
|
+
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
64
|
+
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
65
|
+
const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
|
|
66
|
+
const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
|
|
67
|
+
const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
68
|
+
const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
69
|
+
const $io29 = input => "object" === typeof input.assets && null !== input.assets && $io30(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io33(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
70
|
+
const $io30 = input => "object" === typeof input.story && null !== input.story && $io31(input.story);
|
|
71
|
+
const $io31 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
72
|
+
const $io33 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
|
|
73
|
+
const $io36 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
74
|
+
const $io38 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute);
|
|
71
75
|
return "object" === typeof input && null !== input && $io0(input);
|
|
72
76
|
};
|
|
73
77
|
if (false === __is(input))
|
|
74
78
|
((input, _path, _exceptionable = true) => {
|
|
75
79
|
const $guard = __typia.createAssert.guard;
|
|
76
80
|
const $join = __typia.createAssert.join;
|
|
77
|
-
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
81
|
+
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || $guard(_exceptionable, {
|
|
82
|
+
path: _path + ".autoLogoutTime",
|
|
83
|
+
expected: "(number | undefined)",
|
|
84
|
+
value: input.autoLogoutTime
|
|
85
|
+
}, errorFactory)) && (undefined === input.permission || ("object" === typeof input.permission && null !== input.permission || $guard(_exceptionable, {
|
|
78
86
|
path: _path + ".permission",
|
|
79
87
|
expected: "(__type | undefined)",
|
|
80
88
|
value: input.permission
|
|
@@ -130,13 +138,13 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
130
138
|
path: _path + ".clock",
|
|
131
139
|
expected: "__type.o7",
|
|
132
140
|
value: input.clock
|
|
133
|
-
}, errorFactory)) && (("object" === typeof input.swarm && null !== input.swarm || $guard(_exceptionable, {
|
|
141
|
+
}, errorFactory)) && (undefined === input.swarm || ("object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) || $guard(_exceptionable, {
|
|
134
142
|
path: _path + ".swarm",
|
|
135
|
-
expected: "__type.o8",
|
|
143
|
+
expected: "(__type.o8 | undefined)",
|
|
136
144
|
value: input.swarm
|
|
137
145
|
}, errorFactory)) && $ao12(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
|
|
138
146
|
path: _path + ".swarm",
|
|
139
|
-
expected: "__type.o8",
|
|
147
|
+
expected: "(__type.o8 | undefined)",
|
|
140
148
|
value: input.swarm
|
|
141
149
|
}, errorFactory)) && (("object" === typeof input.dashboard && null !== input.dashboard || $guard(_exceptionable, {
|
|
142
150
|
path: _path + ".dashboard",
|
|
@@ -154,21 +162,29 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
154
162
|
path: _path + ".script",
|
|
155
163
|
expected: "__type.o10",
|
|
156
164
|
value: input.script
|
|
165
|
+
}, errorFactory)) && (("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || $guard(_exceptionable, {
|
|
166
|
+
path: _path + ".events",
|
|
167
|
+
expected: "__type.o12",
|
|
168
|
+
value: input.events
|
|
169
|
+
}, errorFactory)) && $ao17(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
170
|
+
path: _path + ".events",
|
|
171
|
+
expected: "__type.o12",
|
|
172
|
+
value: input.events
|
|
157
173
|
}, errorFactory)) && (("object" === typeof input.rundown && null !== input.rundown || $guard(_exceptionable, {
|
|
158
174
|
path: _path + ".rundown",
|
|
159
|
-
expected: "__type.
|
|
175
|
+
expected: "__type.o13",
|
|
160
176
|
value: input.rundown
|
|
161
|
-
}, errorFactory)) && $
|
|
177
|
+
}, errorFactory)) && $ao18(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
|
|
162
178
|
path: _path + ".rundown",
|
|
163
|
-
expected: "__type.
|
|
179
|
+
expected: "__type.o13",
|
|
164
180
|
value: input.rundown
|
|
165
181
|
}, errorFactory)) && (("object" === typeof input.gallery && null !== input.gallery || $guard(_exceptionable, {
|
|
166
182
|
path: _path + ".gallery",
|
|
167
|
-
expected: "__type.
|
|
183
|
+
expected: "__type.o14",
|
|
168
184
|
value: input.gallery
|
|
169
|
-
}, errorFactory)) && $
|
|
185
|
+
}, errorFactory)) && $ao19(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
|
|
170
186
|
path: _path + ".gallery",
|
|
171
|
-
expected: "__type.
|
|
187
|
+
expected: "__type.o14",
|
|
172
188
|
value: input.gallery
|
|
173
189
|
}, errorFactory)) && ("boolean" === typeof input.history || $guard(_exceptionable, {
|
|
174
190
|
path: _path + ".history",
|
|
@@ -176,11 +192,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
176
192
|
value: input.history
|
|
177
193
|
}, errorFactory)) && true && (("object" === typeof input.media && null !== input.media || $guard(_exceptionable, {
|
|
178
194
|
path: _path + ".media",
|
|
179
|
-
expected: "__type.
|
|
195
|
+
expected: "__type.o15",
|
|
180
196
|
value: input.media
|
|
181
|
-
}, errorFactory)) && $
|
|
197
|
+
}, errorFactory)) && $ao20(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
|
|
182
198
|
path: _path + ".media",
|
|
183
|
-
expected: "__type.
|
|
199
|
+
expected: "__type.o15",
|
|
184
200
|
value: input.media
|
|
185
201
|
}, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
|
|
186
202
|
path: _path + ".predefinedTags",
|
|
@@ -196,19 +212,19 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
196
212
|
value: input.predefinedTags
|
|
197
213
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
198
214
|
path: _path + ".storyboard",
|
|
199
|
-
expected: "__type.
|
|
215
|
+
expected: "__type.o24",
|
|
200
216
|
value: input.storyboard
|
|
201
|
-
}, errorFactory)) && $
|
|
217
|
+
}, errorFactory)) && $ao29(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
202
218
|
path: _path + ".storyboard",
|
|
203
|
-
expected: "__type.
|
|
219
|
+
expected: "__type.o24",
|
|
204
220
|
value: input.storyboard
|
|
205
221
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
206
222
|
path: _path + ".plugins",
|
|
207
|
-
expected: "__type.
|
|
223
|
+
expected: "__type.o31",
|
|
208
224
|
value: input.plugins
|
|
209
|
-
}, errorFactory)) && $
|
|
225
|
+
}, errorFactory)) && $ao36(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
210
226
|
path: _path + ".plugins",
|
|
211
|
-
expected: "__type.
|
|
227
|
+
expected: "__type.o31",
|
|
212
228
|
value: input.plugins
|
|
213
229
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
214
230
|
path: _path + ".crashScreen",
|
|
@@ -220,11 +236,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
220
236
|
value: input.debug
|
|
221
237
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
222
238
|
path: _path + ".flags",
|
|
223
|
-
expected: "__type.
|
|
239
|
+
expected: "__type.o33",
|
|
224
240
|
value: input.flags
|
|
225
|
-
}, errorFactory)) && $
|
|
241
|
+
}, errorFactory)) && $ao38(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
226
242
|
path: _path + ".flags",
|
|
227
|
-
expected: "__type.
|
|
243
|
+
expected: "__type.o33",
|
|
228
244
|
value: input.flags
|
|
229
245
|
}, errorFactory));
|
|
230
246
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
@@ -373,11 +389,15 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
373
389
|
expected: "(string | undefined)",
|
|
374
390
|
value: input.format
|
|
375
391
|
}, errorFactory));
|
|
376
|
-
const $ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.color || $guard(_exceptionable, {
|
|
392
|
+
const $ao12 = (input, _path, _exceptionable = true) => (undefined === input.color || "string" === typeof input.color || $guard(_exceptionable, {
|
|
377
393
|
path: _path + ".color",
|
|
378
|
-
expected: "string",
|
|
394
|
+
expected: "(string | undefined)",
|
|
379
395
|
value: input.color
|
|
380
|
-
}, errorFactory)
|
|
396
|
+
}, errorFactory)) && (undefined === input.name || "string" === typeof input.name || $guard(_exceptionable, {
|
|
397
|
+
path: _path + ".name",
|
|
398
|
+
expected: "(string | undefined)",
|
|
399
|
+
value: input.name
|
|
400
|
+
}, errorFactory));
|
|
381
401
|
const $ao13 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxMru || $guard(_exceptionable, {
|
|
382
402
|
path: _path + ".maxMru",
|
|
383
403
|
expected: "number",
|
|
@@ -434,23 +454,28 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
434
454
|
expected: "(null | string)",
|
|
435
455
|
value: input.description
|
|
436
456
|
}, errorFactory));
|
|
437
|
-
const $ao17 = (input, _path, _exceptionable = true) => "
|
|
457
|
+
const $ao17 = (input, _path, _exceptionable = true) => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || $guard(_exceptionable, {
|
|
458
|
+
path: _path + ".graphicBaseTemplate",
|
|
459
|
+
expected: "(string | undefined)",
|
|
460
|
+
value: input.graphicBaseTemplate
|
|
461
|
+
}, errorFactory);
|
|
462
|
+
const $ao18 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
|
|
438
463
|
path: _path + ".eventThumbnails",
|
|
439
464
|
expected: "boolean",
|
|
440
465
|
value: input.eventThumbnails
|
|
441
466
|
}, errorFactory);
|
|
442
|
-
const $
|
|
467
|
+
const $ao19 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
|
|
443
468
|
path: _path + ".dimOnBlur",
|
|
444
469
|
expected: "boolean",
|
|
445
470
|
value: input.dimOnBlur
|
|
446
471
|
}, errorFactory);
|
|
447
|
-
const $
|
|
472
|
+
const $ao20 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
448
473
|
path: _path + ".guide",
|
|
449
|
-
expected: "(__type.
|
|
474
|
+
expected: "(__type.o16 | undefined)",
|
|
450
475
|
value: input.guide
|
|
451
|
-
}, errorFactory)) && $
|
|
476
|
+
}, errorFactory)) && $ao21(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
|
|
452
477
|
path: _path + ".guide",
|
|
453
|
-
expected: "(__type.
|
|
478
|
+
expected: "(__type.o16 | undefined)",
|
|
454
479
|
value: input.guide
|
|
455
480
|
}, errorFactory)) && ("number" === typeof input.stepManyFrames || $guard(_exceptionable, {
|
|
456
481
|
path: _path + ".stepManyFrames",
|
|
@@ -466,11 +491,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
466
491
|
value: input.importTitleTemplate
|
|
467
492
|
}, errorFactory)) && (("object" === typeof input.tile && null !== input.tile || $guard(_exceptionable, {
|
|
468
493
|
path: _path + ".tile",
|
|
469
|
-
expected: "__type.
|
|
494
|
+
expected: "__type.o17",
|
|
470
495
|
value: input.tile
|
|
471
|
-
}, errorFactory)) && $
|
|
496
|
+
}, errorFactory)) && $ao22(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
|
|
472
497
|
path: _path + ".tile",
|
|
473
|
-
expected: "__type.
|
|
498
|
+
expected: "__type.o17",
|
|
474
499
|
value: input.tile
|
|
475
500
|
}, errorFactory)) && ("string" === typeof input.timecodeReference || $guard(_exceptionable, {
|
|
476
501
|
path: _path + ".timecodeReference",
|
|
@@ -506,11 +531,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
506
531
|
value: input.playbackRates
|
|
507
532
|
}, errorFactory)) && (("object" === typeof input.subtitles && null !== input.subtitles || $guard(_exceptionable, {
|
|
508
533
|
path: _path + ".subtitles",
|
|
509
|
-
expected: "__type.
|
|
534
|
+
expected: "__type.o18",
|
|
510
535
|
value: input.subtitles
|
|
511
|
-
}, errorFactory)) && $
|
|
536
|
+
}, errorFactory)) && $ao23(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
|
|
512
537
|
path: _path + ".subtitles",
|
|
513
|
-
expected: "__type.
|
|
538
|
+
expected: "__type.o18",
|
|
514
539
|
value: input.subtitles
|
|
515
540
|
}, errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || $guard(_exceptionable, {
|
|
516
541
|
path: _path + ".subtitleTemplateId",
|
|
@@ -526,11 +551,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
526
551
|
value: input.guides
|
|
527
552
|
}, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
528
553
|
path: _path + ".guides[" + _index8 + "]",
|
|
529
|
-
expected: "__type.
|
|
554
|
+
expected: "__type.o19",
|
|
530
555
|
value: elem
|
|
531
|
-
}, errorFactory)) && $
|
|
556
|
+
}, errorFactory)) && $ao24(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
532
557
|
path: _path + ".guides[" + _index8 + "]",
|
|
533
|
-
expected: "__type.
|
|
558
|
+
expected: "__type.o19",
|
|
534
559
|
value: elem
|
|
535
560
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
536
561
|
path: _path + ".guides",
|
|
@@ -542,19 +567,19 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
542
567
|
value: input.download
|
|
543
568
|
}, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
|
|
544
569
|
path: _path + ".transcribe",
|
|
545
|
-
expected: "(__type.
|
|
570
|
+
expected: "(__type.o20 | undefined)",
|
|
546
571
|
value: input.transcribe
|
|
547
|
-
}, errorFactory)) && $
|
|
572
|
+
}, errorFactory)) && $ao25(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
548
573
|
path: _path + ".transcribe",
|
|
549
|
-
expected: "(__type.
|
|
574
|
+
expected: "(__type.o20 | undefined)",
|
|
550
575
|
value: input.transcribe
|
|
551
576
|
}, errorFactory));
|
|
552
|
-
const $
|
|
577
|
+
const $ao21 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
553
578
|
path: _path + ".mask",
|
|
554
579
|
expected: "(boolean | undefined)",
|
|
555
580
|
value: input.mask
|
|
556
581
|
}, errorFactory);
|
|
557
|
-
const $
|
|
582
|
+
const $ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
|
|
558
583
|
path: _path + ".preview",
|
|
559
584
|
expected: "string",
|
|
560
585
|
value: input.preview
|
|
@@ -563,7 +588,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
563
588
|
expected: "boolean",
|
|
564
589
|
value: input.showRenderProgress
|
|
565
590
|
}, errorFactory));
|
|
566
|
-
const $
|
|
591
|
+
const $ao23 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing || $guard(_exceptionable, {
|
|
567
592
|
path: _path + ".spacing",
|
|
568
593
|
expected: "number",
|
|
569
594
|
value: input.spacing
|
|
@@ -572,7 +597,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
572
597
|
expected: "number",
|
|
573
598
|
value: input.maxCharactersPerLine
|
|
574
599
|
}, errorFactory));
|
|
575
|
-
const $
|
|
600
|
+
const $ao24 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
|
|
576
601
|
path: _path + ".label",
|
|
577
602
|
expected: "string",
|
|
578
603
|
value: input.label
|
|
@@ -581,29 +606,29 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
581
606
|
expected: "string",
|
|
582
607
|
value: input.aspectRatio
|
|
583
608
|
}, errorFactory));
|
|
584
|
-
const $
|
|
609
|
+
const $ao25 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
585
610
|
path: _path + ".subtitleDisclaimer",
|
|
586
|
-
expected: "(__type.
|
|
611
|
+
expected: "(__type.o21 | undefined)",
|
|
587
612
|
value: input.subtitleDisclaimer
|
|
588
|
-
}, errorFactory)) && $
|
|
613
|
+
}, errorFactory)) && $ao26(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
589
614
|
path: _path + ".subtitleDisclaimer",
|
|
590
|
-
expected: "(__type.
|
|
615
|
+
expected: "(__type.o21 | undefined)",
|
|
591
616
|
value: input.subtitleDisclaimer
|
|
592
617
|
}, errorFactory);
|
|
593
|
-
const $
|
|
618
|
+
const $ao26 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
594
619
|
path: _path + ".isUserConfigurable",
|
|
595
620
|
expected: "(boolean | undefined)",
|
|
596
621
|
value: input.isUserConfigurable
|
|
597
622
|
}, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
|
|
598
623
|
path: _path + ".defaultValue",
|
|
599
|
-
expected: "(__type.
|
|
624
|
+
expected: "(__type.o22 | undefined)",
|
|
600
625
|
value: input.defaultValue
|
|
601
|
-
}, errorFactory)) && $
|
|
626
|
+
}, errorFactory)) && $ao27(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
602
627
|
path: _path + ".defaultValue",
|
|
603
|
-
expected: "(__type.
|
|
628
|
+
expected: "(__type.o22 | undefined)",
|
|
604
629
|
value: input.defaultValue
|
|
605
630
|
}, errorFactory));
|
|
606
|
-
const $
|
|
631
|
+
const $ao27 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
607
632
|
path: _path + ".enabled",
|
|
608
633
|
expected: "(false | undefined)",
|
|
609
634
|
value: input.enabled
|
|
@@ -613,11 +638,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
613
638
|
value: input.text
|
|
614
639
|
}, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
615
640
|
path: _path + ".text[" + _index9 + "]",
|
|
616
|
-
expected: "__type.
|
|
641
|
+
expected: "__type.o23",
|
|
617
642
|
value: elem
|
|
618
|
-
}, errorFactory)) && $
|
|
643
|
+
}, errorFactory)) && $ao28(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
619
644
|
path: _path + ".text[" + _index9 + "]",
|
|
620
|
-
expected: "__type.
|
|
645
|
+
expected: "__type.o23",
|
|
621
646
|
value: elem
|
|
622
647
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
623
648
|
path: _path + ".text",
|
|
@@ -632,7 +657,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
632
657
|
expected: "(number | undefined)",
|
|
633
658
|
value: input.duration
|
|
634
659
|
}, errorFactory));
|
|
635
|
-
const $
|
|
660
|
+
const $ao28 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
636
661
|
path: _path + ".language",
|
|
637
662
|
expected: "string",
|
|
638
663
|
value: input.language
|
|
@@ -641,50 +666,50 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
641
666
|
expected: "string",
|
|
642
667
|
value: input.value
|
|
643
668
|
}, errorFactory));
|
|
644
|
-
const $
|
|
669
|
+
const $ao29 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
645
670
|
path: _path + ".assets",
|
|
646
|
-
expected: "__type.
|
|
671
|
+
expected: "__type.o25",
|
|
647
672
|
value: input.assets
|
|
648
|
-
}, errorFactory)) && $
|
|
673
|
+
}, errorFactory)) && $ao30(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
649
674
|
path: _path + ".assets",
|
|
650
|
-
expected: "__type.
|
|
675
|
+
expected: "__type.o25",
|
|
651
676
|
value: input.assets
|
|
652
677
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
653
678
|
path: _path + ".pipeline",
|
|
654
|
-
expected: "__type.
|
|
679
|
+
expected: "__type.o28",
|
|
655
680
|
value: input.pipeline
|
|
656
|
-
}, errorFactory)) && $
|
|
681
|
+
}, errorFactory)) && $ao33(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
657
682
|
path: _path + ".pipeline",
|
|
658
|
-
expected: "__type.
|
|
683
|
+
expected: "__type.o28",
|
|
659
684
|
value: input.pipeline
|
|
660
685
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
661
686
|
path: _path + ".item",
|
|
662
|
-
expected: "__type.
|
|
687
|
+
expected: "__type.o30",
|
|
663
688
|
value: input.item
|
|
664
|
-
}, errorFactory)) && $
|
|
689
|
+
}, errorFactory)) && $ao35(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
665
690
|
path: _path + ".item",
|
|
666
|
-
expected: "__type.
|
|
691
|
+
expected: "__type.o30",
|
|
667
692
|
value: input.item
|
|
668
693
|
}, errorFactory));
|
|
669
|
-
const $
|
|
694
|
+
const $ao30 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
670
695
|
path: _path + ".story",
|
|
671
|
-
expected: "__type.
|
|
696
|
+
expected: "__type.o26",
|
|
672
697
|
value: input.story
|
|
673
|
-
}, errorFactory)) && $
|
|
698
|
+
}, errorFactory)) && $ao31(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
674
699
|
path: _path + ".story",
|
|
675
|
-
expected: "__type.
|
|
700
|
+
expected: "__type.o26",
|
|
676
701
|
value: input.story
|
|
677
702
|
}, errorFactory);
|
|
678
|
-
const $
|
|
703
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
679
704
|
path: _path + ".excerpt",
|
|
680
|
-
expected: "__type.
|
|
705
|
+
expected: "__type.o27",
|
|
681
706
|
value: input.excerpt
|
|
682
|
-
}, errorFactory)) && $
|
|
707
|
+
}, errorFactory)) && $ao32(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
683
708
|
path: _path + ".excerpt",
|
|
684
|
-
expected: "__type.
|
|
709
|
+
expected: "__type.o27",
|
|
685
710
|
value: input.excerpt
|
|
686
711
|
}, errorFactory);
|
|
687
|
-
const $
|
|
712
|
+
const $ao32 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
688
713
|
path: _path + ".maxLines",
|
|
689
714
|
expected: "number",
|
|
690
715
|
value: input.maxLines
|
|
@@ -693,40 +718,40 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
693
718
|
expected: "string",
|
|
694
719
|
value: input.mode
|
|
695
720
|
}, errorFactory));
|
|
696
|
-
const $
|
|
721
|
+
const $ao33 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
697
722
|
path: _path + ".search",
|
|
698
|
-
expected: "__type.
|
|
723
|
+
expected: "__type.o29",
|
|
699
724
|
value: input.search
|
|
700
|
-
}, errorFactory)) && $
|
|
725
|
+
}, errorFactory)) && $ao34(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
701
726
|
path: _path + ".search",
|
|
702
|
-
expected: "__type.
|
|
727
|
+
expected: "__type.o29",
|
|
703
728
|
value: input.search
|
|
704
729
|
}, errorFactory);
|
|
705
|
-
const $
|
|
730
|
+
const $ao34 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
706
731
|
path: _path + ".maxItemsDisplayed",
|
|
707
732
|
expected: "number",
|
|
708
733
|
value: input.maxItemsDisplayed
|
|
709
734
|
}, errorFactory);
|
|
710
|
-
const $
|
|
735
|
+
const $ao35 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
711
736
|
path: _path + ".maxHeight",
|
|
712
737
|
expected: "number",
|
|
713
738
|
value: input.maxHeight
|
|
714
739
|
}, errorFactory);
|
|
715
|
-
const $
|
|
740
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
716
741
|
path: _path + ".adobe",
|
|
717
|
-
expected: "__type.
|
|
742
|
+
expected: "__type.o32",
|
|
718
743
|
value: input.adobe
|
|
719
|
-
}, errorFactory)) && $
|
|
744
|
+
}, errorFactory)) && $ao37(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
720
745
|
path: _path + ".adobe",
|
|
721
|
-
expected: "__type.
|
|
746
|
+
expected: "__type.o32",
|
|
722
747
|
value: input.adobe
|
|
723
748
|
}, errorFactory);
|
|
724
|
-
const $
|
|
749
|
+
const $ao37 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
725
750
|
path: _path + ".useProxies",
|
|
726
751
|
expected: "boolean",
|
|
727
752
|
value: input.useProxies
|
|
728
753
|
}, errorFactory);
|
|
729
|
-
const $
|
|
754
|
+
const $ao38 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
730
755
|
path: _path + ".utils",
|
|
731
756
|
expected: "boolean",
|
|
732
757
|
value: input.utils
|
|
@@ -796,9 +821,13 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
796
821
|
return input;
|
|
797
822
|
};
|
|
798
823
|
export const randomSettings = generator => {
|
|
799
|
-
const $pick = __typia.createRandom.pick;
|
|
800
824
|
const $generator = __typia.createRandom.generator;
|
|
825
|
+
const $pick = __typia.createRandom.pick;
|
|
801
826
|
const $ro0 = (_recursive = false, _depth = 0) => ({
|
|
827
|
+
autoLogoutTime: $pick([
|
|
828
|
+
() => undefined,
|
|
829
|
+
() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
830
|
+
])(),
|
|
802
831
|
permission: $pick([
|
|
803
832
|
() => undefined,
|
|
804
833
|
() => $ro1(_recursive, _recursive ? 1 + _depth : _depth)
|
|
@@ -812,23 +841,27 @@ export const randomSettings = generator => {
|
|
|
812
841
|
deadlines: $ro9(_recursive, _recursive ? 1 + _depth : _depth),
|
|
813
842
|
assignees: $ro10(_recursive, _recursive ? 1 + _depth : _depth),
|
|
814
843
|
clock: $ro11(_recursive, _recursive ? 1 + _depth : _depth),
|
|
815
|
-
swarm: $
|
|
844
|
+
swarm: $pick([
|
|
845
|
+
() => undefined,
|
|
846
|
+
() => $ro12(_recursive, _recursive ? 1 + _depth : _depth)
|
|
847
|
+
])(),
|
|
816
848
|
dashboard: $ro13(_recursive, _recursive ? 1 + _depth : _depth),
|
|
817
849
|
script: $ro14(_recursive, _recursive ? 1 + _depth : _depth),
|
|
818
|
-
|
|
819
|
-
|
|
850
|
+
events: $ro17(_recursive, _recursive ? 1 + _depth : _depth),
|
|
851
|
+
rundown: $ro18(_recursive, _recursive ? 1 + _depth : _depth),
|
|
852
|
+
gallery: $ro19(_recursive, _recursive ? 1 + _depth : _depth),
|
|
820
853
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
821
854
|
keymap: "any type used...",
|
|
822
|
-
media: $
|
|
855
|
+
media: $ro20(_recursive, _recursive ? 1 + _depth : _depth),
|
|
823
856
|
predefinedTags: $pick([
|
|
824
857
|
() => undefined,
|
|
825
858
|
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
826
859
|
])(),
|
|
827
|
-
storyboard: $
|
|
828
|
-
plugins: $
|
|
860
|
+
storyboard: $ro29(_recursive, _recursive ? 1 + _depth : _depth),
|
|
861
|
+
plugins: $ro36(_recursive, _recursive ? 1 + _depth : _depth),
|
|
829
862
|
crashScreen: (generator?.boolean ?? $generator.boolean)(),
|
|
830
863
|
debug: (generator?.boolean ?? $generator.boolean)(),
|
|
831
|
-
flags: $
|
|
864
|
+
flags: $ro38(_recursive, _recursive ? 1 + _depth : _depth)
|
|
832
865
|
});
|
|
833
866
|
const $ro1 = (_recursive = false, _depth = 0) => ({
|
|
834
867
|
overrideUserContact: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -882,7 +915,14 @@ export const randomSettings = generator => {
|
|
|
882
915
|
])()
|
|
883
916
|
});
|
|
884
917
|
const $ro12 = (_recursive = false, _depth = 0) => ({
|
|
885
|
-
color:
|
|
918
|
+
color: $pick([
|
|
919
|
+
() => undefined,
|
|
920
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
921
|
+
])(),
|
|
922
|
+
name: $pick([
|
|
923
|
+
() => undefined,
|
|
924
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
925
|
+
])()
|
|
886
926
|
});
|
|
887
927
|
const $ro13 = (_recursive = false, _depth = 0) => ({
|
|
888
928
|
maxMru: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
@@ -914,81 +954,87 @@ export const randomSettings = generator => {
|
|
|
914
954
|
])()
|
|
915
955
|
});
|
|
916
956
|
const $ro17 = (_recursive = false, _depth = 0) => ({
|
|
917
|
-
|
|
957
|
+
graphicBaseTemplate: $pick([
|
|
958
|
+
() => undefined,
|
|
959
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
960
|
+
])()
|
|
918
961
|
});
|
|
919
962
|
const $ro18 = (_recursive = false, _depth = 0) => ({
|
|
920
|
-
|
|
963
|
+
eventThumbnails: (generator?.boolean ?? $generator.boolean)()
|
|
921
964
|
});
|
|
922
965
|
const $ro19 = (_recursive = false, _depth = 0) => ({
|
|
966
|
+
dimOnBlur: (generator?.boolean ?? $generator.boolean)()
|
|
967
|
+
});
|
|
968
|
+
const $ro20 = (_recursive = false, _depth = 0) => ({
|
|
923
969
|
guide: $pick([
|
|
924
970
|
() => undefined,
|
|
925
|
-
() => $
|
|
971
|
+
() => $ro21(_recursive, _recursive ? 1 + _depth : _depth)
|
|
926
972
|
])(),
|
|
927
973
|
stepManyFrames: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
928
974
|
liveZoomDuration: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
929
975
|
importTitleTemplate: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
930
|
-
tile: $
|
|
976
|
+
tile: $ro22(_recursive, _recursive ? 1 + _depth : _depth),
|
|
931
977
|
timecodeReference: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
932
978
|
maxSubclipDuration: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
933
979
|
rewindStep: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
934
980
|
forwardStep: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
935
981
|
interlacedPlayback: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
936
982
|
playbackRates: (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)),
|
|
937
|
-
subtitles: $
|
|
983
|
+
subtitles: $ro23(_recursive, _recursive ? 1 + _depth : _depth),
|
|
938
984
|
subtitleTemplateId: $pick([
|
|
939
985
|
() => undefined,
|
|
940
986
|
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
941
987
|
])(),
|
|
942
988
|
initialVolume: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
943
|
-
guides: (generator?.array ?? $generator.array)(() => $
|
|
989
|
+
guides: (generator?.array ?? $generator.array)(() => $ro24(_recursive, _recursive ? 1 + _depth : _depth)),
|
|
944
990
|
download: (generator?.boolean ?? $generator.boolean)(),
|
|
945
991
|
transcribe: $pick([
|
|
946
992
|
() => undefined,
|
|
947
|
-
() => $
|
|
993
|
+
() => $ro25(_recursive, _recursive ? 1 + _depth : _depth)
|
|
948
994
|
])()
|
|
949
995
|
});
|
|
950
|
-
const $
|
|
996
|
+
const $ro21 = (_recursive = false, _depth = 0) => ({
|
|
951
997
|
mask: $pick([
|
|
952
998
|
() => undefined,
|
|
953
999
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
954
1000
|
])()
|
|
955
1001
|
});
|
|
956
|
-
const $
|
|
1002
|
+
const $ro22 = (_recursive = false, _depth = 0) => ({
|
|
957
1003
|
preview: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
958
1004
|
showRenderProgress: (generator?.boolean ?? $generator.boolean)()
|
|
959
1005
|
});
|
|
960
|
-
const $
|
|
1006
|
+
const $ro23 = (_recursive = false, _depth = 0) => ({
|
|
961
1007
|
spacing: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
962
1008
|
maxCharactersPerLine: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
963
1009
|
});
|
|
964
|
-
const $
|
|
1010
|
+
const $ro24 = (_recursive = false, _depth = 0) => ({
|
|
965
1011
|
label: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
966
1012
|
aspectRatio: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
967
1013
|
});
|
|
968
|
-
const $
|
|
1014
|
+
const $ro25 = (_recursive = false, _depth = 0) => ({
|
|
969
1015
|
subtitleDisclaimer: $pick([
|
|
970
1016
|
() => undefined,
|
|
971
|
-
() => $
|
|
1017
|
+
() => $ro26(_recursive, _recursive ? 1 + _depth : _depth)
|
|
972
1018
|
])()
|
|
973
1019
|
});
|
|
974
|
-
const $
|
|
1020
|
+
const $ro26 = (_recursive = false, _depth = 0) => ({
|
|
975
1021
|
isUserConfigurable: $pick([
|
|
976
1022
|
() => undefined,
|
|
977
1023
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
978
1024
|
])(),
|
|
979
1025
|
defaultValue: $pick([
|
|
980
1026
|
() => undefined,
|
|
981
|
-
() => $
|
|
1027
|
+
() => $ro27(_recursive, _recursive ? 1 + _depth : _depth)
|
|
982
1028
|
])()
|
|
983
1029
|
});
|
|
984
|
-
const $
|
|
1030
|
+
const $ro27 = (_recursive = false, _depth = 0) => ({
|
|
985
1031
|
enabled: $pick([
|
|
986
1032
|
() => undefined,
|
|
987
1033
|
() => false
|
|
988
1034
|
])(),
|
|
989
1035
|
text: $pick([
|
|
990
1036
|
() => undefined,
|
|
991
|
-
() => (generator?.array ?? $generator.array)(() => $
|
|
1037
|
+
() => (generator?.array ?? $generator.array)(() => $ro28(_recursive, _recursive ? 1 + _depth : _depth))
|
|
992
1038
|
])(),
|
|
993
1039
|
offset: $pick([
|
|
994
1040
|
() => undefined,
|
|
@@ -999,41 +1045,41 @@ export const randomSettings = generator => {
|
|
|
999
1045
|
() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1000
1046
|
])()
|
|
1001
1047
|
});
|
|
1002
|
-
const $
|
|
1048
|
+
const $ro28 = (_recursive = false, _depth = 0) => ({
|
|
1003
1049
|
language: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1004
1050
|
value: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1005
1051
|
});
|
|
1006
|
-
const $ro28 = (_recursive = false, _depth = 0) => ({
|
|
1007
|
-
assets: $ro29(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1008
|
-
pipeline: $ro32(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1009
|
-
item: $ro34(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1010
|
-
});
|
|
1011
1052
|
const $ro29 = (_recursive = false, _depth = 0) => ({
|
|
1012
|
-
|
|
1053
|
+
assets: $ro30(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1054
|
+
pipeline: $ro33(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1055
|
+
item: $ro35(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1013
1056
|
});
|
|
1014
1057
|
const $ro30 = (_recursive = false, _depth = 0) => ({
|
|
1015
|
-
|
|
1058
|
+
story: $ro31(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1016
1059
|
});
|
|
1017
1060
|
const $ro31 = (_recursive = false, _depth = 0) => ({
|
|
1018
|
-
|
|
1019
|
-
mode: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1061
|
+
excerpt: $ro32(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1020
1062
|
});
|
|
1021
1063
|
const $ro32 = (_recursive = false, _depth = 0) => ({
|
|
1022
|
-
|
|
1064
|
+
maxLines: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
1065
|
+
mode: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1023
1066
|
});
|
|
1024
1067
|
const $ro33 = (_recursive = false, _depth = 0) => ({
|
|
1025
|
-
|
|
1068
|
+
search: $ro34(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1026
1069
|
});
|
|
1027
1070
|
const $ro34 = (_recursive = false, _depth = 0) => ({
|
|
1028
|
-
|
|
1071
|
+
maxItemsDisplayed: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1029
1072
|
});
|
|
1030
1073
|
const $ro35 = (_recursive = false, _depth = 0) => ({
|
|
1031
|
-
|
|
1074
|
+
maxHeight: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1032
1075
|
});
|
|
1033
1076
|
const $ro36 = (_recursive = false, _depth = 0) => ({
|
|
1034
|
-
|
|
1077
|
+
adobe: $ro37(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1035
1078
|
});
|
|
1036
1079
|
const $ro37 = (_recursive = false, _depth = 0) => ({
|
|
1080
|
+
useProxies: (generator?.boolean ?? $generator.boolean)()
|
|
1081
|
+
});
|
|
1082
|
+
const $ro38 = (_recursive = false, _depth = 0) => ({
|
|
1037
1083
|
utils: (generator?.boolean ?? $generator.boolean)(),
|
|
1038
1084
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
1039
1085
|
refs: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -1071,7 +1117,7 @@ export const randomSettings = generator => {
|
|
|
1071
1117
|
};
|
|
1072
1118
|
export const assertGuardSettings = (input, errorFactory) => {
|
|
1073
1119
|
const __is = input => {
|
|
1074
|
-
const $io0 = input => (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm &&
|
|
1120
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io29(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io36(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io38(input.flags));
|
|
1075
1121
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
1076
1122
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
1077
1123
|
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
@@ -1088,28 +1134,34 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1088
1134
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1089
1135
|
const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1090
1136
|
const $io11 = 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);
|
|
1137
|
+
const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
|
|
1091
1138
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
1092
1139
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
1093
|
-
const $
|
|
1094
|
-
const $io20 = input => undefined === input.
|
|
1095
|
-
const $
|
|
1096
|
-
const $io24 = input =>
|
|
1097
|
-
const $io25 = input =>
|
|
1098
|
-
const $io26 = input => (undefined === input.
|
|
1099
|
-
const $io27 = input => "
|
|
1100
|
-
const $io28 = input => "
|
|
1101
|
-
const $io29 = input => "object" === typeof input.
|
|
1102
|
-
const $io30 = input => "object" === typeof input.
|
|
1103
|
-
const $
|
|
1104
|
-
const $
|
|
1105
|
-
const $
|
|
1140
|
+
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
1141
|
+
const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && ("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 && $io24(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
|
|
1142
|
+
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
1143
|
+
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
1144
|
+
const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
|
|
1145
|
+
const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
|
|
1146
|
+
const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
1147
|
+
const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
1148
|
+
const $io29 = input => "object" === typeof input.assets && null !== input.assets && $io30(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io33(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
1149
|
+
const $io30 = input => "object" === typeof input.story && null !== input.story && $io31(input.story);
|
|
1150
|
+
const $io31 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
1151
|
+
const $io33 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
|
|
1152
|
+
const $io36 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
1153
|
+
const $io38 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute);
|
|
1106
1154
|
return "object" === typeof input && null !== input && $io0(input);
|
|
1107
1155
|
};
|
|
1108
1156
|
if (false === __is(input))
|
|
1109
1157
|
((input, _path, _exceptionable = true) => {
|
|
1110
1158
|
const $guard = __typia.createAssertGuard.guard;
|
|
1111
1159
|
const $join = __typia.createAssertGuard.join;
|
|
1112
|
-
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
1160
|
+
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || $guard(_exceptionable, {
|
|
1161
|
+
path: _path + ".autoLogoutTime",
|
|
1162
|
+
expected: "(number | undefined)",
|
|
1163
|
+
value: input.autoLogoutTime
|
|
1164
|
+
}, errorFactory)) && (undefined === input.permission || ("object" === typeof input.permission && null !== input.permission || $guard(_exceptionable, {
|
|
1113
1165
|
path: _path + ".permission",
|
|
1114
1166
|
expected: "(__type | undefined)",
|
|
1115
1167
|
value: input.permission
|
|
@@ -1165,13 +1217,13 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1165
1217
|
path: _path + ".clock",
|
|
1166
1218
|
expected: "__type.o7",
|
|
1167
1219
|
value: input.clock
|
|
1168
|
-
}, errorFactory)) && (("object" === typeof input.swarm && null !== input.swarm || $guard(_exceptionable, {
|
|
1220
|
+
}, errorFactory)) && (undefined === input.swarm || ("object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) || $guard(_exceptionable, {
|
|
1169
1221
|
path: _path + ".swarm",
|
|
1170
|
-
expected: "__type.o8",
|
|
1222
|
+
expected: "(__type.o8 | undefined)",
|
|
1171
1223
|
value: input.swarm
|
|
1172
1224
|
}, errorFactory)) && $ao12(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
|
|
1173
1225
|
path: _path + ".swarm",
|
|
1174
|
-
expected: "__type.o8",
|
|
1226
|
+
expected: "(__type.o8 | undefined)",
|
|
1175
1227
|
value: input.swarm
|
|
1176
1228
|
}, errorFactory)) && (("object" === typeof input.dashboard && null !== input.dashboard || $guard(_exceptionable, {
|
|
1177
1229
|
path: _path + ".dashboard",
|
|
@@ -1189,21 +1241,29 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1189
1241
|
path: _path + ".script",
|
|
1190
1242
|
expected: "__type.o10",
|
|
1191
1243
|
value: input.script
|
|
1244
|
+
}, errorFactory)) && (("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || $guard(_exceptionable, {
|
|
1245
|
+
path: _path + ".events",
|
|
1246
|
+
expected: "__type.o12",
|
|
1247
|
+
value: input.events
|
|
1248
|
+
}, errorFactory)) && $ao17(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
1249
|
+
path: _path + ".events",
|
|
1250
|
+
expected: "__type.o12",
|
|
1251
|
+
value: input.events
|
|
1192
1252
|
}, errorFactory)) && (("object" === typeof input.rundown && null !== input.rundown || $guard(_exceptionable, {
|
|
1193
1253
|
path: _path + ".rundown",
|
|
1194
|
-
expected: "__type.
|
|
1254
|
+
expected: "__type.o13",
|
|
1195
1255
|
value: input.rundown
|
|
1196
|
-
}, errorFactory)) && $
|
|
1256
|
+
}, errorFactory)) && $ao18(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
|
|
1197
1257
|
path: _path + ".rundown",
|
|
1198
|
-
expected: "__type.
|
|
1258
|
+
expected: "__type.o13",
|
|
1199
1259
|
value: input.rundown
|
|
1200
1260
|
}, errorFactory)) && (("object" === typeof input.gallery && null !== input.gallery || $guard(_exceptionable, {
|
|
1201
1261
|
path: _path + ".gallery",
|
|
1202
|
-
expected: "__type.
|
|
1262
|
+
expected: "__type.o14",
|
|
1203
1263
|
value: input.gallery
|
|
1204
|
-
}, errorFactory)) && $
|
|
1264
|
+
}, errorFactory)) && $ao19(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
|
|
1205
1265
|
path: _path + ".gallery",
|
|
1206
|
-
expected: "__type.
|
|
1266
|
+
expected: "__type.o14",
|
|
1207
1267
|
value: input.gallery
|
|
1208
1268
|
}, errorFactory)) && ("boolean" === typeof input.history || $guard(_exceptionable, {
|
|
1209
1269
|
path: _path + ".history",
|
|
@@ -1211,11 +1271,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1211
1271
|
value: input.history
|
|
1212
1272
|
}, errorFactory)) && true && (("object" === typeof input.media && null !== input.media || $guard(_exceptionable, {
|
|
1213
1273
|
path: _path + ".media",
|
|
1214
|
-
expected: "__type.
|
|
1274
|
+
expected: "__type.o15",
|
|
1215
1275
|
value: input.media
|
|
1216
|
-
}, errorFactory)) && $
|
|
1276
|
+
}, errorFactory)) && $ao20(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
|
|
1217
1277
|
path: _path + ".media",
|
|
1218
|
-
expected: "__type.
|
|
1278
|
+
expected: "__type.o15",
|
|
1219
1279
|
value: input.media
|
|
1220
1280
|
}, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
|
|
1221
1281
|
path: _path + ".predefinedTags",
|
|
@@ -1231,19 +1291,19 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1231
1291
|
value: input.predefinedTags
|
|
1232
1292
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
1233
1293
|
path: _path + ".storyboard",
|
|
1234
|
-
expected: "__type.
|
|
1294
|
+
expected: "__type.o24",
|
|
1235
1295
|
value: input.storyboard
|
|
1236
|
-
}, errorFactory)) && $
|
|
1296
|
+
}, errorFactory)) && $ao29(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
1237
1297
|
path: _path + ".storyboard",
|
|
1238
|
-
expected: "__type.
|
|
1298
|
+
expected: "__type.o24",
|
|
1239
1299
|
value: input.storyboard
|
|
1240
1300
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
1241
1301
|
path: _path + ".plugins",
|
|
1242
|
-
expected: "__type.
|
|
1302
|
+
expected: "__type.o31",
|
|
1243
1303
|
value: input.plugins
|
|
1244
|
-
}, errorFactory)) && $
|
|
1304
|
+
}, errorFactory)) && $ao36(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
1245
1305
|
path: _path + ".plugins",
|
|
1246
|
-
expected: "__type.
|
|
1306
|
+
expected: "__type.o31",
|
|
1247
1307
|
value: input.plugins
|
|
1248
1308
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
1249
1309
|
path: _path + ".crashScreen",
|
|
@@ -1255,11 +1315,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1255
1315
|
value: input.debug
|
|
1256
1316
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
1257
1317
|
path: _path + ".flags",
|
|
1258
|
-
expected: "__type.
|
|
1318
|
+
expected: "__type.o33",
|
|
1259
1319
|
value: input.flags
|
|
1260
|
-
}, errorFactory)) && $
|
|
1320
|
+
}, errorFactory)) && $ao38(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
1261
1321
|
path: _path + ".flags",
|
|
1262
|
-
expected: "__type.
|
|
1322
|
+
expected: "__type.o33",
|
|
1263
1323
|
value: input.flags
|
|
1264
1324
|
}, errorFactory));
|
|
1265
1325
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
@@ -1408,11 +1468,15 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1408
1468
|
expected: "(string | undefined)",
|
|
1409
1469
|
value: input.format
|
|
1410
1470
|
}, errorFactory));
|
|
1411
|
-
const $ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.color || $guard(_exceptionable, {
|
|
1471
|
+
const $ao12 = (input, _path, _exceptionable = true) => (undefined === input.color || "string" === typeof input.color || $guard(_exceptionable, {
|
|
1412
1472
|
path: _path + ".color",
|
|
1413
|
-
expected: "string",
|
|
1473
|
+
expected: "(string | undefined)",
|
|
1414
1474
|
value: input.color
|
|
1415
|
-
}, errorFactory)
|
|
1475
|
+
}, errorFactory)) && (undefined === input.name || "string" === typeof input.name || $guard(_exceptionable, {
|
|
1476
|
+
path: _path + ".name",
|
|
1477
|
+
expected: "(string | undefined)",
|
|
1478
|
+
value: input.name
|
|
1479
|
+
}, errorFactory));
|
|
1416
1480
|
const $ao13 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxMru || $guard(_exceptionable, {
|
|
1417
1481
|
path: _path + ".maxMru",
|
|
1418
1482
|
expected: "number",
|
|
@@ -1469,23 +1533,28 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1469
1533
|
expected: "(null | string)",
|
|
1470
1534
|
value: input.description
|
|
1471
1535
|
}, errorFactory));
|
|
1472
|
-
const $ao17 = (input, _path, _exceptionable = true) => "
|
|
1536
|
+
const $ao17 = (input, _path, _exceptionable = true) => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || $guard(_exceptionable, {
|
|
1537
|
+
path: _path + ".graphicBaseTemplate",
|
|
1538
|
+
expected: "(string | undefined)",
|
|
1539
|
+
value: input.graphicBaseTemplate
|
|
1540
|
+
}, errorFactory);
|
|
1541
|
+
const $ao18 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
|
|
1473
1542
|
path: _path + ".eventThumbnails",
|
|
1474
1543
|
expected: "boolean",
|
|
1475
1544
|
value: input.eventThumbnails
|
|
1476
1545
|
}, errorFactory);
|
|
1477
|
-
const $
|
|
1546
|
+
const $ao19 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
|
|
1478
1547
|
path: _path + ".dimOnBlur",
|
|
1479
1548
|
expected: "boolean",
|
|
1480
1549
|
value: input.dimOnBlur
|
|
1481
1550
|
}, errorFactory);
|
|
1482
|
-
const $
|
|
1551
|
+
const $ao20 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
1483
1552
|
path: _path + ".guide",
|
|
1484
|
-
expected: "(__type.
|
|
1553
|
+
expected: "(__type.o16 | undefined)",
|
|
1485
1554
|
value: input.guide
|
|
1486
|
-
}, errorFactory)) && $
|
|
1555
|
+
}, errorFactory)) && $ao21(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
|
|
1487
1556
|
path: _path + ".guide",
|
|
1488
|
-
expected: "(__type.
|
|
1557
|
+
expected: "(__type.o16 | undefined)",
|
|
1489
1558
|
value: input.guide
|
|
1490
1559
|
}, errorFactory)) && ("number" === typeof input.stepManyFrames || $guard(_exceptionable, {
|
|
1491
1560
|
path: _path + ".stepManyFrames",
|
|
@@ -1501,11 +1570,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1501
1570
|
value: input.importTitleTemplate
|
|
1502
1571
|
}, errorFactory)) && (("object" === typeof input.tile && null !== input.tile || $guard(_exceptionable, {
|
|
1503
1572
|
path: _path + ".tile",
|
|
1504
|
-
expected: "__type.
|
|
1573
|
+
expected: "__type.o17",
|
|
1505
1574
|
value: input.tile
|
|
1506
|
-
}, errorFactory)) && $
|
|
1575
|
+
}, errorFactory)) && $ao22(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
|
|
1507
1576
|
path: _path + ".tile",
|
|
1508
|
-
expected: "__type.
|
|
1577
|
+
expected: "__type.o17",
|
|
1509
1578
|
value: input.tile
|
|
1510
1579
|
}, errorFactory)) && ("string" === typeof input.timecodeReference || $guard(_exceptionable, {
|
|
1511
1580
|
path: _path + ".timecodeReference",
|
|
@@ -1541,11 +1610,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1541
1610
|
value: input.playbackRates
|
|
1542
1611
|
}, errorFactory)) && (("object" === typeof input.subtitles && null !== input.subtitles || $guard(_exceptionable, {
|
|
1543
1612
|
path: _path + ".subtitles",
|
|
1544
|
-
expected: "__type.
|
|
1613
|
+
expected: "__type.o18",
|
|
1545
1614
|
value: input.subtitles
|
|
1546
|
-
}, errorFactory)) && $
|
|
1615
|
+
}, errorFactory)) && $ao23(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
|
|
1547
1616
|
path: _path + ".subtitles",
|
|
1548
|
-
expected: "__type.
|
|
1617
|
+
expected: "__type.o18",
|
|
1549
1618
|
value: input.subtitles
|
|
1550
1619
|
}, errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || $guard(_exceptionable, {
|
|
1551
1620
|
path: _path + ".subtitleTemplateId",
|
|
@@ -1561,11 +1630,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1561
1630
|
value: input.guides
|
|
1562
1631
|
}, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1563
1632
|
path: _path + ".guides[" + _index8 + "]",
|
|
1564
|
-
expected: "__type.
|
|
1633
|
+
expected: "__type.o19",
|
|
1565
1634
|
value: elem
|
|
1566
|
-
}, errorFactory)) && $
|
|
1635
|
+
}, errorFactory)) && $ao24(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1567
1636
|
path: _path + ".guides[" + _index8 + "]",
|
|
1568
|
-
expected: "__type.
|
|
1637
|
+
expected: "__type.o19",
|
|
1569
1638
|
value: elem
|
|
1570
1639
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
1571
1640
|
path: _path + ".guides",
|
|
@@ -1577,19 +1646,19 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1577
1646
|
value: input.download
|
|
1578
1647
|
}, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
|
|
1579
1648
|
path: _path + ".transcribe",
|
|
1580
|
-
expected: "(__type.
|
|
1649
|
+
expected: "(__type.o20 | undefined)",
|
|
1581
1650
|
value: input.transcribe
|
|
1582
|
-
}, errorFactory)) && $
|
|
1651
|
+
}, errorFactory)) && $ao25(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
1583
1652
|
path: _path + ".transcribe",
|
|
1584
|
-
expected: "(__type.
|
|
1653
|
+
expected: "(__type.o20 | undefined)",
|
|
1585
1654
|
value: input.transcribe
|
|
1586
1655
|
}, errorFactory));
|
|
1587
|
-
const $
|
|
1656
|
+
const $ao21 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
1588
1657
|
path: _path + ".mask",
|
|
1589
1658
|
expected: "(boolean | undefined)",
|
|
1590
1659
|
value: input.mask
|
|
1591
1660
|
}, errorFactory);
|
|
1592
|
-
const $
|
|
1661
|
+
const $ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
|
|
1593
1662
|
path: _path + ".preview",
|
|
1594
1663
|
expected: "string",
|
|
1595
1664
|
value: input.preview
|
|
@@ -1598,7 +1667,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1598
1667
|
expected: "boolean",
|
|
1599
1668
|
value: input.showRenderProgress
|
|
1600
1669
|
}, errorFactory));
|
|
1601
|
-
const $
|
|
1670
|
+
const $ao23 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing || $guard(_exceptionable, {
|
|
1602
1671
|
path: _path + ".spacing",
|
|
1603
1672
|
expected: "number",
|
|
1604
1673
|
value: input.spacing
|
|
@@ -1607,7 +1676,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1607
1676
|
expected: "number",
|
|
1608
1677
|
value: input.maxCharactersPerLine
|
|
1609
1678
|
}, errorFactory));
|
|
1610
|
-
const $
|
|
1679
|
+
const $ao24 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
|
|
1611
1680
|
path: _path + ".label",
|
|
1612
1681
|
expected: "string",
|
|
1613
1682
|
value: input.label
|
|
@@ -1616,29 +1685,29 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1616
1685
|
expected: "string",
|
|
1617
1686
|
value: input.aspectRatio
|
|
1618
1687
|
}, errorFactory));
|
|
1619
|
-
const $
|
|
1688
|
+
const $ao25 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
1620
1689
|
path: _path + ".subtitleDisclaimer",
|
|
1621
|
-
expected: "(__type.
|
|
1690
|
+
expected: "(__type.o21 | undefined)",
|
|
1622
1691
|
value: input.subtitleDisclaimer
|
|
1623
|
-
}, errorFactory)) && $
|
|
1692
|
+
}, errorFactory)) && $ao26(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
1624
1693
|
path: _path + ".subtitleDisclaimer",
|
|
1625
|
-
expected: "(__type.
|
|
1694
|
+
expected: "(__type.o21 | undefined)",
|
|
1626
1695
|
value: input.subtitleDisclaimer
|
|
1627
1696
|
}, errorFactory);
|
|
1628
|
-
const $
|
|
1697
|
+
const $ao26 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
1629
1698
|
path: _path + ".isUserConfigurable",
|
|
1630
1699
|
expected: "(boolean | undefined)",
|
|
1631
1700
|
value: input.isUserConfigurable
|
|
1632
1701
|
}, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
|
|
1633
1702
|
path: _path + ".defaultValue",
|
|
1634
|
-
expected: "(__type.
|
|
1703
|
+
expected: "(__type.o22 | undefined)",
|
|
1635
1704
|
value: input.defaultValue
|
|
1636
|
-
}, errorFactory)) && $
|
|
1705
|
+
}, errorFactory)) && $ao27(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
1637
1706
|
path: _path + ".defaultValue",
|
|
1638
|
-
expected: "(__type.
|
|
1707
|
+
expected: "(__type.o22 | undefined)",
|
|
1639
1708
|
value: input.defaultValue
|
|
1640
1709
|
}, errorFactory));
|
|
1641
|
-
const $
|
|
1710
|
+
const $ao27 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
1642
1711
|
path: _path + ".enabled",
|
|
1643
1712
|
expected: "(false | undefined)",
|
|
1644
1713
|
value: input.enabled
|
|
@@ -1648,11 +1717,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1648
1717
|
value: input.text
|
|
1649
1718
|
}, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1650
1719
|
path: _path + ".text[" + _index9 + "]",
|
|
1651
|
-
expected: "__type.
|
|
1720
|
+
expected: "__type.o23",
|
|
1652
1721
|
value: elem
|
|
1653
|
-
}, errorFactory)) && $
|
|
1722
|
+
}, errorFactory)) && $ao28(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1654
1723
|
path: _path + ".text[" + _index9 + "]",
|
|
1655
|
-
expected: "__type.
|
|
1724
|
+
expected: "__type.o23",
|
|
1656
1725
|
value: elem
|
|
1657
1726
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
1658
1727
|
path: _path + ".text",
|
|
@@ -1667,7 +1736,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1667
1736
|
expected: "(number | undefined)",
|
|
1668
1737
|
value: input.duration
|
|
1669
1738
|
}, errorFactory));
|
|
1670
|
-
const $
|
|
1739
|
+
const $ao28 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
1671
1740
|
path: _path + ".language",
|
|
1672
1741
|
expected: "string",
|
|
1673
1742
|
value: input.language
|
|
@@ -1676,50 +1745,50 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1676
1745
|
expected: "string",
|
|
1677
1746
|
value: input.value
|
|
1678
1747
|
}, errorFactory));
|
|
1679
|
-
const $
|
|
1748
|
+
const $ao29 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
1680
1749
|
path: _path + ".assets",
|
|
1681
|
-
expected: "__type.
|
|
1750
|
+
expected: "__type.o25",
|
|
1682
1751
|
value: input.assets
|
|
1683
|
-
}, errorFactory)) && $
|
|
1752
|
+
}, errorFactory)) && $ao30(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
1684
1753
|
path: _path + ".assets",
|
|
1685
|
-
expected: "__type.
|
|
1754
|
+
expected: "__type.o25",
|
|
1686
1755
|
value: input.assets
|
|
1687
1756
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
1688
1757
|
path: _path + ".pipeline",
|
|
1689
|
-
expected: "__type.
|
|
1758
|
+
expected: "__type.o28",
|
|
1690
1759
|
value: input.pipeline
|
|
1691
|
-
}, errorFactory)) && $
|
|
1760
|
+
}, errorFactory)) && $ao33(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
1692
1761
|
path: _path + ".pipeline",
|
|
1693
|
-
expected: "__type.
|
|
1762
|
+
expected: "__type.o28",
|
|
1694
1763
|
value: input.pipeline
|
|
1695
1764
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
1696
1765
|
path: _path + ".item",
|
|
1697
|
-
expected: "__type.
|
|
1766
|
+
expected: "__type.o30",
|
|
1698
1767
|
value: input.item
|
|
1699
|
-
}, errorFactory)) && $
|
|
1768
|
+
}, errorFactory)) && $ao35(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
1700
1769
|
path: _path + ".item",
|
|
1701
|
-
expected: "__type.
|
|
1770
|
+
expected: "__type.o30",
|
|
1702
1771
|
value: input.item
|
|
1703
1772
|
}, errorFactory));
|
|
1704
|
-
const $
|
|
1773
|
+
const $ao30 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
1705
1774
|
path: _path + ".story",
|
|
1706
|
-
expected: "__type.
|
|
1775
|
+
expected: "__type.o26",
|
|
1707
1776
|
value: input.story
|
|
1708
|
-
}, errorFactory)) && $
|
|
1777
|
+
}, errorFactory)) && $ao31(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
1709
1778
|
path: _path + ".story",
|
|
1710
|
-
expected: "__type.
|
|
1779
|
+
expected: "__type.o26",
|
|
1711
1780
|
value: input.story
|
|
1712
1781
|
}, errorFactory);
|
|
1713
|
-
const $
|
|
1782
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
1714
1783
|
path: _path + ".excerpt",
|
|
1715
|
-
expected: "__type.
|
|
1784
|
+
expected: "__type.o27",
|
|
1716
1785
|
value: input.excerpt
|
|
1717
|
-
}, errorFactory)) && $
|
|
1786
|
+
}, errorFactory)) && $ao32(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
1718
1787
|
path: _path + ".excerpt",
|
|
1719
|
-
expected: "__type.
|
|
1788
|
+
expected: "__type.o27",
|
|
1720
1789
|
value: input.excerpt
|
|
1721
1790
|
}, errorFactory);
|
|
1722
|
-
const $
|
|
1791
|
+
const $ao32 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
1723
1792
|
path: _path + ".maxLines",
|
|
1724
1793
|
expected: "number",
|
|
1725
1794
|
value: input.maxLines
|
|
@@ -1728,40 +1797,40 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1728
1797
|
expected: "string",
|
|
1729
1798
|
value: input.mode
|
|
1730
1799
|
}, errorFactory));
|
|
1731
|
-
const $
|
|
1800
|
+
const $ao33 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
1732
1801
|
path: _path + ".search",
|
|
1733
|
-
expected: "__type.
|
|
1802
|
+
expected: "__type.o29",
|
|
1734
1803
|
value: input.search
|
|
1735
|
-
}, errorFactory)) && $
|
|
1804
|
+
}, errorFactory)) && $ao34(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
1736
1805
|
path: _path + ".search",
|
|
1737
|
-
expected: "__type.
|
|
1806
|
+
expected: "__type.o29",
|
|
1738
1807
|
value: input.search
|
|
1739
1808
|
}, errorFactory);
|
|
1740
|
-
const $
|
|
1809
|
+
const $ao34 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
1741
1810
|
path: _path + ".maxItemsDisplayed",
|
|
1742
1811
|
expected: "number",
|
|
1743
1812
|
value: input.maxItemsDisplayed
|
|
1744
1813
|
}, errorFactory);
|
|
1745
|
-
const $
|
|
1814
|
+
const $ao35 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
1746
1815
|
path: _path + ".maxHeight",
|
|
1747
1816
|
expected: "number",
|
|
1748
1817
|
value: input.maxHeight
|
|
1749
1818
|
}, errorFactory);
|
|
1750
|
-
const $
|
|
1819
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
1751
1820
|
path: _path + ".adobe",
|
|
1752
|
-
expected: "__type.
|
|
1821
|
+
expected: "__type.o32",
|
|
1753
1822
|
value: input.adobe
|
|
1754
|
-
}, errorFactory)) && $
|
|
1823
|
+
}, errorFactory)) && $ao37(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
1755
1824
|
path: _path + ".adobe",
|
|
1756
|
-
expected: "__type.
|
|
1825
|
+
expected: "__type.o32",
|
|
1757
1826
|
value: input.adobe
|
|
1758
1827
|
}, errorFactory);
|
|
1759
|
-
const $
|
|
1828
|
+
const $ao37 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
1760
1829
|
path: _path + ".useProxies",
|
|
1761
1830
|
expected: "boolean",
|
|
1762
1831
|
value: input.useProxies
|
|
1763
1832
|
}, errorFactory);
|
|
1764
|
-
const $
|
|
1833
|
+
const $ao38 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
1765
1834
|
path: _path + ".utils",
|
|
1766
1835
|
expected: "boolean",
|
|
1767
1836
|
value: input.utils
|
|
@@ -1848,35 +1917,36 @@ export const stringifySettings = input => {
|
|
|
1848
1917
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1849
1918
|
const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1850
1919
|
const $io11 = 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);
|
|
1851
|
-
const $io12 = input => "string" === typeof input.color;
|
|
1920
|
+
const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
|
|
1852
1921
|
const $io13 = input => "number" === typeof input.maxMru && "number" === typeof input.maxTabs;
|
|
1853
1922
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io15(input.createMenu) && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
1854
1923
|
const $io15 = input => "boolean" === typeof input.showPreview;
|
|
1855
1924
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
1856
|
-
const $io17 = input => "
|
|
1857
|
-
const $io18 = input => "boolean" === typeof input.
|
|
1858
|
-
const $io19 = input =>
|
|
1859
|
-
const $io20 = input => undefined === input.
|
|
1860
|
-
const $io21 = input =>
|
|
1861
|
-
const $io22 = input => "
|
|
1862
|
-
const $io23 = input => "
|
|
1863
|
-
const $io24 = input =>
|
|
1864
|
-
const $io25 = input =>
|
|
1865
|
-
const $io26 = input => (undefined === input.
|
|
1866
|
-
const $io27 = input => "
|
|
1867
|
-
const $io28 = input => "
|
|
1868
|
-
const $io29 = input => "object" === typeof input.
|
|
1869
|
-
const $io30 = input => "object" === typeof input.
|
|
1870
|
-
const $io31 = input => "
|
|
1871
|
-
const $io32 = input => "
|
|
1872
|
-
const $io33 = input => "
|
|
1873
|
-
const $io34 = input => "number" === typeof input.
|
|
1874
|
-
const $io35 = input => "
|
|
1875
|
-
const $io36 = input => "
|
|
1876
|
-
const $io37 = input => "boolean" === typeof input.
|
|
1925
|
+
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
1926
|
+
const $io18 = input => "boolean" === typeof input.eventThumbnails;
|
|
1927
|
+
const $io19 = input => "boolean" === typeof input.dimOnBlur;
|
|
1928
|
+
const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io22(input.tile)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
|
|
1929
|
+
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
1930
|
+
const $io22 = input => "string" === typeof input.preview && "boolean" === typeof input.showRenderProgress;
|
|
1931
|
+
const $io23 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
|
|
1932
|
+
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
1933
|
+
const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
|
|
1934
|
+
const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
|
|
1935
|
+
const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
1936
|
+
const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
1937
|
+
const $io29 = input => "object" === typeof input.assets && null !== input.assets && $io30(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io33(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io35(input.item));
|
|
1938
|
+
const $io30 = input => "object" === typeof input.story && null !== input.story && $io31(input.story);
|
|
1939
|
+
const $io31 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io32(input.excerpt);
|
|
1940
|
+
const $io32 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
1941
|
+
const $io33 = input => "object" === typeof input.search && null !== input.search && $io34(input.search);
|
|
1942
|
+
const $io34 = input => "number" === typeof input.maxItemsDisplayed;
|
|
1943
|
+
const $io35 = input => "number" === typeof input.maxHeight;
|
|
1944
|
+
const $io36 = input => "object" === typeof input.adobe && null !== input.adobe && $io37(input.adobe);
|
|
1945
|
+
const $io37 = input => "boolean" === typeof input.useProxies;
|
|
1946
|
+
const $io38 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute);
|
|
1877
1947
|
const $string = __typia.json.createStringify.string;
|
|
1878
1948
|
const $tail = __typia.json.createStringify.tail;
|
|
1879
|
-
const $so0 = input => `{${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.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":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"
|
|
1949
|
+
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}"browser":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so14(input.script)},"events":${$so17(input.events)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so20(input.media)},"storyboard":${$so29(input.storyboard)},"plugins":${$so36(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so38(input.flags)}}`;
|
|
1880
1950
|
const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
|
|
1881
1951
|
const $so3 = input => `{${$tail(`"settingsPanelStore":${`{"activeSectionIndex":${input.settingsPanelStore.activeSectionIndex},"activeTab":${$string(input.settingsPanelStore.activeTab)}}`},${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
1882
1952
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
@@ -1887,24 +1957,26 @@ export const stringifySettings = input => {
|
|
|
1887
1957
|
const $so9 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
|
|
1888
1958
|
const $so10 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
|
|
1889
1959
|
const $so11 = 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}}`;
|
|
1960
|
+
const $so12 = input => `{${$tail(`${undefined === input.color ? "" : `"color":${undefined !== input.color ? $string(input.color) : undefined},`}${undefined === input.name ? "" : `"name":${undefined !== input.name ? $string(input.name) : undefined}`}`)}}`;
|
|
1890
1961
|
const $so14 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so16(elem)).join(",")}]`}}`;
|
|
1891
1962
|
const $so16 = input => `{"name":${null !== input.name ? $string(input.name) : "null"},"icon":${null !== input.icon ? $string(input.icon) : "null"},"color":${null !== input.color ? $string(input.color) : "null"},"description":${null !== input.description ? $string(input.description) : "null"}}`;
|
|
1892
|
-
const $
|
|
1893
|
-
const $so20 = input => `{${$
|
|
1894
|
-
const $
|
|
1895
|
-
const $so25 = input => `{${$tail(`${undefined === input.
|
|
1896
|
-
const $so26 = input => `{${$tail(`${undefined === input.
|
|
1897
|
-
const $
|
|
1898
|
-
const $so29 = input => `{"
|
|
1899
|
-
const $so30 = input => `{"
|
|
1900
|
-
const $
|
|
1901
|
-
const $
|
|
1902
|
-
const $
|
|
1963
|
+
const $so17 = input => `{${$tail(`${undefined === input.graphicBaseTemplate ? "" : `"graphicBaseTemplate":${undefined !== input.graphicBaseTemplate ? $string(input.graphicBaseTemplate) : undefined}`}`)}}`;
|
|
1964
|
+
const $so20 = input => `{${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so21(input.guide) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so25(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}}`;
|
|
1965
|
+
const $so21 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined}`}`)}}`;
|
|
1966
|
+
const $so25 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so26(input.subtitleDisclaimer) : undefined}`}`)}}`;
|
|
1967
|
+
const $so26 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so27(input.defaultValue) : undefined}`}`)}}`;
|
|
1968
|
+
const $so27 = 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}`}`)}}`;
|
|
1969
|
+
const $so29 = input => `{"assets":${$so30(input.assets)},"pipeline":${$so33(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
1970
|
+
const $so30 = input => `{"story":${$so31(input.story)}}`;
|
|
1971
|
+
const $so31 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
1972
|
+
const $so33 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`}}`;
|
|
1973
|
+
const $so36 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
1974
|
+
const $so38 = input => `{${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicas ? "" : `"resetReplicas":${undefined !== input.resetReplicas ? input.resetReplicas : undefined},`}${undefined === input.assetStatus ? "" : `"assetStatus":${undefined !== input.assetStatus ? input.assetStatus : undefined},`}${undefined === input.consolidateMedia ? "" : `"consolidateMedia":${undefined !== input.consolidateMedia ? input.consolidateMedia : undefined},`}${undefined === input.hideInAssetMenu ? "" : `"hideInAssetMenu":${undefined !== input.hideInAssetMenu ? input.hideInAssetMenu : undefined},`}${undefined === input.assetRoute ? "" : `"assetRoute":${undefined !== input.assetRoute ? input.assetRoute : undefined},`}"utils":${input.utils},"history":${input.history},"refs":${input.refs},"access":${input.access},"files":${input.files},"export":${input["export"]},"json":${input.json},"hlsjs":${input.hlsjs}}`;
|
|
1903
1975
|
return $so0(input);
|
|
1904
1976
|
};
|
|
1905
1977
|
export const assertStringifySettings = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
1906
1978
|
const __is = input => {
|
|
1907
|
-
const $io0 = input => (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm &&
|
|
1979
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime && !Number.isNaN(input.autoLogoutTime)) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && !Number.isNaN(input.dashboard.maxMru) && ("number" === typeof input.dashboard.maxTabs && !Number.isNaN(input.dashboard.maxTabs)))) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io29(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io36(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io38(input.flags));
|
|
1908
1980
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
1909
1981
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
1910
1982
|
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && !Number.isNaN(input.settingsPanelStore.activeSectionIndex) && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
@@ -1921,28 +1993,34 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
1921
1993
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1922
1994
|
const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1923
1995
|
const $io11 = 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);
|
|
1996
|
+
const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
|
|
1924
1997
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
1925
1998
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
1926
|
-
const $
|
|
1927
|
-
const $io20 = input => undefined === input.
|
|
1928
|
-
const $
|
|
1929
|
-
const $io24 = input =>
|
|
1930
|
-
const $io25 = input =>
|
|
1931
|
-
const $io26 = input => (undefined === input.
|
|
1932
|
-
const $io27 = input => "
|
|
1933
|
-
const $io28 = input => "
|
|
1934
|
-
const $io29 = input => "object" === typeof input.
|
|
1935
|
-
const $io30 = input => "object" === typeof input.
|
|
1936
|
-
const $
|
|
1937
|
-
const $
|
|
1938
|
-
const $
|
|
1999
|
+
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
2000
|
+
const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && ("number" === typeof input.stepManyFrames && !Number.isNaN(input.stepManyFrames)) && ("number" === typeof input.liveZoomDuration && !Number.isNaN(input.liveZoomDuration)) && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && ("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 && $io24(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
|
|
2001
|
+
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
2002
|
+
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
2003
|
+
const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
|
|
2004
|
+
const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
|
|
2005
|
+
const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset && !Number.isNaN(input.offset)) && (undefined === input.duration || "number" === typeof input.duration && !Number.isNaN(input.duration));
|
|
2006
|
+
const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2007
|
+
const $io29 = input => "object" === typeof input.assets && null !== input.assets && $io30(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io33(input.pipeline)) && ("object" === typeof input.item && null !== input.item && ("number" === typeof input.item.maxHeight && !Number.isNaN(input.item.maxHeight)));
|
|
2008
|
+
const $io30 = input => "object" === typeof input.story && null !== input.story && $io31(input.story);
|
|
2009
|
+
const $io31 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && !Number.isNaN(input.excerpt.maxLines) && "string" === typeof input.excerpt.mode);
|
|
2010
|
+
const $io33 = input => "object" === typeof input.search && null !== input.search && ("number" === typeof input.search.maxItemsDisplayed && !Number.isNaN(input.search.maxItemsDisplayed));
|
|
2011
|
+
const $io36 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
2012
|
+
const $io38 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute);
|
|
1939
2013
|
return "object" === typeof input && null !== input && $io0(input);
|
|
1940
2014
|
};
|
|
1941
2015
|
if (false === __is(input))
|
|
1942
2016
|
((input, _path, _exceptionable = true) => {
|
|
1943
2017
|
const $guard = __typia.json.createAssertStringify.guard;
|
|
1944
2018
|
const $join = __typia.json.createAssertStringify.join;
|
|
1945
|
-
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
2019
|
+
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime && !Number.isNaN(input.autoLogoutTime) || $guard(_exceptionable, {
|
|
2020
|
+
path: _path + ".autoLogoutTime",
|
|
2021
|
+
expected: "(number | undefined)",
|
|
2022
|
+
value: input.autoLogoutTime
|
|
2023
|
+
}, errorFactory)) && (undefined === input.permission || ("object" === typeof input.permission && null !== input.permission || $guard(_exceptionable, {
|
|
1946
2024
|
path: _path + ".permission",
|
|
1947
2025
|
expected: "(__type | undefined)",
|
|
1948
2026
|
value: input.permission
|
|
@@ -1998,13 +2076,13 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
1998
2076
|
path: _path + ".clock",
|
|
1999
2077
|
expected: "__type.o7",
|
|
2000
2078
|
value: input.clock
|
|
2001
|
-
}, errorFactory)) && (("object" === typeof input.swarm && null !== input.swarm || $guard(_exceptionable, {
|
|
2079
|
+
}, errorFactory)) && (undefined === input.swarm || ("object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) || $guard(_exceptionable, {
|
|
2002
2080
|
path: _path + ".swarm",
|
|
2003
|
-
expected: "__type.o8",
|
|
2081
|
+
expected: "(__type.o8 | undefined)",
|
|
2004
2082
|
value: input.swarm
|
|
2005
2083
|
}, errorFactory)) && $ao12(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
|
|
2006
2084
|
path: _path + ".swarm",
|
|
2007
|
-
expected: "__type.o8",
|
|
2085
|
+
expected: "(__type.o8 | undefined)",
|
|
2008
2086
|
value: input.swarm
|
|
2009
2087
|
}, errorFactory)) && (("object" === typeof input.dashboard && null !== input.dashboard || $guard(_exceptionable, {
|
|
2010
2088
|
path: _path + ".dashboard",
|
|
@@ -2022,21 +2100,29 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2022
2100
|
path: _path + ".script",
|
|
2023
2101
|
expected: "__type.o10",
|
|
2024
2102
|
value: input.script
|
|
2103
|
+
}, errorFactory)) && (("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || $guard(_exceptionable, {
|
|
2104
|
+
path: _path + ".events",
|
|
2105
|
+
expected: "__type.o12",
|
|
2106
|
+
value: input.events
|
|
2107
|
+
}, errorFactory)) && $ao17(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
2108
|
+
path: _path + ".events",
|
|
2109
|
+
expected: "__type.o12",
|
|
2110
|
+
value: input.events
|
|
2025
2111
|
}, errorFactory)) && (("object" === typeof input.rundown && null !== input.rundown || $guard(_exceptionable, {
|
|
2026
2112
|
path: _path + ".rundown",
|
|
2027
|
-
expected: "__type.
|
|
2113
|
+
expected: "__type.o13",
|
|
2028
2114
|
value: input.rundown
|
|
2029
|
-
}, errorFactory)) && $
|
|
2115
|
+
}, errorFactory)) && $ao18(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
|
|
2030
2116
|
path: _path + ".rundown",
|
|
2031
|
-
expected: "__type.
|
|
2117
|
+
expected: "__type.o13",
|
|
2032
2118
|
value: input.rundown
|
|
2033
2119
|
}, errorFactory)) && (("object" === typeof input.gallery && null !== input.gallery || $guard(_exceptionable, {
|
|
2034
2120
|
path: _path + ".gallery",
|
|
2035
|
-
expected: "__type.
|
|
2121
|
+
expected: "__type.o14",
|
|
2036
2122
|
value: input.gallery
|
|
2037
|
-
}, errorFactory)) && $
|
|
2123
|
+
}, errorFactory)) && $ao19(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
|
|
2038
2124
|
path: _path + ".gallery",
|
|
2039
|
-
expected: "__type.
|
|
2125
|
+
expected: "__type.o14",
|
|
2040
2126
|
value: input.gallery
|
|
2041
2127
|
}, errorFactory)) && ("boolean" === typeof input.history || $guard(_exceptionable, {
|
|
2042
2128
|
path: _path + ".history",
|
|
@@ -2044,11 +2130,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2044
2130
|
value: input.history
|
|
2045
2131
|
}, errorFactory)) && true && (("object" === typeof input.media && null !== input.media || $guard(_exceptionable, {
|
|
2046
2132
|
path: _path + ".media",
|
|
2047
|
-
expected: "__type.
|
|
2133
|
+
expected: "__type.o15",
|
|
2048
2134
|
value: input.media
|
|
2049
|
-
}, errorFactory)) && $
|
|
2135
|
+
}, errorFactory)) && $ao20(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
|
|
2050
2136
|
path: _path + ".media",
|
|
2051
|
-
expected: "__type.
|
|
2137
|
+
expected: "__type.o15",
|
|
2052
2138
|
value: input.media
|
|
2053
2139
|
}, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
|
|
2054
2140
|
path: _path + ".predefinedTags",
|
|
@@ -2064,19 +2150,19 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2064
2150
|
value: input.predefinedTags
|
|
2065
2151
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
2066
2152
|
path: _path + ".storyboard",
|
|
2067
|
-
expected: "__type.
|
|
2153
|
+
expected: "__type.o24",
|
|
2068
2154
|
value: input.storyboard
|
|
2069
|
-
}, errorFactory)) && $
|
|
2155
|
+
}, errorFactory)) && $ao29(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
2070
2156
|
path: _path + ".storyboard",
|
|
2071
|
-
expected: "__type.
|
|
2157
|
+
expected: "__type.o24",
|
|
2072
2158
|
value: input.storyboard
|
|
2073
2159
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
2074
2160
|
path: _path + ".plugins",
|
|
2075
|
-
expected: "__type.
|
|
2161
|
+
expected: "__type.o31",
|
|
2076
2162
|
value: input.plugins
|
|
2077
|
-
}, errorFactory)) && $
|
|
2163
|
+
}, errorFactory)) && $ao36(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
2078
2164
|
path: _path + ".plugins",
|
|
2079
|
-
expected: "__type.
|
|
2165
|
+
expected: "__type.o31",
|
|
2080
2166
|
value: input.plugins
|
|
2081
2167
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
2082
2168
|
path: _path + ".crashScreen",
|
|
@@ -2088,11 +2174,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2088
2174
|
value: input.debug
|
|
2089
2175
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
2090
2176
|
path: _path + ".flags",
|
|
2091
|
-
expected: "__type.
|
|
2177
|
+
expected: "__type.o33",
|
|
2092
2178
|
value: input.flags
|
|
2093
|
-
}, errorFactory)) && $
|
|
2179
|
+
}, errorFactory)) && $ao38(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
2094
2180
|
path: _path + ".flags",
|
|
2095
|
-
expected: "__type.
|
|
2181
|
+
expected: "__type.o33",
|
|
2096
2182
|
value: input.flags
|
|
2097
2183
|
}, errorFactory));
|
|
2098
2184
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
@@ -2241,11 +2327,15 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2241
2327
|
expected: "(string | undefined)",
|
|
2242
2328
|
value: input.format
|
|
2243
2329
|
}, errorFactory));
|
|
2244
|
-
const $ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.color || $guard(_exceptionable, {
|
|
2330
|
+
const $ao12 = (input, _path, _exceptionable = true) => (undefined === input.color || "string" === typeof input.color || $guard(_exceptionable, {
|
|
2245
2331
|
path: _path + ".color",
|
|
2246
|
-
expected: "string",
|
|
2332
|
+
expected: "(string | undefined)",
|
|
2247
2333
|
value: input.color
|
|
2248
|
-
}, errorFactory)
|
|
2334
|
+
}, errorFactory)) && (undefined === input.name || "string" === typeof input.name || $guard(_exceptionable, {
|
|
2335
|
+
path: _path + ".name",
|
|
2336
|
+
expected: "(string | undefined)",
|
|
2337
|
+
value: input.name
|
|
2338
|
+
}, errorFactory));
|
|
2249
2339
|
const $ao13 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxMru && !Number.isNaN(input.maxMru) || $guard(_exceptionable, {
|
|
2250
2340
|
path: _path + ".maxMru",
|
|
2251
2341
|
expected: "number",
|
|
@@ -2302,23 +2392,28 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2302
2392
|
expected: "(null | string)",
|
|
2303
2393
|
value: input.description
|
|
2304
2394
|
}, errorFactory));
|
|
2305
|
-
const $ao17 = (input, _path, _exceptionable = true) => "
|
|
2395
|
+
const $ao17 = (input, _path, _exceptionable = true) => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || $guard(_exceptionable, {
|
|
2396
|
+
path: _path + ".graphicBaseTemplate",
|
|
2397
|
+
expected: "(string | undefined)",
|
|
2398
|
+
value: input.graphicBaseTemplate
|
|
2399
|
+
}, errorFactory);
|
|
2400
|
+
const $ao18 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
|
|
2306
2401
|
path: _path + ".eventThumbnails",
|
|
2307
2402
|
expected: "boolean",
|
|
2308
2403
|
value: input.eventThumbnails
|
|
2309
2404
|
}, errorFactory);
|
|
2310
|
-
const $
|
|
2405
|
+
const $ao19 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
|
|
2311
2406
|
path: _path + ".dimOnBlur",
|
|
2312
2407
|
expected: "boolean",
|
|
2313
2408
|
value: input.dimOnBlur
|
|
2314
2409
|
}, errorFactory);
|
|
2315
|
-
const $
|
|
2410
|
+
const $ao20 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
2316
2411
|
path: _path + ".guide",
|
|
2317
|
-
expected: "(__type.
|
|
2412
|
+
expected: "(__type.o16 | undefined)",
|
|
2318
2413
|
value: input.guide
|
|
2319
|
-
}, errorFactory)) && $
|
|
2414
|
+
}, errorFactory)) && $ao21(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
|
|
2320
2415
|
path: _path + ".guide",
|
|
2321
|
-
expected: "(__type.
|
|
2416
|
+
expected: "(__type.o16 | undefined)",
|
|
2322
2417
|
value: input.guide
|
|
2323
2418
|
}, errorFactory)) && ("number" === typeof input.stepManyFrames && !Number.isNaN(input.stepManyFrames) || $guard(_exceptionable, {
|
|
2324
2419
|
path: _path + ".stepManyFrames",
|
|
@@ -2334,11 +2429,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2334
2429
|
value: input.importTitleTemplate
|
|
2335
2430
|
}, errorFactory)) && (("object" === typeof input.tile && null !== input.tile || $guard(_exceptionable, {
|
|
2336
2431
|
path: _path + ".tile",
|
|
2337
|
-
expected: "__type.
|
|
2432
|
+
expected: "__type.o17",
|
|
2338
2433
|
value: input.tile
|
|
2339
|
-
}, errorFactory)) && $
|
|
2434
|
+
}, errorFactory)) && $ao22(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
|
|
2340
2435
|
path: _path + ".tile",
|
|
2341
|
-
expected: "__type.
|
|
2436
|
+
expected: "__type.o17",
|
|
2342
2437
|
value: input.tile
|
|
2343
2438
|
}, errorFactory)) && ("string" === typeof input.timecodeReference || $guard(_exceptionable, {
|
|
2344
2439
|
path: _path + ".timecodeReference",
|
|
@@ -2374,11 +2469,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2374
2469
|
value: input.playbackRates
|
|
2375
2470
|
}, errorFactory)) && (("object" === typeof input.subtitles && null !== input.subtitles || $guard(_exceptionable, {
|
|
2376
2471
|
path: _path + ".subtitles",
|
|
2377
|
-
expected: "__type.
|
|
2472
|
+
expected: "__type.o18",
|
|
2378
2473
|
value: input.subtitles
|
|
2379
|
-
}, errorFactory)) && $
|
|
2474
|
+
}, errorFactory)) && $ao23(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
|
|
2380
2475
|
path: _path + ".subtitles",
|
|
2381
|
-
expected: "__type.
|
|
2476
|
+
expected: "__type.o18",
|
|
2382
2477
|
value: input.subtitles
|
|
2383
2478
|
}, errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || $guard(_exceptionable, {
|
|
2384
2479
|
path: _path + ".subtitleTemplateId",
|
|
@@ -2394,11 +2489,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2394
2489
|
value: input.guides
|
|
2395
2490
|
}, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2396
2491
|
path: _path + ".guides[" + _index8 + "]",
|
|
2397
|
-
expected: "__type.
|
|
2492
|
+
expected: "__type.o19",
|
|
2398
2493
|
value: elem
|
|
2399
|
-
}, errorFactory)) && $
|
|
2494
|
+
}, errorFactory)) && $ao24(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2400
2495
|
path: _path + ".guides[" + _index8 + "]",
|
|
2401
|
-
expected: "__type.
|
|
2496
|
+
expected: "__type.o19",
|
|
2402
2497
|
value: elem
|
|
2403
2498
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
2404
2499
|
path: _path + ".guides",
|
|
@@ -2410,19 +2505,19 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2410
2505
|
value: input.download
|
|
2411
2506
|
}, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
|
|
2412
2507
|
path: _path + ".transcribe",
|
|
2413
|
-
expected: "(__type.
|
|
2508
|
+
expected: "(__type.o20 | undefined)",
|
|
2414
2509
|
value: input.transcribe
|
|
2415
|
-
}, errorFactory)) && $
|
|
2510
|
+
}, errorFactory)) && $ao25(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
2416
2511
|
path: _path + ".transcribe",
|
|
2417
|
-
expected: "(__type.
|
|
2512
|
+
expected: "(__type.o20 | undefined)",
|
|
2418
2513
|
value: input.transcribe
|
|
2419
2514
|
}, errorFactory));
|
|
2420
|
-
const $
|
|
2515
|
+
const $ao21 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
2421
2516
|
path: _path + ".mask",
|
|
2422
2517
|
expected: "(boolean | undefined)",
|
|
2423
2518
|
value: input.mask
|
|
2424
2519
|
}, errorFactory);
|
|
2425
|
-
const $
|
|
2520
|
+
const $ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
|
|
2426
2521
|
path: _path + ".preview",
|
|
2427
2522
|
expected: "string",
|
|
2428
2523
|
value: input.preview
|
|
@@ -2431,7 +2526,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2431
2526
|
expected: "boolean",
|
|
2432
2527
|
value: input.showRenderProgress
|
|
2433
2528
|
}, errorFactory));
|
|
2434
|
-
const $
|
|
2529
|
+
const $ao23 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing && !Number.isNaN(input.spacing) || $guard(_exceptionable, {
|
|
2435
2530
|
path: _path + ".spacing",
|
|
2436
2531
|
expected: "number",
|
|
2437
2532
|
value: input.spacing
|
|
@@ -2440,7 +2535,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2440
2535
|
expected: "number",
|
|
2441
2536
|
value: input.maxCharactersPerLine
|
|
2442
2537
|
}, errorFactory));
|
|
2443
|
-
const $
|
|
2538
|
+
const $ao24 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
|
|
2444
2539
|
path: _path + ".label",
|
|
2445
2540
|
expected: "string",
|
|
2446
2541
|
value: input.label
|
|
@@ -2449,29 +2544,29 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2449
2544
|
expected: "string",
|
|
2450
2545
|
value: input.aspectRatio
|
|
2451
2546
|
}, errorFactory));
|
|
2452
|
-
const $
|
|
2547
|
+
const $ao25 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
2453
2548
|
path: _path + ".subtitleDisclaimer",
|
|
2454
|
-
expected: "(__type.
|
|
2549
|
+
expected: "(__type.o21 | undefined)",
|
|
2455
2550
|
value: input.subtitleDisclaimer
|
|
2456
|
-
}, errorFactory)) && $
|
|
2551
|
+
}, errorFactory)) && $ao26(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
2457
2552
|
path: _path + ".subtitleDisclaimer",
|
|
2458
|
-
expected: "(__type.
|
|
2553
|
+
expected: "(__type.o21 | undefined)",
|
|
2459
2554
|
value: input.subtitleDisclaimer
|
|
2460
2555
|
}, errorFactory);
|
|
2461
|
-
const $
|
|
2556
|
+
const $ao26 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
2462
2557
|
path: _path + ".isUserConfigurable",
|
|
2463
2558
|
expected: "(boolean | undefined)",
|
|
2464
2559
|
value: input.isUserConfigurable
|
|
2465
2560
|
}, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
|
|
2466
2561
|
path: _path + ".defaultValue",
|
|
2467
|
-
expected: "(__type.
|
|
2562
|
+
expected: "(__type.o22 | undefined)",
|
|
2468
2563
|
value: input.defaultValue
|
|
2469
|
-
}, errorFactory)) && $
|
|
2564
|
+
}, errorFactory)) && $ao27(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
2470
2565
|
path: _path + ".defaultValue",
|
|
2471
|
-
expected: "(__type.
|
|
2566
|
+
expected: "(__type.o22 | undefined)",
|
|
2472
2567
|
value: input.defaultValue
|
|
2473
2568
|
}, errorFactory));
|
|
2474
|
-
const $
|
|
2569
|
+
const $ao27 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
2475
2570
|
path: _path + ".enabled",
|
|
2476
2571
|
expected: "(false | undefined)",
|
|
2477
2572
|
value: input.enabled
|
|
@@ -2481,11 +2576,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2481
2576
|
value: input.text
|
|
2482
2577
|
}, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2483
2578
|
path: _path + ".text[" + _index9 + "]",
|
|
2484
|
-
expected: "__type.
|
|
2579
|
+
expected: "__type.o23",
|
|
2485
2580
|
value: elem
|
|
2486
|
-
}, errorFactory)) && $
|
|
2581
|
+
}, errorFactory)) && $ao28(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2487
2582
|
path: _path + ".text[" + _index9 + "]",
|
|
2488
|
-
expected: "__type.
|
|
2583
|
+
expected: "__type.o23",
|
|
2489
2584
|
value: elem
|
|
2490
2585
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
2491
2586
|
path: _path + ".text",
|
|
@@ -2500,7 +2595,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2500
2595
|
expected: "(number | undefined)",
|
|
2501
2596
|
value: input.duration
|
|
2502
2597
|
}, errorFactory));
|
|
2503
|
-
const $
|
|
2598
|
+
const $ao28 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
2504
2599
|
path: _path + ".language",
|
|
2505
2600
|
expected: "string",
|
|
2506
2601
|
value: input.language
|
|
@@ -2509,50 +2604,50 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2509
2604
|
expected: "string",
|
|
2510
2605
|
value: input.value
|
|
2511
2606
|
}, errorFactory));
|
|
2512
|
-
const $
|
|
2607
|
+
const $ao29 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
2513
2608
|
path: _path + ".assets",
|
|
2514
|
-
expected: "__type.
|
|
2609
|
+
expected: "__type.o25",
|
|
2515
2610
|
value: input.assets
|
|
2516
|
-
}, errorFactory)) && $
|
|
2611
|
+
}, errorFactory)) && $ao30(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
2517
2612
|
path: _path + ".assets",
|
|
2518
|
-
expected: "__type.
|
|
2613
|
+
expected: "__type.o25",
|
|
2519
2614
|
value: input.assets
|
|
2520
2615
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
2521
2616
|
path: _path + ".pipeline",
|
|
2522
|
-
expected: "__type.
|
|
2617
|
+
expected: "__type.o28",
|
|
2523
2618
|
value: input.pipeline
|
|
2524
|
-
}, errorFactory)) && $
|
|
2619
|
+
}, errorFactory)) && $ao33(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
2525
2620
|
path: _path + ".pipeline",
|
|
2526
|
-
expected: "__type.
|
|
2621
|
+
expected: "__type.o28",
|
|
2527
2622
|
value: input.pipeline
|
|
2528
2623
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
2529
2624
|
path: _path + ".item",
|
|
2530
|
-
expected: "__type.
|
|
2625
|
+
expected: "__type.o30",
|
|
2531
2626
|
value: input.item
|
|
2532
|
-
}, errorFactory)) && $
|
|
2627
|
+
}, errorFactory)) && $ao35(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
2533
2628
|
path: _path + ".item",
|
|
2534
|
-
expected: "__type.
|
|
2629
|
+
expected: "__type.o30",
|
|
2535
2630
|
value: input.item
|
|
2536
2631
|
}, errorFactory));
|
|
2537
|
-
const $
|
|
2632
|
+
const $ao30 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
2538
2633
|
path: _path + ".story",
|
|
2539
|
-
expected: "__type.
|
|
2634
|
+
expected: "__type.o26",
|
|
2540
2635
|
value: input.story
|
|
2541
|
-
}, errorFactory)) && $
|
|
2636
|
+
}, errorFactory)) && $ao31(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
2542
2637
|
path: _path + ".story",
|
|
2543
|
-
expected: "__type.
|
|
2638
|
+
expected: "__type.o26",
|
|
2544
2639
|
value: input.story
|
|
2545
2640
|
}, errorFactory);
|
|
2546
|
-
const $
|
|
2641
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
2547
2642
|
path: _path + ".excerpt",
|
|
2548
|
-
expected: "__type.
|
|
2643
|
+
expected: "__type.o27",
|
|
2549
2644
|
value: input.excerpt
|
|
2550
|
-
}, errorFactory)) && $
|
|
2645
|
+
}, errorFactory)) && $ao32(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
2551
2646
|
path: _path + ".excerpt",
|
|
2552
|
-
expected: "__type.
|
|
2647
|
+
expected: "__type.o27",
|
|
2553
2648
|
value: input.excerpt
|
|
2554
2649
|
}, errorFactory);
|
|
2555
|
-
const $
|
|
2650
|
+
const $ao32 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines && !Number.isNaN(input.maxLines) || $guard(_exceptionable, {
|
|
2556
2651
|
path: _path + ".maxLines",
|
|
2557
2652
|
expected: "number",
|
|
2558
2653
|
value: input.maxLines
|
|
@@ -2561,40 +2656,40 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2561
2656
|
expected: "string",
|
|
2562
2657
|
value: input.mode
|
|
2563
2658
|
}, errorFactory));
|
|
2564
|
-
const $
|
|
2659
|
+
const $ao33 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
2565
2660
|
path: _path + ".search",
|
|
2566
|
-
expected: "__type.
|
|
2661
|
+
expected: "__type.o29",
|
|
2567
2662
|
value: input.search
|
|
2568
|
-
}, errorFactory)) && $
|
|
2663
|
+
}, errorFactory)) && $ao34(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
2569
2664
|
path: _path + ".search",
|
|
2570
|
-
expected: "__type.
|
|
2665
|
+
expected: "__type.o29",
|
|
2571
2666
|
value: input.search
|
|
2572
2667
|
}, errorFactory);
|
|
2573
|
-
const $
|
|
2668
|
+
const $ao34 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed) || $guard(_exceptionable, {
|
|
2574
2669
|
path: _path + ".maxItemsDisplayed",
|
|
2575
2670
|
expected: "number",
|
|
2576
2671
|
value: input.maxItemsDisplayed
|
|
2577
2672
|
}, errorFactory);
|
|
2578
|
-
const $
|
|
2673
|
+
const $ao35 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
|
|
2579
2674
|
path: _path + ".maxHeight",
|
|
2580
2675
|
expected: "number",
|
|
2581
2676
|
value: input.maxHeight
|
|
2582
2677
|
}, errorFactory);
|
|
2583
|
-
const $
|
|
2678
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
2584
2679
|
path: _path + ".adobe",
|
|
2585
|
-
expected: "__type.
|
|
2680
|
+
expected: "__type.o32",
|
|
2586
2681
|
value: input.adobe
|
|
2587
|
-
}, errorFactory)) && $
|
|
2682
|
+
}, errorFactory)) && $ao37(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
2588
2683
|
path: _path + ".adobe",
|
|
2589
|
-
expected: "__type.
|
|
2684
|
+
expected: "__type.o32",
|
|
2590
2685
|
value: input.adobe
|
|
2591
2686
|
}, errorFactory);
|
|
2592
|
-
const $
|
|
2687
|
+
const $ao37 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
2593
2688
|
path: _path + ".useProxies",
|
|
2594
2689
|
expected: "boolean",
|
|
2595
2690
|
value: input.useProxies
|
|
2596
2691
|
}, errorFactory);
|
|
2597
|
-
const $
|
|
2692
|
+
const $ao38 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
2598
2693
|
path: _path + ".utils",
|
|
2599
2694
|
expected: "boolean",
|
|
2600
2695
|
value: input.utils
|
|
@@ -2681,35 +2776,36 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2681
2776
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
2682
2777
|
const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
2683
2778
|
const $io11 = 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);
|
|
2684
|
-
const $io12 = input => "string" === typeof input.color;
|
|
2779
|
+
const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
|
|
2685
2780
|
const $io13 = input => "number" === typeof input.maxMru && "number" === typeof input.maxTabs;
|
|
2686
2781
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io15(input.createMenu) && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
2687
2782
|
const $io15 = input => "boolean" === typeof input.showPreview;
|
|
2688
2783
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
2689
|
-
const $io17 = input => "
|
|
2690
|
-
const $io18 = input => "boolean" === typeof input.
|
|
2691
|
-
const $io19 = input =>
|
|
2692
|
-
const $io20 = input => undefined === input.
|
|
2693
|
-
const $io21 = input =>
|
|
2694
|
-
const $io22 = input => "
|
|
2695
|
-
const $io23 = input => "
|
|
2696
|
-
const $io24 = input =>
|
|
2697
|
-
const $io25 = input =>
|
|
2698
|
-
const $io26 = input => (undefined === input.
|
|
2699
|
-
const $io27 = input => "
|
|
2700
|
-
const $io28 = input => "
|
|
2701
|
-
const $io29 = input => "object" === typeof input.
|
|
2702
|
-
const $io30 = input => "object" === typeof input.
|
|
2703
|
-
const $io31 = input => "
|
|
2704
|
-
const $io32 = input => "
|
|
2705
|
-
const $io33 = input => "
|
|
2706
|
-
const $io34 = input => "number" === typeof input.
|
|
2707
|
-
const $io35 = input => "
|
|
2708
|
-
const $io36 = input => "
|
|
2709
|
-
const $io37 = input => "boolean" === typeof input.
|
|
2784
|
+
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
2785
|
+
const $io18 = input => "boolean" === typeof input.eventThumbnails;
|
|
2786
|
+
const $io19 = input => "boolean" === typeof input.dimOnBlur;
|
|
2787
|
+
const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io22(input.tile)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
|
|
2788
|
+
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
2789
|
+
const $io22 = input => "string" === typeof input.preview && "boolean" === typeof input.showRenderProgress;
|
|
2790
|
+
const $io23 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
|
|
2791
|
+
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
2792
|
+
const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
|
|
2793
|
+
const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
|
|
2794
|
+
const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
2795
|
+
const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2796
|
+
const $io29 = input => "object" === typeof input.assets && null !== input.assets && $io30(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io33(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io35(input.item));
|
|
2797
|
+
const $io30 = input => "object" === typeof input.story && null !== input.story && $io31(input.story);
|
|
2798
|
+
const $io31 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io32(input.excerpt);
|
|
2799
|
+
const $io32 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
2800
|
+
const $io33 = input => "object" === typeof input.search && null !== input.search && $io34(input.search);
|
|
2801
|
+
const $io34 = input => "number" === typeof input.maxItemsDisplayed;
|
|
2802
|
+
const $io35 = input => "number" === typeof input.maxHeight;
|
|
2803
|
+
const $io36 = input => "object" === typeof input.adobe && null !== input.adobe && $io37(input.adobe);
|
|
2804
|
+
const $io37 = input => "boolean" === typeof input.useProxies;
|
|
2805
|
+
const $io38 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute);
|
|
2710
2806
|
const $string = __typia.json.createAssertStringify.string;
|
|
2711
2807
|
const $tail = __typia.json.createAssertStringify.tail;
|
|
2712
|
-
const $so0 = input => `{${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.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":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"
|
|
2808
|
+
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}"browser":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so14(input.script)},"events":${$so17(input.events)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so20(input.media)},"storyboard":${$so29(input.storyboard)},"plugins":${$so36(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so38(input.flags)}}`;
|
|
2713
2809
|
const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
|
|
2714
2810
|
const $so3 = input => `{${$tail(`"settingsPanelStore":${`{"activeSectionIndex":${input.settingsPanelStore.activeSectionIndex},"activeTab":${$string(input.settingsPanelStore.activeTab)}}`},${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
2715
2811
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
@@ -2720,45 +2816,47 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2720
2816
|
const $so9 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
|
|
2721
2817
|
const $so10 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
|
|
2722
2818
|
const $so11 = 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}}`;
|
|
2819
|
+
const $so12 = input => `{${$tail(`${undefined === input.color ? "" : `"color":${undefined !== input.color ? $string(input.color) : undefined},`}${undefined === input.name ? "" : `"name":${undefined !== input.name ? $string(input.name) : undefined}`}`)}}`;
|
|
2723
2820
|
const $so14 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so16(elem)).join(",")}]`}}`;
|
|
2724
2821
|
const $so16 = input => `{"name":${null !== input.name ? $string(input.name) : "null"},"icon":${null !== input.icon ? $string(input.icon) : "null"},"color":${null !== input.color ? $string(input.color) : "null"},"description":${null !== input.description ? $string(input.description) : "null"}}`;
|
|
2725
|
-
const $
|
|
2726
|
-
const $so20 = input => `{${$
|
|
2727
|
-
const $
|
|
2728
|
-
const $so25 = input => `{${$tail(`${undefined === input.
|
|
2729
|
-
const $so26 = input => `{${$tail(`${undefined === input.
|
|
2730
|
-
const $
|
|
2731
|
-
const $so29 = input => `{"
|
|
2732
|
-
const $so30 = input => `{"
|
|
2733
|
-
const $
|
|
2734
|
-
const $
|
|
2735
|
-
const $
|
|
2822
|
+
const $so17 = input => `{${$tail(`${undefined === input.graphicBaseTemplate ? "" : `"graphicBaseTemplate":${undefined !== input.graphicBaseTemplate ? $string(input.graphicBaseTemplate) : undefined}`}`)}}`;
|
|
2823
|
+
const $so20 = input => `{${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so21(input.guide) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so25(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}}`;
|
|
2824
|
+
const $so21 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined}`}`)}}`;
|
|
2825
|
+
const $so25 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so26(input.subtitleDisclaimer) : undefined}`}`)}}`;
|
|
2826
|
+
const $so26 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so27(input.defaultValue) : undefined}`}`)}}`;
|
|
2827
|
+
const $so27 = 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}`}`)}}`;
|
|
2828
|
+
const $so29 = input => `{"assets":${$so30(input.assets)},"pipeline":${$so33(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
2829
|
+
const $so30 = input => `{"story":${$so31(input.story)}}`;
|
|
2830
|
+
const $so31 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
2831
|
+
const $so33 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`}}`;
|
|
2832
|
+
const $so36 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
2833
|
+
const $so38 = input => `{${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicas ? "" : `"resetReplicas":${undefined !== input.resetReplicas ? input.resetReplicas : undefined},`}${undefined === input.assetStatus ? "" : `"assetStatus":${undefined !== input.assetStatus ? input.assetStatus : undefined},`}${undefined === input.consolidateMedia ? "" : `"consolidateMedia":${undefined !== input.consolidateMedia ? input.consolidateMedia : undefined},`}${undefined === input.hideInAssetMenu ? "" : `"hideInAssetMenu":${undefined !== input.hideInAssetMenu ? input.hideInAssetMenu : undefined},`}${undefined === input.assetRoute ? "" : `"assetRoute":${undefined !== input.assetRoute ? input.assetRoute : undefined},`}"utils":${input.utils},"history":${input.history},"refs":${input.refs},"access":${input.access},"files":${input.files},"export":${input["export"]},"json":${input.json},"hlsjs":${input.hlsjs}}`;
|
|
2736
2834
|
return $so0(input);
|
|
2737
2835
|
}; return stringify(assert(input, errorFactory)); };
|
|
2738
2836
|
export const isSettingsPaths = input => {
|
|
2739
|
-
const $iv1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2837
|
+
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2740
2838
|
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.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)));
|
|
2741
2839
|
};
|
|
2742
2840
|
export const assertSettingsPaths = (input, errorFactory) => {
|
|
2743
2841
|
const __is = input => {
|
|
2744
|
-
const $iv1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2842
|
+
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2745
2843
|
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.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)));
|
|
2746
2844
|
};
|
|
2747
2845
|
if (false === __is(input))
|
|
2748
2846
|
((input, _path, _exceptionable = true) => {
|
|
2749
2847
|
const $guard = __typia.createAssert.guard;
|
|
2750
|
-
const $av1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2848
|
+
const $av1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2751
2849
|
return (null !== input || $guard(true, {
|
|
2752
2850
|
path: _path + "",
|
|
2753
|
-
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.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2851
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2754
2852
|
value: input
|
|
2755
2853
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
2756
2854
|
path: _path + "",
|
|
2757
|
-
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.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2855
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2758
2856
|
value: input
|
|
2759
2857
|
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.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, {
|
|
2760
2858
|
path: _path + "",
|
|
2761
|
-
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.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2859
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2762
2860
|
value: input
|
|
2763
2861
|
}, errorFactory));
|
|
2764
2862
|
})(input, "$input", true);
|
|
@@ -2768,6 +2866,7 @@ export const randomSettingsPaths = generator => {
|
|
|
2768
2866
|
const $generator = __typia.createRandom.generator;
|
|
2769
2867
|
const $pick = __typia.createRandom.pick;
|
|
2770
2868
|
return $pick([
|
|
2869
|
+
() => "autoLogoutTime",
|
|
2771
2870
|
() => "permission",
|
|
2772
2871
|
() => "module",
|
|
2773
2872
|
() => "browser",
|
|
@@ -2778,6 +2877,7 @@ export const randomSettingsPaths = generator => {
|
|
|
2778
2877
|
() => "swarm",
|
|
2779
2878
|
() => "dashboard",
|
|
2780
2879
|
() => "script",
|
|
2880
|
+
() => "events",
|
|
2781
2881
|
() => "rundown",
|
|
2782
2882
|
() => "gallery",
|
|
2783
2883
|
() => "history",
|
|
@@ -2805,11 +2905,13 @@ export const randomSettingsPaths = generator => {
|
|
|
2805
2905
|
() => "clock.showDate",
|
|
2806
2906
|
() => "clock.format",
|
|
2807
2907
|
() => "swarm.color",
|
|
2908
|
+
() => "swarm.name",
|
|
2808
2909
|
() => "dashboard.maxMru",
|
|
2809
2910
|
() => "dashboard.maxTabs",
|
|
2810
2911
|
() => "script.createMenu",
|
|
2811
2912
|
() => "script.colorTags",
|
|
2812
2913
|
() => "script.createMenu.showPreview",
|
|
2914
|
+
() => "events.graphicBaseTemplate",
|
|
2813
2915
|
() => "rundown.eventThumbnails",
|
|
2814
2916
|
() => "gallery.dimOnBlur",
|
|
2815
2917
|
() => "media.guide",
|
|
@@ -2889,24 +2991,24 @@ export const randomSettingsPaths = generator => {
|
|
|
2889
2991
|
};
|
|
2890
2992
|
export const assertGuardSettingsPaths = (input, errorFactory) => {
|
|
2891
2993
|
const __is = input => {
|
|
2892
|
-
const $iv1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2994
|
+
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2893
2995
|
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.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)));
|
|
2894
2996
|
};
|
|
2895
2997
|
if (false === __is(input))
|
|
2896
2998
|
((input, _path, _exceptionable = true) => {
|
|
2897
2999
|
const $guard = __typia.createAssertGuard.guard;
|
|
2898
|
-
const $av1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
3000
|
+
const $av1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2899
3001
|
return (null !== input || $guard(true, {
|
|
2900
3002
|
path: _path + "",
|
|
2901
|
-
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.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3003
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2902
3004
|
value: input
|
|
2903
3005
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
2904
3006
|
path: _path + "",
|
|
2905
|
-
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.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3007
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2906
3008
|
value: input
|
|
2907
3009
|
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.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, {
|
|
2908
3010
|
path: _path + "",
|
|
2909
|
-
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.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3011
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2910
3012
|
value: input
|
|
2911
3013
|
}, errorFactory));
|
|
2912
3014
|
})(input, "$input", true);
|
|
@@ -2917,24 +3019,24 @@ export const stringifySettingsPaths = input => {
|
|
|
2917
3019
|
};
|
|
2918
3020
|
export const assertStringifySettingsPaths = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
2919
3021
|
const __is = input => {
|
|
2920
|
-
const $iv1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
3022
|
+
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2921
3023
|
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.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)));
|
|
2922
3024
|
};
|
|
2923
3025
|
if (false === __is(input))
|
|
2924
3026
|
((input, _path, _exceptionable = true) => {
|
|
2925
3027
|
const $guard = __typia.json.createAssertStringify.guard;
|
|
2926
|
-
const $av1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
3028
|
+
const $av1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2927
3029
|
return (null !== input || $guard(true, {
|
|
2928
3030
|
path: _path + "",
|
|
2929
|
-
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.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3031
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2930
3032
|
value: input
|
|
2931
3033
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
2932
3034
|
path: _path + "",
|
|
2933
|
-
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.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3035
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2934
3036
|
value: input
|
|
2935
3037
|
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.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, {
|
|
2936
3038
|
path: _path + "",
|
|
2937
|
-
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.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3039
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"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\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.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\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2938
3040
|
value: input
|
|
2939
3041
|
}, errorFactory));
|
|
2940
3042
|
})(input, "$input", true);
|