@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
|
@@ -27390,7 +27390,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27390
27390
|
}; })()(input);
|
|
27391
27391
|
}
|
|
27392
27392
|
case ":settings": {
|
|
27393
|
-
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, _exceptionable = true) => (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, true && _exceptionable)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"], true && _exceptionable)) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload, true && _exceptionable)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download, true && _exceptionable)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser, true && _exceptionable)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags, true && _exceptionable)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every((elem, _index1) => Array.isArray(elem) && elem.every((elem, _index2) => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines, true && _exceptionable)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees, true && _exceptionable)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments, true && _exceptionable)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock, true && _exceptionable)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm, true && _exceptionable)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard, true && _exceptionable)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script, true && _exceptionable)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io26(input.events, true && _exceptionable)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io29(input.rundown, true && _exceptionable)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io30(input.gallery, true && _exceptionable)) && (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, true && _exceptionable)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io44(input.media, true && _exceptionable)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) &&
|
|
27393
|
+
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, _exceptionable = true) => (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, true && _exceptionable)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"], true && _exceptionable)) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload, true && _exceptionable)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download, true && _exceptionable)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser, true && _exceptionable)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags, true && _exceptionable)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every((elem, _index1) => Array.isArray(elem) && elem.every((elem, _index2) => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines, true && _exceptionable)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees, true && _exceptionable)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments, true && _exceptionable)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock, true && _exceptionable)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm, true && _exceptionable)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard, true && _exceptionable)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script, true && _exceptionable)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io26(input.events, true && _exceptionable)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io29(input.rundown, true && _exceptionable)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io30(input.gallery, true && _exceptionable)) && (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, true && _exceptionable)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io44(input.media, true && _exceptionable)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io60(input.edit, true && _exceptionable)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every((elem, _index3) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io64(elem, true && _exceptionable))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every((elem, _index4) => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io65(input.storyboard, true && _exceptionable)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io74(input.print, true && _exceptionable)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every((elem, _index5) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io75(elem, true && _exceptionable))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io76(input.plugins, true && _exceptionable)) && (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, true && _exceptionable)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io80(input.flags, true && _exceptionable)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io81(input.notifications, true && _exceptionable)) && (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, true && _exceptionable)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io87(input.utilsAssetEditorPanel, true && _exceptionable)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io88(input.display, true && _exceptionable)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io89(input.bookmarks, true && _exceptionable)) && (undefined === input.shotbox || "object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) && _io90(input.shotbox, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27394
27394
|
if (["autoLogoutTime", "permission", "module", "upload", "download", "browser", "toolbarTags", "exclusiveTagGroups", "deadlines", "assignees", "comments", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "edit", "commands", "predefinedTags", "storyboard", "print", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "suppressDeleteAlert", "clone", "utilsAssetEditorPanel", "display", "bookmarks", "shotbox"].some(prop => key === prop))
|
|
27395
27395
|
return true;
|
|
27396
27396
|
const value = input[key];
|
|
@@ -27672,8 +27672,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27672
27672
|
if (undefined === value)
|
|
27673
27673
|
return true;
|
|
27674
27674
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value, true && _exceptionable);
|
|
27675
|
-
}); const _io44 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (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, true && _exceptionable)) && (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, _index18) => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles, true && _exceptionable)) && (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, _index19) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem, true && _exceptionable))) && (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, true && _exceptionable)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe, true && _exceptionable)) && (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, true && _exceptionable))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27676
|
-
if (["defaultFrameRate", "placeholder", "guide", "stepManyFrames", "liveZoomDuration", "importTitleTemplate", "tile", "timecodeReference", "maxSubclipDuration", "rewindStep", "forwardStep", "interlacedPlayback", "playbackRates", "subtitles", "subtitleTemplateId", "initialVolume", "guides", "download", "editMode", "transcribe", "openCommand"].some(prop => key === prop))
|
|
27675
|
+
}); const _io44 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (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, true && _exceptionable)) && (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, _index18) => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles, true && _exceptionable)) && (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, _index19) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem, true && _exceptionable))) && (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, true && _exceptionable)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe, true && _exceptionable)) && (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, true && _exceptionable))) && (undefined === input.recorder || "object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) && _io57(input.recorder, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27676
|
+
if (["defaultFrameRate", "placeholder", "guide", "stepManyFrames", "liveZoomDuration", "importTitleTemplate", "tile", "timecodeReference", "maxSubclipDuration", "rewindStep", "forwardStep", "interlacedPlayback", "playbackRates", "subtitles", "subtitleTemplateId", "initialVolume", "guides", "download", "editMode", "transcribe", "openCommand", "recorder"].some(prop => key === prop))
|
|
27677
27677
|
return true;
|
|
27678
27678
|
const value = input[key];
|
|
27679
27679
|
if (undefined === value)
|
|
@@ -27763,215 +27763,236 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27763
27763
|
if (undefined === value)
|
|
27764
27764
|
return true;
|
|
27765
27765
|
return false;
|
|
27766
|
-
})); const _io57 = (input, _exceptionable = true) => (undefined === input.
|
|
27766
|
+
})); const _io57 = (input, _exceptionable = true) => (undefined === input.microphone || "object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) && _io58(input.microphone, true && _exceptionable)) && (undefined === input.webcam || "object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) && _io59(input.webcam, true && _exceptionable)) && (undefined === input.countdown || "number" === typeof input.countdown) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27767
|
+
if (["microphone", "webcam", "countdown"].some(prop => key === prop))
|
|
27768
|
+
return true;
|
|
27769
|
+
const value = input[key];
|
|
27770
|
+
if (undefined === value)
|
|
27771
|
+
return true;
|
|
27772
|
+
return false;
|
|
27773
|
+
})); const _io58 = (input, _exceptionable = true) => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27774
|
+
if (["deviceId", "inputGainDb", "monitorInput"].some(prop => key === prop))
|
|
27775
|
+
return true;
|
|
27776
|
+
const value = input[key];
|
|
27777
|
+
if (undefined === value)
|
|
27778
|
+
return true;
|
|
27779
|
+
return false;
|
|
27780
|
+
})); const _io59 = (input, _exceptionable = true) => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.frameRate || "number" === typeof input.frameRate) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27781
|
+
if (["deviceId", "frameRate", "aspectRatio"].some(prop => key === prop))
|
|
27782
|
+
return true;
|
|
27783
|
+
const value = input[key];
|
|
27784
|
+
if (undefined === value)
|
|
27785
|
+
return true;
|
|
27786
|
+
return false;
|
|
27787
|
+
})); const _io60 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io63(input.voiceOver, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27767
27788
|
if (["thumbnailView", "normalize", "voiceOver"].some(prop => key === prop))
|
|
27768
27789
|
return true;
|
|
27769
27790
|
const value = input[key];
|
|
27770
27791
|
if (undefined === value)
|
|
27771
27792
|
return true;
|
|
27772
27793
|
return false;
|
|
27773
|
-
})); const
|
|
27794
|
+
})); const _io61 = (input, _exceptionable = true) => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every((elem, _index26) => "object" === typeof elem && null !== elem && _io62(elem, true && _exceptionable))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27774
27795
|
if (["presets", "defaultPresetId"].some(prop => key === prop))
|
|
27775
27796
|
return true;
|
|
27776
27797
|
const value = input[key];
|
|
27777
27798
|
if (undefined === value)
|
|
27778
27799
|
return true;
|
|
27779
27800
|
return false;
|
|
27780
|
-
})); const
|
|
27801
|
+
})); const _io62 = (input, _exceptionable = true) => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp && (4 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27781
27802
|
if (["id", "title", "i", "tp"].some(prop => key === prop))
|
|
27782
27803
|
return true;
|
|
27783
27804
|
const value = input[key];
|
|
27784
27805
|
if (undefined === value)
|
|
27785
27806
|
return true;
|
|
27786
27807
|
return false;
|
|
27787
|
-
})); const
|
|
27788
|
-
if (["inputDevice", "inputGainDb", "backgroundReductionDb", "recordMode", "preRollDuration"].some(prop => key === prop))
|
|
27808
|
+
})); const _io63 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27809
|
+
if (["inputDevice", "inputGainDb", "monitorInput", "backgroundReductionDb", "recordMode", "preRollDuration"].some(prop => key === prop))
|
|
27789
27810
|
return true;
|
|
27790
27811
|
const value = input[key];
|
|
27791
27812
|
if (undefined === value)
|
|
27792
27813
|
return true;
|
|
27793
27814
|
return false;
|
|
27794
|
-
})); const
|
|
27815
|
+
})); const _io64 = (input, _exceptionable = true) => (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, _index27) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27795
27816
|
if (["title", "command", "args"].some(prop => key === prop))
|
|
27796
27817
|
return true;
|
|
27797
27818
|
const value = input[key];
|
|
27798
27819
|
if (undefined === value)
|
|
27799
27820
|
return true;
|
|
27800
27821
|
return false;
|
|
27801
|
-
})); const
|
|
27822
|
+
})); const _io65 = (input, _exceptionable = true) => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io66(input.folded, true && _exceptionable)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io67(input.assets, true && _exceptionable)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io71(input.pipeline, true && _exceptionable)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io73(input.item, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27802
27823
|
if (["folded", "assets", "pipeline", "item"].some(prop => key === prop))
|
|
27803
27824
|
return true;
|
|
27804
27825
|
const value = input[key];
|
|
27805
27826
|
if (undefined === value)
|
|
27806
27827
|
return true;
|
|
27807
27828
|
return false;
|
|
27808
|
-
})); const
|
|
27829
|
+
})); const _io66 = (input, _exceptionable = true) => (undefined === input.auto || "boolean" === typeof input.auto) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27809
27830
|
if (["auto"].some(prop => key === prop))
|
|
27810
27831
|
return true;
|
|
27811
27832
|
const value = input[key];
|
|
27812
27833
|
if (undefined === value)
|
|
27813
27834
|
return true;
|
|
27814
27835
|
return false;
|
|
27815
|
-
})); const
|
|
27836
|
+
})); const _io67 = (input, _exceptionable = true) => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io68(input.story, true && _exceptionable)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io70(input.note, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27816
27837
|
if (["story", "note"].some(prop => key === prop))
|
|
27817
27838
|
return true;
|
|
27818
27839
|
const value = input[key];
|
|
27819
27840
|
if (undefined === value)
|
|
27820
27841
|
return true;
|
|
27821
27842
|
return false;
|
|
27822
|
-
})); const
|
|
27843
|
+
})); const _io68 = (input, _exceptionable = true) => (undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io69(input.excerpt, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27823
27844
|
if (["excerpt"].some(prop => key === prop))
|
|
27824
27845
|
return true;
|
|
27825
27846
|
const value = input[key];
|
|
27826
27847
|
if (undefined === value)
|
|
27827
27848
|
return true;
|
|
27828
27849
|
return false;
|
|
27829
|
-
})); const
|
|
27850
|
+
})); const _io69 = (input, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27830
27851
|
if (["maxLines", "mode", "comments"].some(prop => key === prop))
|
|
27831
27852
|
return true;
|
|
27832
27853
|
const value = input[key];
|
|
27833
27854
|
if (undefined === value)
|
|
27834
27855
|
return true;
|
|
27835
27856
|
return false;
|
|
27836
|
-
})); const
|
|
27857
|
+
})); const _io70 = (input, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27837
27858
|
if (["maxHeight"].some(prop => key === prop))
|
|
27838
27859
|
return true;
|
|
27839
27860
|
const value = input[key];
|
|
27840
27861
|
if (undefined === value)
|
|
27841
27862
|
return true;
|
|
27842
27863
|
return false;
|
|
27843
|
-
})); const
|
|
27864
|
+
})); const _io71 = (input, _exceptionable = true) => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io72(input.search, true && _exceptionable)) && (undefined === input.sortMode || true === _iv28.has(input.sortMode)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27844
27865
|
if (["search", "sortMode"].some(prop => key === prop))
|
|
27845
27866
|
return true;
|
|
27846
27867
|
const value = input[key];
|
|
27847
27868
|
if (undefined === value)
|
|
27848
27869
|
return true;
|
|
27849
27870
|
return false;
|
|
27850
|
-
})); const
|
|
27871
|
+
})); const _io72 = (input, _exceptionable = true) => (undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27851
27872
|
if (["maxItemsDisplayed"].some(prop => key === prop))
|
|
27852
27873
|
return true;
|
|
27853
27874
|
const value = input[key];
|
|
27854
27875
|
if (undefined === value)
|
|
27855
27876
|
return true;
|
|
27856
27877
|
return false;
|
|
27857
|
-
})); const
|
|
27878
|
+
})); const _io73 = (input, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27858
27879
|
if (["maxHeight", "titleLines"].some(prop => key === prop))
|
|
27859
27880
|
return true;
|
|
27860
27881
|
const value = input[key];
|
|
27861
27882
|
if (undefined === value)
|
|
27862
27883
|
return true;
|
|
27863
27884
|
return false;
|
|
27864
|
-
})); const
|
|
27885
|
+
})); const _io74 = (input, _exceptionable = true) => (undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every((elem, _index29) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27865
27886
|
if (["fontFamilies"].some(prop => key === prop))
|
|
27866
27887
|
return true;
|
|
27867
27888
|
const value = input[key];
|
|
27868
27889
|
if (undefined === value)
|
|
27869
27890
|
return true;
|
|
27870
27891
|
return false;
|
|
27871
|
-
})); const
|
|
27892
|
+
})); const _io75 = (input, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27872
27893
|
if (["id", "folded"].some(prop => key === prop))
|
|
27873
27894
|
return true;
|
|
27874
27895
|
const value = input[key];
|
|
27875
27896
|
if (undefined === value)
|
|
27876
27897
|
return true;
|
|
27877
27898
|
return false;
|
|
27878
|
-
})); const
|
|
27899
|
+
})); const _io76 = (input, _exceptionable = true) => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io77(input.adobe, true && _exceptionable)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io78(input.rive, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27879
27900
|
if (["adobe", "rive"].some(prop => key === prop))
|
|
27880
27901
|
return true;
|
|
27881
27902
|
const value = input[key];
|
|
27882
27903
|
if (undefined === value)
|
|
27883
27904
|
return true;
|
|
27884
27905
|
return false;
|
|
27885
|
-
})); const
|
|
27906
|
+
})); const _io77 = (input, _exceptionable = true) => (undefined === input.useProxies || "boolean" === typeof input.useProxies) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27886
27907
|
if (["useProxies"].some(prop => key === prop))
|
|
27887
27908
|
return true;
|
|
27888
27909
|
const value = input[key];
|
|
27889
27910
|
if (undefined === value)
|
|
27890
27911
|
return true;
|
|
27891
27912
|
return false;
|
|
27892
|
-
})); const
|
|
27913
|
+
})); const _io78 = (input, _exceptionable = true) => (undefined === input.template || "string" === typeof input.template) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27893
27914
|
if (["template"].some(prop => key === prop))
|
|
27894
27915
|
return true;
|
|
27895
27916
|
const value = input[key];
|
|
27896
27917
|
if (undefined === value)
|
|
27897
27918
|
return true;
|
|
27898
27919
|
return false;
|
|
27899
|
-
})); const
|
|
27920
|
+
})); const _io79 = (input, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27900
27921
|
if (["collections", "semanticSearch", "ameRemoteRendering"].some(prop => key === prop))
|
|
27901
27922
|
return true;
|
|
27902
27923
|
const value = input[key];
|
|
27903
27924
|
if (undefined === value)
|
|
27904
27925
|
return true;
|
|
27905
27926
|
return false;
|
|
27906
|
-
})); const
|
|
27927
|
+
})); const _io80 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27907
27928
|
if (["utils", "utilsAssetEditor", "utilsAssetPanel", "history", "refs", "access", "files", "export", "json", "hlsjs", "resetRenders", "resetReplicas", "assetStatus", "consolidateMedia", "hideInAssetMenu", "assetRoute", "devWarnings", "multiplexWebSockets", "systemHealth"].some(prop => key === prop))
|
|
27908
27929
|
return true;
|
|
27909
27930
|
const value = input[key];
|
|
27910
27931
|
if (undefined === value)
|
|
27911
27932
|
return true;
|
|
27912
27933
|
return false;
|
|
27913
|
-
})); const
|
|
27934
|
+
})); const _io81 = (input, _exceptionable = true) => (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io82(input.events, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27914
27935
|
if (["events"].some(prop => key === prop))
|
|
27915
27936
|
return true;
|
|
27916
27937
|
const value = input[key];
|
|
27917
27938
|
if (undefined === value)
|
|
27918
27939
|
return true;
|
|
27919
27940
|
return false;
|
|
27920
|
-
})); const
|
|
27941
|
+
})); const _io82 = (input, _exceptionable = true) => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every((elem, _index30) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every((elem, _index31) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every((elem, _index32) => "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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27921
27942
|
if (["comment", "assigned", "unassigned", "publishSucceeded"].some(prop => key === prop))
|
|
27922
27943
|
return true;
|
|
27923
27944
|
const value = input[key];
|
|
27924
27945
|
if (undefined === value)
|
|
27925
27946
|
return true;
|
|
27926
27947
|
return false;
|
|
27927
|
-
})); const
|
|
27948
|
+
})); const _io83 = (input, _exceptionable = true) => Object.keys(input).every(key => {
|
|
27928
27949
|
const value = input[key];
|
|
27929
27950
|
if (undefined === value)
|
|
27930
27951
|
return true;
|
|
27931
27952
|
return Array.isArray(value) && value.every((elem, _index33) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
27932
|
-
}); const
|
|
27953
|
+
}); const _io84 = (input, _exceptionable = true) => (undefined === input.create || "object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) && _io85(input.create, true && _exceptionable)) && (undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io86(input.duplicate, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27933
27954
|
if (["create", "duplicate"].some(prop => key === prop))
|
|
27934
27955
|
return true;
|
|
27935
27956
|
const value = input[key];
|
|
27936
27957
|
if (undefined === value)
|
|
27937
27958
|
return true;
|
|
27938
27959
|
return false;
|
|
27939
|
-
})); const
|
|
27960
|
+
})); const _io85 = (input, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27940
27961
|
if (["titlePrefix", "titleSuffix"].some(prop => key === prop))
|
|
27941
27962
|
return true;
|
|
27942
27963
|
const value = input[key];
|
|
27943
27964
|
if (undefined === value)
|
|
27944
27965
|
return true;
|
|
27945
27966
|
return false;
|
|
27946
|
-
})); const
|
|
27967
|
+
})); const _io86 = (input, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27947
27968
|
if (["titlePrefix", "titleSuffix"].some(prop => key === prop))
|
|
27948
27969
|
return true;
|
|
27949
27970
|
const value = input[key];
|
|
27950
27971
|
if (undefined === value)
|
|
27951
27972
|
return true;
|
|
27952
27973
|
return false;
|
|
27953
|
-
})); const
|
|
27974
|
+
})); const _io87 = (input, _exceptionable = true) => (undefined === input.stateFilter || Array.isArray(input.stateFilter) && input.stateFilter.every((elem, _index34) => "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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27954
27975
|
if (["stateFilter", "textFilter", "showEmpty", "selectedRecord", "subscribeSearchHits", "parseRegex"].some(prop => key === prop))
|
|
27955
27976
|
return true;
|
|
27956
27977
|
const value = input[key];
|
|
27957
27978
|
if (undefined === value)
|
|
27958
27979
|
return true;
|
|
27959
27980
|
return false;
|
|
27960
|
-
})); const
|
|
27981
|
+
})); const _io88 = (input, _exceptionable = true) => (undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27961
27982
|
if (["disableHotArea"].some(prop => key === prop))
|
|
27962
27983
|
return true;
|
|
27963
27984
|
const value = input[key];
|
|
27964
27985
|
if (undefined === value)
|
|
27965
27986
|
return true;
|
|
27966
27987
|
return false;
|
|
27967
|
-
})); const
|
|
27988
|
+
})); const _io89 = (input, _exceptionable = true) => (undefined === input.refreshInterval || "number" === typeof input.refreshInterval) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27968
27989
|
if (["refreshInterval"].some(prop => key === prop))
|
|
27969
27990
|
return true;
|
|
27970
27991
|
const value = input[key];
|
|
27971
27992
|
if (undefined === value)
|
|
27972
27993
|
return true;
|
|
27973
27994
|
return false;
|
|
27974
|
-
})); const
|
|
27995
|
+
})); const _io90 = (input, _exceptionable = true) => (undefined === input.layout || "string" === typeof input.layout) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27975
27996
|
if (["layout"].some(prop => key === prop))
|
|
27976
27997
|
return true;
|
|
27977
27998
|
const value = input[key];
|
|
@@ -28152,11 +28173,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28152
28173
|
value: input.media
|
|
28153
28174
|
}), undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || _report(_exceptionable, {
|
|
28154
28175
|
path: _path + ".edit",
|
|
28155
|
-
expected: "(__type.
|
|
28176
|
+
expected: "(__type.o53 | undefined)",
|
|
28156
28177
|
value: input.edit
|
|
28157
|
-
})) &&
|
|
28178
|
+
})) && _vo60(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
|
|
28158
28179
|
path: _path + ".edit",
|
|
28159
|
-
expected: "(__type.
|
|
28180
|
+
expected: "(__type.o53 | undefined)",
|
|
28160
28181
|
value: input.edit
|
|
28161
28182
|
}), undefined === input.commands || (Array.isArray(input.commands) || _report(_exceptionable, {
|
|
28162
28183
|
path: _path + ".commands",
|
|
@@ -28164,11 +28185,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28164
28185
|
value: input.commands
|
|
28165
28186
|
})) && input.commands.map((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
28166
28187
|
path: _path + ".commands[" + _index37 + "]",
|
|
28167
|
-
expected: "__type.
|
|
28188
|
+
expected: "__type.o57",
|
|
28168
28189
|
value: elem
|
|
28169
|
-
})) &&
|
|
28190
|
+
})) && _vo64(elem, _path + ".commands[" + _index37 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
28170
28191
|
path: _path + ".commands[" + _index37 + "]",
|
|
28171
|
-
expected: "__type.
|
|
28192
|
+
expected: "__type.o57",
|
|
28172
28193
|
value: elem
|
|
28173
28194
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
28174
28195
|
path: _path + ".commands",
|
|
@@ -28188,19 +28209,19 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28188
28209
|
value: input.predefinedTags
|
|
28189
28210
|
}), undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || _report(_exceptionable, {
|
|
28190
28211
|
path: _path + ".storyboard",
|
|
28191
|
-
expected: "(__type.
|
|
28212
|
+
expected: "(__type.o58 | undefined)",
|
|
28192
28213
|
value: input.storyboard
|
|
28193
|
-
})) &&
|
|
28214
|
+
})) && _vo65(input.storyboard, _path + ".storyboard", true && _exceptionable) || _report(_exceptionable, {
|
|
28194
28215
|
path: _path + ".storyboard",
|
|
28195
|
-
expected: "(__type.
|
|
28216
|
+
expected: "(__type.o58 | undefined)",
|
|
28196
28217
|
value: input.storyboard
|
|
28197
28218
|
}), undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || _report(_exceptionable, {
|
|
28198
28219
|
path: _path + ".print",
|
|
28199
|
-
expected: "(__type.
|
|
28220
|
+
expected: "(__type.o67 | undefined)",
|
|
28200
28221
|
value: input.print
|
|
28201
|
-
})) &&
|
|
28222
|
+
})) && _vo74(input.print, _path + ".print", true && _exceptionable) || _report(_exceptionable, {
|
|
28202
28223
|
path: _path + ".print",
|
|
28203
|
-
expected: "(__type.
|
|
28224
|
+
expected: "(__type.o67 | undefined)",
|
|
28204
28225
|
value: input.print
|
|
28205
28226
|
}), undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || _report(_exceptionable, {
|
|
28206
28227
|
path: _path + ".hiddenPreviews",
|
|
@@ -28208,11 +28229,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28208
28229
|
value: input.hiddenPreviews
|
|
28209
28230
|
})) && input.hiddenPreviews.map((elem, _index39) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
28210
28231
|
path: _path + ".hiddenPreviews[" + _index39 + "]",
|
|
28211
|
-
expected: "__type.
|
|
28232
|
+
expected: "__type.o68",
|
|
28212
28233
|
value: elem
|
|
28213
|
-
})) &&
|
|
28234
|
+
})) && _vo75(elem, _path + ".hiddenPreviews[" + _index39 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
28214
28235
|
path: _path + ".hiddenPreviews[" + _index39 + "]",
|
|
28215
|
-
expected: "__type.
|
|
28236
|
+
expected: "__type.o68",
|
|
28216
28237
|
value: elem
|
|
28217
28238
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
28218
28239
|
path: _path + ".hiddenPreviews",
|
|
@@ -28220,11 +28241,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28220
28241
|
value: input.hiddenPreviews
|
|
28221
28242
|
}), undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || _report(_exceptionable, {
|
|
28222
28243
|
path: _path + ".plugins",
|
|
28223
|
-
expected: "(__type.
|
|
28244
|
+
expected: "(__type.o69 | undefined)",
|
|
28224
28245
|
value: input.plugins
|
|
28225
|
-
})) &&
|
|
28246
|
+
})) && _vo76(input.plugins, _path + ".plugins", true && _exceptionable) || _report(_exceptionable, {
|
|
28226
28247
|
path: _path + ".plugins",
|
|
28227
|
-
expected: "(__type.
|
|
28248
|
+
expected: "(__type.o69 | undefined)",
|
|
28228
28249
|
value: input.plugins
|
|
28229
28250
|
}), undefined === input.crashScreen || "boolean" === typeof input.crashScreen || _report(_exceptionable, {
|
|
28230
28251
|
path: _path + ".crashScreen",
|
|
@@ -28236,27 +28257,27 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28236
28257
|
value: input.debug
|
|
28237
28258
|
}), undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || _report(_exceptionable, {
|
|
28238
28259
|
path: _path + ".featurePreview",
|
|
28239
|
-
expected: "(__type.
|
|
28260
|
+
expected: "(__type.o72 | undefined)",
|
|
28240
28261
|
value: input.featurePreview
|
|
28241
|
-
})) &&
|
|
28262
|
+
})) && _vo79(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || _report(_exceptionable, {
|
|
28242
28263
|
path: _path + ".featurePreview",
|
|
28243
|
-
expected: "(__type.
|
|
28264
|
+
expected: "(__type.o72 | undefined)",
|
|
28244
28265
|
value: input.featurePreview
|
|
28245
28266
|
}), undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || _report(_exceptionable, {
|
|
28246
28267
|
path: _path + ".flags",
|
|
28247
|
-
expected: "(__type.
|
|
28268
|
+
expected: "(__type.o73 | undefined)",
|
|
28248
28269
|
value: input.flags
|
|
28249
|
-
})) &&
|
|
28270
|
+
})) && _vo80(input.flags, _path + ".flags", true && _exceptionable) || _report(_exceptionable, {
|
|
28250
28271
|
path: _path + ".flags",
|
|
28251
|
-
expected: "(__type.
|
|
28272
|
+
expected: "(__type.o73 | undefined)",
|
|
28252
28273
|
value: input.flags
|
|
28253
28274
|
}), undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || _report(_exceptionable, {
|
|
28254
28275
|
path: _path + ".notifications",
|
|
28255
|
-
expected: "(__type.
|
|
28276
|
+
expected: "(__type.o74 | undefined)",
|
|
28256
28277
|
value: input.notifications
|
|
28257
|
-
})) &&
|
|
28278
|
+
})) && _vo81(input.notifications, _path + ".notifications", true && _exceptionable) || _report(_exceptionable, {
|
|
28258
28279
|
path: _path + ".notifications",
|
|
28259
|
-
expected: "(__type.
|
|
28280
|
+
expected: "(__type.o74 | undefined)",
|
|
28260
28281
|
value: input.notifications
|
|
28261
28282
|
}), undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || _report(_exceptionable, {
|
|
28262
28283
|
path: _path + ".suppressDeleteAlert",
|
|
@@ -28264,43 +28285,43 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28264
28285
|
value: input.suppressDeleteAlert
|
|
28265
28286
|
}), undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || _report(_exceptionable, {
|
|
28266
28287
|
path: _path + ".clone",
|
|
28267
|
-
expected: "(__type.
|
|
28288
|
+
expected: "(__type.o77 | undefined)",
|
|
28268
28289
|
value: input.clone
|
|
28269
|
-
})) &&
|
|
28290
|
+
})) && _vo84(input.clone, _path + ".clone", true && _exceptionable) || _report(_exceptionable, {
|
|
28270
28291
|
path: _path + ".clone",
|
|
28271
|
-
expected: "(__type.
|
|
28292
|
+
expected: "(__type.o77 | undefined)",
|
|
28272
28293
|
value: input.clone
|
|
28273
28294
|
}), undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || _report(_exceptionable, {
|
|
28274
28295
|
path: _path + ".utilsAssetEditorPanel",
|
|
28275
|
-
expected: "(__type.
|
|
28296
|
+
expected: "(__type.o80 | undefined)",
|
|
28276
28297
|
value: input.utilsAssetEditorPanel
|
|
28277
|
-
})) &&
|
|
28298
|
+
})) && _vo87(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || _report(_exceptionable, {
|
|
28278
28299
|
path: _path + ".utilsAssetEditorPanel",
|
|
28279
|
-
expected: "(__type.
|
|
28300
|
+
expected: "(__type.o80 | undefined)",
|
|
28280
28301
|
value: input.utilsAssetEditorPanel
|
|
28281
28302
|
}), undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || _report(_exceptionable, {
|
|
28282
28303
|
path: _path + ".display",
|
|
28283
|
-
expected: "(__type.
|
|
28304
|
+
expected: "(__type.o81 | undefined)",
|
|
28284
28305
|
value: input.display
|
|
28285
|
-
})) &&
|
|
28306
|
+
})) && _vo88(input.display, _path + ".display", true && _exceptionable) || _report(_exceptionable, {
|
|
28286
28307
|
path: _path + ".display",
|
|
28287
|
-
expected: "(__type.
|
|
28308
|
+
expected: "(__type.o81 | undefined)",
|
|
28288
28309
|
value: input.display
|
|
28289
28310
|
}), undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || _report(_exceptionable, {
|
|
28290
28311
|
path: _path + ".bookmarks",
|
|
28291
|
-
expected: "(__type.
|
|
28312
|
+
expected: "(__type.o82 | undefined)",
|
|
28292
28313
|
value: input.bookmarks
|
|
28293
|
-
})) &&
|
|
28314
|
+
})) && _vo89(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || _report(_exceptionable, {
|
|
28294
28315
|
path: _path + ".bookmarks",
|
|
28295
|
-
expected: "(__type.
|
|
28316
|
+
expected: "(__type.o82 | undefined)",
|
|
28296
28317
|
value: input.bookmarks
|
|
28297
28318
|
}), undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || _report(_exceptionable, {
|
|
28298
28319
|
path: _path + ".shotbox",
|
|
28299
|
-
expected: "(__type.
|
|
28320
|
+
expected: "(__type.o83 | undefined)",
|
|
28300
28321
|
value: input.shotbox
|
|
28301
|
-
})) &&
|
|
28322
|
+
})) && _vo90(input.shotbox, _path + ".shotbox", true && _exceptionable) || _report(_exceptionable, {
|
|
28302
28323
|
path: _path + ".shotbox",
|
|
28303
|
-
expected: "(__type.
|
|
28324
|
+
expected: "(__type.o83 | undefined)",
|
|
28304
28325
|
value: input.shotbox
|
|
28305
28326
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
28306
28327
|
if (["autoLogoutTime", "permission", "module", "upload", "download", "browser", "toolbarTags", "exclusiveTagGroups", "deadlines", "assignees", "comments", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "edit", "commands", "predefinedTags", "storyboard", "print", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "suppressDeleteAlert", "clone", "utilsAssetEditorPanel", "display", "bookmarks", "shotbox"].some(prop => key === prop))
|
|
@@ -29626,8 +29647,16 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29626
29647
|
path: _path + ".openCommand",
|
|
29627
29648
|
expected: "(__type.o49 | string | undefined)",
|
|
29628
29649
|
value: input.openCommand
|
|
29629
|
-
})),
|
|
29630
|
-
|
|
29650
|
+
})), undefined === input.recorder || ("object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) || _report(_exceptionable, {
|
|
29651
|
+
path: _path + ".recorder",
|
|
29652
|
+
expected: "(__type.o50 | undefined)",
|
|
29653
|
+
value: input.recorder
|
|
29654
|
+
})) && _vo57(input.recorder, _path + ".recorder", true && _exceptionable) || _report(_exceptionable, {
|
|
29655
|
+
path: _path + ".recorder",
|
|
29656
|
+
expected: "(__type.o50 | undefined)",
|
|
29657
|
+
value: input.recorder
|
|
29658
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
29659
|
+
if (["defaultFrameRate", "placeholder", "guide", "stepManyFrames", "liveZoomDuration", "importTitleTemplate", "tile", "timecodeReference", "maxSubclipDuration", "rewindStep", "forwardStep", "interlacedPlayback", "playbackRates", "subtitles", "subtitleTemplateId", "initialVolume", "guides", "download", "editMode", "transcribe", "openCommand", "recorder"].some(prop => key === prop))
|
|
29631
29660
|
return true;
|
|
29632
29661
|
const value = input[key];
|
|
29633
29662
|
if (undefined === value)
|
|
@@ -30034,25 +30063,117 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30034
30063
|
"Please remove the property next time."
|
|
30035
30064
|
].join("\n")
|
|
30036
30065
|
});
|
|
30037
|
-
}).every(flag => flag))].every(flag => flag); const _vo57 = (input, _path, _exceptionable = true) => [undefined === input.
|
|
30066
|
+
}).every(flag => flag))].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, {
|
|
30067
|
+
path: _path + ".microphone",
|
|
30068
|
+
expected: "(__type.o51 | undefined)",
|
|
30069
|
+
value: input.microphone
|
|
30070
|
+
})) && _vo58(input.microphone, _path + ".microphone", true && _exceptionable) || _report(_exceptionable, {
|
|
30071
|
+
path: _path + ".microphone",
|
|
30072
|
+
expected: "(__type.o51 | undefined)",
|
|
30073
|
+
value: input.microphone
|
|
30074
|
+
}), undefined === input.webcam || ("object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) || _report(_exceptionable, {
|
|
30075
|
+
path: _path + ".webcam",
|
|
30076
|
+
expected: "(__type.o52 | undefined)",
|
|
30077
|
+
value: input.webcam
|
|
30078
|
+
})) && _vo59(input.webcam, _path + ".webcam", true && _exceptionable) || _report(_exceptionable, {
|
|
30079
|
+
path: _path + ".webcam",
|
|
30080
|
+
expected: "(__type.o52 | undefined)",
|
|
30081
|
+
value: input.webcam
|
|
30082
|
+
}), undefined === input.countdown || "number" === typeof input.countdown || _report(_exceptionable, {
|
|
30083
|
+
path: _path + ".countdown",
|
|
30084
|
+
expected: "(number | undefined)",
|
|
30085
|
+
value: input.countdown
|
|
30086
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30087
|
+
if (["microphone", "webcam", "countdown"].some(prop => key === prop))
|
|
30088
|
+
return true;
|
|
30089
|
+
const value = input[key];
|
|
30090
|
+
if (undefined === value)
|
|
30091
|
+
return true;
|
|
30092
|
+
return _report(_exceptionable, {
|
|
30093
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
30094
|
+
expected: "undefined",
|
|
30095
|
+
value: value,
|
|
30096
|
+
description: [
|
|
30097
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
30098
|
+
"",
|
|
30099
|
+
"Please remove the property next time."
|
|
30100
|
+
].join("\n")
|
|
30101
|
+
});
|
|
30102
|
+
}).every(flag => flag))].every(flag => flag); const _vo58 = (input, _path, _exceptionable = true) => [undefined === input.deviceId || "string" === typeof input.deviceId || _report(_exceptionable, {
|
|
30103
|
+
path: _path + ".deviceId",
|
|
30104
|
+
expected: "(string | undefined)",
|
|
30105
|
+
value: input.deviceId
|
|
30106
|
+
}), undefined === input.inputGainDb || "number" === typeof input.inputGainDb || _report(_exceptionable, {
|
|
30107
|
+
path: _path + ".inputGainDb",
|
|
30108
|
+
expected: "(number | undefined)",
|
|
30109
|
+
value: input.inputGainDb
|
|
30110
|
+
}), undefined === input.monitorInput || "boolean" === typeof input.monitorInput || _report(_exceptionable, {
|
|
30111
|
+
path: _path + ".monitorInput",
|
|
30112
|
+
expected: "(boolean | undefined)",
|
|
30113
|
+
value: input.monitorInput
|
|
30114
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30115
|
+
if (["deviceId", "inputGainDb", "monitorInput"].some(prop => key === prop))
|
|
30116
|
+
return true;
|
|
30117
|
+
const value = input[key];
|
|
30118
|
+
if (undefined === value)
|
|
30119
|
+
return true;
|
|
30120
|
+
return _report(_exceptionable, {
|
|
30121
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
30122
|
+
expected: "undefined",
|
|
30123
|
+
value: value,
|
|
30124
|
+
description: [
|
|
30125
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
30126
|
+
"",
|
|
30127
|
+
"Please remove the property next time."
|
|
30128
|
+
].join("\n")
|
|
30129
|
+
});
|
|
30130
|
+
}).every(flag => flag))].every(flag => flag); const _vo59 = (input, _path, _exceptionable = true) => [undefined === input.deviceId || "string" === typeof input.deviceId || _report(_exceptionable, {
|
|
30131
|
+
path: _path + ".deviceId",
|
|
30132
|
+
expected: "(string | undefined)",
|
|
30133
|
+
value: input.deviceId
|
|
30134
|
+
}), undefined === input.frameRate || "number" === typeof input.frameRate || _report(_exceptionable, {
|
|
30135
|
+
path: _path + ".frameRate",
|
|
30136
|
+
expected: "(number | undefined)",
|
|
30137
|
+
value: input.frameRate
|
|
30138
|
+
}), undefined === input.aspectRatio || "number" === typeof input.aspectRatio || _report(_exceptionable, {
|
|
30139
|
+
path: _path + ".aspectRatio",
|
|
30140
|
+
expected: "(number | undefined)",
|
|
30141
|
+
value: input.aspectRatio
|
|
30142
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30143
|
+
if (["deviceId", "frameRate", "aspectRatio"].some(prop => key === prop))
|
|
30144
|
+
return true;
|
|
30145
|
+
const value = input[key];
|
|
30146
|
+
if (undefined === value)
|
|
30147
|
+
return true;
|
|
30148
|
+
return _report(_exceptionable, {
|
|
30149
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
30150
|
+
expected: "undefined",
|
|
30151
|
+
value: value,
|
|
30152
|
+
description: [
|
|
30153
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
30154
|
+
"",
|
|
30155
|
+
"Please remove the property next time."
|
|
30156
|
+
].join("\n")
|
|
30157
|
+
});
|
|
30158
|
+
}).every(flag => flag))].every(flag => flag); const _vo60 = (input, _path, _exceptionable = true) => [undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || _report(_exceptionable, {
|
|
30038
30159
|
path: _path + ".thumbnailView",
|
|
30039
30160
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
30040
30161
|
value: input.thumbnailView
|
|
30041
30162
|
}), undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || _report(_exceptionable, {
|
|
30042
30163
|
path: _path + ".normalize",
|
|
30043
|
-
expected: "(__type.
|
|
30164
|
+
expected: "(__type.o54 | undefined)",
|
|
30044
30165
|
value: input.normalize
|
|
30045
|
-
})) &&
|
|
30166
|
+
})) && _vo61(input.normalize, _path + ".normalize", true && _exceptionable) || _report(_exceptionable, {
|
|
30046
30167
|
path: _path + ".normalize",
|
|
30047
|
-
expected: "(__type.
|
|
30168
|
+
expected: "(__type.o54 | undefined)",
|
|
30048
30169
|
value: input.normalize
|
|
30049
30170
|
}), undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || _report(_exceptionable, {
|
|
30050
30171
|
path: _path + ".voiceOver",
|
|
30051
|
-
expected: "(__type.
|
|
30172
|
+
expected: "(__type.o56 | undefined)",
|
|
30052
30173
|
value: input.voiceOver
|
|
30053
|
-
})) &&
|
|
30174
|
+
})) && _vo63(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || _report(_exceptionable, {
|
|
30054
30175
|
path: _path + ".voiceOver",
|
|
30055
|
-
expected: "(__type.
|
|
30176
|
+
expected: "(__type.o56 | undefined)",
|
|
30056
30177
|
value: input.voiceOver
|
|
30057
30178
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30058
30179
|
if (["thumbnailView", "normalize", "voiceOver"].some(prop => key === prop))
|
|
@@ -30070,17 +30191,17 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30070
30191
|
"Please remove the property next time."
|
|
30071
30192
|
].join("\n")
|
|
30072
30193
|
});
|
|
30073
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30194
|
+
}).every(flag => flag))].every(flag => flag); const _vo61 = (input, _path, _exceptionable = true) => [undefined === input.presets || (Array.isArray(input.presets) || _report(_exceptionable, {
|
|
30074
30195
|
path: _path + ".presets",
|
|
30075
30196
|
expected: "(Array<__type>.o5 | undefined)",
|
|
30076
30197
|
value: input.presets
|
|
30077
30198
|
})) && input.presets.map((elem, _index60) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
30078
30199
|
path: _path + ".presets[" + _index60 + "]",
|
|
30079
|
-
expected: "__type.
|
|
30200
|
+
expected: "__type.o55",
|
|
30080
30201
|
value: elem
|
|
30081
|
-
})) &&
|
|
30202
|
+
})) && _vo62(elem, _path + ".presets[" + _index60 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
30082
30203
|
path: _path + ".presets[" + _index60 + "]",
|
|
30083
|
-
expected: "__type.
|
|
30204
|
+
expected: "__type.o55",
|
|
30084
30205
|
value: elem
|
|
30085
30206
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
30086
30207
|
path: _path + ".presets",
|
|
@@ -30106,7 +30227,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30106
30227
|
"Please remove the property next time."
|
|
30107
30228
|
].join("\n")
|
|
30108
30229
|
});
|
|
30109
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30230
|
+
}).every(flag => flag))].every(flag => flag); const _vo62 = (input, _path, _exceptionable = true) => ["string" === typeof input.id || _report(_exceptionable, {
|
|
30110
30231
|
path: _path + ".id",
|
|
30111
30232
|
expected: "string",
|
|
30112
30233
|
value: input.id
|
|
@@ -30138,7 +30259,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30138
30259
|
"Please remove the property next time."
|
|
30139
30260
|
].join("\n")
|
|
30140
30261
|
});
|
|
30141
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30262
|
+
}).every(flag => flag))].every(flag => flag); const _vo63 = (input, _path, _exceptionable = true) => [undefined === input.inputDevice || "string" === typeof input.inputDevice || _report(_exceptionable, {
|
|
30142
30263
|
path: _path + ".inputDevice",
|
|
30143
30264
|
expected: "(string | undefined)",
|
|
30144
30265
|
value: input.inputDevice
|
|
@@ -30146,6 +30267,10 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30146
30267
|
path: _path + ".inputGainDb",
|
|
30147
30268
|
expected: "(number | undefined)",
|
|
30148
30269
|
value: input.inputGainDb
|
|
30270
|
+
}), undefined === input.monitorInput || "boolean" === typeof input.monitorInput || _report(_exceptionable, {
|
|
30271
|
+
path: _path + ".monitorInput",
|
|
30272
|
+
expected: "(boolean | undefined)",
|
|
30273
|
+
value: input.monitorInput
|
|
30149
30274
|
}), undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb || _report(_exceptionable, {
|
|
30150
30275
|
path: _path + ".backgroundReductionDb",
|
|
30151
30276
|
expected: "(number | undefined)",
|
|
@@ -30159,7 +30284,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30159
30284
|
expected: "(number | undefined)",
|
|
30160
30285
|
value: input.preRollDuration
|
|
30161
30286
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30162
|
-
if (["inputDevice", "inputGainDb", "backgroundReductionDb", "recordMode", "preRollDuration"].some(prop => key === prop))
|
|
30287
|
+
if (["inputDevice", "inputGainDb", "monitorInput", "backgroundReductionDb", "recordMode", "preRollDuration"].some(prop => key === prop))
|
|
30163
30288
|
return true;
|
|
30164
30289
|
const value = input[key];
|
|
30165
30290
|
if (undefined === value)
|
|
@@ -30174,7 +30299,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30174
30299
|
"Please remove the property next time."
|
|
30175
30300
|
].join("\n")
|
|
30176
30301
|
});
|
|
30177
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30302
|
+
}).every(flag => flag))].every(flag => flag); const _vo64 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
|
|
30178
30303
|
path: _path + ".title",
|
|
30179
30304
|
expected: "(string | undefined)",
|
|
30180
30305
|
value: input.title
|
|
@@ -30210,37 +30335,37 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30210
30335
|
"Please remove the property next time."
|
|
30211
30336
|
].join("\n")
|
|
30212
30337
|
});
|
|
30213
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30338
|
+
}).every(flag => flag))].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, {
|
|
30214
30339
|
path: _path + ".folded",
|
|
30215
|
-
expected: "(__type.
|
|
30340
|
+
expected: "(__type.o59 | undefined)",
|
|
30216
30341
|
value: input.folded
|
|
30217
|
-
})) &&
|
|
30342
|
+
})) && _vo66(input.folded, _path + ".folded", true && _exceptionable) || _report(_exceptionable, {
|
|
30218
30343
|
path: _path + ".folded",
|
|
30219
|
-
expected: "(__type.
|
|
30344
|
+
expected: "(__type.o59 | undefined)",
|
|
30220
30345
|
value: input.folded
|
|
30221
30346
|
}), undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || _report(_exceptionable, {
|
|
30222
30347
|
path: _path + ".assets",
|
|
30223
|
-
expected: "(__type.
|
|
30348
|
+
expected: "(__type.o60 | undefined)",
|
|
30224
30349
|
value: input.assets
|
|
30225
|
-
})) &&
|
|
30350
|
+
})) && _vo67(input.assets, _path + ".assets", true && _exceptionable) || _report(_exceptionable, {
|
|
30226
30351
|
path: _path + ".assets",
|
|
30227
|
-
expected: "(__type.
|
|
30352
|
+
expected: "(__type.o60 | undefined)",
|
|
30228
30353
|
value: input.assets
|
|
30229
30354
|
}), undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || _report(_exceptionable, {
|
|
30230
30355
|
path: _path + ".pipeline",
|
|
30231
|
-
expected: "(__type.
|
|
30356
|
+
expected: "(__type.o64 | undefined)",
|
|
30232
30357
|
value: input.pipeline
|
|
30233
|
-
})) &&
|
|
30358
|
+
})) && _vo71(input.pipeline, _path + ".pipeline", true && _exceptionable) || _report(_exceptionable, {
|
|
30234
30359
|
path: _path + ".pipeline",
|
|
30235
|
-
expected: "(__type.
|
|
30360
|
+
expected: "(__type.o64 | undefined)",
|
|
30236
30361
|
value: input.pipeline
|
|
30237
30362
|
}), undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || _report(_exceptionable, {
|
|
30238
30363
|
path: _path + ".item",
|
|
30239
|
-
expected: "(__type.
|
|
30364
|
+
expected: "(__type.o66 | undefined)",
|
|
30240
30365
|
value: input.item
|
|
30241
|
-
})) &&
|
|
30366
|
+
})) && _vo73(input.item, _path + ".item", true && _exceptionable) || _report(_exceptionable, {
|
|
30242
30367
|
path: _path + ".item",
|
|
30243
|
-
expected: "(__type.
|
|
30368
|
+
expected: "(__type.o66 | undefined)",
|
|
30244
30369
|
value: input.item
|
|
30245
30370
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30246
30371
|
if (["folded", "assets", "pipeline", "item"].some(prop => key === prop))
|
|
@@ -30258,7 +30383,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30258
30383
|
"Please remove the property next time."
|
|
30259
30384
|
].join("\n")
|
|
30260
30385
|
});
|
|
30261
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30386
|
+
}).every(flag => flag))].every(flag => flag); const _vo66 = (input, _path, _exceptionable = true) => [undefined === input.auto || "boolean" === typeof input.auto || _report(_exceptionable, {
|
|
30262
30387
|
path: _path + ".auto",
|
|
30263
30388
|
expected: "(boolean | undefined)",
|
|
30264
30389
|
value: input.auto
|
|
@@ -30278,21 +30403,21 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30278
30403
|
"Please remove the property next time."
|
|
30279
30404
|
].join("\n")
|
|
30280
30405
|
});
|
|
30281
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30406
|
+
}).every(flag => flag))].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, {
|
|
30282
30407
|
path: _path + ".story",
|
|
30283
|
-
expected: "(__type.
|
|
30408
|
+
expected: "(__type.o61 | undefined)",
|
|
30284
30409
|
value: input.story
|
|
30285
|
-
})) &&
|
|
30410
|
+
})) && _vo68(input.story, _path + ".story", true && _exceptionable) || _report(_exceptionable, {
|
|
30286
30411
|
path: _path + ".story",
|
|
30287
|
-
expected: "(__type.
|
|
30412
|
+
expected: "(__type.o61 | undefined)",
|
|
30288
30413
|
value: input.story
|
|
30289
30414
|
}), undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || _report(_exceptionable, {
|
|
30290
30415
|
path: _path + ".note",
|
|
30291
|
-
expected: "(__type.
|
|
30416
|
+
expected: "(__type.o63 | undefined)",
|
|
30292
30417
|
value: input.note
|
|
30293
|
-
})) &&
|
|
30418
|
+
})) && _vo70(input.note, _path + ".note", true && _exceptionable) || _report(_exceptionable, {
|
|
30294
30419
|
path: _path + ".note",
|
|
30295
|
-
expected: "(__type.
|
|
30420
|
+
expected: "(__type.o63 | undefined)",
|
|
30296
30421
|
value: input.note
|
|
30297
30422
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30298
30423
|
if (["story", "note"].some(prop => key === prop))
|
|
@@ -30310,13 +30435,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30310
30435
|
"Please remove the property next time."
|
|
30311
30436
|
].join("\n")
|
|
30312
30437
|
});
|
|
30313
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30438
|
+
}).every(flag => flag))].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, {
|
|
30314
30439
|
path: _path + ".excerpt",
|
|
30315
|
-
expected: "(__type.
|
|
30440
|
+
expected: "(__type.o62 | undefined)",
|
|
30316
30441
|
value: input.excerpt
|
|
30317
|
-
})) &&
|
|
30442
|
+
})) && _vo69(input.excerpt, _path + ".excerpt", true && _exceptionable) || _report(_exceptionable, {
|
|
30318
30443
|
path: _path + ".excerpt",
|
|
30319
|
-
expected: "(__type.
|
|
30444
|
+
expected: "(__type.o62 | undefined)",
|
|
30320
30445
|
value: input.excerpt
|
|
30321
30446
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30322
30447
|
if (["excerpt"].some(prop => key === prop))
|
|
@@ -30334,7 +30459,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30334
30459
|
"Please remove the property next time."
|
|
30335
30460
|
].join("\n")
|
|
30336
30461
|
});
|
|
30337
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30462
|
+
}).every(flag => flag))].every(flag => flag); const _vo69 = (input, _path, _exceptionable = true) => [undefined === input.maxLines || "number" === typeof input.maxLines || _report(_exceptionable, {
|
|
30338
30463
|
path: _path + ".maxLines",
|
|
30339
30464
|
expected: "(number | undefined)",
|
|
30340
30465
|
value: input.maxLines
|
|
@@ -30362,7 +30487,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30362
30487
|
"Please remove the property next time."
|
|
30363
30488
|
].join("\n")
|
|
30364
30489
|
});
|
|
30365
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30490
|
+
}).every(flag => flag))].every(flag => flag); const _vo70 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
|
|
30366
30491
|
path: _path + ".maxHeight",
|
|
30367
30492
|
expected: "(number | undefined)",
|
|
30368
30493
|
value: input.maxHeight
|
|
@@ -30382,13 +30507,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30382
30507
|
"Please remove the property next time."
|
|
30383
30508
|
].join("\n")
|
|
30384
30509
|
});
|
|
30385
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30510
|
+
}).every(flag => flag))].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, {
|
|
30386
30511
|
path: _path + ".search",
|
|
30387
|
-
expected: "(__type.
|
|
30512
|
+
expected: "(__type.o65 | undefined)",
|
|
30388
30513
|
value: input.search
|
|
30389
|
-
})) &&
|
|
30514
|
+
})) && _vo72(input.search, _path + ".search", true && _exceptionable) || _report(_exceptionable, {
|
|
30390
30515
|
path: _path + ".search",
|
|
30391
|
-
expected: "(__type.
|
|
30516
|
+
expected: "(__type.o65 | undefined)",
|
|
30392
30517
|
value: input.search
|
|
30393
30518
|
}), undefined === input.sortMode || true === _vv62.has(input.sortMode) || _report(_exceptionable, {
|
|
30394
30519
|
path: _path + ".sortMode",
|
|
@@ -30410,7 +30535,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30410
30535
|
"Please remove the property next time."
|
|
30411
30536
|
].join("\n")
|
|
30412
30537
|
});
|
|
30413
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30538
|
+
}).every(flag => flag))].every(flag => flag); const _vo72 = (input, _path, _exceptionable = true) => [undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || _report(_exceptionable, {
|
|
30414
30539
|
path: _path + ".maxItemsDisplayed",
|
|
30415
30540
|
expected: "(number | undefined)",
|
|
30416
30541
|
value: input.maxItemsDisplayed
|
|
@@ -30430,7 +30555,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30430
30555
|
"Please remove the property next time."
|
|
30431
30556
|
].join("\n")
|
|
30432
30557
|
});
|
|
30433
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30558
|
+
}).every(flag => flag))].every(flag => flag); const _vo73 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
|
|
30434
30559
|
path: _path + ".maxHeight",
|
|
30435
30560
|
expected: "(number | undefined)",
|
|
30436
30561
|
value: input.maxHeight
|
|
@@ -30454,7 +30579,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30454
30579
|
"Please remove the property next time."
|
|
30455
30580
|
].join("\n")
|
|
30456
30581
|
});
|
|
30457
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30582
|
+
}).every(flag => flag))].every(flag => flag); const _vo74 = (input, _path, _exceptionable = true) => [undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || _report(_exceptionable, {
|
|
30458
30583
|
path: _path + ".fontFamilies",
|
|
30459
30584
|
expected: "(Array<string> | undefined)",
|
|
30460
30585
|
value: input.fontFamilies
|
|
@@ -30482,7 +30607,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30482
30607
|
"Please remove the property next time."
|
|
30483
30608
|
].join("\n")
|
|
30484
30609
|
});
|
|
30485
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30610
|
+
}).every(flag => flag))].every(flag => flag); const _vo75 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
|
|
30486
30611
|
path: _path + ".id",
|
|
30487
30612
|
expected: "(string | undefined)",
|
|
30488
30613
|
value: input.id
|
|
@@ -30506,21 +30631,21 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30506
30631
|
"Please remove the property next time."
|
|
30507
30632
|
].join("\n")
|
|
30508
30633
|
});
|
|
30509
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30634
|
+
}).every(flag => flag))].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, {
|
|
30510
30635
|
path: _path + ".adobe",
|
|
30511
|
-
expected: "(__type.
|
|
30636
|
+
expected: "(__type.o70 | undefined)",
|
|
30512
30637
|
value: input.adobe
|
|
30513
|
-
})) &&
|
|
30638
|
+
})) && _vo77(input.adobe, _path + ".adobe", true && _exceptionable) || _report(_exceptionable, {
|
|
30514
30639
|
path: _path + ".adobe",
|
|
30515
|
-
expected: "(__type.
|
|
30640
|
+
expected: "(__type.o70 | undefined)",
|
|
30516
30641
|
value: input.adobe
|
|
30517
30642
|
}), undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || _report(_exceptionable, {
|
|
30518
30643
|
path: _path + ".rive",
|
|
30519
|
-
expected: "(__type.
|
|
30644
|
+
expected: "(__type.o71 | undefined)",
|
|
30520
30645
|
value: input.rive
|
|
30521
|
-
})) &&
|
|
30646
|
+
})) && _vo78(input.rive, _path + ".rive", true && _exceptionable) || _report(_exceptionable, {
|
|
30522
30647
|
path: _path + ".rive",
|
|
30523
|
-
expected: "(__type.
|
|
30648
|
+
expected: "(__type.o71 | undefined)",
|
|
30524
30649
|
value: input.rive
|
|
30525
30650
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30526
30651
|
if (["adobe", "rive"].some(prop => key === prop))
|
|
@@ -30538,7 +30663,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30538
30663
|
"Please remove the property next time."
|
|
30539
30664
|
].join("\n")
|
|
30540
30665
|
});
|
|
30541
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30666
|
+
}).every(flag => flag))].every(flag => flag); const _vo77 = (input, _path, _exceptionable = true) => [undefined === input.useProxies || "boolean" === typeof input.useProxies || _report(_exceptionable, {
|
|
30542
30667
|
path: _path + ".useProxies",
|
|
30543
30668
|
expected: "(boolean | undefined)",
|
|
30544
30669
|
value: input.useProxies
|
|
@@ -30558,7 +30683,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30558
30683
|
"Please remove the property next time."
|
|
30559
30684
|
].join("\n")
|
|
30560
30685
|
});
|
|
30561
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30686
|
+
}).every(flag => flag))].every(flag => flag); const _vo78 = (input, _path, _exceptionable = true) => [undefined === input.template || "string" === typeof input.template || _report(_exceptionable, {
|
|
30562
30687
|
path: _path + ".template",
|
|
30563
30688
|
expected: "(string | undefined)",
|
|
30564
30689
|
value: input.template
|
|
@@ -30578,7 +30703,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30578
30703
|
"Please remove the property next time."
|
|
30579
30704
|
].join("\n")
|
|
30580
30705
|
});
|
|
30581
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30706
|
+
}).every(flag => flag))].every(flag => flag); const _vo79 = (input, _path, _exceptionable = true) => [undefined === input.collections || "boolean" === typeof input.collections || _report(_exceptionable, {
|
|
30582
30707
|
path: _path + ".collections",
|
|
30583
30708
|
expected: "(boolean | undefined)",
|
|
30584
30709
|
value: input.collections
|
|
@@ -30606,7 +30731,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30606
30731
|
"Please remove the property next time."
|
|
30607
30732
|
].join("\n")
|
|
30608
30733
|
});
|
|
30609
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30734
|
+
}).every(flag => flag))].every(flag => flag); const _vo80 = (input, _path, _exceptionable = true) => [undefined === input.utils || "boolean" === typeof input.utils || _report(_exceptionable, {
|
|
30610
30735
|
path: _path + ".utils",
|
|
30611
30736
|
expected: "(boolean | undefined)",
|
|
30612
30737
|
value: input.utils
|
|
@@ -30698,13 +30823,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30698
30823
|
"Please remove the property next time."
|
|
30699
30824
|
].join("\n")
|
|
30700
30825
|
});
|
|
30701
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30826
|
+
}).every(flag => flag))].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, {
|
|
30702
30827
|
path: _path + ".events",
|
|
30703
|
-
expected: "(__type.
|
|
30828
|
+
expected: "(__type.o75 | undefined)",
|
|
30704
30829
|
value: input.events
|
|
30705
|
-
})) &&
|
|
30830
|
+
})) && _vo82(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
|
|
30706
30831
|
path: _path + ".events",
|
|
30707
|
-
expected: "(__type.
|
|
30832
|
+
expected: "(__type.o75 | undefined)",
|
|
30708
30833
|
value: input.events
|
|
30709
30834
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30710
30835
|
if (["events"].some(prop => key === prop))
|
|
@@ -30722,7 +30847,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30722
30847
|
"Please remove the property next time."
|
|
30723
30848
|
].join("\n")
|
|
30724
30849
|
});
|
|
30725
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30850
|
+
}).every(flag => flag))].every(flag => flag); const _vo82 = (input, _path, _exceptionable = true) => [undefined === input.comment || (Array.isArray(input.comment) || _report(_exceptionable, {
|
|
30726
30851
|
path: _path + ".comment",
|
|
30727
30852
|
expected: "(Array<NotificationReason> | undefined)",
|
|
30728
30853
|
value: input.comment
|
|
@@ -30760,11 +30885,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30760
30885
|
value: input.unassigned
|
|
30761
30886
|
}), undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || _report(_exceptionable, {
|
|
30762
30887
|
path: _path + ".publishSucceeded",
|
|
30763
|
-
expected: "(__type.
|
|
30888
|
+
expected: "(__type.o76 | undefined)",
|
|
30764
30889
|
value: input.publishSucceeded
|
|
30765
|
-
})) &&
|
|
30890
|
+
})) && _vo83(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || _report(_exceptionable, {
|
|
30766
30891
|
path: _path + ".publishSucceeded",
|
|
30767
|
-
expected: "(__type.
|
|
30892
|
+
expected: "(__type.o76 | undefined)",
|
|
30768
30893
|
value: input.publishSucceeded
|
|
30769
30894
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30770
30895
|
if (["comment", "assigned", "unassigned", "publishSucceeded"].some(prop => key === prop))
|
|
@@ -30782,7 +30907,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30782
30907
|
"Please remove the property next time."
|
|
30783
30908
|
].join("\n")
|
|
30784
30909
|
});
|
|
30785
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30910
|
+
}).every(flag => flag))].every(flag => flag); const _vo83 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
30786
30911
|
const value = input[key];
|
|
30787
30912
|
if (undefined === value)
|
|
30788
30913
|
return true;
|
|
@@ -30799,21 +30924,21 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30799
30924
|
expected: "Array<NotificationReason>",
|
|
30800
30925
|
value: value
|
|
30801
30926
|
});
|
|
30802
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
30927
|
+
}).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, {
|
|
30803
30928
|
path: _path + ".create",
|
|
30804
|
-
expected: "(__type.
|
|
30929
|
+
expected: "(__type.o78 | undefined)",
|
|
30805
30930
|
value: input.create
|
|
30806
|
-
})) &&
|
|
30931
|
+
})) && _vo85(input.create, _path + ".create", true && _exceptionable) || _report(_exceptionable, {
|
|
30807
30932
|
path: _path + ".create",
|
|
30808
|
-
expected: "(__type.
|
|
30933
|
+
expected: "(__type.o78 | undefined)",
|
|
30809
30934
|
value: input.create
|
|
30810
30935
|
}), undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || _report(_exceptionable, {
|
|
30811
30936
|
path: _path + ".duplicate",
|
|
30812
|
-
expected: "(__type.
|
|
30937
|
+
expected: "(__type.o79 | undefined)",
|
|
30813
30938
|
value: input.duplicate
|
|
30814
|
-
})) &&
|
|
30939
|
+
})) && _vo86(input.duplicate, _path + ".duplicate", true && _exceptionable) || _report(_exceptionable, {
|
|
30815
30940
|
path: _path + ".duplicate",
|
|
30816
|
-
expected: "(__type.
|
|
30941
|
+
expected: "(__type.o79 | undefined)",
|
|
30817
30942
|
value: input.duplicate
|
|
30818
30943
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30819
30944
|
if (["create", "duplicate"].some(prop => key === prop))
|
|
@@ -30831,7 +30956,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30831
30956
|
"Please remove the property next time."
|
|
30832
30957
|
].join("\n")
|
|
30833
30958
|
});
|
|
30834
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30959
|
+
}).every(flag => flag))].every(flag => flag); const _vo85 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
|
|
30835
30960
|
path: _path + ".titlePrefix",
|
|
30836
30961
|
expected: "(string | undefined)",
|
|
30837
30962
|
value: input.titlePrefix
|
|
@@ -30855,7 +30980,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30855
30980
|
"Please remove the property next time."
|
|
30856
30981
|
].join("\n")
|
|
30857
30982
|
});
|
|
30858
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30983
|
+
}).every(flag => flag))].every(flag => flag); const _vo86 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
|
|
30859
30984
|
path: _path + ".titlePrefix",
|
|
30860
30985
|
expected: "(string | undefined)",
|
|
30861
30986
|
value: input.titlePrefix
|
|
@@ -30879,7 +31004,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30879
31004
|
"Please remove the property next time."
|
|
30880
31005
|
].join("\n")
|
|
30881
31006
|
});
|
|
30882
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
31007
|
+
}).every(flag => flag))].every(flag => flag); const _vo87 = (input, _path, _exceptionable = true) => [undefined === input.stateFilter || (Array.isArray(input.stateFilter) || _report(_exceptionable, {
|
|
30883
31008
|
path: _path + ".stateFilter",
|
|
30884
31009
|
expected: "(Array<number> | undefined)",
|
|
30885
31010
|
value: input.stateFilter
|
|
@@ -30927,7 +31052,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30927
31052
|
"Please remove the property next time."
|
|
30928
31053
|
].join("\n")
|
|
30929
31054
|
});
|
|
30930
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
31055
|
+
}).every(flag => flag))].every(flag => flag); const _vo88 = (input, _path, _exceptionable = true) => [undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || _report(_exceptionable, {
|
|
30931
31056
|
path: _path + ".disableHotArea",
|
|
30932
31057
|
expected: "(boolean | undefined)",
|
|
30933
31058
|
value: input.disableHotArea
|
|
@@ -30947,7 +31072,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30947
31072
|
"Please remove the property next time."
|
|
30948
31073
|
].join("\n")
|
|
30949
31074
|
});
|
|
30950
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
31075
|
+
}).every(flag => flag))].every(flag => flag); const _vo89 = (input, _path, _exceptionable = true) => [undefined === input.refreshInterval || "number" === typeof input.refreshInterval || _report(_exceptionable, {
|
|
30951
31076
|
path: _path + ".refreshInterval",
|
|
30952
31077
|
expected: "(number | undefined)",
|
|
30953
31078
|
value: input.refreshInterval
|
|
@@ -30967,7 +31092,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30967
31092
|
"Please remove the property next time."
|
|
30968
31093
|
].join("\n")
|
|
30969
31094
|
});
|
|
30970
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
31095
|
+
}).every(flag => flag))].every(flag => flag); const _vo90 = (input, _path, _exceptionable = true) => [undefined === input.layout || "string" === typeof input.layout || _report(_exceptionable, {
|
|
30971
31096
|
path: _path + ".layout",
|
|
30972
31097
|
expected: "(string | undefined)",
|
|
30973
31098
|
value: input.layout
|