@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
|
@@ -17917,7 +17917,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17917
17917
|
}; })()(input);
|
|
17918
17918
|
}
|
|
17919
17919
|
case ":settings": {
|
|
17920
|
-
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 _av57 = 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 _av62 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io26(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io29(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io30(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io31(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io44(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) &&
|
|
17920
|
+
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 _av57 = 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 _av62 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io26(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io29(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io30(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io31(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io44(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io60(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io64(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io65(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io74(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io75(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io76(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && _io79(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io80(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io81(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io84(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io87(input.utilsAssetEditorPanel)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io88(input.display)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io89(input.bookmarks)) && (undefined === input.shotbox || "object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) && _io90(input.shotbox)); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => (undefined === input.editor || "string" === typeof input.editor) && (undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs)); const _io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
17921
17921
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
17922
17922
|
return true;
|
|
17923
17923
|
const value = input[key];
|
|
@@ -17989,12 +17989,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17989
17989
|
if (undefined === value)
|
|
17990
17990
|
return true;
|
|
17991
17991
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17992
|
-
}); const _io44 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io45(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io46(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io51(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io56(input.openCommand))); const _io45 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io46 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io47 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv23.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io48 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io49 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io50 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io51 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io52 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io53(input.subtitleDisclaimer); const _io53 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io54(input.defaultValue)); const _io54 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io55(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io55 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io56 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io57 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io58(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io60(input.voiceOver)); const _io58 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io59(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io59 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io60 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io61 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io62 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io63(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io64(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io68(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io70(input.item)); const _io63 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io64 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io65(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io67(input.note)); const _io65 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io66(input.excerpt); const _io66 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io67 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io68 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io69(input.search)) && (undefined === input.sortMode || true === _iv28.has(input.sortMode)); const _io69 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io70 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io71 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io72 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io73 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io74(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io75(input.rive)); const _io74 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io75 = input => undefined === input.template || "string" === typeof input.template; const _io76 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io77 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io78 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io79(input.events); const _io79 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io80(input.publishSucceeded)); const _io80 = input => Object.keys(input).every(key => {
|
|
17992
|
+
}); const _io44 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io45(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io46(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io51(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io56(input.openCommand))) && (undefined === input.recorder || "object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) && _io57(input.recorder)); const _io45 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io46 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io47 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv23.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io48 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io49 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io50 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io51 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io52 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io53(input.subtitleDisclaimer); const _io53 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io54(input.defaultValue)); const _io54 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io55(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io55 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io56 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io57 = input => (undefined === input.microphone || "object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) && _io58(input.microphone)) && (undefined === input.webcam || "object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) && _io59(input.webcam)) && (undefined === input.countdown || "number" === typeof input.countdown); const _io58 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput); const _io59 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.frameRate || "number" === typeof input.frameRate) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio); const _io60 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io61(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io63(input.voiceOver)); const _io61 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io62(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io62 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io63 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io64 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io65 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io66(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io67(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io71(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io73(input.item)); const _io66 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io67 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io68(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io70(input.note)); const _io68 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io69(input.excerpt); const _io69 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io70 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io71 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io72(input.search)) && (undefined === input.sortMode || true === _iv28.has(input.sortMode)); const _io72 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io73 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io74 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io75 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io76 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io77(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io78(input.rive)); const _io77 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io78 = input => undefined === input.template || "string" === typeof input.template; const _io79 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io80 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io81 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io82(input.events); const _io82 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io83(input.publishSucceeded)); const _io83 = input => Object.keys(input).every(key => {
|
|
17993
17993
|
const value = input[key];
|
|
17994
17994
|
if (undefined === value)
|
|
17995
17995
|
return true;
|
|
17996
17996
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
17997
|
-
}); const
|
|
17997
|
+
}); const _io84 = input => (undefined === input.create || "object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) && _io85(input.create)) && (undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io86(input.duplicate)); const _io85 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io86 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io87 = input => (undefined === input.stateFilter || Array.isArray(input.stateFilter) && input.stateFilter.every(elem => "number" === typeof elem)) && (undefined === input.textFilter || "string" === typeof input.textFilter) && (undefined === input.showEmpty || "boolean" === typeof input.showEmpty) && (undefined === input.selectedRecord || "string" === typeof input.selectedRecord) && (undefined === input.subscribeSearchHits || "boolean" === typeof input.subscribeSearchHits) && (undefined === input.parseRegex || "boolean" === typeof input.parseRegex); const _io88 = input => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea; const _io89 = input => undefined === input.refreshInterval || "number" === typeof input.refreshInterval; const _io90 = input => undefined === input.layout || "string" === typeof input.layout; const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17998
17998
|
method: "typia.assertGuard",
|
|
17999
17999
|
path: _path + ".autoLogoutTime",
|
|
18000
18000
|
expected: "(number | undefined)",
|
|
@@ -18212,12 +18212,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18212
18212
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18213
18213
|
method: "typia.assertGuard",
|
|
18214
18214
|
path: _path + ".edit",
|
|
18215
|
-
expected: "(__type.
|
|
18215
|
+
expected: "(__type.o53 | undefined)",
|
|
18216
18216
|
value: input.edit
|
|
18217
|
-
}, _errorFactory)) &&
|
|
18217
|
+
}, _errorFactory)) && _ao60(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18218
18218
|
method: "typia.assertGuard",
|
|
18219
18219
|
path: _path + ".edit",
|
|
18220
|
-
expected: "(__type.
|
|
18220
|
+
expected: "(__type.o53 | undefined)",
|
|
18221
18221
|
value: input.edit
|
|
18222
18222
|
}, _errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18223
18223
|
method: "typia.assertGuard",
|
|
@@ -18227,12 +18227,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18227
18227
|
}, _errorFactory)) && input.commands.every((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18228
18228
|
method: "typia.assertGuard",
|
|
18229
18229
|
path: _path + ".commands[" + _index37 + "]",
|
|
18230
|
-
expected: "__type.
|
|
18230
|
+
expected: "__type.o57",
|
|
18231
18231
|
value: elem
|
|
18232
|
-
}, _errorFactory)) &&
|
|
18232
|
+
}, _errorFactory)) && _ao64(elem, _path + ".commands[" + _index37 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18233
18233
|
method: "typia.assertGuard",
|
|
18234
18234
|
path: _path + ".commands[" + _index37 + "]",
|
|
18235
|
-
expected: "__type.
|
|
18235
|
+
expected: "__type.o57",
|
|
18236
18236
|
value: elem
|
|
18237
18237
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18238
18238
|
method: "typia.assertGuard",
|
|
@@ -18257,22 +18257,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18257
18257
|
}, _errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18258
18258
|
method: "typia.assertGuard",
|
|
18259
18259
|
path: _path + ".storyboard",
|
|
18260
|
-
expected: "(__type.
|
|
18260
|
+
expected: "(__type.o58 | undefined)",
|
|
18261
18261
|
value: input.storyboard
|
|
18262
|
-
}, _errorFactory)) &&
|
|
18262
|
+
}, _errorFactory)) && _ao65(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18263
18263
|
method: "typia.assertGuard",
|
|
18264
18264
|
path: _path + ".storyboard",
|
|
18265
|
-
expected: "(__type.
|
|
18265
|
+
expected: "(__type.o58 | undefined)",
|
|
18266
18266
|
value: input.storyboard
|
|
18267
18267
|
}, _errorFactory)) && (undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18268
18268
|
method: "typia.assertGuard",
|
|
18269
18269
|
path: _path + ".print",
|
|
18270
|
-
expected: "(__type.
|
|
18270
|
+
expected: "(__type.o67 | undefined)",
|
|
18271
18271
|
value: input.print
|
|
18272
|
-
}, _errorFactory)) &&
|
|
18272
|
+
}, _errorFactory)) && _ao74(input.print, _path + ".print", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18273
18273
|
method: "typia.assertGuard",
|
|
18274
18274
|
path: _path + ".print",
|
|
18275
|
-
expected: "(__type.
|
|
18275
|
+
expected: "(__type.o67 | undefined)",
|
|
18276
18276
|
value: input.print
|
|
18277
18277
|
}, _errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18278
18278
|
method: "typia.assertGuard",
|
|
@@ -18282,12 +18282,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18282
18282
|
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index39) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18283
18283
|
method: "typia.assertGuard",
|
|
18284
18284
|
path: _path + ".hiddenPreviews[" + _index39 + "]",
|
|
18285
|
-
expected: "__type.
|
|
18285
|
+
expected: "__type.o68",
|
|
18286
18286
|
value: elem
|
|
18287
|
-
}, _errorFactory)) &&
|
|
18287
|
+
}, _errorFactory)) && _ao75(elem, _path + ".hiddenPreviews[" + _index39 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18288
18288
|
method: "typia.assertGuard",
|
|
18289
18289
|
path: _path + ".hiddenPreviews[" + _index39 + "]",
|
|
18290
|
-
expected: "__type.
|
|
18290
|
+
expected: "__type.o68",
|
|
18291
18291
|
value: elem
|
|
18292
18292
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18293
18293
|
method: "typia.assertGuard",
|
|
@@ -18297,12 +18297,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18297
18297
|
}, _errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18298
18298
|
method: "typia.assertGuard",
|
|
18299
18299
|
path: _path + ".plugins",
|
|
18300
|
-
expected: "(__type.
|
|
18300
|
+
expected: "(__type.o69 | undefined)",
|
|
18301
18301
|
value: input.plugins
|
|
18302
|
-
}, _errorFactory)) &&
|
|
18302
|
+
}, _errorFactory)) && _ao76(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18303
18303
|
method: "typia.assertGuard",
|
|
18304
18304
|
path: _path + ".plugins",
|
|
18305
|
-
expected: "(__type.
|
|
18305
|
+
expected: "(__type.o69 | undefined)",
|
|
18306
18306
|
value: input.plugins
|
|
18307
18307
|
}, _errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18308
18308
|
method: "typia.assertGuard",
|
|
@@ -18317,32 +18317,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18317
18317
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18318
18318
|
method: "typia.assertGuard",
|
|
18319
18319
|
path: _path + ".featurePreview",
|
|
18320
|
-
expected: "(__type.
|
|
18320
|
+
expected: "(__type.o72 | undefined)",
|
|
18321
18321
|
value: input.featurePreview
|
|
18322
|
-
}, _errorFactory)) &&
|
|
18322
|
+
}, _errorFactory)) && _ao79(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18323
18323
|
method: "typia.assertGuard",
|
|
18324
18324
|
path: _path + ".featurePreview",
|
|
18325
|
-
expected: "(__type.
|
|
18325
|
+
expected: "(__type.o72 | undefined)",
|
|
18326
18326
|
value: input.featurePreview
|
|
18327
18327
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18328
18328
|
method: "typia.assertGuard",
|
|
18329
18329
|
path: _path + ".flags",
|
|
18330
|
-
expected: "(__type.
|
|
18330
|
+
expected: "(__type.o73 | undefined)",
|
|
18331
18331
|
value: input.flags
|
|
18332
|
-
}, _errorFactory)) &&
|
|
18332
|
+
}, _errorFactory)) && _ao80(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18333
18333
|
method: "typia.assertGuard",
|
|
18334
18334
|
path: _path + ".flags",
|
|
18335
|
-
expected: "(__type.
|
|
18335
|
+
expected: "(__type.o73 | undefined)",
|
|
18336
18336
|
value: input.flags
|
|
18337
18337
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18338
18338
|
method: "typia.assertGuard",
|
|
18339
18339
|
path: _path + ".notifications",
|
|
18340
|
-
expected: "(__type.
|
|
18340
|
+
expected: "(__type.o74 | undefined)",
|
|
18341
18341
|
value: input.notifications
|
|
18342
|
-
}, _errorFactory)) &&
|
|
18342
|
+
}, _errorFactory)) && _ao81(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18343
18343
|
method: "typia.assertGuard",
|
|
18344
18344
|
path: _path + ".notifications",
|
|
18345
|
-
expected: "(__type.
|
|
18345
|
+
expected: "(__type.o74 | undefined)",
|
|
18346
18346
|
value: input.notifications
|
|
18347
18347
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18348
18348
|
method: "typia.assertGuard",
|
|
@@ -18352,52 +18352,52 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18352
18352
|
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18353
18353
|
method: "typia.assertGuard",
|
|
18354
18354
|
path: _path + ".clone",
|
|
18355
|
-
expected: "(__type.
|
|
18355
|
+
expected: "(__type.o77 | undefined)",
|
|
18356
18356
|
value: input.clone
|
|
18357
|
-
}, _errorFactory)) &&
|
|
18357
|
+
}, _errorFactory)) && _ao84(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18358
18358
|
method: "typia.assertGuard",
|
|
18359
18359
|
path: _path + ".clone",
|
|
18360
|
-
expected: "(__type.
|
|
18360
|
+
expected: "(__type.o77 | undefined)",
|
|
18361
18361
|
value: input.clone
|
|
18362
18362
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18363
18363
|
method: "typia.assertGuard",
|
|
18364
18364
|
path: _path + ".utilsAssetEditorPanel",
|
|
18365
|
-
expected: "(__type.
|
|
18365
|
+
expected: "(__type.o80 | undefined)",
|
|
18366
18366
|
value: input.utilsAssetEditorPanel
|
|
18367
|
-
}, _errorFactory)) &&
|
|
18367
|
+
}, _errorFactory)) && _ao87(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18368
18368
|
method: "typia.assertGuard",
|
|
18369
18369
|
path: _path + ".utilsAssetEditorPanel",
|
|
18370
|
-
expected: "(__type.
|
|
18370
|
+
expected: "(__type.o80 | undefined)",
|
|
18371
18371
|
value: input.utilsAssetEditorPanel
|
|
18372
18372
|
}, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18373
18373
|
method: "typia.assertGuard",
|
|
18374
18374
|
path: _path + ".display",
|
|
18375
|
-
expected: "(__type.
|
|
18375
|
+
expected: "(__type.o81 | undefined)",
|
|
18376
18376
|
value: input.display
|
|
18377
|
-
}, _errorFactory)) &&
|
|
18377
|
+
}, _errorFactory)) && _ao88(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18378
18378
|
method: "typia.assertGuard",
|
|
18379
18379
|
path: _path + ".display",
|
|
18380
|
-
expected: "(__type.
|
|
18380
|
+
expected: "(__type.o81 | undefined)",
|
|
18381
18381
|
value: input.display
|
|
18382
18382
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18383
18383
|
method: "typia.assertGuard",
|
|
18384
18384
|
path: _path + ".bookmarks",
|
|
18385
|
-
expected: "(__type.
|
|
18385
|
+
expected: "(__type.o82 | undefined)",
|
|
18386
18386
|
value: input.bookmarks
|
|
18387
|
-
}, _errorFactory)) &&
|
|
18387
|
+
}, _errorFactory)) && _ao89(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18388
18388
|
method: "typia.assertGuard",
|
|
18389
18389
|
path: _path + ".bookmarks",
|
|
18390
|
-
expected: "(__type.
|
|
18390
|
+
expected: "(__type.o82 | undefined)",
|
|
18391
18391
|
value: input.bookmarks
|
|
18392
18392
|
}, _errorFactory)) && (undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18393
18393
|
method: "typia.assertGuard",
|
|
18394
18394
|
path: _path + ".shotbox",
|
|
18395
|
-
expected: "(__type.
|
|
18395
|
+
expected: "(__type.o83 | undefined)",
|
|
18396
18396
|
value: input.shotbox
|
|
18397
|
-
}, _errorFactory)) &&
|
|
18397
|
+
}, _errorFactory)) && _ao90(input.shotbox, _path + ".shotbox", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18398
18398
|
method: "typia.assertGuard",
|
|
18399
18399
|
path: _path + ".shotbox",
|
|
18400
|
-
expected: "(__type.
|
|
18400
|
+
expected: "(__type.o83 | undefined)",
|
|
18401
18401
|
value: input.shotbox
|
|
18402
18402
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18403
18403
|
method: "typia.assertGuard",
|
|
@@ -19436,7 +19436,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19436
19436
|
path: _path + ".openCommand",
|
|
19437
19437
|
expected: "(__type.o49 | string | undefined)",
|
|
19438
19438
|
value: input.openCommand
|
|
19439
|
-
}, _errorFactory)))
|
|
19439
|
+
}, _errorFactory))) && (undefined === input.recorder || ("object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19440
|
+
method: "typia.assertGuard",
|
|
19441
|
+
path: _path + ".recorder",
|
|
19442
|
+
expected: "(__type.o50 | undefined)",
|
|
19443
|
+
value: input.recorder
|
|
19444
|
+
}, _errorFactory)) && _ao57(input.recorder, _path + ".recorder", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19445
|
+
method: "typia.assertGuard",
|
|
19446
|
+
path: _path + ".recorder",
|
|
19447
|
+
expected: "(__type.o50 | undefined)",
|
|
19448
|
+
value: input.recorder
|
|
19449
|
+
}, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19440
19450
|
method: "typia.assertGuard",
|
|
19441
19451
|
path: _path + ".mask",
|
|
19442
19452
|
expected: "(boolean | undefined)",
|
|
@@ -19686,7 +19696,62 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19686
19696
|
path: _path + ".args",
|
|
19687
19697
|
expected: "(Array<string> | undefined)",
|
|
19688
19698
|
value: input.args
|
|
19689
|
-
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
19699
|
+
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.microphone || ("object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19700
|
+
method: "typia.assertGuard",
|
|
19701
|
+
path: _path + ".microphone",
|
|
19702
|
+
expected: "(__type.o51 | undefined)",
|
|
19703
|
+
value: input.microphone
|
|
19704
|
+
}, _errorFactory)) && _ao58(input.microphone, _path + ".microphone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19705
|
+
method: "typia.assertGuard",
|
|
19706
|
+
path: _path + ".microphone",
|
|
19707
|
+
expected: "(__type.o51 | undefined)",
|
|
19708
|
+
value: input.microphone
|
|
19709
|
+
}, _errorFactory)) && (undefined === input.webcam || ("object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19710
|
+
method: "typia.assertGuard",
|
|
19711
|
+
path: _path + ".webcam",
|
|
19712
|
+
expected: "(__type.o52 | undefined)",
|
|
19713
|
+
value: input.webcam
|
|
19714
|
+
}, _errorFactory)) && _ao59(input.webcam, _path + ".webcam", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19715
|
+
method: "typia.assertGuard",
|
|
19716
|
+
path: _path + ".webcam",
|
|
19717
|
+
expected: "(__type.o52 | undefined)",
|
|
19718
|
+
value: input.webcam
|
|
19719
|
+
}, _errorFactory)) && (undefined === input.countdown || "number" === typeof input.countdown || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19720
|
+
method: "typia.assertGuard",
|
|
19721
|
+
path: _path + ".countdown",
|
|
19722
|
+
expected: "(number | undefined)",
|
|
19723
|
+
value: input.countdown
|
|
19724
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (undefined === input.deviceId || "string" === typeof input.deviceId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19725
|
+
method: "typia.assertGuard",
|
|
19726
|
+
path: _path + ".deviceId",
|
|
19727
|
+
expected: "(string | undefined)",
|
|
19728
|
+
value: input.deviceId
|
|
19729
|
+
}, _errorFactory)) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19730
|
+
method: "typia.assertGuard",
|
|
19731
|
+
path: _path + ".inputGainDb",
|
|
19732
|
+
expected: "(number | undefined)",
|
|
19733
|
+
value: input.inputGainDb
|
|
19734
|
+
}, _errorFactory)) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19735
|
+
method: "typia.assertGuard",
|
|
19736
|
+
path: _path + ".monitorInput",
|
|
19737
|
+
expected: "(boolean | undefined)",
|
|
19738
|
+
value: input.monitorInput
|
|
19739
|
+
}, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => (undefined === input.deviceId || "string" === typeof input.deviceId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19740
|
+
method: "typia.assertGuard",
|
|
19741
|
+
path: _path + ".deviceId",
|
|
19742
|
+
expected: "(string | undefined)",
|
|
19743
|
+
value: input.deviceId
|
|
19744
|
+
}, _errorFactory)) && (undefined === input.frameRate || "number" === typeof input.frameRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19745
|
+
method: "typia.assertGuard",
|
|
19746
|
+
path: _path + ".frameRate",
|
|
19747
|
+
expected: "(number | undefined)",
|
|
19748
|
+
value: input.frameRate
|
|
19749
|
+
}, _errorFactory)) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19750
|
+
method: "typia.assertGuard",
|
|
19751
|
+
path: _path + ".aspectRatio",
|
|
19752
|
+
expected: "(number | undefined)",
|
|
19753
|
+
value: input.aspectRatio
|
|
19754
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19690
19755
|
method: "typia.assertGuard",
|
|
19691
19756
|
path: _path + ".thumbnailView",
|
|
19692
19757
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
@@ -19694,24 +19759,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19694
19759
|
}, _errorFactory)) && (undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19695
19760
|
method: "typia.assertGuard",
|
|
19696
19761
|
path: _path + ".normalize",
|
|
19697
|
-
expected: "(__type.
|
|
19762
|
+
expected: "(__type.o54 | undefined)",
|
|
19698
19763
|
value: input.normalize
|
|
19699
|
-
}, _errorFactory)) &&
|
|
19764
|
+
}, _errorFactory)) && _ao61(input.normalize, _path + ".normalize", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19700
19765
|
method: "typia.assertGuard",
|
|
19701
19766
|
path: _path + ".normalize",
|
|
19702
|
-
expected: "(__type.
|
|
19767
|
+
expected: "(__type.o54 | undefined)",
|
|
19703
19768
|
value: input.normalize
|
|
19704
19769
|
}, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19705
19770
|
method: "typia.assertGuard",
|
|
19706
19771
|
path: _path + ".voiceOver",
|
|
19707
|
-
expected: "(__type.
|
|
19772
|
+
expected: "(__type.o56 | undefined)",
|
|
19708
19773
|
value: input.voiceOver
|
|
19709
|
-
}, _errorFactory)) &&
|
|
19774
|
+
}, _errorFactory)) && _ao63(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19710
19775
|
method: "typia.assertGuard",
|
|
19711
19776
|
path: _path + ".voiceOver",
|
|
19712
|
-
expected: "(__type.
|
|
19777
|
+
expected: "(__type.o56 | undefined)",
|
|
19713
19778
|
value: input.voiceOver
|
|
19714
|
-
}, _errorFactory)); const
|
|
19779
|
+
}, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19715
19780
|
method: "typia.assertGuard",
|
|
19716
19781
|
path: _path + ".presets",
|
|
19717
19782
|
expected: "(Array<__type>.o5 | undefined)",
|
|
@@ -19719,12 +19784,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19719
19784
|
}, _errorFactory)) && input.presets.every((elem, _index60) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19720
19785
|
method: "typia.assertGuard",
|
|
19721
19786
|
path: _path + ".presets[" + _index60 + "]",
|
|
19722
|
-
expected: "__type.
|
|
19787
|
+
expected: "__type.o55",
|
|
19723
19788
|
value: elem
|
|
19724
|
-
}, _errorFactory)) &&
|
|
19789
|
+
}, _errorFactory)) && _ao62(elem, _path + ".presets[" + _index60 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19725
19790
|
method: "typia.assertGuard",
|
|
19726
19791
|
path: _path + ".presets[" + _index60 + "]",
|
|
19727
|
-
expected: "__type.
|
|
19792
|
+
expected: "__type.o55",
|
|
19728
19793
|
value: elem
|
|
19729
19794
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19730
19795
|
method: "typia.assertGuard",
|
|
@@ -19736,7 +19801,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19736
19801
|
path: _path + ".defaultPresetId",
|
|
19737
19802
|
expected: "(string | undefined)",
|
|
19738
19803
|
value: input.defaultPresetId
|
|
19739
|
-
}, _errorFactory)); const
|
|
19804
|
+
}, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19740
19805
|
method: "typia.assertGuard",
|
|
19741
19806
|
path: _path + ".id",
|
|
19742
19807
|
expected: "string",
|
|
@@ -19756,7 +19821,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19756
19821
|
path: _path + ".tp",
|
|
19757
19822
|
expected: "number",
|
|
19758
19823
|
value: input.tp
|
|
19759
|
-
}, _errorFactory)); const
|
|
19824
|
+
}, _errorFactory)); const _ao63 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19760
19825
|
method: "typia.assertGuard",
|
|
19761
19826
|
path: _path + ".inputDevice",
|
|
19762
19827
|
expected: "(string | undefined)",
|
|
@@ -19766,6 +19831,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19766
19831
|
path: _path + ".inputGainDb",
|
|
19767
19832
|
expected: "(number | undefined)",
|
|
19768
19833
|
value: input.inputGainDb
|
|
19834
|
+
}, _errorFactory)) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19835
|
+
method: "typia.assertGuard",
|
|
19836
|
+
path: _path + ".monitorInput",
|
|
19837
|
+
expected: "(boolean | undefined)",
|
|
19838
|
+
value: input.monitorInput
|
|
19769
19839
|
}, _errorFactory)) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19770
19840
|
method: "typia.assertGuard",
|
|
19771
19841
|
path: _path + ".backgroundReductionDb",
|
|
@@ -19781,7 +19851,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19781
19851
|
path: _path + ".preRollDuration",
|
|
19782
19852
|
expected: "(number | undefined)",
|
|
19783
19853
|
value: input.preRollDuration
|
|
19784
|
-
}, _errorFactory)); const
|
|
19854
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19785
19855
|
method: "typia.assertGuard",
|
|
19786
19856
|
path: _path + ".title",
|
|
19787
19857
|
expected: "(string | undefined)",
|
|
@@ -19806,82 +19876,82 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19806
19876
|
path: _path + ".args",
|
|
19807
19877
|
expected: "(Array<string> | undefined)",
|
|
19808
19878
|
value: input.args
|
|
19809
|
-
}, _errorFactory)); const
|
|
19879
|
+
}, _errorFactory)); const _ao65 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19810
19880
|
method: "typia.assertGuard",
|
|
19811
19881
|
path: _path + ".folded",
|
|
19812
|
-
expected: "(__type.
|
|
19882
|
+
expected: "(__type.o59 | undefined)",
|
|
19813
19883
|
value: input.folded
|
|
19814
|
-
}, _errorFactory)) &&
|
|
19884
|
+
}, _errorFactory)) && _ao66(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19815
19885
|
method: "typia.assertGuard",
|
|
19816
19886
|
path: _path + ".folded",
|
|
19817
|
-
expected: "(__type.
|
|
19887
|
+
expected: "(__type.o59 | undefined)",
|
|
19818
19888
|
value: input.folded
|
|
19819
19889
|
}, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19820
19890
|
method: "typia.assertGuard",
|
|
19821
19891
|
path: _path + ".assets",
|
|
19822
|
-
expected: "(__type.
|
|
19892
|
+
expected: "(__type.o60 | undefined)",
|
|
19823
19893
|
value: input.assets
|
|
19824
|
-
}, _errorFactory)) &&
|
|
19894
|
+
}, _errorFactory)) && _ao67(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19825
19895
|
method: "typia.assertGuard",
|
|
19826
19896
|
path: _path + ".assets",
|
|
19827
|
-
expected: "(__type.
|
|
19897
|
+
expected: "(__type.o60 | undefined)",
|
|
19828
19898
|
value: input.assets
|
|
19829
19899
|
}, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19830
19900
|
method: "typia.assertGuard",
|
|
19831
19901
|
path: _path + ".pipeline",
|
|
19832
|
-
expected: "(__type.
|
|
19902
|
+
expected: "(__type.o64 | undefined)",
|
|
19833
19903
|
value: input.pipeline
|
|
19834
|
-
}, _errorFactory)) &&
|
|
19904
|
+
}, _errorFactory)) && _ao71(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19835
19905
|
method: "typia.assertGuard",
|
|
19836
19906
|
path: _path + ".pipeline",
|
|
19837
|
-
expected: "(__type.
|
|
19907
|
+
expected: "(__type.o64 | undefined)",
|
|
19838
19908
|
value: input.pipeline
|
|
19839
19909
|
}, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19840
19910
|
method: "typia.assertGuard",
|
|
19841
19911
|
path: _path + ".item",
|
|
19842
|
-
expected: "(__type.
|
|
19912
|
+
expected: "(__type.o66 | undefined)",
|
|
19843
19913
|
value: input.item
|
|
19844
|
-
}, _errorFactory)) &&
|
|
19914
|
+
}, _errorFactory)) && _ao73(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19845
19915
|
method: "typia.assertGuard",
|
|
19846
19916
|
path: _path + ".item",
|
|
19847
|
-
expected: "(__type.
|
|
19917
|
+
expected: "(__type.o66 | undefined)",
|
|
19848
19918
|
value: input.item
|
|
19849
|
-
}, _errorFactory)); const
|
|
19919
|
+
}, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19850
19920
|
method: "typia.assertGuard",
|
|
19851
19921
|
path: _path + ".auto",
|
|
19852
19922
|
expected: "(boolean | undefined)",
|
|
19853
19923
|
value: input.auto
|
|
19854
|
-
}, _errorFactory); const
|
|
19924
|
+
}, _errorFactory); const _ao67 = (input, _path, _exceptionable = true) => (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19855
19925
|
method: "typia.assertGuard",
|
|
19856
19926
|
path: _path + ".story",
|
|
19857
|
-
expected: "(__type.
|
|
19927
|
+
expected: "(__type.o61 | undefined)",
|
|
19858
19928
|
value: input.story
|
|
19859
|
-
}, _errorFactory)) &&
|
|
19929
|
+
}, _errorFactory)) && _ao68(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19860
19930
|
method: "typia.assertGuard",
|
|
19861
19931
|
path: _path + ".story",
|
|
19862
|
-
expected: "(__type.
|
|
19932
|
+
expected: "(__type.o61 | undefined)",
|
|
19863
19933
|
value: input.story
|
|
19864
19934
|
}, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19865
19935
|
method: "typia.assertGuard",
|
|
19866
19936
|
path: _path + ".note",
|
|
19867
|
-
expected: "(__type.
|
|
19937
|
+
expected: "(__type.o63 | undefined)",
|
|
19868
19938
|
value: input.note
|
|
19869
|
-
}, _errorFactory)) &&
|
|
19939
|
+
}, _errorFactory)) && _ao70(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19870
19940
|
method: "typia.assertGuard",
|
|
19871
19941
|
path: _path + ".note",
|
|
19872
|
-
expected: "(__type.
|
|
19942
|
+
expected: "(__type.o63 | undefined)",
|
|
19873
19943
|
value: input.note
|
|
19874
|
-
}, _errorFactory)); const
|
|
19944
|
+
}, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19875
19945
|
method: "typia.assertGuard",
|
|
19876
19946
|
path: _path + ".excerpt",
|
|
19877
|
-
expected: "(__type.
|
|
19947
|
+
expected: "(__type.o62 | undefined)",
|
|
19878
19948
|
value: input.excerpt
|
|
19879
|
-
}, _errorFactory)) &&
|
|
19949
|
+
}, _errorFactory)) && _ao69(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19880
19950
|
method: "typia.assertGuard",
|
|
19881
19951
|
path: _path + ".excerpt",
|
|
19882
|
-
expected: "(__type.
|
|
19952
|
+
expected: "(__type.o62 | undefined)",
|
|
19883
19953
|
value: input.excerpt
|
|
19884
|
-
}, _errorFactory); const
|
|
19954
|
+
}, _errorFactory); const _ao69 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19885
19955
|
method: "typia.assertGuard",
|
|
19886
19956
|
path: _path + ".maxLines",
|
|
19887
19957
|
expected: "(number | undefined)",
|
|
@@ -19896,32 +19966,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19896
19966
|
path: _path + ".comments",
|
|
19897
19967
|
expected: "(boolean | undefined)",
|
|
19898
19968
|
value: input.comments
|
|
19899
|
-
}, _errorFactory)); const
|
|
19969
|
+
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19900
19970
|
method: "typia.assertGuard",
|
|
19901
19971
|
path: _path + ".maxHeight",
|
|
19902
19972
|
expected: "(number | undefined)",
|
|
19903
19973
|
value: input.maxHeight
|
|
19904
|
-
}, _errorFactory); const
|
|
19974
|
+
}, _errorFactory); const _ao71 = (input, _path, _exceptionable = true) => (undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19905
19975
|
method: "typia.assertGuard",
|
|
19906
19976
|
path: _path + ".search",
|
|
19907
|
-
expected: "(__type.
|
|
19977
|
+
expected: "(__type.o65 | undefined)",
|
|
19908
19978
|
value: input.search
|
|
19909
|
-
}, _errorFactory)) &&
|
|
19979
|
+
}, _errorFactory)) && _ao72(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19910
19980
|
method: "typia.assertGuard",
|
|
19911
19981
|
path: _path + ".search",
|
|
19912
|
-
expected: "(__type.
|
|
19982
|
+
expected: "(__type.o65 | undefined)",
|
|
19913
19983
|
value: input.search
|
|
19914
19984
|
}, _errorFactory)) && (undefined === input.sortMode || true === _av62.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19915
19985
|
method: "typia.assertGuard",
|
|
19916
19986
|
path: _path + ".sortMode",
|
|
19917
19987
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
19918
19988
|
value: input.sortMode
|
|
19919
|
-
}, _errorFactory)); const
|
|
19989
|
+
}, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19920
19990
|
method: "typia.assertGuard",
|
|
19921
19991
|
path: _path + ".maxItemsDisplayed",
|
|
19922
19992
|
expected: "(number | undefined)",
|
|
19923
19993
|
value: input.maxItemsDisplayed
|
|
19924
|
-
}, _errorFactory); const
|
|
19994
|
+
}, _errorFactory); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19925
19995
|
method: "typia.assertGuard",
|
|
19926
19996
|
path: _path + ".maxHeight",
|
|
19927
19997
|
expected: "(number | undefined)",
|
|
@@ -19931,7 +20001,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19931
20001
|
path: _path + ".titleLines",
|
|
19932
20002
|
expected: "(number | undefined)",
|
|
19933
20003
|
value: input.titleLines
|
|
19934
|
-
}, _errorFactory)); const
|
|
20004
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19935
20005
|
method: "typia.assertGuard",
|
|
19936
20006
|
path: _path + ".fontFamilies",
|
|
19937
20007
|
expected: "(Array<string> | undefined)",
|
|
@@ -19946,7 +20016,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19946
20016
|
path: _path + ".fontFamilies",
|
|
19947
20017
|
expected: "(Array<string> | undefined)",
|
|
19948
20018
|
value: input.fontFamilies
|
|
19949
|
-
}, _errorFactory); const
|
|
20019
|
+
}, _errorFactory); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19950
20020
|
method: "typia.assertGuard",
|
|
19951
20021
|
path: _path + ".id",
|
|
19952
20022
|
expected: "(string | undefined)",
|
|
@@ -19956,37 +20026,37 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19956
20026
|
path: _path + ".folded",
|
|
19957
20027
|
expected: "(boolean | undefined)",
|
|
19958
20028
|
value: input.folded
|
|
19959
|
-
}, _errorFactory)); const
|
|
20029
|
+
}, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19960
20030
|
method: "typia.assertGuard",
|
|
19961
20031
|
path: _path + ".adobe",
|
|
19962
|
-
expected: "(__type.
|
|
20032
|
+
expected: "(__type.o70 | undefined)",
|
|
19963
20033
|
value: input.adobe
|
|
19964
|
-
}, _errorFactory)) &&
|
|
20034
|
+
}, _errorFactory)) && _ao77(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19965
20035
|
method: "typia.assertGuard",
|
|
19966
20036
|
path: _path + ".adobe",
|
|
19967
|
-
expected: "(__type.
|
|
20037
|
+
expected: "(__type.o70 | undefined)",
|
|
19968
20038
|
value: input.adobe
|
|
19969
20039
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19970
20040
|
method: "typia.assertGuard",
|
|
19971
20041
|
path: _path + ".rive",
|
|
19972
|
-
expected: "(__type.
|
|
20042
|
+
expected: "(__type.o71 | undefined)",
|
|
19973
20043
|
value: input.rive
|
|
19974
|
-
}, _errorFactory)) &&
|
|
20044
|
+
}, _errorFactory)) && _ao78(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19975
20045
|
method: "typia.assertGuard",
|
|
19976
20046
|
path: _path + ".rive",
|
|
19977
|
-
expected: "(__type.
|
|
20047
|
+
expected: "(__type.o71 | undefined)",
|
|
19978
20048
|
value: input.rive
|
|
19979
|
-
}, _errorFactory)); const
|
|
20049
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19980
20050
|
method: "typia.assertGuard",
|
|
19981
20051
|
path: _path + ".useProxies",
|
|
19982
20052
|
expected: "(boolean | undefined)",
|
|
19983
20053
|
value: input.useProxies
|
|
19984
|
-
}, _errorFactory); const
|
|
20054
|
+
}, _errorFactory); const _ao78 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19985
20055
|
method: "typia.assertGuard",
|
|
19986
20056
|
path: _path + ".template",
|
|
19987
20057
|
expected: "(string | undefined)",
|
|
19988
20058
|
value: input.template
|
|
19989
|
-
}, _errorFactory); const
|
|
20059
|
+
}, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19990
20060
|
method: "typia.assertGuard",
|
|
19991
20061
|
path: _path + ".collections",
|
|
19992
20062
|
expected: "(boolean | undefined)",
|
|
@@ -20001,7 +20071,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20001
20071
|
path: _path + ".ameRemoteRendering",
|
|
20002
20072
|
expected: "(boolean | undefined)",
|
|
20003
20073
|
value: input.ameRemoteRendering
|
|
20004
|
-
}, _errorFactory)); const
|
|
20074
|
+
}, _errorFactory)); const _ao80 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20005
20075
|
method: "typia.assertGuard",
|
|
20006
20076
|
path: _path + ".utils",
|
|
20007
20077
|
expected: "(boolean | undefined)",
|
|
@@ -20096,17 +20166,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20096
20166
|
path: _path + ".systemHealth",
|
|
20097
20167
|
expected: "(boolean | undefined)",
|
|
20098
20168
|
value: input.systemHealth
|
|
20099
|
-
}, _errorFactory)); const
|
|
20169
|
+
}, _errorFactory)); const _ao81 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20100
20170
|
method: "typia.assertGuard",
|
|
20101
20171
|
path: _path + ".events",
|
|
20102
|
-
expected: "(__type.
|
|
20172
|
+
expected: "(__type.o75 | undefined)",
|
|
20103
20173
|
value: input.events
|
|
20104
|
-
}, _errorFactory)) &&
|
|
20174
|
+
}, _errorFactory)) && _ao82(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20105
20175
|
method: "typia.assertGuard",
|
|
20106
20176
|
path: _path + ".events",
|
|
20107
|
-
expected: "(__type.
|
|
20177
|
+
expected: "(__type.o75 | undefined)",
|
|
20108
20178
|
value: input.events
|
|
20109
|
-
}, _errorFactory); const
|
|
20179
|
+
}, _errorFactory); const _ao82 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20110
20180
|
method: "typia.assertGuard",
|
|
20111
20181
|
path: _path + ".comment",
|
|
20112
20182
|
expected: "(Array<NotificationReason> | undefined)",
|
|
@@ -20154,14 +20224,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20154
20224
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20155
20225
|
method: "typia.assertGuard",
|
|
20156
20226
|
path: _path + ".publishSucceeded",
|
|
20157
|
-
expected: "(__type.
|
|
20227
|
+
expected: "(__type.o76 | undefined)",
|
|
20158
20228
|
value: input.publishSucceeded
|
|
20159
|
-
}, _errorFactory)) &&
|
|
20229
|
+
}, _errorFactory)) && _ao83(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20160
20230
|
method: "typia.assertGuard",
|
|
20161
20231
|
path: _path + ".publishSucceeded",
|
|
20162
|
-
expected: "(__type.
|
|
20232
|
+
expected: "(__type.o76 | undefined)",
|
|
20163
20233
|
value: input.publishSucceeded
|
|
20164
|
-
}, _errorFactory)); const
|
|
20234
|
+
}, _errorFactory)); const _ao83 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
20165
20235
|
const value = input[key];
|
|
20166
20236
|
if (undefined === value)
|
|
20167
20237
|
return true;
|
|
@@ -20181,27 +20251,27 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20181
20251
|
expected: "Array<NotificationReason>",
|
|
20182
20252
|
value: value
|
|
20183
20253
|
}, _errorFactory);
|
|
20184
|
-
}); const
|
|
20254
|
+
}); const _ao84 = (input, _path, _exceptionable = true) => (undefined === input.create || ("object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20185
20255
|
method: "typia.assertGuard",
|
|
20186
20256
|
path: _path + ".create",
|
|
20187
|
-
expected: "(__type.
|
|
20257
|
+
expected: "(__type.o78 | undefined)",
|
|
20188
20258
|
value: input.create
|
|
20189
|
-
}, _errorFactory)) &&
|
|
20259
|
+
}, _errorFactory)) && _ao85(input.create, _path + ".create", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20190
20260
|
method: "typia.assertGuard",
|
|
20191
20261
|
path: _path + ".create",
|
|
20192
|
-
expected: "(__type.
|
|
20262
|
+
expected: "(__type.o78 | undefined)",
|
|
20193
20263
|
value: input.create
|
|
20194
20264
|
}, _errorFactory)) && (undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20195
20265
|
method: "typia.assertGuard",
|
|
20196
20266
|
path: _path + ".duplicate",
|
|
20197
|
-
expected: "(__type.
|
|
20267
|
+
expected: "(__type.o79 | undefined)",
|
|
20198
20268
|
value: input.duplicate
|
|
20199
|
-
}, _errorFactory)) &&
|
|
20269
|
+
}, _errorFactory)) && _ao86(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20200
20270
|
method: "typia.assertGuard",
|
|
20201
20271
|
path: _path + ".duplicate",
|
|
20202
|
-
expected: "(__type.
|
|
20272
|
+
expected: "(__type.o79 | undefined)",
|
|
20203
20273
|
value: input.duplicate
|
|
20204
|
-
}, _errorFactory)); const
|
|
20274
|
+
}, _errorFactory)); const _ao85 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20205
20275
|
method: "typia.assertGuard",
|
|
20206
20276
|
path: _path + ".titlePrefix",
|
|
20207
20277
|
expected: "(string | undefined)",
|
|
@@ -20211,7 +20281,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20211
20281
|
path: _path + ".titleSuffix",
|
|
20212
20282
|
expected: "(string | undefined)",
|
|
20213
20283
|
value: input.titleSuffix
|
|
20214
|
-
}, _errorFactory)); const
|
|
20284
|
+
}, _errorFactory)); const _ao86 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20215
20285
|
method: "typia.assertGuard",
|
|
20216
20286
|
path: _path + ".titlePrefix",
|
|
20217
20287
|
expected: "(string | undefined)",
|
|
@@ -20221,7 +20291,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20221
20291
|
path: _path + ".titleSuffix",
|
|
20222
20292
|
expected: "(string | undefined)",
|
|
20223
20293
|
value: input.titleSuffix
|
|
20224
|
-
}, _errorFactory)); const
|
|
20294
|
+
}, _errorFactory)); const _ao87 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20225
20295
|
method: "typia.assertGuard",
|
|
20226
20296
|
path: _path + ".stateFilter",
|
|
20227
20297
|
expected: "(Array<number> | undefined)",
|
|
@@ -20261,17 +20331,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20261
20331
|
path: _path + ".parseRegex",
|
|
20262
20332
|
expected: "(boolean | undefined)",
|
|
20263
20333
|
value: input.parseRegex
|
|
20264
|
-
}, _errorFactory)); const
|
|
20334
|
+
}, _errorFactory)); const _ao88 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20265
20335
|
method: "typia.assertGuard",
|
|
20266
20336
|
path: _path + ".disableHotArea",
|
|
20267
20337
|
expected: "(boolean | undefined)",
|
|
20268
20338
|
value: input.disableHotArea
|
|
20269
|
-
}, _errorFactory); const
|
|
20339
|
+
}, _errorFactory); const _ao89 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20270
20340
|
method: "typia.assertGuard",
|
|
20271
20341
|
path: _path + ".refreshInterval",
|
|
20272
20342
|
expected: "(number | undefined)",
|
|
20273
20343
|
value: input.refreshInterval
|
|
20274
|
-
}, _errorFactory); const
|
|
20344
|
+
}, _errorFactory); const _ao90 = (input, _path, _exceptionable = true) => undefined === input.layout || "string" === typeof input.layout || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20275
20345
|
method: "typia.assertGuard",
|
|
20276
20346
|
path: _path + ".layout",
|
|
20277
20347
|
expected: "(string | undefined)",
|