@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
|
@@ -18053,7 +18053,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
18053
18053
|
}; })()(input);
|
|
18054
18054
|
}
|
|
18055
18055
|
case ":settings": {
|
|
18056
|
-
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) &&
|
|
18056
|
+
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 => {
|
|
18057
18057
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
18058
18058
|
return true;
|
|
18059
18059
|
const value = input[key];
|
|
@@ -18125,12 +18125,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
18125
18125
|
if (undefined === value)
|
|
18126
18126
|
return true;
|
|
18127
18127
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
18128
|
-
}); 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 => {
|
|
18128
|
+
}); 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 => {
|
|
18129
18129
|
const value = input[key];
|
|
18130
18130
|
if (undefined === value)
|
|
18131
18131
|
return true;
|
|
18132
18132
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
18133
|
-
}); const
|
|
18133
|
+
}); 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, {
|
|
18134
18134
|
method: "typia.assert",
|
|
18135
18135
|
path: _path + ".autoLogoutTime",
|
|
18136
18136
|
expected: "(number | undefined)",
|
|
@@ -18348,12 +18348,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
18348
18348
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18349
18349
|
method: "typia.assert",
|
|
18350
18350
|
path: _path + ".edit",
|
|
18351
|
-
expected: "(__type.
|
|
18351
|
+
expected: "(__type.o53 | undefined)",
|
|
18352
18352
|
value: input.edit
|
|
18353
|
-
}, _errorFactory)) &&
|
|
18353
|
+
}, _errorFactory)) && _ao60(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18354
18354
|
method: "typia.assert",
|
|
18355
18355
|
path: _path + ".edit",
|
|
18356
|
-
expected: "(__type.
|
|
18356
|
+
expected: "(__type.o53 | undefined)",
|
|
18357
18357
|
value: input.edit
|
|
18358
18358
|
}, _errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18359
18359
|
method: "typia.assert",
|
|
@@ -18363,12 +18363,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
18363
18363
|
}, _errorFactory)) && input.commands.every((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18364
18364
|
method: "typia.assert",
|
|
18365
18365
|
path: _path + ".commands[" + _index37 + "]",
|
|
18366
|
-
expected: "__type.
|
|
18366
|
+
expected: "__type.o57",
|
|
18367
18367
|
value: elem
|
|
18368
|
-
}, _errorFactory)) &&
|
|
18368
|
+
}, _errorFactory)) && _ao64(elem, _path + ".commands[" + _index37 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18369
18369
|
method: "typia.assert",
|
|
18370
18370
|
path: _path + ".commands[" + _index37 + "]",
|
|
18371
|
-
expected: "__type.
|
|
18371
|
+
expected: "__type.o57",
|
|
18372
18372
|
value: elem
|
|
18373
18373
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18374
18374
|
method: "typia.assert",
|
|
@@ -18393,22 +18393,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
18393
18393
|
}, _errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18394
18394
|
method: "typia.assert",
|
|
18395
18395
|
path: _path + ".storyboard",
|
|
18396
|
-
expected: "(__type.
|
|
18396
|
+
expected: "(__type.o58 | undefined)",
|
|
18397
18397
|
value: input.storyboard
|
|
18398
|
-
}, _errorFactory)) &&
|
|
18398
|
+
}, _errorFactory)) && _ao65(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18399
18399
|
method: "typia.assert",
|
|
18400
18400
|
path: _path + ".storyboard",
|
|
18401
|
-
expected: "(__type.
|
|
18401
|
+
expected: "(__type.o58 | undefined)",
|
|
18402
18402
|
value: input.storyboard
|
|
18403
18403
|
}, _errorFactory)) && (undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18404
18404
|
method: "typia.assert",
|
|
18405
18405
|
path: _path + ".print",
|
|
18406
|
-
expected: "(__type.
|
|
18406
|
+
expected: "(__type.o67 | undefined)",
|
|
18407
18407
|
value: input.print
|
|
18408
|
-
}, _errorFactory)) &&
|
|
18408
|
+
}, _errorFactory)) && _ao74(input.print, _path + ".print", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18409
18409
|
method: "typia.assert",
|
|
18410
18410
|
path: _path + ".print",
|
|
18411
|
-
expected: "(__type.
|
|
18411
|
+
expected: "(__type.o67 | undefined)",
|
|
18412
18412
|
value: input.print
|
|
18413
18413
|
}, _errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18414
18414
|
method: "typia.assert",
|
|
@@ -18418,12 +18418,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
18418
18418
|
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index39) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18419
18419
|
method: "typia.assert",
|
|
18420
18420
|
path: _path + ".hiddenPreviews[" + _index39 + "]",
|
|
18421
|
-
expected: "__type.
|
|
18421
|
+
expected: "__type.o68",
|
|
18422
18422
|
value: elem
|
|
18423
|
-
}, _errorFactory)) &&
|
|
18423
|
+
}, _errorFactory)) && _ao75(elem, _path + ".hiddenPreviews[" + _index39 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18424
18424
|
method: "typia.assert",
|
|
18425
18425
|
path: _path + ".hiddenPreviews[" + _index39 + "]",
|
|
18426
|
-
expected: "__type.
|
|
18426
|
+
expected: "__type.o68",
|
|
18427
18427
|
value: elem
|
|
18428
18428
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18429
18429
|
method: "typia.assert",
|
|
@@ -18433,12 +18433,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
18433
18433
|
}, _errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18434
18434
|
method: "typia.assert",
|
|
18435
18435
|
path: _path + ".plugins",
|
|
18436
|
-
expected: "(__type.
|
|
18436
|
+
expected: "(__type.o69 | undefined)",
|
|
18437
18437
|
value: input.plugins
|
|
18438
|
-
}, _errorFactory)) &&
|
|
18438
|
+
}, _errorFactory)) && _ao76(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18439
18439
|
method: "typia.assert",
|
|
18440
18440
|
path: _path + ".plugins",
|
|
18441
|
-
expected: "(__type.
|
|
18441
|
+
expected: "(__type.o69 | undefined)",
|
|
18442
18442
|
value: input.plugins
|
|
18443
18443
|
}, _errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18444
18444
|
method: "typia.assert",
|
|
@@ -18453,32 +18453,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
18453
18453
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18454
18454
|
method: "typia.assert",
|
|
18455
18455
|
path: _path + ".featurePreview",
|
|
18456
|
-
expected: "(__type.
|
|
18456
|
+
expected: "(__type.o72 | undefined)",
|
|
18457
18457
|
value: input.featurePreview
|
|
18458
|
-
}, _errorFactory)) &&
|
|
18458
|
+
}, _errorFactory)) && _ao79(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18459
18459
|
method: "typia.assert",
|
|
18460
18460
|
path: _path + ".featurePreview",
|
|
18461
|
-
expected: "(__type.
|
|
18461
|
+
expected: "(__type.o72 | undefined)",
|
|
18462
18462
|
value: input.featurePreview
|
|
18463
18463
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18464
18464
|
method: "typia.assert",
|
|
18465
18465
|
path: _path + ".flags",
|
|
18466
|
-
expected: "(__type.
|
|
18466
|
+
expected: "(__type.o73 | undefined)",
|
|
18467
18467
|
value: input.flags
|
|
18468
|
-
}, _errorFactory)) &&
|
|
18468
|
+
}, _errorFactory)) && _ao80(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18469
18469
|
method: "typia.assert",
|
|
18470
18470
|
path: _path + ".flags",
|
|
18471
|
-
expected: "(__type.
|
|
18471
|
+
expected: "(__type.o73 | undefined)",
|
|
18472
18472
|
value: input.flags
|
|
18473
18473
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18474
18474
|
method: "typia.assert",
|
|
18475
18475
|
path: _path + ".notifications",
|
|
18476
|
-
expected: "(__type.
|
|
18476
|
+
expected: "(__type.o74 | undefined)",
|
|
18477
18477
|
value: input.notifications
|
|
18478
|
-
}, _errorFactory)) &&
|
|
18478
|
+
}, _errorFactory)) && _ao81(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18479
18479
|
method: "typia.assert",
|
|
18480
18480
|
path: _path + ".notifications",
|
|
18481
|
-
expected: "(__type.
|
|
18481
|
+
expected: "(__type.o74 | undefined)",
|
|
18482
18482
|
value: input.notifications
|
|
18483
18483
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18484
18484
|
method: "typia.assert",
|
|
@@ -18488,52 +18488,52 @@ function _assertDomainRecord(domain, input) {
|
|
|
18488
18488
|
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18489
18489
|
method: "typia.assert",
|
|
18490
18490
|
path: _path + ".clone",
|
|
18491
|
-
expected: "(__type.
|
|
18491
|
+
expected: "(__type.o77 | undefined)",
|
|
18492
18492
|
value: input.clone
|
|
18493
|
-
}, _errorFactory)) &&
|
|
18493
|
+
}, _errorFactory)) && _ao84(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18494
18494
|
method: "typia.assert",
|
|
18495
18495
|
path: _path + ".clone",
|
|
18496
|
-
expected: "(__type.
|
|
18496
|
+
expected: "(__type.o77 | undefined)",
|
|
18497
18497
|
value: input.clone
|
|
18498
18498
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18499
18499
|
method: "typia.assert",
|
|
18500
18500
|
path: _path + ".utilsAssetEditorPanel",
|
|
18501
|
-
expected: "(__type.
|
|
18501
|
+
expected: "(__type.o80 | undefined)",
|
|
18502
18502
|
value: input.utilsAssetEditorPanel
|
|
18503
|
-
}, _errorFactory)) &&
|
|
18503
|
+
}, _errorFactory)) && _ao87(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18504
18504
|
method: "typia.assert",
|
|
18505
18505
|
path: _path + ".utilsAssetEditorPanel",
|
|
18506
|
-
expected: "(__type.
|
|
18506
|
+
expected: "(__type.o80 | undefined)",
|
|
18507
18507
|
value: input.utilsAssetEditorPanel
|
|
18508
18508
|
}, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18509
18509
|
method: "typia.assert",
|
|
18510
18510
|
path: _path + ".display",
|
|
18511
|
-
expected: "(__type.
|
|
18511
|
+
expected: "(__type.o81 | undefined)",
|
|
18512
18512
|
value: input.display
|
|
18513
|
-
}, _errorFactory)) &&
|
|
18513
|
+
}, _errorFactory)) && _ao88(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18514
18514
|
method: "typia.assert",
|
|
18515
18515
|
path: _path + ".display",
|
|
18516
|
-
expected: "(__type.
|
|
18516
|
+
expected: "(__type.o81 | undefined)",
|
|
18517
18517
|
value: input.display
|
|
18518
18518
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18519
18519
|
method: "typia.assert",
|
|
18520
18520
|
path: _path + ".bookmarks",
|
|
18521
|
-
expected: "(__type.
|
|
18521
|
+
expected: "(__type.o82 | undefined)",
|
|
18522
18522
|
value: input.bookmarks
|
|
18523
|
-
}, _errorFactory)) &&
|
|
18523
|
+
}, _errorFactory)) && _ao89(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18524
18524
|
method: "typia.assert",
|
|
18525
18525
|
path: _path + ".bookmarks",
|
|
18526
|
-
expected: "(__type.
|
|
18526
|
+
expected: "(__type.o82 | undefined)",
|
|
18527
18527
|
value: input.bookmarks
|
|
18528
18528
|
}, _errorFactory)) && (undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18529
18529
|
method: "typia.assert",
|
|
18530
18530
|
path: _path + ".shotbox",
|
|
18531
|
-
expected: "(__type.
|
|
18531
|
+
expected: "(__type.o83 | undefined)",
|
|
18532
18532
|
value: input.shotbox
|
|
18533
|
-
}, _errorFactory)) &&
|
|
18533
|
+
}, _errorFactory)) && _ao90(input.shotbox, _path + ".shotbox", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18534
18534
|
method: "typia.assert",
|
|
18535
18535
|
path: _path + ".shotbox",
|
|
18536
|
-
expected: "(__type.
|
|
18536
|
+
expected: "(__type.o83 | undefined)",
|
|
18537
18537
|
value: input.shotbox
|
|
18538
18538
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18539
18539
|
method: "typia.assert",
|
|
@@ -19572,7 +19572,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
19572
19572
|
path: _path + ".openCommand",
|
|
19573
19573
|
expected: "(__type.o49 | string | undefined)",
|
|
19574
19574
|
value: input.openCommand
|
|
19575
|
-
}, _errorFactory)))
|
|
19575
|
+
}, _errorFactory))) && (undefined === input.recorder || ("object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19576
|
+
method: "typia.assert",
|
|
19577
|
+
path: _path + ".recorder",
|
|
19578
|
+
expected: "(__type.o50 | undefined)",
|
|
19579
|
+
value: input.recorder
|
|
19580
|
+
}, _errorFactory)) && _ao57(input.recorder, _path + ".recorder", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19581
|
+
method: "typia.assert",
|
|
19582
|
+
path: _path + ".recorder",
|
|
19583
|
+
expected: "(__type.o50 | undefined)",
|
|
19584
|
+
value: input.recorder
|
|
19585
|
+
}, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19576
19586
|
method: "typia.assert",
|
|
19577
19587
|
path: _path + ".mask",
|
|
19578
19588
|
expected: "(boolean | undefined)",
|
|
@@ -19822,7 +19832,62 @@ function _assertDomainRecord(domain, input) {
|
|
|
19822
19832
|
path: _path + ".args",
|
|
19823
19833
|
expected: "(Array<string> | undefined)",
|
|
19824
19834
|
value: input.args
|
|
19825
|
-
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
19835
|
+
}, _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, {
|
|
19836
|
+
method: "typia.assert",
|
|
19837
|
+
path: _path + ".microphone",
|
|
19838
|
+
expected: "(__type.o51 | undefined)",
|
|
19839
|
+
value: input.microphone
|
|
19840
|
+
}, _errorFactory)) && _ao58(input.microphone, _path + ".microphone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19841
|
+
method: "typia.assert",
|
|
19842
|
+
path: _path + ".microphone",
|
|
19843
|
+
expected: "(__type.o51 | undefined)",
|
|
19844
|
+
value: input.microphone
|
|
19845
|
+
}, _errorFactory)) && (undefined === input.webcam || ("object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19846
|
+
method: "typia.assert",
|
|
19847
|
+
path: _path + ".webcam",
|
|
19848
|
+
expected: "(__type.o52 | undefined)",
|
|
19849
|
+
value: input.webcam
|
|
19850
|
+
}, _errorFactory)) && _ao59(input.webcam, _path + ".webcam", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19851
|
+
method: "typia.assert",
|
|
19852
|
+
path: _path + ".webcam",
|
|
19853
|
+
expected: "(__type.o52 | undefined)",
|
|
19854
|
+
value: input.webcam
|
|
19855
|
+
}, _errorFactory)) && (undefined === input.countdown || "number" === typeof input.countdown || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19856
|
+
method: "typia.assert",
|
|
19857
|
+
path: _path + ".countdown",
|
|
19858
|
+
expected: "(number | undefined)",
|
|
19859
|
+
value: input.countdown
|
|
19860
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (undefined === input.deviceId || "string" === typeof input.deviceId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19861
|
+
method: "typia.assert",
|
|
19862
|
+
path: _path + ".deviceId",
|
|
19863
|
+
expected: "(string | undefined)",
|
|
19864
|
+
value: input.deviceId
|
|
19865
|
+
}, _errorFactory)) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19866
|
+
method: "typia.assert",
|
|
19867
|
+
path: _path + ".inputGainDb",
|
|
19868
|
+
expected: "(number | undefined)",
|
|
19869
|
+
value: input.inputGainDb
|
|
19870
|
+
}, _errorFactory)) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19871
|
+
method: "typia.assert",
|
|
19872
|
+
path: _path + ".monitorInput",
|
|
19873
|
+
expected: "(boolean | undefined)",
|
|
19874
|
+
value: input.monitorInput
|
|
19875
|
+
}, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => (undefined === input.deviceId || "string" === typeof input.deviceId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19876
|
+
method: "typia.assert",
|
|
19877
|
+
path: _path + ".deviceId",
|
|
19878
|
+
expected: "(string | undefined)",
|
|
19879
|
+
value: input.deviceId
|
|
19880
|
+
}, _errorFactory)) && (undefined === input.frameRate || "number" === typeof input.frameRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19881
|
+
method: "typia.assert",
|
|
19882
|
+
path: _path + ".frameRate",
|
|
19883
|
+
expected: "(number | undefined)",
|
|
19884
|
+
value: input.frameRate
|
|
19885
|
+
}, _errorFactory)) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19886
|
+
method: "typia.assert",
|
|
19887
|
+
path: _path + ".aspectRatio",
|
|
19888
|
+
expected: "(number | undefined)",
|
|
19889
|
+
value: input.aspectRatio
|
|
19890
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19826
19891
|
method: "typia.assert",
|
|
19827
19892
|
path: _path + ".thumbnailView",
|
|
19828
19893
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
@@ -19830,24 +19895,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
19830
19895
|
}, _errorFactory)) && (undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19831
19896
|
method: "typia.assert",
|
|
19832
19897
|
path: _path + ".normalize",
|
|
19833
|
-
expected: "(__type.
|
|
19898
|
+
expected: "(__type.o54 | undefined)",
|
|
19834
19899
|
value: input.normalize
|
|
19835
|
-
}, _errorFactory)) &&
|
|
19900
|
+
}, _errorFactory)) && _ao61(input.normalize, _path + ".normalize", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19836
19901
|
method: "typia.assert",
|
|
19837
19902
|
path: _path + ".normalize",
|
|
19838
|
-
expected: "(__type.
|
|
19903
|
+
expected: "(__type.o54 | undefined)",
|
|
19839
19904
|
value: input.normalize
|
|
19840
19905
|
}, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19841
19906
|
method: "typia.assert",
|
|
19842
19907
|
path: _path + ".voiceOver",
|
|
19843
|
-
expected: "(__type.
|
|
19908
|
+
expected: "(__type.o56 | undefined)",
|
|
19844
19909
|
value: input.voiceOver
|
|
19845
|
-
}, _errorFactory)) &&
|
|
19910
|
+
}, _errorFactory)) && _ao63(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19846
19911
|
method: "typia.assert",
|
|
19847
19912
|
path: _path + ".voiceOver",
|
|
19848
|
-
expected: "(__type.
|
|
19913
|
+
expected: "(__type.o56 | undefined)",
|
|
19849
19914
|
value: input.voiceOver
|
|
19850
|
-
}, _errorFactory)); const
|
|
19915
|
+
}, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19851
19916
|
method: "typia.assert",
|
|
19852
19917
|
path: _path + ".presets",
|
|
19853
19918
|
expected: "(Array<__type>.o5 | undefined)",
|
|
@@ -19855,12 +19920,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
19855
19920
|
}, _errorFactory)) && input.presets.every((elem, _index60) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19856
19921
|
method: "typia.assert",
|
|
19857
19922
|
path: _path + ".presets[" + _index60 + "]",
|
|
19858
|
-
expected: "__type.
|
|
19923
|
+
expected: "__type.o55",
|
|
19859
19924
|
value: elem
|
|
19860
|
-
}, _errorFactory)) &&
|
|
19925
|
+
}, _errorFactory)) && _ao62(elem, _path + ".presets[" + _index60 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19861
19926
|
method: "typia.assert",
|
|
19862
19927
|
path: _path + ".presets[" + _index60 + "]",
|
|
19863
|
-
expected: "__type.
|
|
19928
|
+
expected: "__type.o55",
|
|
19864
19929
|
value: elem
|
|
19865
19930
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19866
19931
|
method: "typia.assert",
|
|
@@ -19872,7 +19937,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19872
19937
|
path: _path + ".defaultPresetId",
|
|
19873
19938
|
expected: "(string | undefined)",
|
|
19874
19939
|
value: input.defaultPresetId
|
|
19875
|
-
}, _errorFactory)); const
|
|
19940
|
+
}, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19876
19941
|
method: "typia.assert",
|
|
19877
19942
|
path: _path + ".id",
|
|
19878
19943
|
expected: "string",
|
|
@@ -19892,7 +19957,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19892
19957
|
path: _path + ".tp",
|
|
19893
19958
|
expected: "number",
|
|
19894
19959
|
value: input.tp
|
|
19895
|
-
}, _errorFactory)); const
|
|
19960
|
+
}, _errorFactory)); const _ao63 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19896
19961
|
method: "typia.assert",
|
|
19897
19962
|
path: _path + ".inputDevice",
|
|
19898
19963
|
expected: "(string | undefined)",
|
|
@@ -19902,6 +19967,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
19902
19967
|
path: _path + ".inputGainDb",
|
|
19903
19968
|
expected: "(number | undefined)",
|
|
19904
19969
|
value: input.inputGainDb
|
|
19970
|
+
}, _errorFactory)) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19971
|
+
method: "typia.assert",
|
|
19972
|
+
path: _path + ".monitorInput",
|
|
19973
|
+
expected: "(boolean | undefined)",
|
|
19974
|
+
value: input.monitorInput
|
|
19905
19975
|
}, _errorFactory)) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19906
19976
|
method: "typia.assert",
|
|
19907
19977
|
path: _path + ".backgroundReductionDb",
|
|
@@ -19917,7 +19987,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19917
19987
|
path: _path + ".preRollDuration",
|
|
19918
19988
|
expected: "(number | undefined)",
|
|
19919
19989
|
value: input.preRollDuration
|
|
19920
|
-
}, _errorFactory)); const
|
|
19990
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19921
19991
|
method: "typia.assert",
|
|
19922
19992
|
path: _path + ".title",
|
|
19923
19993
|
expected: "(string | undefined)",
|
|
@@ -19942,82 +20012,82 @@ function _assertDomainRecord(domain, input) {
|
|
|
19942
20012
|
path: _path + ".args",
|
|
19943
20013
|
expected: "(Array<string> | undefined)",
|
|
19944
20014
|
value: input.args
|
|
19945
|
-
}, _errorFactory)); const
|
|
20015
|
+
}, _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, {
|
|
19946
20016
|
method: "typia.assert",
|
|
19947
20017
|
path: _path + ".folded",
|
|
19948
|
-
expected: "(__type.
|
|
20018
|
+
expected: "(__type.o59 | undefined)",
|
|
19949
20019
|
value: input.folded
|
|
19950
|
-
}, _errorFactory)) &&
|
|
20020
|
+
}, _errorFactory)) && _ao66(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19951
20021
|
method: "typia.assert",
|
|
19952
20022
|
path: _path + ".folded",
|
|
19953
|
-
expected: "(__type.
|
|
20023
|
+
expected: "(__type.o59 | undefined)",
|
|
19954
20024
|
value: input.folded
|
|
19955
20025
|
}, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19956
20026
|
method: "typia.assert",
|
|
19957
20027
|
path: _path + ".assets",
|
|
19958
|
-
expected: "(__type.
|
|
20028
|
+
expected: "(__type.o60 | undefined)",
|
|
19959
20029
|
value: input.assets
|
|
19960
|
-
}, _errorFactory)) &&
|
|
20030
|
+
}, _errorFactory)) && _ao67(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19961
20031
|
method: "typia.assert",
|
|
19962
20032
|
path: _path + ".assets",
|
|
19963
|
-
expected: "(__type.
|
|
20033
|
+
expected: "(__type.o60 | undefined)",
|
|
19964
20034
|
value: input.assets
|
|
19965
20035
|
}, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19966
20036
|
method: "typia.assert",
|
|
19967
20037
|
path: _path + ".pipeline",
|
|
19968
|
-
expected: "(__type.
|
|
20038
|
+
expected: "(__type.o64 | undefined)",
|
|
19969
20039
|
value: input.pipeline
|
|
19970
|
-
}, _errorFactory)) &&
|
|
20040
|
+
}, _errorFactory)) && _ao71(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19971
20041
|
method: "typia.assert",
|
|
19972
20042
|
path: _path + ".pipeline",
|
|
19973
|
-
expected: "(__type.
|
|
20043
|
+
expected: "(__type.o64 | undefined)",
|
|
19974
20044
|
value: input.pipeline
|
|
19975
20045
|
}, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19976
20046
|
method: "typia.assert",
|
|
19977
20047
|
path: _path + ".item",
|
|
19978
|
-
expected: "(__type.
|
|
20048
|
+
expected: "(__type.o66 | undefined)",
|
|
19979
20049
|
value: input.item
|
|
19980
|
-
}, _errorFactory)) &&
|
|
20050
|
+
}, _errorFactory)) && _ao73(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19981
20051
|
method: "typia.assert",
|
|
19982
20052
|
path: _path + ".item",
|
|
19983
|
-
expected: "(__type.
|
|
20053
|
+
expected: "(__type.o66 | undefined)",
|
|
19984
20054
|
value: input.item
|
|
19985
|
-
}, _errorFactory)); const
|
|
20055
|
+
}, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19986
20056
|
method: "typia.assert",
|
|
19987
20057
|
path: _path + ".auto",
|
|
19988
20058
|
expected: "(boolean | undefined)",
|
|
19989
20059
|
value: input.auto
|
|
19990
|
-
}, _errorFactory); const
|
|
20060
|
+
}, _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, {
|
|
19991
20061
|
method: "typia.assert",
|
|
19992
20062
|
path: _path + ".story",
|
|
19993
|
-
expected: "(__type.
|
|
20063
|
+
expected: "(__type.o61 | undefined)",
|
|
19994
20064
|
value: input.story
|
|
19995
|
-
}, _errorFactory)) &&
|
|
20065
|
+
}, _errorFactory)) && _ao68(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19996
20066
|
method: "typia.assert",
|
|
19997
20067
|
path: _path + ".story",
|
|
19998
|
-
expected: "(__type.
|
|
20068
|
+
expected: "(__type.o61 | undefined)",
|
|
19999
20069
|
value: input.story
|
|
20000
20070
|
}, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20001
20071
|
method: "typia.assert",
|
|
20002
20072
|
path: _path + ".note",
|
|
20003
|
-
expected: "(__type.
|
|
20073
|
+
expected: "(__type.o63 | undefined)",
|
|
20004
20074
|
value: input.note
|
|
20005
|
-
}, _errorFactory)) &&
|
|
20075
|
+
}, _errorFactory)) && _ao70(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20006
20076
|
method: "typia.assert",
|
|
20007
20077
|
path: _path + ".note",
|
|
20008
|
-
expected: "(__type.
|
|
20078
|
+
expected: "(__type.o63 | undefined)",
|
|
20009
20079
|
value: input.note
|
|
20010
|
-
}, _errorFactory)); const
|
|
20080
|
+
}, _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, {
|
|
20011
20081
|
method: "typia.assert",
|
|
20012
20082
|
path: _path + ".excerpt",
|
|
20013
|
-
expected: "(__type.
|
|
20083
|
+
expected: "(__type.o62 | undefined)",
|
|
20014
20084
|
value: input.excerpt
|
|
20015
|
-
}, _errorFactory)) &&
|
|
20085
|
+
}, _errorFactory)) && _ao69(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20016
20086
|
method: "typia.assert",
|
|
20017
20087
|
path: _path + ".excerpt",
|
|
20018
|
-
expected: "(__type.
|
|
20088
|
+
expected: "(__type.o62 | undefined)",
|
|
20019
20089
|
value: input.excerpt
|
|
20020
|
-
}, _errorFactory); const
|
|
20090
|
+
}, _errorFactory); const _ao69 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20021
20091
|
method: "typia.assert",
|
|
20022
20092
|
path: _path + ".maxLines",
|
|
20023
20093
|
expected: "(number | undefined)",
|
|
@@ -20032,32 +20102,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
20032
20102
|
path: _path + ".comments",
|
|
20033
20103
|
expected: "(boolean | undefined)",
|
|
20034
20104
|
value: input.comments
|
|
20035
|
-
}, _errorFactory)); const
|
|
20105
|
+
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20036
20106
|
method: "typia.assert",
|
|
20037
20107
|
path: _path + ".maxHeight",
|
|
20038
20108
|
expected: "(number | undefined)",
|
|
20039
20109
|
value: input.maxHeight
|
|
20040
|
-
}, _errorFactory); const
|
|
20110
|
+
}, _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, {
|
|
20041
20111
|
method: "typia.assert",
|
|
20042
20112
|
path: _path + ".search",
|
|
20043
|
-
expected: "(__type.
|
|
20113
|
+
expected: "(__type.o65 | undefined)",
|
|
20044
20114
|
value: input.search
|
|
20045
|
-
}, _errorFactory)) &&
|
|
20115
|
+
}, _errorFactory)) && _ao72(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20046
20116
|
method: "typia.assert",
|
|
20047
20117
|
path: _path + ".search",
|
|
20048
|
-
expected: "(__type.
|
|
20118
|
+
expected: "(__type.o65 | undefined)",
|
|
20049
20119
|
value: input.search
|
|
20050
20120
|
}, _errorFactory)) && (undefined === input.sortMode || true === _av62.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20051
20121
|
method: "typia.assert",
|
|
20052
20122
|
path: _path + ".sortMode",
|
|
20053
20123
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
20054
20124
|
value: input.sortMode
|
|
20055
|
-
}, _errorFactory)); const
|
|
20125
|
+
}, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20056
20126
|
method: "typia.assert",
|
|
20057
20127
|
path: _path + ".maxItemsDisplayed",
|
|
20058
20128
|
expected: "(number | undefined)",
|
|
20059
20129
|
value: input.maxItemsDisplayed
|
|
20060
|
-
}, _errorFactory); const
|
|
20130
|
+
}, _errorFactory); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20061
20131
|
method: "typia.assert",
|
|
20062
20132
|
path: _path + ".maxHeight",
|
|
20063
20133
|
expected: "(number | undefined)",
|
|
@@ -20067,7 +20137,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20067
20137
|
path: _path + ".titleLines",
|
|
20068
20138
|
expected: "(number | undefined)",
|
|
20069
20139
|
value: input.titleLines
|
|
20070
|
-
}, _errorFactory)); const
|
|
20140
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20071
20141
|
method: "typia.assert",
|
|
20072
20142
|
path: _path + ".fontFamilies",
|
|
20073
20143
|
expected: "(Array<string> | undefined)",
|
|
@@ -20082,7 +20152,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20082
20152
|
path: _path + ".fontFamilies",
|
|
20083
20153
|
expected: "(Array<string> | undefined)",
|
|
20084
20154
|
value: input.fontFamilies
|
|
20085
|
-
}, _errorFactory); const
|
|
20155
|
+
}, _errorFactory); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20086
20156
|
method: "typia.assert",
|
|
20087
20157
|
path: _path + ".id",
|
|
20088
20158
|
expected: "(string | undefined)",
|
|
@@ -20092,37 +20162,37 @@ function _assertDomainRecord(domain, input) {
|
|
|
20092
20162
|
path: _path + ".folded",
|
|
20093
20163
|
expected: "(boolean | undefined)",
|
|
20094
20164
|
value: input.folded
|
|
20095
|
-
}, _errorFactory)); const
|
|
20165
|
+
}, _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, {
|
|
20096
20166
|
method: "typia.assert",
|
|
20097
20167
|
path: _path + ".adobe",
|
|
20098
|
-
expected: "(__type.
|
|
20168
|
+
expected: "(__type.o70 | undefined)",
|
|
20099
20169
|
value: input.adobe
|
|
20100
|
-
}, _errorFactory)) &&
|
|
20170
|
+
}, _errorFactory)) && _ao77(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20101
20171
|
method: "typia.assert",
|
|
20102
20172
|
path: _path + ".adobe",
|
|
20103
|
-
expected: "(__type.
|
|
20173
|
+
expected: "(__type.o70 | undefined)",
|
|
20104
20174
|
value: input.adobe
|
|
20105
20175
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20106
20176
|
method: "typia.assert",
|
|
20107
20177
|
path: _path + ".rive",
|
|
20108
|
-
expected: "(__type.
|
|
20178
|
+
expected: "(__type.o71 | undefined)",
|
|
20109
20179
|
value: input.rive
|
|
20110
|
-
}, _errorFactory)) &&
|
|
20180
|
+
}, _errorFactory)) && _ao78(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20111
20181
|
method: "typia.assert",
|
|
20112
20182
|
path: _path + ".rive",
|
|
20113
|
-
expected: "(__type.
|
|
20183
|
+
expected: "(__type.o71 | undefined)",
|
|
20114
20184
|
value: input.rive
|
|
20115
|
-
}, _errorFactory)); const
|
|
20185
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20116
20186
|
method: "typia.assert",
|
|
20117
20187
|
path: _path + ".useProxies",
|
|
20118
20188
|
expected: "(boolean | undefined)",
|
|
20119
20189
|
value: input.useProxies
|
|
20120
|
-
}, _errorFactory); const
|
|
20190
|
+
}, _errorFactory); const _ao78 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20121
20191
|
method: "typia.assert",
|
|
20122
20192
|
path: _path + ".template",
|
|
20123
20193
|
expected: "(string | undefined)",
|
|
20124
20194
|
value: input.template
|
|
20125
|
-
}, _errorFactory); const
|
|
20195
|
+
}, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20126
20196
|
method: "typia.assert",
|
|
20127
20197
|
path: _path + ".collections",
|
|
20128
20198
|
expected: "(boolean | undefined)",
|
|
@@ -20137,7 +20207,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20137
20207
|
path: _path + ".ameRemoteRendering",
|
|
20138
20208
|
expected: "(boolean | undefined)",
|
|
20139
20209
|
value: input.ameRemoteRendering
|
|
20140
|
-
}, _errorFactory)); const
|
|
20210
|
+
}, _errorFactory)); const _ao80 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20141
20211
|
method: "typia.assert",
|
|
20142
20212
|
path: _path + ".utils",
|
|
20143
20213
|
expected: "(boolean | undefined)",
|
|
@@ -20232,17 +20302,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
20232
20302
|
path: _path + ".systemHealth",
|
|
20233
20303
|
expected: "(boolean | undefined)",
|
|
20234
20304
|
value: input.systemHealth
|
|
20235
|
-
}, _errorFactory)); const
|
|
20305
|
+
}, _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, {
|
|
20236
20306
|
method: "typia.assert",
|
|
20237
20307
|
path: _path + ".events",
|
|
20238
|
-
expected: "(__type.
|
|
20308
|
+
expected: "(__type.o75 | undefined)",
|
|
20239
20309
|
value: input.events
|
|
20240
|
-
}, _errorFactory)) &&
|
|
20310
|
+
}, _errorFactory)) && _ao82(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20241
20311
|
method: "typia.assert",
|
|
20242
20312
|
path: _path + ".events",
|
|
20243
|
-
expected: "(__type.
|
|
20313
|
+
expected: "(__type.o75 | undefined)",
|
|
20244
20314
|
value: input.events
|
|
20245
|
-
}, _errorFactory); const
|
|
20315
|
+
}, _errorFactory); const _ao82 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20246
20316
|
method: "typia.assert",
|
|
20247
20317
|
path: _path + ".comment",
|
|
20248
20318
|
expected: "(Array<NotificationReason> | undefined)",
|
|
@@ -20290,14 +20360,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
20290
20360
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20291
20361
|
method: "typia.assert",
|
|
20292
20362
|
path: _path + ".publishSucceeded",
|
|
20293
|
-
expected: "(__type.
|
|
20363
|
+
expected: "(__type.o76 | undefined)",
|
|
20294
20364
|
value: input.publishSucceeded
|
|
20295
|
-
}, _errorFactory)) &&
|
|
20365
|
+
}, _errorFactory)) && _ao83(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20296
20366
|
method: "typia.assert",
|
|
20297
20367
|
path: _path + ".publishSucceeded",
|
|
20298
|
-
expected: "(__type.
|
|
20368
|
+
expected: "(__type.o76 | undefined)",
|
|
20299
20369
|
value: input.publishSucceeded
|
|
20300
|
-
}, _errorFactory)); const
|
|
20370
|
+
}, _errorFactory)); const _ao83 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
20301
20371
|
const value = input[key];
|
|
20302
20372
|
if (undefined === value)
|
|
20303
20373
|
return true;
|
|
@@ -20317,27 +20387,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
20317
20387
|
expected: "Array<NotificationReason>",
|
|
20318
20388
|
value: value
|
|
20319
20389
|
}, _errorFactory);
|
|
20320
|
-
}); const
|
|
20390
|
+
}); 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, {
|
|
20321
20391
|
method: "typia.assert",
|
|
20322
20392
|
path: _path + ".create",
|
|
20323
|
-
expected: "(__type.
|
|
20393
|
+
expected: "(__type.o78 | undefined)",
|
|
20324
20394
|
value: input.create
|
|
20325
|
-
}, _errorFactory)) &&
|
|
20395
|
+
}, _errorFactory)) && _ao85(input.create, _path + ".create", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20326
20396
|
method: "typia.assert",
|
|
20327
20397
|
path: _path + ".create",
|
|
20328
|
-
expected: "(__type.
|
|
20398
|
+
expected: "(__type.o78 | undefined)",
|
|
20329
20399
|
value: input.create
|
|
20330
20400
|
}, _errorFactory)) && (undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20331
20401
|
method: "typia.assert",
|
|
20332
20402
|
path: _path + ".duplicate",
|
|
20333
|
-
expected: "(__type.
|
|
20403
|
+
expected: "(__type.o79 | undefined)",
|
|
20334
20404
|
value: input.duplicate
|
|
20335
|
-
}, _errorFactory)) &&
|
|
20405
|
+
}, _errorFactory)) && _ao86(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20336
20406
|
method: "typia.assert",
|
|
20337
20407
|
path: _path + ".duplicate",
|
|
20338
|
-
expected: "(__type.
|
|
20408
|
+
expected: "(__type.o79 | undefined)",
|
|
20339
20409
|
value: input.duplicate
|
|
20340
|
-
}, _errorFactory)); const
|
|
20410
|
+
}, _errorFactory)); const _ao85 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20341
20411
|
method: "typia.assert",
|
|
20342
20412
|
path: _path + ".titlePrefix",
|
|
20343
20413
|
expected: "(string | undefined)",
|
|
@@ -20347,7 +20417,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20347
20417
|
path: _path + ".titleSuffix",
|
|
20348
20418
|
expected: "(string | undefined)",
|
|
20349
20419
|
value: input.titleSuffix
|
|
20350
|
-
}, _errorFactory)); const
|
|
20420
|
+
}, _errorFactory)); const _ao86 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20351
20421
|
method: "typia.assert",
|
|
20352
20422
|
path: _path + ".titlePrefix",
|
|
20353
20423
|
expected: "(string | undefined)",
|
|
@@ -20357,7 +20427,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20357
20427
|
path: _path + ".titleSuffix",
|
|
20358
20428
|
expected: "(string | undefined)",
|
|
20359
20429
|
value: input.titleSuffix
|
|
20360
|
-
}, _errorFactory)); const
|
|
20430
|
+
}, _errorFactory)); const _ao87 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20361
20431
|
method: "typia.assert",
|
|
20362
20432
|
path: _path + ".stateFilter",
|
|
20363
20433
|
expected: "(Array<number> | undefined)",
|
|
@@ -20397,17 +20467,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
20397
20467
|
path: _path + ".parseRegex",
|
|
20398
20468
|
expected: "(boolean | undefined)",
|
|
20399
20469
|
value: input.parseRegex
|
|
20400
|
-
}, _errorFactory)); const
|
|
20470
|
+
}, _errorFactory)); const _ao88 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20401
20471
|
method: "typia.assert",
|
|
20402
20472
|
path: _path + ".disableHotArea",
|
|
20403
20473
|
expected: "(boolean | undefined)",
|
|
20404
20474
|
value: input.disableHotArea
|
|
20405
|
-
}, _errorFactory); const
|
|
20475
|
+
}, _errorFactory); const _ao89 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20406
20476
|
method: "typia.assert",
|
|
20407
20477
|
path: _path + ".refreshInterval",
|
|
20408
20478
|
expected: "(number | undefined)",
|
|
20409
20479
|
value: input.refreshInterval
|
|
20410
|
-
}, _errorFactory); const
|
|
20480
|
+
}, _errorFactory); const _ao90 = (input, _path, _exceptionable = true) => undefined === input.layout || "string" === typeof input.layout || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20411
20481
|
method: "typia.assert",
|
|
20412
20482
|
path: _path + ".layout",
|
|
20413
20483
|
expected: "(string | undefined)",
|