@nxtedition/types 23.0.63 → 23.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/settings.d.ts +14 -0
- package/dist/nxtpression.d.ts +14 -0
- package/dist/records/validate/assert-guard.js +198 -128
- package/dist/records/validate/assert.js +198 -128
- package/dist/records/validate/is.js +3 -3
- package/dist/records/validate/schemas.js +42 -0
- package/dist/records/validate/stringify.js +6 -6
- package/dist/records/validate/validate-equals.js +287 -162
- package/dist/records/validate/validate.js +184 -128
- package/package.json +1 -1
|
@@ -16700,7 +16700,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16700
16700
|
}; })()(input);
|
|
16701
16701
|
}
|
|
16702
16702
|
case ":settings": {
|
|
16703
|
-
return (() => { const _iv23 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv28 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _vv57 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _vv62 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io26(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io29(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io30(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io31(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io44(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) &&
|
|
16703
|
+
return (() => { const _iv23 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv28 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _vv57 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _vv62 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io26(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io29(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io30(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io31(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io44(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io60(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io64(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io65(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io74(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io75(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io76(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && _io79(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io80(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io81(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io84(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io87(input.utilsAssetEditorPanel)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io88(input.display)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io89(input.bookmarks)) && (undefined === input.shotbox || "object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) && _io90(input.shotbox)); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => (undefined === input.editor || "string" === typeof input.editor) && (undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs)); const _io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
16704
16704
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
16705
16705
|
return true;
|
|
16706
16706
|
const value = input[key];
|
|
@@ -16772,12 +16772,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
16772
16772
|
if (undefined === value)
|
|
16773
16773
|
return true;
|
|
16774
16774
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
16775
|
-
}); const _io44 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io45(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io46(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io51(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io56(input.openCommand))); const _io45 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io46 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io47 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv23.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io48 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io49 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io50 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io51 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io52 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io53(input.subtitleDisclaimer); const _io53 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io54(input.defaultValue)); const _io54 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io55(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io55 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io56 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io57 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io58(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io60(input.voiceOver)); const _io58 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io59(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io59 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io60 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io61 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io62 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io63(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io64(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io68(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io70(input.item)); const _io63 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io64 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io65(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io67(input.note)); const _io65 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io66(input.excerpt); const _io66 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io67 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io68 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io69(input.search)) && (undefined === input.sortMode || true === _iv28.has(input.sortMode)); const _io69 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io70 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io71 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io72 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io73 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io74(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io75(input.rive)); const _io74 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io75 = input => undefined === input.template || "string" === typeof input.template; const _io76 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io77 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io78 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io79(input.events); const _io79 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io80(input.publishSucceeded)); const _io80 = input => Object.keys(input).every(key => {
|
|
16775
|
+
}); const _io44 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io45(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io46(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io51(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io56(input.openCommand))) && (undefined === input.recorder || "object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) && _io57(input.recorder)); const _io45 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io46 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io47 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv23.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io48 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io49 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io50 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io51 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io52 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io53(input.subtitleDisclaimer); const _io53 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io54(input.defaultValue)); const _io54 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io55(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io55 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io56 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io57 = input => (undefined === input.microphone || "object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) && _io58(input.microphone)) && (undefined === input.webcam || "object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) && _io59(input.webcam)) && (undefined === input.countdown || "number" === typeof input.countdown); const _io58 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput); const _io59 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.frameRate || "number" === typeof input.frameRate) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio); const _io60 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io61(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io63(input.voiceOver)); const _io61 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io62(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io62 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io63 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io64 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io65 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io66(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io67(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io71(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io73(input.item)); const _io66 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io67 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io68(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io70(input.note)); const _io68 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io69(input.excerpt); const _io69 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io70 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io71 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io72(input.search)) && (undefined === input.sortMode || true === _iv28.has(input.sortMode)); const _io72 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io73 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io74 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io75 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io76 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io77(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io78(input.rive)); const _io77 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io78 = input => undefined === input.template || "string" === typeof input.template; const _io79 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io80 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io81 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io82(input.events); const _io82 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io83(input.publishSucceeded)); const _io83 = input => Object.keys(input).every(key => {
|
|
16776
16776
|
const value = input[key];
|
|
16777
16777
|
if (undefined === value)
|
|
16778
16778
|
return true;
|
|
16779
16779
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
16780
|
-
}); const
|
|
16780
|
+
}); const _io84 = input => (undefined === input.create || "object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) && _io85(input.create)) && (undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io86(input.duplicate)); const _io85 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io86 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io87 = input => (undefined === input.stateFilter || Array.isArray(input.stateFilter) && input.stateFilter.every(elem => "number" === typeof elem)) && (undefined === input.textFilter || "string" === typeof input.textFilter) && (undefined === input.showEmpty || "boolean" === typeof input.showEmpty) && (undefined === input.selectedRecord || "string" === typeof input.selectedRecord) && (undefined === input.subscribeSearchHits || "boolean" === typeof input.subscribeSearchHits) && (undefined === input.parseRegex || "boolean" === typeof input.parseRegex); const _io88 = input => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea; const _io89 = input => undefined === input.refreshInterval || "number" === typeof input.refreshInterval; const _io90 = input => undefined === input.layout || "string" === typeof input.layout; const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || _report(_exceptionable, {
|
|
16781
16781
|
path: _path + ".autoLogoutTime",
|
|
16782
16782
|
expected: "(number | undefined)",
|
|
16783
16783
|
value: input.autoLogoutTime
|
|
@@ -16951,11 +16951,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
16951
16951
|
value: input.media
|
|
16952
16952
|
}), undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || _report(_exceptionable, {
|
|
16953
16953
|
path: _path + ".edit",
|
|
16954
|
-
expected: "(__type.
|
|
16954
|
+
expected: "(__type.o53 | undefined)",
|
|
16955
16955
|
value: input.edit
|
|
16956
|
-
})) &&
|
|
16956
|
+
})) && _vo60(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
|
|
16957
16957
|
path: _path + ".edit",
|
|
16958
|
-
expected: "(__type.
|
|
16958
|
+
expected: "(__type.o53 | undefined)",
|
|
16959
16959
|
value: input.edit
|
|
16960
16960
|
}), undefined === input.commands || (Array.isArray(input.commands) || _report(_exceptionable, {
|
|
16961
16961
|
path: _path + ".commands",
|
|
@@ -16963,11 +16963,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
16963
16963
|
value: input.commands
|
|
16964
16964
|
})) && input.commands.map((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
16965
16965
|
path: _path + ".commands[" + _index37 + "]",
|
|
16966
|
-
expected: "__type.
|
|
16966
|
+
expected: "__type.o57",
|
|
16967
16967
|
value: elem
|
|
16968
|
-
})) &&
|
|
16968
|
+
})) && _vo64(elem, _path + ".commands[" + _index37 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
16969
16969
|
path: _path + ".commands[" + _index37 + "]",
|
|
16970
|
-
expected: "__type.
|
|
16970
|
+
expected: "__type.o57",
|
|
16971
16971
|
value: elem
|
|
16972
16972
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
16973
16973
|
path: _path + ".commands",
|
|
@@ -16987,19 +16987,19 @@ function _validateDomainRecord(domain, input) {
|
|
|
16987
16987
|
value: input.predefinedTags
|
|
16988
16988
|
}), undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || _report(_exceptionable, {
|
|
16989
16989
|
path: _path + ".storyboard",
|
|
16990
|
-
expected: "(__type.
|
|
16990
|
+
expected: "(__type.o58 | undefined)",
|
|
16991
16991
|
value: input.storyboard
|
|
16992
|
-
})) &&
|
|
16992
|
+
})) && _vo65(input.storyboard, _path + ".storyboard", true && _exceptionable) || _report(_exceptionable, {
|
|
16993
16993
|
path: _path + ".storyboard",
|
|
16994
|
-
expected: "(__type.
|
|
16994
|
+
expected: "(__type.o58 | undefined)",
|
|
16995
16995
|
value: input.storyboard
|
|
16996
16996
|
}), undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || _report(_exceptionable, {
|
|
16997
16997
|
path: _path + ".print",
|
|
16998
|
-
expected: "(__type.
|
|
16998
|
+
expected: "(__type.o67 | undefined)",
|
|
16999
16999
|
value: input.print
|
|
17000
|
-
})) &&
|
|
17000
|
+
})) && _vo74(input.print, _path + ".print", true && _exceptionable) || _report(_exceptionable, {
|
|
17001
17001
|
path: _path + ".print",
|
|
17002
|
-
expected: "(__type.
|
|
17002
|
+
expected: "(__type.o67 | undefined)",
|
|
17003
17003
|
value: input.print
|
|
17004
17004
|
}), undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || _report(_exceptionable, {
|
|
17005
17005
|
path: _path + ".hiddenPreviews",
|
|
@@ -17007,11 +17007,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
17007
17007
|
value: input.hiddenPreviews
|
|
17008
17008
|
})) && input.hiddenPreviews.map((elem, _index39) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
17009
17009
|
path: _path + ".hiddenPreviews[" + _index39 + "]",
|
|
17010
|
-
expected: "__type.
|
|
17010
|
+
expected: "__type.o68",
|
|
17011
17011
|
value: elem
|
|
17012
|
-
})) &&
|
|
17012
|
+
})) && _vo75(elem, _path + ".hiddenPreviews[" + _index39 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
17013
17013
|
path: _path + ".hiddenPreviews[" + _index39 + "]",
|
|
17014
|
-
expected: "__type.
|
|
17014
|
+
expected: "__type.o68",
|
|
17015
17015
|
value: elem
|
|
17016
17016
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
17017
17017
|
path: _path + ".hiddenPreviews",
|
|
@@ -17019,11 +17019,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
17019
17019
|
value: input.hiddenPreviews
|
|
17020
17020
|
}), undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || _report(_exceptionable, {
|
|
17021
17021
|
path: _path + ".plugins",
|
|
17022
|
-
expected: "(__type.
|
|
17022
|
+
expected: "(__type.o69 | undefined)",
|
|
17023
17023
|
value: input.plugins
|
|
17024
|
-
})) &&
|
|
17024
|
+
})) && _vo76(input.plugins, _path + ".plugins", true && _exceptionable) || _report(_exceptionable, {
|
|
17025
17025
|
path: _path + ".plugins",
|
|
17026
|
-
expected: "(__type.
|
|
17026
|
+
expected: "(__type.o69 | undefined)",
|
|
17027
17027
|
value: input.plugins
|
|
17028
17028
|
}), undefined === input.crashScreen || "boolean" === typeof input.crashScreen || _report(_exceptionable, {
|
|
17029
17029
|
path: _path + ".crashScreen",
|
|
@@ -17035,27 +17035,27 @@ function _validateDomainRecord(domain, input) {
|
|
|
17035
17035
|
value: input.debug
|
|
17036
17036
|
}), undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || _report(_exceptionable, {
|
|
17037
17037
|
path: _path + ".featurePreview",
|
|
17038
|
-
expected: "(__type.
|
|
17038
|
+
expected: "(__type.o72 | undefined)",
|
|
17039
17039
|
value: input.featurePreview
|
|
17040
|
-
})) &&
|
|
17040
|
+
})) && _vo79(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || _report(_exceptionable, {
|
|
17041
17041
|
path: _path + ".featurePreview",
|
|
17042
|
-
expected: "(__type.
|
|
17042
|
+
expected: "(__type.o72 | undefined)",
|
|
17043
17043
|
value: input.featurePreview
|
|
17044
17044
|
}), undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || _report(_exceptionable, {
|
|
17045
17045
|
path: _path + ".flags",
|
|
17046
|
-
expected: "(__type.
|
|
17046
|
+
expected: "(__type.o73 | undefined)",
|
|
17047
17047
|
value: input.flags
|
|
17048
|
-
})) &&
|
|
17048
|
+
})) && _vo80(input.flags, _path + ".flags", true && _exceptionable) || _report(_exceptionable, {
|
|
17049
17049
|
path: _path + ".flags",
|
|
17050
|
-
expected: "(__type.
|
|
17050
|
+
expected: "(__type.o73 | undefined)",
|
|
17051
17051
|
value: input.flags
|
|
17052
17052
|
}), undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || _report(_exceptionable, {
|
|
17053
17053
|
path: _path + ".notifications",
|
|
17054
|
-
expected: "(__type.
|
|
17054
|
+
expected: "(__type.o74 | undefined)",
|
|
17055
17055
|
value: input.notifications
|
|
17056
|
-
})) &&
|
|
17056
|
+
})) && _vo81(input.notifications, _path + ".notifications", true && _exceptionable) || _report(_exceptionable, {
|
|
17057
17057
|
path: _path + ".notifications",
|
|
17058
|
-
expected: "(__type.
|
|
17058
|
+
expected: "(__type.o74 | undefined)",
|
|
17059
17059
|
value: input.notifications
|
|
17060
17060
|
}), undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || _report(_exceptionable, {
|
|
17061
17061
|
path: _path + ".suppressDeleteAlert",
|
|
@@ -17063,43 +17063,43 @@ function _validateDomainRecord(domain, input) {
|
|
|
17063
17063
|
value: input.suppressDeleteAlert
|
|
17064
17064
|
}), undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || _report(_exceptionable, {
|
|
17065
17065
|
path: _path + ".clone",
|
|
17066
|
-
expected: "(__type.
|
|
17066
|
+
expected: "(__type.o77 | undefined)",
|
|
17067
17067
|
value: input.clone
|
|
17068
|
-
})) &&
|
|
17068
|
+
})) && _vo84(input.clone, _path + ".clone", true && _exceptionable) || _report(_exceptionable, {
|
|
17069
17069
|
path: _path + ".clone",
|
|
17070
|
-
expected: "(__type.
|
|
17070
|
+
expected: "(__type.o77 | undefined)",
|
|
17071
17071
|
value: input.clone
|
|
17072
17072
|
}), undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || _report(_exceptionable, {
|
|
17073
17073
|
path: _path + ".utilsAssetEditorPanel",
|
|
17074
|
-
expected: "(__type.
|
|
17074
|
+
expected: "(__type.o80 | undefined)",
|
|
17075
17075
|
value: input.utilsAssetEditorPanel
|
|
17076
|
-
})) &&
|
|
17076
|
+
})) && _vo87(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || _report(_exceptionable, {
|
|
17077
17077
|
path: _path + ".utilsAssetEditorPanel",
|
|
17078
|
-
expected: "(__type.
|
|
17078
|
+
expected: "(__type.o80 | undefined)",
|
|
17079
17079
|
value: input.utilsAssetEditorPanel
|
|
17080
17080
|
}), undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || _report(_exceptionable, {
|
|
17081
17081
|
path: _path + ".display",
|
|
17082
|
-
expected: "(__type.
|
|
17082
|
+
expected: "(__type.o81 | undefined)",
|
|
17083
17083
|
value: input.display
|
|
17084
|
-
})) &&
|
|
17084
|
+
})) && _vo88(input.display, _path + ".display", true && _exceptionable) || _report(_exceptionable, {
|
|
17085
17085
|
path: _path + ".display",
|
|
17086
|
-
expected: "(__type.
|
|
17086
|
+
expected: "(__type.o81 | undefined)",
|
|
17087
17087
|
value: input.display
|
|
17088
17088
|
}), undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || _report(_exceptionable, {
|
|
17089
17089
|
path: _path + ".bookmarks",
|
|
17090
|
-
expected: "(__type.
|
|
17090
|
+
expected: "(__type.o82 | undefined)",
|
|
17091
17091
|
value: input.bookmarks
|
|
17092
|
-
})) &&
|
|
17092
|
+
})) && _vo89(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || _report(_exceptionable, {
|
|
17093
17093
|
path: _path + ".bookmarks",
|
|
17094
|
-
expected: "(__type.
|
|
17094
|
+
expected: "(__type.o82 | undefined)",
|
|
17095
17095
|
value: input.bookmarks
|
|
17096
17096
|
}), undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || _report(_exceptionable, {
|
|
17097
17097
|
path: _path + ".shotbox",
|
|
17098
|
-
expected: "(__type.
|
|
17098
|
+
expected: "(__type.o83 | undefined)",
|
|
17099
17099
|
value: input.shotbox
|
|
17100
|
-
})) &&
|
|
17100
|
+
})) && _vo90(input.shotbox, _path + ".shotbox", true && _exceptionable) || _report(_exceptionable, {
|
|
17101
17101
|
path: _path + ".shotbox",
|
|
17102
|
-
expected: "(__type.
|
|
17102
|
+
expected: "(__type.o83 | undefined)",
|
|
17103
17103
|
value: input.shotbox
|
|
17104
17104
|
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => [undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || _report(_exceptionable, {
|
|
17105
17105
|
path: _path + ".overrideUserContact",
|
|
@@ -17945,7 +17945,15 @@ function _validateDomainRecord(domain, input) {
|
|
|
17945
17945
|
path: _path + ".openCommand",
|
|
17946
17946
|
expected: "(__type.o49 | string | undefined)",
|
|
17947
17947
|
value: input.openCommand
|
|
17948
|
-
}))
|
|
17948
|
+
})), undefined === input.recorder || ("object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) || _report(_exceptionable, {
|
|
17949
|
+
path: _path + ".recorder",
|
|
17950
|
+
expected: "(__type.o50 | undefined)",
|
|
17951
|
+
value: input.recorder
|
|
17952
|
+
})) && _vo57(input.recorder, _path + ".recorder", true && _exceptionable) || _report(_exceptionable, {
|
|
17953
|
+
path: _path + ".recorder",
|
|
17954
|
+
expected: "(__type.o50 | undefined)",
|
|
17955
|
+
value: input.recorder
|
|
17956
|
+
})].every(flag => flag); const _vo45 = (input, _path, _exceptionable = true) => [undefined === input.mask || "boolean" === typeof input.mask || _report(_exceptionable, {
|
|
17949
17957
|
path: _path + ".mask",
|
|
17950
17958
|
expected: "(boolean | undefined)",
|
|
17951
17959
|
value: input.mask
|
|
@@ -18145,37 +18153,81 @@ function _validateDomainRecord(domain, input) {
|
|
|
18145
18153
|
path: _path + ".args",
|
|
18146
18154
|
expected: "(Array<string> | undefined)",
|
|
18147
18155
|
value: input.args
|
|
18148
|
-
})].every(flag => flag); const _vo57 = (input, _path, _exceptionable = true) => [undefined === input.
|
|
18156
|
+
})].every(flag => flag); const _vo57 = (input, _path, _exceptionable = true) => [undefined === input.microphone || ("object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) || _report(_exceptionable, {
|
|
18157
|
+
path: _path + ".microphone",
|
|
18158
|
+
expected: "(__type.o51 | undefined)",
|
|
18159
|
+
value: input.microphone
|
|
18160
|
+
})) && _vo58(input.microphone, _path + ".microphone", true && _exceptionable) || _report(_exceptionable, {
|
|
18161
|
+
path: _path + ".microphone",
|
|
18162
|
+
expected: "(__type.o51 | undefined)",
|
|
18163
|
+
value: input.microphone
|
|
18164
|
+
}), undefined === input.webcam || ("object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) || _report(_exceptionable, {
|
|
18165
|
+
path: _path + ".webcam",
|
|
18166
|
+
expected: "(__type.o52 | undefined)",
|
|
18167
|
+
value: input.webcam
|
|
18168
|
+
})) && _vo59(input.webcam, _path + ".webcam", true && _exceptionable) || _report(_exceptionable, {
|
|
18169
|
+
path: _path + ".webcam",
|
|
18170
|
+
expected: "(__type.o52 | undefined)",
|
|
18171
|
+
value: input.webcam
|
|
18172
|
+
}), undefined === input.countdown || "number" === typeof input.countdown || _report(_exceptionable, {
|
|
18173
|
+
path: _path + ".countdown",
|
|
18174
|
+
expected: "(number | undefined)",
|
|
18175
|
+
value: input.countdown
|
|
18176
|
+
})].every(flag => flag); const _vo58 = (input, _path, _exceptionable = true) => [undefined === input.deviceId || "string" === typeof input.deviceId || _report(_exceptionable, {
|
|
18177
|
+
path: _path + ".deviceId",
|
|
18178
|
+
expected: "(string | undefined)",
|
|
18179
|
+
value: input.deviceId
|
|
18180
|
+
}), undefined === input.inputGainDb || "number" === typeof input.inputGainDb || _report(_exceptionable, {
|
|
18181
|
+
path: _path + ".inputGainDb",
|
|
18182
|
+
expected: "(number | undefined)",
|
|
18183
|
+
value: input.inputGainDb
|
|
18184
|
+
}), undefined === input.monitorInput || "boolean" === typeof input.monitorInput || _report(_exceptionable, {
|
|
18185
|
+
path: _path + ".monitorInput",
|
|
18186
|
+
expected: "(boolean | undefined)",
|
|
18187
|
+
value: input.monitorInput
|
|
18188
|
+
})].every(flag => flag); const _vo59 = (input, _path, _exceptionable = true) => [undefined === input.deviceId || "string" === typeof input.deviceId || _report(_exceptionable, {
|
|
18189
|
+
path: _path + ".deviceId",
|
|
18190
|
+
expected: "(string | undefined)",
|
|
18191
|
+
value: input.deviceId
|
|
18192
|
+
}), undefined === input.frameRate || "number" === typeof input.frameRate || _report(_exceptionable, {
|
|
18193
|
+
path: _path + ".frameRate",
|
|
18194
|
+
expected: "(number | undefined)",
|
|
18195
|
+
value: input.frameRate
|
|
18196
|
+
}), undefined === input.aspectRatio || "number" === typeof input.aspectRatio || _report(_exceptionable, {
|
|
18197
|
+
path: _path + ".aspectRatio",
|
|
18198
|
+
expected: "(number | undefined)",
|
|
18199
|
+
value: input.aspectRatio
|
|
18200
|
+
})].every(flag => flag); const _vo60 = (input, _path, _exceptionable = true) => [undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || _report(_exceptionable, {
|
|
18149
18201
|
path: _path + ".thumbnailView",
|
|
18150
18202
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
18151
18203
|
value: input.thumbnailView
|
|
18152
18204
|
}), undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || _report(_exceptionable, {
|
|
18153
18205
|
path: _path + ".normalize",
|
|
18154
|
-
expected: "(__type.
|
|
18206
|
+
expected: "(__type.o54 | undefined)",
|
|
18155
18207
|
value: input.normalize
|
|
18156
|
-
})) &&
|
|
18208
|
+
})) && _vo61(input.normalize, _path + ".normalize", true && _exceptionable) || _report(_exceptionable, {
|
|
18157
18209
|
path: _path + ".normalize",
|
|
18158
|
-
expected: "(__type.
|
|
18210
|
+
expected: "(__type.o54 | undefined)",
|
|
18159
18211
|
value: input.normalize
|
|
18160
18212
|
}), undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || _report(_exceptionable, {
|
|
18161
18213
|
path: _path + ".voiceOver",
|
|
18162
|
-
expected: "(__type.
|
|
18214
|
+
expected: "(__type.o56 | undefined)",
|
|
18163
18215
|
value: input.voiceOver
|
|
18164
|
-
})) &&
|
|
18216
|
+
})) && _vo63(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || _report(_exceptionable, {
|
|
18165
18217
|
path: _path + ".voiceOver",
|
|
18166
|
-
expected: "(__type.
|
|
18218
|
+
expected: "(__type.o56 | undefined)",
|
|
18167
18219
|
value: input.voiceOver
|
|
18168
|
-
})].every(flag => flag); const
|
|
18220
|
+
})].every(flag => flag); const _vo61 = (input, _path, _exceptionable = true) => [undefined === input.presets || (Array.isArray(input.presets) || _report(_exceptionable, {
|
|
18169
18221
|
path: _path + ".presets",
|
|
18170
18222
|
expected: "(Array<__type>.o5 | undefined)",
|
|
18171
18223
|
value: input.presets
|
|
18172
18224
|
})) && input.presets.map((elem, _index60) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
18173
18225
|
path: _path + ".presets[" + _index60 + "]",
|
|
18174
|
-
expected: "__type.
|
|
18226
|
+
expected: "__type.o55",
|
|
18175
18227
|
value: elem
|
|
18176
|
-
})) &&
|
|
18228
|
+
})) && _vo62(elem, _path + ".presets[" + _index60 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
18177
18229
|
path: _path + ".presets[" + _index60 + "]",
|
|
18178
|
-
expected: "__type.
|
|
18230
|
+
expected: "__type.o55",
|
|
18179
18231
|
value: elem
|
|
18180
18232
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
18181
18233
|
path: _path + ".presets",
|
|
@@ -18185,7 +18237,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
18185
18237
|
path: _path + ".defaultPresetId",
|
|
18186
18238
|
expected: "(string | undefined)",
|
|
18187
18239
|
value: input.defaultPresetId
|
|
18188
|
-
})].every(flag => flag); const
|
|
18240
|
+
})].every(flag => flag); const _vo62 = (input, _path, _exceptionable = true) => ["string" === typeof input.id || _report(_exceptionable, {
|
|
18189
18241
|
path: _path + ".id",
|
|
18190
18242
|
expected: "string",
|
|
18191
18243
|
value: input.id
|
|
@@ -18201,7 +18253,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
18201
18253
|
path: _path + ".tp",
|
|
18202
18254
|
expected: "number",
|
|
18203
18255
|
value: input.tp
|
|
18204
|
-
})].every(flag => flag); const
|
|
18256
|
+
})].every(flag => flag); const _vo63 = (input, _path, _exceptionable = true) => [undefined === input.inputDevice || "string" === typeof input.inputDevice || _report(_exceptionable, {
|
|
18205
18257
|
path: _path + ".inputDevice",
|
|
18206
18258
|
expected: "(string | undefined)",
|
|
18207
18259
|
value: input.inputDevice
|
|
@@ -18209,6 +18261,10 @@ function _validateDomainRecord(domain, input) {
|
|
|
18209
18261
|
path: _path + ".inputGainDb",
|
|
18210
18262
|
expected: "(number | undefined)",
|
|
18211
18263
|
value: input.inputGainDb
|
|
18264
|
+
}), undefined === input.monitorInput || "boolean" === typeof input.monitorInput || _report(_exceptionable, {
|
|
18265
|
+
path: _path + ".monitorInput",
|
|
18266
|
+
expected: "(boolean | undefined)",
|
|
18267
|
+
value: input.monitorInput
|
|
18212
18268
|
}), undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb || _report(_exceptionable, {
|
|
18213
18269
|
path: _path + ".backgroundReductionDb",
|
|
18214
18270
|
expected: "(number | undefined)",
|
|
@@ -18221,7 +18277,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
18221
18277
|
path: _path + ".preRollDuration",
|
|
18222
18278
|
expected: "(number | undefined)",
|
|
18223
18279
|
value: input.preRollDuration
|
|
18224
|
-
})].every(flag => flag); const
|
|
18280
|
+
})].every(flag => flag); const _vo64 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
|
|
18225
18281
|
path: _path + ".title",
|
|
18226
18282
|
expected: "(string | undefined)",
|
|
18227
18283
|
value: input.title
|
|
@@ -18241,67 +18297,67 @@ function _validateDomainRecord(domain, input) {
|
|
|
18241
18297
|
path: _path + ".args",
|
|
18242
18298
|
expected: "(Array<string> | undefined)",
|
|
18243
18299
|
value: input.args
|
|
18244
|
-
})].every(flag => flag); const
|
|
18300
|
+
})].every(flag => flag); const _vo65 = (input, _path, _exceptionable = true) => [undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || _report(_exceptionable, {
|
|
18245
18301
|
path: _path + ".folded",
|
|
18246
|
-
expected: "(__type.
|
|
18302
|
+
expected: "(__type.o59 | undefined)",
|
|
18247
18303
|
value: input.folded
|
|
18248
|
-
})) &&
|
|
18304
|
+
})) && _vo66(input.folded, _path + ".folded", true && _exceptionable) || _report(_exceptionable, {
|
|
18249
18305
|
path: _path + ".folded",
|
|
18250
|
-
expected: "(__type.
|
|
18306
|
+
expected: "(__type.o59 | undefined)",
|
|
18251
18307
|
value: input.folded
|
|
18252
18308
|
}), undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || _report(_exceptionable, {
|
|
18253
18309
|
path: _path + ".assets",
|
|
18254
|
-
expected: "(__type.
|
|
18310
|
+
expected: "(__type.o60 | undefined)",
|
|
18255
18311
|
value: input.assets
|
|
18256
|
-
})) &&
|
|
18312
|
+
})) && _vo67(input.assets, _path + ".assets", true && _exceptionable) || _report(_exceptionable, {
|
|
18257
18313
|
path: _path + ".assets",
|
|
18258
|
-
expected: "(__type.
|
|
18314
|
+
expected: "(__type.o60 | undefined)",
|
|
18259
18315
|
value: input.assets
|
|
18260
18316
|
}), undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || _report(_exceptionable, {
|
|
18261
18317
|
path: _path + ".pipeline",
|
|
18262
|
-
expected: "(__type.
|
|
18318
|
+
expected: "(__type.o64 | undefined)",
|
|
18263
18319
|
value: input.pipeline
|
|
18264
|
-
})) &&
|
|
18320
|
+
})) && _vo71(input.pipeline, _path + ".pipeline", true && _exceptionable) || _report(_exceptionable, {
|
|
18265
18321
|
path: _path + ".pipeline",
|
|
18266
|
-
expected: "(__type.
|
|
18322
|
+
expected: "(__type.o64 | undefined)",
|
|
18267
18323
|
value: input.pipeline
|
|
18268
18324
|
}), undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || _report(_exceptionable, {
|
|
18269
18325
|
path: _path + ".item",
|
|
18270
|
-
expected: "(__type.
|
|
18326
|
+
expected: "(__type.o66 | undefined)",
|
|
18271
18327
|
value: input.item
|
|
18272
|
-
})) &&
|
|
18328
|
+
})) && _vo73(input.item, _path + ".item", true && _exceptionable) || _report(_exceptionable, {
|
|
18273
18329
|
path: _path + ".item",
|
|
18274
|
-
expected: "(__type.
|
|
18330
|
+
expected: "(__type.o66 | undefined)",
|
|
18275
18331
|
value: input.item
|
|
18276
|
-
})].every(flag => flag); const
|
|
18332
|
+
})].every(flag => flag); const _vo66 = (input, _path, _exceptionable = true) => [undefined === input.auto || "boolean" === typeof input.auto || _report(_exceptionable, {
|
|
18277
18333
|
path: _path + ".auto",
|
|
18278
18334
|
expected: "(boolean | undefined)",
|
|
18279
18335
|
value: input.auto
|
|
18280
|
-
})].every(flag => flag); const
|
|
18336
|
+
})].every(flag => flag); const _vo67 = (input, _path, _exceptionable = true) => [undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || _report(_exceptionable, {
|
|
18281
18337
|
path: _path + ".story",
|
|
18282
|
-
expected: "(__type.
|
|
18338
|
+
expected: "(__type.o61 | undefined)",
|
|
18283
18339
|
value: input.story
|
|
18284
|
-
})) &&
|
|
18340
|
+
})) && _vo68(input.story, _path + ".story", true && _exceptionable) || _report(_exceptionable, {
|
|
18285
18341
|
path: _path + ".story",
|
|
18286
|
-
expected: "(__type.
|
|
18342
|
+
expected: "(__type.o61 | undefined)",
|
|
18287
18343
|
value: input.story
|
|
18288
18344
|
}), undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || _report(_exceptionable, {
|
|
18289
18345
|
path: _path + ".note",
|
|
18290
|
-
expected: "(__type.
|
|
18346
|
+
expected: "(__type.o63 | undefined)",
|
|
18291
18347
|
value: input.note
|
|
18292
|
-
})) &&
|
|
18348
|
+
})) && _vo70(input.note, _path + ".note", true && _exceptionable) || _report(_exceptionable, {
|
|
18293
18349
|
path: _path + ".note",
|
|
18294
|
-
expected: "(__type.
|
|
18350
|
+
expected: "(__type.o63 | undefined)",
|
|
18295
18351
|
value: input.note
|
|
18296
|
-
})].every(flag => flag); const
|
|
18352
|
+
})].every(flag => flag); const _vo68 = (input, _path, _exceptionable = true) => [undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || _report(_exceptionable, {
|
|
18297
18353
|
path: _path + ".excerpt",
|
|
18298
|
-
expected: "(__type.
|
|
18354
|
+
expected: "(__type.o62 | undefined)",
|
|
18299
18355
|
value: input.excerpt
|
|
18300
|
-
})) &&
|
|
18356
|
+
})) && _vo69(input.excerpt, _path + ".excerpt", true && _exceptionable) || _report(_exceptionable, {
|
|
18301
18357
|
path: _path + ".excerpt",
|
|
18302
|
-
expected: "(__type.
|
|
18358
|
+
expected: "(__type.o62 | undefined)",
|
|
18303
18359
|
value: input.excerpt
|
|
18304
|
-
})].every(flag => flag); const
|
|
18360
|
+
})].every(flag => flag); const _vo69 = (input, _path, _exceptionable = true) => [undefined === input.maxLines || "number" === typeof input.maxLines || _report(_exceptionable, {
|
|
18305
18361
|
path: _path + ".maxLines",
|
|
18306
18362
|
expected: "(number | undefined)",
|
|
18307
18363
|
value: input.maxLines
|
|
@@ -18313,27 +18369,27 @@ function _validateDomainRecord(domain, input) {
|
|
|
18313
18369
|
path: _path + ".comments",
|
|
18314
18370
|
expected: "(boolean | undefined)",
|
|
18315
18371
|
value: input.comments
|
|
18316
|
-
})].every(flag => flag); const
|
|
18372
|
+
})].every(flag => flag); const _vo70 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
|
|
18317
18373
|
path: _path + ".maxHeight",
|
|
18318
18374
|
expected: "(number | undefined)",
|
|
18319
18375
|
value: input.maxHeight
|
|
18320
|
-
})].every(flag => flag); const
|
|
18376
|
+
})].every(flag => flag); const _vo71 = (input, _path, _exceptionable = true) => [undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || _report(_exceptionable, {
|
|
18321
18377
|
path: _path + ".search",
|
|
18322
|
-
expected: "(__type.
|
|
18378
|
+
expected: "(__type.o65 | undefined)",
|
|
18323
18379
|
value: input.search
|
|
18324
|
-
})) &&
|
|
18380
|
+
})) && _vo72(input.search, _path + ".search", true && _exceptionable) || _report(_exceptionable, {
|
|
18325
18381
|
path: _path + ".search",
|
|
18326
|
-
expected: "(__type.
|
|
18382
|
+
expected: "(__type.o65 | undefined)",
|
|
18327
18383
|
value: input.search
|
|
18328
18384
|
}), undefined === input.sortMode || true === _vv62.has(input.sortMode) || _report(_exceptionable, {
|
|
18329
18385
|
path: _path + ".sortMode",
|
|
18330
18386
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
18331
18387
|
value: input.sortMode
|
|
18332
|
-
})].every(flag => flag); const
|
|
18388
|
+
})].every(flag => flag); const _vo72 = (input, _path, _exceptionable = true) => [undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || _report(_exceptionable, {
|
|
18333
18389
|
path: _path + ".maxItemsDisplayed",
|
|
18334
18390
|
expected: "(number | undefined)",
|
|
18335
18391
|
value: input.maxItemsDisplayed
|
|
18336
|
-
})].every(flag => flag); const
|
|
18392
|
+
})].every(flag => flag); const _vo73 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
|
|
18337
18393
|
path: _path + ".maxHeight",
|
|
18338
18394
|
expected: "(number | undefined)",
|
|
18339
18395
|
value: input.maxHeight
|
|
@@ -18341,7 +18397,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
18341
18397
|
path: _path + ".titleLines",
|
|
18342
18398
|
expected: "(number | undefined)",
|
|
18343
18399
|
value: input.titleLines
|
|
18344
|
-
})].every(flag => flag); const
|
|
18400
|
+
})].every(flag => flag); const _vo74 = (input, _path, _exceptionable = true) => [undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || _report(_exceptionable, {
|
|
18345
18401
|
path: _path + ".fontFamilies",
|
|
18346
18402
|
expected: "(Array<string> | undefined)",
|
|
18347
18403
|
value: input.fontFamilies
|
|
@@ -18353,7 +18409,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
18353
18409
|
path: _path + ".fontFamilies",
|
|
18354
18410
|
expected: "(Array<string> | undefined)",
|
|
18355
18411
|
value: input.fontFamilies
|
|
18356
|
-
})].every(flag => flag); const
|
|
18412
|
+
})].every(flag => flag); const _vo75 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
|
|
18357
18413
|
path: _path + ".id",
|
|
18358
18414
|
expected: "(string | undefined)",
|
|
18359
18415
|
value: input.id
|
|
@@ -18361,31 +18417,31 @@ function _validateDomainRecord(domain, input) {
|
|
|
18361
18417
|
path: _path + ".folded",
|
|
18362
18418
|
expected: "(boolean | undefined)",
|
|
18363
18419
|
value: input.folded
|
|
18364
|
-
})].every(flag => flag); const
|
|
18420
|
+
})].every(flag => flag); const _vo76 = (input, _path, _exceptionable = true) => [undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || _report(_exceptionable, {
|
|
18365
18421
|
path: _path + ".adobe",
|
|
18366
|
-
expected: "(__type.
|
|
18422
|
+
expected: "(__type.o70 | undefined)",
|
|
18367
18423
|
value: input.adobe
|
|
18368
|
-
})) &&
|
|
18424
|
+
})) && _vo77(input.adobe, _path + ".adobe", true && _exceptionable) || _report(_exceptionable, {
|
|
18369
18425
|
path: _path + ".adobe",
|
|
18370
|
-
expected: "(__type.
|
|
18426
|
+
expected: "(__type.o70 | undefined)",
|
|
18371
18427
|
value: input.adobe
|
|
18372
18428
|
}), undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || _report(_exceptionable, {
|
|
18373
18429
|
path: _path + ".rive",
|
|
18374
|
-
expected: "(__type.
|
|
18430
|
+
expected: "(__type.o71 | undefined)",
|
|
18375
18431
|
value: input.rive
|
|
18376
|
-
})) &&
|
|
18432
|
+
})) && _vo78(input.rive, _path + ".rive", true && _exceptionable) || _report(_exceptionable, {
|
|
18377
18433
|
path: _path + ".rive",
|
|
18378
|
-
expected: "(__type.
|
|
18434
|
+
expected: "(__type.o71 | undefined)",
|
|
18379
18435
|
value: input.rive
|
|
18380
|
-
})].every(flag => flag); const
|
|
18436
|
+
})].every(flag => flag); const _vo77 = (input, _path, _exceptionable = true) => [undefined === input.useProxies || "boolean" === typeof input.useProxies || _report(_exceptionable, {
|
|
18381
18437
|
path: _path + ".useProxies",
|
|
18382
18438
|
expected: "(boolean | undefined)",
|
|
18383
18439
|
value: input.useProxies
|
|
18384
|
-
})].every(flag => flag); const
|
|
18440
|
+
})].every(flag => flag); const _vo78 = (input, _path, _exceptionable = true) => [undefined === input.template || "string" === typeof input.template || _report(_exceptionable, {
|
|
18385
18441
|
path: _path + ".template",
|
|
18386
18442
|
expected: "(string | undefined)",
|
|
18387
18443
|
value: input.template
|
|
18388
|
-
})].every(flag => flag); const
|
|
18444
|
+
})].every(flag => flag); const _vo79 = (input, _path, _exceptionable = true) => [undefined === input.collections || "boolean" === typeof input.collections || _report(_exceptionable, {
|
|
18389
18445
|
path: _path + ".collections",
|
|
18390
18446
|
expected: "(boolean | undefined)",
|
|
18391
18447
|
value: input.collections
|
|
@@ -18397,7 +18453,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
18397
18453
|
path: _path + ".ameRemoteRendering",
|
|
18398
18454
|
expected: "(boolean | undefined)",
|
|
18399
18455
|
value: input.ameRemoteRendering
|
|
18400
|
-
})].every(flag => flag); const
|
|
18456
|
+
})].every(flag => flag); const _vo80 = (input, _path, _exceptionable = true) => [undefined === input.utils || "boolean" === typeof input.utils || _report(_exceptionable, {
|
|
18401
18457
|
path: _path + ".utils",
|
|
18402
18458
|
expected: "(boolean | undefined)",
|
|
18403
18459
|
value: input.utils
|
|
@@ -18473,15 +18529,15 @@ function _validateDomainRecord(domain, input) {
|
|
|
18473
18529
|
path: _path + ".systemHealth",
|
|
18474
18530
|
expected: "(boolean | undefined)",
|
|
18475
18531
|
value: input.systemHealth
|
|
18476
|
-
})].every(flag => flag); const
|
|
18532
|
+
})].every(flag => flag); const _vo81 = (input, _path, _exceptionable = true) => [undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || _report(_exceptionable, {
|
|
18477
18533
|
path: _path + ".events",
|
|
18478
|
-
expected: "(__type.
|
|
18534
|
+
expected: "(__type.o75 | undefined)",
|
|
18479
18535
|
value: input.events
|
|
18480
|
-
})) &&
|
|
18536
|
+
})) && _vo82(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
|
|
18481
18537
|
path: _path + ".events",
|
|
18482
|
-
expected: "(__type.
|
|
18538
|
+
expected: "(__type.o75 | undefined)",
|
|
18483
18539
|
value: input.events
|
|
18484
|
-
})].every(flag => flag); const
|
|
18540
|
+
})].every(flag => flag); const _vo82 = (input, _path, _exceptionable = true) => [undefined === input.comment || (Array.isArray(input.comment) || _report(_exceptionable, {
|
|
18485
18541
|
path: _path + ".comment",
|
|
18486
18542
|
expected: "(Array<NotificationReason> | undefined)",
|
|
18487
18543
|
value: input.comment
|
|
@@ -18519,13 +18575,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
18519
18575
|
value: input.unassigned
|
|
18520
18576
|
}), undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || _report(_exceptionable, {
|
|
18521
18577
|
path: _path + ".publishSucceeded",
|
|
18522
|
-
expected: "(__type.
|
|
18578
|
+
expected: "(__type.o76 | undefined)",
|
|
18523
18579
|
value: input.publishSucceeded
|
|
18524
|
-
})) &&
|
|
18580
|
+
})) && _vo83(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || _report(_exceptionable, {
|
|
18525
18581
|
path: _path + ".publishSucceeded",
|
|
18526
|
-
expected: "(__type.
|
|
18582
|
+
expected: "(__type.o76 | undefined)",
|
|
18527
18583
|
value: input.publishSucceeded
|
|
18528
|
-
})].every(flag => flag); const
|
|
18584
|
+
})].every(flag => flag); const _vo83 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
18529
18585
|
const value = input[key];
|
|
18530
18586
|
if (undefined === value)
|
|
18531
18587
|
return true;
|
|
@@ -18542,23 +18598,23 @@ function _validateDomainRecord(domain, input) {
|
|
|
18542
18598
|
expected: "Array<NotificationReason>",
|
|
18543
18599
|
value: value
|
|
18544
18600
|
});
|
|
18545
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
18601
|
+
}).every(flag => flag)].every(flag => flag); const _vo84 = (input, _path, _exceptionable = true) => [undefined === input.create || ("object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) || _report(_exceptionable, {
|
|
18546
18602
|
path: _path + ".create",
|
|
18547
|
-
expected: "(__type.
|
|
18603
|
+
expected: "(__type.o78 | undefined)",
|
|
18548
18604
|
value: input.create
|
|
18549
|
-
})) &&
|
|
18605
|
+
})) && _vo85(input.create, _path + ".create", true && _exceptionable) || _report(_exceptionable, {
|
|
18550
18606
|
path: _path + ".create",
|
|
18551
|
-
expected: "(__type.
|
|
18607
|
+
expected: "(__type.o78 | undefined)",
|
|
18552
18608
|
value: input.create
|
|
18553
18609
|
}), undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || _report(_exceptionable, {
|
|
18554
18610
|
path: _path + ".duplicate",
|
|
18555
|
-
expected: "(__type.
|
|
18611
|
+
expected: "(__type.o79 | undefined)",
|
|
18556
18612
|
value: input.duplicate
|
|
18557
|
-
})) &&
|
|
18613
|
+
})) && _vo86(input.duplicate, _path + ".duplicate", true && _exceptionable) || _report(_exceptionable, {
|
|
18558
18614
|
path: _path + ".duplicate",
|
|
18559
|
-
expected: "(__type.
|
|
18615
|
+
expected: "(__type.o79 | undefined)",
|
|
18560
18616
|
value: input.duplicate
|
|
18561
|
-
})].every(flag => flag); const
|
|
18617
|
+
})].every(flag => flag); const _vo85 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
|
|
18562
18618
|
path: _path + ".titlePrefix",
|
|
18563
18619
|
expected: "(string | undefined)",
|
|
18564
18620
|
value: input.titlePrefix
|
|
@@ -18566,7 +18622,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
18566
18622
|
path: _path + ".titleSuffix",
|
|
18567
18623
|
expected: "(string | undefined)",
|
|
18568
18624
|
value: input.titleSuffix
|
|
18569
|
-
})].every(flag => flag); const
|
|
18625
|
+
})].every(flag => flag); const _vo86 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
|
|
18570
18626
|
path: _path + ".titlePrefix",
|
|
18571
18627
|
expected: "(string | undefined)",
|
|
18572
18628
|
value: input.titlePrefix
|
|
@@ -18574,7 +18630,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
18574
18630
|
path: _path + ".titleSuffix",
|
|
18575
18631
|
expected: "(string | undefined)",
|
|
18576
18632
|
value: input.titleSuffix
|
|
18577
|
-
})].every(flag => flag); const
|
|
18633
|
+
})].every(flag => flag); const _vo87 = (input, _path, _exceptionable = true) => [undefined === input.stateFilter || (Array.isArray(input.stateFilter) || _report(_exceptionable, {
|
|
18578
18634
|
path: _path + ".stateFilter",
|
|
18579
18635
|
expected: "(Array<number> | undefined)",
|
|
18580
18636
|
value: input.stateFilter
|
|
@@ -18606,15 +18662,15 @@ function _validateDomainRecord(domain, input) {
|
|
|
18606
18662
|
path: _path + ".parseRegex",
|
|
18607
18663
|
expected: "(boolean | undefined)",
|
|
18608
18664
|
value: input.parseRegex
|
|
18609
|
-
})].every(flag => flag); const
|
|
18665
|
+
})].every(flag => flag); const _vo88 = (input, _path, _exceptionable = true) => [undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || _report(_exceptionable, {
|
|
18610
18666
|
path: _path + ".disableHotArea",
|
|
18611
18667
|
expected: "(boolean | undefined)",
|
|
18612
18668
|
value: input.disableHotArea
|
|
18613
|
-
})].every(flag => flag); const
|
|
18669
|
+
})].every(flag => flag); const _vo89 = (input, _path, _exceptionable = true) => [undefined === input.refreshInterval || "number" === typeof input.refreshInterval || _report(_exceptionable, {
|
|
18614
18670
|
path: _path + ".refreshInterval",
|
|
18615
18671
|
expected: "(number | undefined)",
|
|
18616
18672
|
value: input.refreshInterval
|
|
18617
|
-
})].every(flag => flag); const
|
|
18673
|
+
})].every(flag => flag); const _vo90 = (input, _path, _exceptionable = true) => [undefined === input.layout || "string" === typeof input.layout || _report(_exceptionable, {
|
|
18618
18674
|
path: _path + ".layout",
|
|
18619
18675
|
expected: "(string | undefined)",
|
|
18620
18676
|
value: input.layout
|