@nxtedition/types 23.0.58 → 23.0.59
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 +15 -1
- package/dist/nxtpression.d.ts +20 -1
- package/dist/records/domains/script.d.ts +4 -0
- package/dist/records/domains/search.d.ts +1 -0
- package/dist/records/validate/assert-guard.js +464 -344
- package/dist/records/validate/assert.js +464 -344
- package/dist/records/validate/is.js +26 -26
- package/dist/records/validate/schemas.js +84 -2
- package/dist/records/validate/stringify.js +45 -45
- package/dist/records/validate/validate-equals.js +599 -411
- package/dist/records/validate/validate.js +436 -340
- package/package.json +1 -1
|
@@ -14772,12 +14772,42 @@ function _assertDomainRecord(domain, input) {
|
|
|
14772
14772
|
}; })()(input);
|
|
14773
14773
|
}
|
|
14774
14774
|
case ":script": {
|
|
14775
|
-
return (() => { const _io0 = input => "string" === typeof input.value; const _ao0 = (input, _path, _exceptionable = true) => "string" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14775
|
+
return (() => { const _io0 = input => "string" === typeof input.value && (undefined === input.refs || Array.isArray(input.refs) && input.refs.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io1 = input => "string" === typeof input.mixin && (undefined === input.asset || "string" === typeof input.asset); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14776
14776
|
method: "typia.assert",
|
|
14777
14777
|
path: _path + ".value",
|
|
14778
14778
|
expected: "string",
|
|
14779
14779
|
value: input.value
|
|
14780
|
-
}, _errorFactory)
|
|
14780
|
+
}, _errorFactory)) && (undefined === input.refs || (Array.isArray(input.refs) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14781
|
+
method: "typia.assert",
|
|
14782
|
+
path: _path + ".refs",
|
|
14783
|
+
expected: "(Array<__type> | undefined)",
|
|
14784
|
+
value: input.refs
|
|
14785
|
+
}, _errorFactory)) && input.refs.every((elem, _index2) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14786
|
+
method: "typia.assert",
|
|
14787
|
+
path: _path + ".refs[" + _index2 + "]",
|
|
14788
|
+
expected: "__type",
|
|
14789
|
+
value: elem
|
|
14790
|
+
}, _errorFactory)) && _ao1(elem, _path + ".refs[" + _index2 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14791
|
+
method: "typia.assert",
|
|
14792
|
+
path: _path + ".refs[" + _index2 + "]",
|
|
14793
|
+
expected: "__type",
|
|
14794
|
+
value: elem
|
|
14795
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14796
|
+
method: "typia.assert",
|
|
14797
|
+
path: _path + ".refs",
|
|
14798
|
+
expected: "(Array<__type> | undefined)",
|
|
14799
|
+
value: input.refs
|
|
14800
|
+
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => ("string" === typeof input.mixin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14801
|
+
method: "typia.assert",
|
|
14802
|
+
path: _path + ".mixin",
|
|
14803
|
+
expected: "string",
|
|
14804
|
+
value: input.mixin
|
|
14805
|
+
}, _errorFactory)) && (undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14806
|
+
method: "typia.assert",
|
|
14807
|
+
path: _path + ".asset",
|
|
14808
|
+
expected: "(string | undefined)",
|
|
14809
|
+
value: input.asset
|
|
14810
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
14781
14811
|
if (false === __is(input)) {
|
|
14782
14812
|
_errorFactory = errorFactory;
|
|
14783
14813
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -15551,7 +15581,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15551
15581
|
}; })()(input);
|
|
15552
15582
|
}
|
|
15553
15583
|
case ":search": {
|
|
15554
|
-
return (() => { const _io0 = input => (undefined === input.type || "conditions_and" === input.type || "conditions_or" === input.type) && (undefined === input.sort || Array.isArray(input.sort) && input.sort.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem))) && (undefined === input.showDefault || "boolean" === typeof input.showDefault) && (undefined === input.showDeleted || "boolean" === typeof input.showDeleted) && (undefined === input.showHidden || "boolean" === typeof input.showHidden) && (null === input.view || undefined === input.view || "GRID_VIEW" === input.view || "LIST_VIEW" === input.view || "CALENDAR_VIEW" === input.view || "MAP_VIEW" === input.view || "AGENDA_VIEW" === input.view || "RESOURCE_VIEW" === input.view) && (undefined === input.conditions || Array.isArray(input.conditions) && input.conditions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (null === input.visibleColumnKeys || undefined === input.visibleColumnKeys || Array.isArray(input.visibleColumnKeys) && input.visibleColumnKeys.every(elem => "string" === typeof elem)) && (null === input.connectionId || undefined === input.connectionId || "string" === typeof input.connectionId) && (undefined === input.calendar || "object" === typeof input.calendar && null !== input.calendar && false === Array.isArray(input.calendar) && _io3(input.calendar)) && (undefined === input.refreshInterval || "number" === typeof input.refreshInterval) && (undefined === input.color || "string" === typeof input.color); const _io1 = input => Object.keys(input).every(key => {
|
|
15584
|
+
return (() => { const _io0 = input => (undefined === input.type || "conditions_and" === input.type || "conditions_or" === input.type) && (undefined === input.sort || Array.isArray(input.sort) && input.sort.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem))) && (undefined === input.showDefault || "boolean" === typeof input.showDefault) && (undefined === input.showDeleted || "boolean" === typeof input.showDeleted) && (undefined === input.showHidden || "boolean" === typeof input.showHidden) && (null === input.view || undefined === input.view || "GRID_VIEW" === input.view || "LIST_VIEW" === input.view || "CALENDAR_VIEW" === input.view || "MAP_VIEW" === input.view || "AGENDA_VIEW" === input.view || "RESOURCE_VIEW" === input.view) && (undefined === input.conditions || Array.isArray(input.conditions) && input.conditions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (null === input.visibleColumnKeys || undefined === input.visibleColumnKeys || Array.isArray(input.visibleColumnKeys) && input.visibleColumnKeys.every(elem => "string" === typeof elem)) && (null === input.connectionId || undefined === input.connectionId || "string" === typeof input.connectionId) && (undefined === input.calendar || "object" === typeof input.calendar && null !== input.calendar && false === Array.isArray(input.calendar) && _io3(input.calendar)) && (undefined === input.refreshInterval || "number" === typeof input.refreshInterval) && (undefined === input.color || "string" === typeof input.color) && (undefined === input.icon || "string" === typeof input.icon); const _io1 = input => Object.keys(input).every(key => {
|
|
15555
15585
|
const value = input[key];
|
|
15556
15586
|
if (undefined === value)
|
|
15557
15587
|
return true;
|
|
@@ -15661,6 +15691,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
15661
15691
|
path: _path + ".color",
|
|
15662
15692
|
expected: "(string | undefined)",
|
|
15663
15693
|
value: input.color
|
|
15694
|
+
}, _errorFactory)) && (undefined === input.icon || "string" === typeof input.icon || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15695
|
+
method: "typia.assert",
|
|
15696
|
+
path: _path + ".icon",
|
|
15697
|
+
expected: "(string | undefined)",
|
|
15698
|
+
value: input.icon
|
|
15664
15699
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
15665
15700
|
const value = input[key];
|
|
15666
15701
|
if (undefined === value)
|
|
@@ -15837,84 +15872,84 @@ function _assertDomainRecord(domain, input) {
|
|
|
15837
15872
|
}; })()(input);
|
|
15838
15873
|
}
|
|
15839
15874
|
case ":settings": {
|
|
15840
|
-
return (() => { const
|
|
15875
|
+
return (() => { const _iv22 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv26 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av54 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _av58 = 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) && _io25(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io28(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io29(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io30(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io43(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io56(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io58(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) && _io59(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io68(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io69(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io70(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) && _io73(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io74(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io75(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io78(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io80(input.utilsAssetEditorPanel)); 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 => {
|
|
15841
15876
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
15842
15877
|
return true;
|
|
15843
15878
|
const value = input[key];
|
|
15844
15879
|
if (undefined === value)
|
|
15845
15880
|
return true;
|
|
15846
15881
|
return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
15847
|
-
}); const _io4 = input => (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex) && (undefined === input.activeTab || "string" === typeof input.activeTab); const _io5 = input => undefined === input.activeTab || "string" === typeof input.activeTab; const _io6 = input => (undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping) && (undefined === input.hideStoryboardCollection || "boolean" === typeof input.hideStoryboardCollection) && (undefined === input.displayUploadFilesDialog || "always" === input.displayUploadFilesDialog || "never" === input.displayUploadFilesDialog || "ifMultipleFiles" === input.displayUploadFilesDialog); const _io7 = input => (undefined === input.displaySaveDialog || "boolean" === typeof input.displaySaveDialog) && (undefined === input.batchDownloadDialogMode || "file" === input.batchDownloadDialogMode || "directory" === input.batchDownloadDialogMode); const _io8 = input => (undefined === input.map || "object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) && _io9(input.map)) && (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io11(input.createMenu)); const _io9 = input => (undefined === input.clustering || "boolean" === typeof input.clustering) && (undefined === input.zoom || "number" === typeof input.zoom) && (undefined === input.center || "object" === typeof input.center && null !== input.center && false === Array.isArray(input.center) && _io10(input.center)); const _io10 = input => (undefined === input.lat || "number" === typeof input.lat) && (undefined === input.lon || "number" === typeof input.lon); const _io11 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem); const _io12 = input => undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem); const _io13 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io14 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io15 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io16 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format); const _io17 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name); const _io18 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs); const _io19 = input => (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) &&
|
|
15882
|
+
}); const _io4 = input => (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex) && (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority); const _io5 = input => (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority); const _io6 = input => (undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping) && (undefined === input.hideStoryboardCollection || "boolean" === typeof input.hideStoryboardCollection) && (undefined === input.displayUploadFilesDialog || "always" === input.displayUploadFilesDialog || "never" === input.displayUploadFilesDialog || "ifMultipleFiles" === input.displayUploadFilesDialog); const _io7 = input => (undefined === input.displaySaveDialog || "boolean" === typeof input.displaySaveDialog) && (undefined === input.batchDownloadDialogMode || "file" === input.batchDownloadDialogMode || "directory" === input.batchDownloadDialogMode); const _io8 = input => (undefined === input.map || "object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) && _io9(input.map)) && (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io11(input.createMenu)); const _io9 = input => (undefined === input.clustering || "boolean" === typeof input.clustering) && (undefined === input.zoom || "number" === typeof input.zoom) && (undefined === input.center || "object" === typeof input.center && null !== input.center && false === Array.isArray(input.center) && _io10(input.center)); const _io10 = input => (undefined === input.lat || "number" === typeof input.lat) && (undefined === input.lon || "number" === typeof input.lon); const _io11 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem); const _io12 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io13 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io14 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io15 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io16 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format); const _io17 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name); const _io18 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs) && (undefined === input.layout || "object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) && _io19(input.layout)); const _io19 = input => (undefined === input.bookmarks || "number" === typeof input.bookmarks) && (undefined === input.browser || "number" === typeof input.browser); const _io20 = input => (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io21(input.createMenu)) && (undefined === input.colorTags || Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && _io22(elem))) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType) && (undefined === input.readRate || "number" === typeof input.readRate) && (undefined === input.collapsedNodes || "object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) && _io23(input.collapsedNodes)); const _io21 = input => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy) && (undefined === input.showPreview || "boolean" === typeof input.showPreview); const _io22 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description); const _io23 = input => Object.keys(input).every(key => {
|
|
15848
15883
|
const value = input[key];
|
|
15849
15884
|
if (undefined === value)
|
|
15850
15885
|
return true;
|
|
15851
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15852
|
-
}); const
|
|
15853
|
-
const value = input[key];
|
|
15854
|
-
if (undefined === value)
|
|
15855
|
-
return true;
|
|
15856
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io26(value);
|
|
15857
|
-
}); const _io26 = input => (undefined === input.event || "string" === typeof input.event) && (undefined === input.property || "string" === typeof input.property); const _io27 = input => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails; const _io28 = input => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur) && (undefined === input.float || "rundown" === input.float || "gallery" === input.float || "disabled" === input.float); const _io29 = input => (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io30(input.display)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io32(input.browser)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io33(input.gallery)) && (undefined === input.global || "object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) && _io34(input.global)) && (undefined === input.player || "object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) && _io35(input.player)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io36(input.script)) && (undefined === input.codeEditor || "object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) && _io37(input.codeEditor)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io38(input.bookmarks)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io39(input.edit)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io40(input.rundown)) && (undefined === input.segment || "object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) && _io41(input.segment)); const _io30 = input => Object.keys(input).every(key => {
|
|
15886
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io24(value);
|
|
15887
|
+
}); const _io24 = input => (undefined === input.preview || "boolean" === typeof input.preview) && (undefined === input.children || "boolean" === typeof input.children); const _io25 = input => (undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate) && (undefined === input.favorites || Array.isArray(input.favorites) && input.favorites.every(elem => "string" === typeof elem)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && false === Array.isArray(input.defaults) && _io26(input.defaults)); const _io26 = input => Object.keys(input).every(key => {
|
|
15858
15888
|
const value = input[key];
|
|
15859
15889
|
if (undefined === value)
|
|
15860
15890
|
return true;
|
|
15861
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15862
|
-
}); const
|
|
15891
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io27(value);
|
|
15892
|
+
}); const _io27 = input => (undefined === input.event || "string" === typeof input.event) && (undefined === input.property || "string" === typeof input.property); const _io28 = input => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails; const _io29 = input => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur) && (undefined === input.float || "rundown" === input.float || "gallery" === input.float || "disabled" === input.float) && (undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration); const _io30 = input => (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io31(input.display)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io33(input.browser)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io34(input.gallery)) && (undefined === input.global || "object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) && _io35(input.global)) && (undefined === input.player || "object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) && _io36(input.player)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io37(input.script)) && (undefined === input.codeEditor || "object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) && _io38(input.codeEditor)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io39(input.bookmarks)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io40(input.edit)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io41(input.rundown)) && (undefined === input.segment || "object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) && _io42(input.segment)); const _io31 = input => Object.keys(input).every(key => {
|
|
15863
15893
|
const value = input[key];
|
|
15864
15894
|
if (undefined === value)
|
|
15865
15895
|
return true;
|
|
15866
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15867
|
-
}); const _io33 = input => Object.keys(input).every(key => {
|
|
15896
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15897
|
+
}); const _io32 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.sequence || "string" === typeof input.sequence); const _io33 = input => Object.keys(input).every(key => {
|
|
15868
15898
|
const value = input[key];
|
|
15869
15899
|
if (undefined === value)
|
|
15870
15900
|
return true;
|
|
15871
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15901
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15872
15902
|
}); const _io34 = input => Object.keys(input).every(key => {
|
|
15873
15903
|
const value = input[key];
|
|
15874
15904
|
if (undefined === value)
|
|
15875
15905
|
return true;
|
|
15876
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15906
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15877
15907
|
}); const _io35 = input => Object.keys(input).every(key => {
|
|
15878
15908
|
const value = input[key];
|
|
15879
15909
|
if (undefined === value)
|
|
15880
15910
|
return true;
|
|
15881
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15911
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15882
15912
|
}); const _io36 = input => Object.keys(input).every(key => {
|
|
15883
15913
|
const value = input[key];
|
|
15884
15914
|
if (undefined === value)
|
|
15885
15915
|
return true;
|
|
15886
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15916
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15887
15917
|
}); const _io37 = input => Object.keys(input).every(key => {
|
|
15888
15918
|
const value = input[key];
|
|
15889
15919
|
if (undefined === value)
|
|
15890
15920
|
return true;
|
|
15891
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15921
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15892
15922
|
}); const _io38 = input => Object.keys(input).every(key => {
|
|
15893
15923
|
const value = input[key];
|
|
15894
15924
|
if (undefined === value)
|
|
15895
15925
|
return true;
|
|
15896
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15926
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15897
15927
|
}); const _io39 = input => Object.keys(input).every(key => {
|
|
15898
15928
|
const value = input[key];
|
|
15899
15929
|
if (undefined === value)
|
|
15900
15930
|
return true;
|
|
15901
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15931
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15902
15932
|
}); const _io40 = input => Object.keys(input).every(key => {
|
|
15903
15933
|
const value = input[key];
|
|
15904
15934
|
if (undefined === value)
|
|
15905
15935
|
return true;
|
|
15906
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15936
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15907
15937
|
}); const _io41 = input => Object.keys(input).every(key => {
|
|
15908
15938
|
const value = input[key];
|
|
15909
15939
|
if (undefined === value)
|
|
15910
15940
|
return true;
|
|
15911
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15912
|
-
}); const _io42 = 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) && _io43(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) && _io44(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) && _io45(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) && _io48(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io49(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io50(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io54(input.openCommand))); const _io43 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io44 = 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 _io45 = 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) && _io46(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io47(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv21.has(elem))); const _io46 = 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 _io47 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io48 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io49 = 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 _io50 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io51(input.subtitleDisclaimer); const _io51 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io52(input.defaultValue)); const _io52 = 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) && _io53(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io53 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io54 = 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 _io55 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io56(input.voiceOver)); const _io56 = 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 _io57 = 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 _io58 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io59(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io60(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io64(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io66(input.item)); const _io59 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io60 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io61(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io63(input.note)); const _io61 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io62(input.excerpt); const _io62 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io63 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io64 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io65(input.search)) && (undefined === input.sortMode || true === _iv25.has(input.sortMode)); const _io65 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io66 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io67 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io68 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io69 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io70(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io71(input.rive)); const _io70 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io71 = input => undefined === input.template || "string" === typeof input.template; const _io72 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io73 = 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 _io74 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io75(input.events); const _io75 = 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) && _io76(input.publishSucceeded)); const _io76 = input => Object.keys(input).every(key => {
|
|
15941
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15942
|
+
}); const _io42 = input => Object.keys(input).every(key => {
|
|
15943
|
+
const value = input[key];
|
|
15944
|
+
if (undefined === value)
|
|
15945
|
+
return true;
|
|
15946
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15947
|
+
}); const _io43 = 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) && _io44(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) && _io45(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) && _io46(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) && _io49(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io50(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io51(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io55(input.openCommand))); const _io44 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io45 = 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 _io46 = 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) && _io47(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv22.has(elem))); const _io47 = 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 _io48 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io49 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io50 = 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 _io51 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io52(input.subtitleDisclaimer); const _io52 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io53(input.defaultValue)); const _io53 = 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) && _io54(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io54 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io55 = 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 _io56 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io57(input.voiceOver)); const _io57 = 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 _io58 = 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 _io59 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io60(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io61(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io65(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io67(input.item)); const _io60 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io61 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io62(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io64(input.note)); const _io62 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io63(input.excerpt); const _io63 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io64 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io65 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io66(input.search)) && (undefined === input.sortMode || true === _iv26.has(input.sortMode)); const _io66 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io67 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io68 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io69 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io70 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io71(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io72(input.rive)); const _io71 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io72 = input => undefined === input.template || "string" === typeof input.template; const _io73 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io74 = 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 _io75 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io76(input.events); const _io76 = 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) && _io77(input.publishSucceeded)); const _io77 = input => Object.keys(input).every(key => {
|
|
15913
15948
|
const value = input[key];
|
|
15914
15949
|
if (undefined === value)
|
|
15915
15950
|
return true;
|
|
15916
15951
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
15917
|
-
}); const
|
|
15952
|
+
}); const _io78 = input => undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io79(input.duplicate); const _io79 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io80 = 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 _ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15918
15953
|
method: "typia.assert",
|
|
15919
15954
|
path: _path + ".autoLogoutTime",
|
|
15920
15955
|
expected: "(number | undefined)",
|
|
@@ -15984,19 +16019,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
15984
16019
|
path: _path + ".exclusiveTagGroups",
|
|
15985
16020
|
expected: "(Array<Array<string>> | undefined)",
|
|
15986
16021
|
value: input.exclusiveTagGroups
|
|
15987
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
16022
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index33) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15988
16023
|
method: "typia.assert",
|
|
15989
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
16024
|
+
path: _path + ".exclusiveTagGroups[" + _index33 + "]",
|
|
15990
16025
|
expected: "Array<string>",
|
|
15991
16026
|
value: elem
|
|
15992
|
-
}, _errorFactory)) && elem.every((elem,
|
|
16027
|
+
}, _errorFactory)) && elem.every((elem, _index34) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15993
16028
|
method: "typia.assert",
|
|
15994
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
16029
|
+
path: _path + ".exclusiveTagGroups[" + _index33 + "][" + _index34 + "]",
|
|
15995
16030
|
expected: "string",
|
|
15996
16031
|
value: elem
|
|
15997
16032
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15998
16033
|
method: "typia.assert",
|
|
15999
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
16034
|
+
path: _path + ".exclusiveTagGroups[" + _index33 + "]",
|
|
16000
16035
|
expected: "Array<string>",
|
|
16001
16036
|
value: elem
|
|
16002
16037
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16067,42 +16102,42 @@ function _assertDomainRecord(domain, input) {
|
|
|
16067
16102
|
}, _errorFactory)) && (undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16068
16103
|
method: "typia.assert",
|
|
16069
16104
|
path: _path + ".script",
|
|
16070
|
-
expected: "(__type.
|
|
16105
|
+
expected: "(__type.o16 | undefined)",
|
|
16071
16106
|
value: input.script
|
|
16072
|
-
}, _errorFactory)) &&
|
|
16107
|
+
}, _errorFactory)) && _ao20(input.script, _path + ".script", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16073
16108
|
method: "typia.assert",
|
|
16074
16109
|
path: _path + ".script",
|
|
16075
|
-
expected: "(__type.
|
|
16110
|
+
expected: "(__type.o16 | undefined)",
|
|
16076
16111
|
value: input.script
|
|
16077
16112
|
}, _errorFactory)) && (undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16078
16113
|
method: "typia.assert",
|
|
16079
16114
|
path: _path + ".events",
|
|
16080
|
-
expected: "(__type.
|
|
16115
|
+
expected: "(__type.o20 | undefined)",
|
|
16081
16116
|
value: input.events
|
|
16082
|
-
}, _errorFactory)) &&
|
|
16117
|
+
}, _errorFactory)) && _ao25(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16083
16118
|
method: "typia.assert",
|
|
16084
16119
|
path: _path + ".events",
|
|
16085
|
-
expected: "(__type.
|
|
16120
|
+
expected: "(__type.o20 | undefined)",
|
|
16086
16121
|
value: input.events
|
|
16087
16122
|
}, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16088
16123
|
method: "typia.assert",
|
|
16089
16124
|
path: _path + ".rundown",
|
|
16090
|
-
expected: "(__type.
|
|
16125
|
+
expected: "(__type.o22 | undefined)",
|
|
16091
16126
|
value: input.rundown
|
|
16092
|
-
}, _errorFactory)) &&
|
|
16127
|
+
}, _errorFactory)) && _ao28(input.rundown, _path + ".rundown", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16093
16128
|
method: "typia.assert",
|
|
16094
16129
|
path: _path + ".rundown",
|
|
16095
|
-
expected: "(__type.
|
|
16130
|
+
expected: "(__type.o22 | undefined)",
|
|
16096
16131
|
value: input.rundown
|
|
16097
16132
|
}, _errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16098
16133
|
method: "typia.assert",
|
|
16099
16134
|
path: _path + ".gallery",
|
|
16100
|
-
expected: "(__type.
|
|
16135
|
+
expected: "(__type.o23 | undefined)",
|
|
16101
16136
|
value: input.gallery
|
|
16102
|
-
}, _errorFactory)) &&
|
|
16137
|
+
}, _errorFactory)) && _ao29(input.gallery, _path + ".gallery", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16103
16138
|
method: "typia.assert",
|
|
16104
16139
|
path: _path + ".gallery",
|
|
16105
|
-
expected: "(__type.
|
|
16140
|
+
expected: "(__type.o23 | undefined)",
|
|
16106
16141
|
value: input.gallery
|
|
16107
16142
|
}, _errorFactory)) && (undefined === input.history || "boolean" === typeof input.history || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16108
16143
|
method: "typia.assert",
|
|
@@ -16112,47 +16147,47 @@ function _assertDomainRecord(domain, input) {
|
|
|
16112
16147
|
}, _errorFactory)) && (undefined === input.keymap || ("object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16113
16148
|
method: "typia.assert",
|
|
16114
16149
|
path: _path + ".keymap",
|
|
16115
|
-
expected: "(__type.
|
|
16150
|
+
expected: "(__type.o24 | undefined)",
|
|
16116
16151
|
value: input.keymap
|
|
16117
|
-
}, _errorFactory)) &&
|
|
16152
|
+
}, _errorFactory)) && _ao30(input.keymap, _path + ".keymap", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16118
16153
|
method: "typia.assert",
|
|
16119
16154
|
path: _path + ".keymap",
|
|
16120
|
-
expected: "(__type.
|
|
16155
|
+
expected: "(__type.o24 | undefined)",
|
|
16121
16156
|
value: input.keymap
|
|
16122
16157
|
}, _errorFactory)) && (undefined === input.media || ("object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16123
16158
|
method: "typia.assert",
|
|
16124
16159
|
path: _path + ".media",
|
|
16125
|
-
expected: "(__type.
|
|
16160
|
+
expected: "(__type.o36 | undefined)",
|
|
16126
16161
|
value: input.media
|
|
16127
|
-
}, _errorFactory)) &&
|
|
16162
|
+
}, _errorFactory)) && _ao43(input.media, _path + ".media", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16128
16163
|
method: "typia.assert",
|
|
16129
16164
|
path: _path + ".media",
|
|
16130
|
-
expected: "(__type.
|
|
16165
|
+
expected: "(__type.o36 | undefined)",
|
|
16131
16166
|
value: input.media
|
|
16132
16167
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16133
16168
|
method: "typia.assert",
|
|
16134
16169
|
path: _path + ".edit",
|
|
16135
|
-
expected: "(__type.
|
|
16170
|
+
expected: "(__type.o49 | undefined)",
|
|
16136
16171
|
value: input.edit
|
|
16137
|
-
}, _errorFactory)) &&
|
|
16172
|
+
}, _errorFactory)) && _ao56(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16138
16173
|
method: "typia.assert",
|
|
16139
16174
|
path: _path + ".edit",
|
|
16140
|
-
expected: "(__type.
|
|
16175
|
+
expected: "(__type.o49 | undefined)",
|
|
16141
16176
|
value: input.edit
|
|
16142
16177
|
}, _errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16143
16178
|
method: "typia.assert",
|
|
16144
16179
|
path: _path + ".commands",
|
|
16145
16180
|
expected: "(Array<__type>.o4 | undefined)",
|
|
16146
16181
|
value: input.commands
|
|
16147
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
16182
|
+
}, _errorFactory)) && input.commands.every((elem, _index35) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16148
16183
|
method: "typia.assert",
|
|
16149
|
-
path: _path + ".commands[" +
|
|
16150
|
-
expected: "__type.
|
|
16184
|
+
path: _path + ".commands[" + _index35 + "]",
|
|
16185
|
+
expected: "__type.o51",
|
|
16151
16186
|
value: elem
|
|
16152
|
-
}, _errorFactory)) &&
|
|
16187
|
+
}, _errorFactory)) && _ao58(elem, _path + ".commands[" + _index35 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16153
16188
|
method: "typia.assert",
|
|
16154
|
-
path: _path + ".commands[" +
|
|
16155
|
-
expected: "__type.
|
|
16189
|
+
path: _path + ".commands[" + _index35 + "]",
|
|
16190
|
+
expected: "__type.o51",
|
|
16156
16191
|
value: elem
|
|
16157
16192
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16158
16193
|
method: "typia.assert",
|
|
@@ -16164,9 +16199,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16164
16199
|
path: _path + ".predefinedTags",
|
|
16165
16200
|
expected: "(Array<string> | undefined)",
|
|
16166
16201
|
value: input.predefinedTags
|
|
16167
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
16202
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index36) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16168
16203
|
method: "typia.assert",
|
|
16169
|
-
path: _path + ".predefinedTags[" +
|
|
16204
|
+
path: _path + ".predefinedTags[" + _index36 + "]",
|
|
16170
16205
|
expected: "string",
|
|
16171
16206
|
value: elem
|
|
16172
16207
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16177,37 +16212,37 @@ function _assertDomainRecord(domain, input) {
|
|
|
16177
16212
|
}, _errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16178
16213
|
method: "typia.assert",
|
|
16179
16214
|
path: _path + ".storyboard",
|
|
16180
|
-
expected: "(__type.
|
|
16215
|
+
expected: "(__type.o52 | undefined)",
|
|
16181
16216
|
value: input.storyboard
|
|
16182
|
-
}, _errorFactory)) &&
|
|
16217
|
+
}, _errorFactory)) && _ao59(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16183
16218
|
method: "typia.assert",
|
|
16184
16219
|
path: _path + ".storyboard",
|
|
16185
|
-
expected: "(__type.
|
|
16220
|
+
expected: "(__type.o52 | undefined)",
|
|
16186
16221
|
value: input.storyboard
|
|
16187
16222
|
}, _errorFactory)) && (undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16188
16223
|
method: "typia.assert",
|
|
16189
16224
|
path: _path + ".print",
|
|
16190
|
-
expected: "(__type.
|
|
16225
|
+
expected: "(__type.o61 | undefined)",
|
|
16191
16226
|
value: input.print
|
|
16192
|
-
}, _errorFactory)) &&
|
|
16227
|
+
}, _errorFactory)) && _ao68(input.print, _path + ".print", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16193
16228
|
method: "typia.assert",
|
|
16194
16229
|
path: _path + ".print",
|
|
16195
|
-
expected: "(__type.
|
|
16230
|
+
expected: "(__type.o61 | undefined)",
|
|
16196
16231
|
value: input.print
|
|
16197
16232
|
}, _errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16198
16233
|
method: "typia.assert",
|
|
16199
16234
|
path: _path + ".hiddenPreviews",
|
|
16200
16235
|
expected: "(Array<__type>.o5 | undefined)",
|
|
16201
16236
|
value: input.hiddenPreviews
|
|
16202
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
16237
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16203
16238
|
method: "typia.assert",
|
|
16204
|
-
path: _path + ".hiddenPreviews[" +
|
|
16205
|
-
expected: "__type.
|
|
16239
|
+
path: _path + ".hiddenPreviews[" + _index37 + "]",
|
|
16240
|
+
expected: "__type.o62",
|
|
16206
16241
|
value: elem
|
|
16207
|
-
}, _errorFactory)) &&
|
|
16242
|
+
}, _errorFactory)) && _ao69(elem, _path + ".hiddenPreviews[" + _index37 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16208
16243
|
method: "typia.assert",
|
|
16209
|
-
path: _path + ".hiddenPreviews[" +
|
|
16210
|
-
expected: "__type.
|
|
16244
|
+
path: _path + ".hiddenPreviews[" + _index37 + "]",
|
|
16245
|
+
expected: "__type.o62",
|
|
16211
16246
|
value: elem
|
|
16212
16247
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16213
16248
|
method: "typia.assert",
|
|
@@ -16217,12 +16252,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
16217
16252
|
}, _errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16218
16253
|
method: "typia.assert",
|
|
16219
16254
|
path: _path + ".plugins",
|
|
16220
|
-
expected: "(__type.
|
|
16255
|
+
expected: "(__type.o63 | undefined)",
|
|
16221
16256
|
value: input.plugins
|
|
16222
|
-
}, _errorFactory)) &&
|
|
16257
|
+
}, _errorFactory)) && _ao70(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16223
16258
|
method: "typia.assert",
|
|
16224
16259
|
path: _path + ".plugins",
|
|
16225
|
-
expected: "(__type.
|
|
16260
|
+
expected: "(__type.o63 | undefined)",
|
|
16226
16261
|
value: input.plugins
|
|
16227
16262
|
}, _errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16228
16263
|
method: "typia.assert",
|
|
@@ -16237,47 +16272,57 @@ function _assertDomainRecord(domain, input) {
|
|
|
16237
16272
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16238
16273
|
method: "typia.assert",
|
|
16239
16274
|
path: _path + ".featurePreview",
|
|
16240
|
-
expected: "(__type.
|
|
16275
|
+
expected: "(__type.o66 | undefined)",
|
|
16241
16276
|
value: input.featurePreview
|
|
16242
|
-
}, _errorFactory)) &&
|
|
16277
|
+
}, _errorFactory)) && _ao73(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16243
16278
|
method: "typia.assert",
|
|
16244
16279
|
path: _path + ".featurePreview",
|
|
16245
|
-
expected: "(__type.
|
|
16280
|
+
expected: "(__type.o66 | undefined)",
|
|
16246
16281
|
value: input.featurePreview
|
|
16247
16282
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16248
16283
|
method: "typia.assert",
|
|
16249
16284
|
path: _path + ".flags",
|
|
16250
|
-
expected: "(__type.
|
|
16285
|
+
expected: "(__type.o67 | undefined)",
|
|
16251
16286
|
value: input.flags
|
|
16252
|
-
}, _errorFactory)) &&
|
|
16287
|
+
}, _errorFactory)) && _ao74(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16253
16288
|
method: "typia.assert",
|
|
16254
16289
|
path: _path + ".flags",
|
|
16255
|
-
expected: "(__type.
|
|
16290
|
+
expected: "(__type.o67 | undefined)",
|
|
16256
16291
|
value: input.flags
|
|
16257
16292
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16258
16293
|
method: "typia.assert",
|
|
16259
16294
|
path: _path + ".notifications",
|
|
16260
|
-
expected: "(__type.
|
|
16295
|
+
expected: "(__type.o68 | undefined)",
|
|
16261
16296
|
value: input.notifications
|
|
16262
|
-
}, _errorFactory)) &&
|
|
16297
|
+
}, _errorFactory)) && _ao75(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16263
16298
|
method: "typia.assert",
|
|
16264
16299
|
path: _path + ".notifications",
|
|
16265
|
-
expected: "(__type.
|
|
16300
|
+
expected: "(__type.o68 | undefined)",
|
|
16266
16301
|
value: input.notifications
|
|
16267
16302
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16268
16303
|
method: "typia.assert",
|
|
16269
16304
|
path: _path + ".suppressDeleteAlert",
|
|
16270
16305
|
expected: "(boolean | undefined)",
|
|
16271
16306
|
value: input.suppressDeleteAlert
|
|
16307
|
+
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16308
|
+
method: "typia.assert",
|
|
16309
|
+
path: _path + ".clone",
|
|
16310
|
+
expected: "(__type.o71 | undefined)",
|
|
16311
|
+
value: input.clone
|
|
16312
|
+
}, _errorFactory)) && _ao78(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16313
|
+
method: "typia.assert",
|
|
16314
|
+
path: _path + ".clone",
|
|
16315
|
+
expected: "(__type.o71 | undefined)",
|
|
16316
|
+
value: input.clone
|
|
16272
16317
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16273
16318
|
method: "typia.assert",
|
|
16274
16319
|
path: _path + ".utilsAssetEditorPanel",
|
|
16275
|
-
expected: "(__type.
|
|
16320
|
+
expected: "(__type.o73 | undefined)",
|
|
16276
16321
|
value: input.utilsAssetEditorPanel
|
|
16277
|
-
}, _errorFactory)) &&
|
|
16322
|
+
}, _errorFactory)) && _ao80(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16278
16323
|
method: "typia.assert",
|
|
16279
16324
|
path: _path + ".utilsAssetEditorPanel",
|
|
16280
|
-
expected: "(__type.
|
|
16325
|
+
expected: "(__type.o73 | undefined)",
|
|
16281
16326
|
value: input.utilsAssetEditorPanel
|
|
16282
16327
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16283
16328
|
method: "typia.assert",
|
|
@@ -16289,7 +16334,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
16289
16334
|
path: _path + ".overrideUserLogin",
|
|
16290
16335
|
expected: "(boolean | undefined)",
|
|
16291
16336
|
value: input.overrideUserLogin
|
|
16292
|
-
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => undefined === input.
|
|
16337
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.editor || "string" === typeof input.editor || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16338
|
+
method: "typia.assert",
|
|
16339
|
+
path: _path + ".editor",
|
|
16340
|
+
expected: "(string | undefined)",
|
|
16341
|
+
value: input.editor
|
|
16342
|
+
}, _errorFactory)) && (undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16293
16343
|
method: "typia.assert",
|
|
16294
16344
|
path: _path + ".tabs",
|
|
16295
16345
|
expected: "(ModuleTabs | undefined)",
|
|
@@ -16299,7 +16349,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16299
16349
|
path: _path + ".tabs",
|
|
16300
16350
|
expected: "(ModuleTabs | undefined)",
|
|
16301
16351
|
value: input.tabs
|
|
16302
|
-
}, _errorFactory); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.settingsPanelStore || ("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16352
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.settingsPanelStore || ("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16303
16353
|
method: "typia.assert",
|
|
16304
16354
|
path: _path + ".settingsPanelStore",
|
|
16305
16355
|
expected: "(SettingsPanelStoreTab | undefined)",
|
|
@@ -16331,17 +16381,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
16331
16381
|
path: _path + ".activeSectionIndex",
|
|
16332
16382
|
expected: "(number | undefined)",
|
|
16333
16383
|
value: input.activeSectionIndex
|
|
16334
|
-
}, _errorFactory)) && (undefined === input.activeTab || "string" === typeof input.activeTab || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16384
|
+
}, _errorFactory)) && (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16335
16385
|
method: "typia.assert",
|
|
16336
16386
|
path: _path + ".activeTab",
|
|
16337
|
-
expected: "(string | undefined)",
|
|
16387
|
+
expected: "(null | string | undefined)",
|
|
16338
16388
|
value: input.activeTab
|
|
16339
|
-
}, _errorFactory))
|
|
16389
|
+
}, _errorFactory)) && (undefined === input.priority || "number" === typeof input.priority || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16390
|
+
method: "typia.assert",
|
|
16391
|
+
path: _path + ".priority",
|
|
16392
|
+
expected: "(number | undefined)",
|
|
16393
|
+
value: input.priority
|
|
16394
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16340
16395
|
method: "typia.assert",
|
|
16341
16396
|
path: _path + ".activeTab",
|
|
16342
|
-
expected: "(string | undefined)",
|
|
16397
|
+
expected: "(null | string | undefined)",
|
|
16343
16398
|
value: input.activeTab
|
|
16344
|
-
}, _errorFactory)
|
|
16399
|
+
}, _errorFactory)) && (undefined === input.priority || "number" === typeof input.priority || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16400
|
+
method: "typia.assert",
|
|
16401
|
+
path: _path + ".priority",
|
|
16402
|
+
expected: "(number | undefined)",
|
|
16403
|
+
value: input.priority
|
|
16404
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => (undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16345
16405
|
method: "typia.assert",
|
|
16346
16406
|
path: _path + ".defaultGrouping",
|
|
16347
16407
|
expected: "(\"\" | \"collection\" | \"stitch\" | undefined)",
|
|
@@ -16421,9 +16481,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16421
16481
|
path: _path + ".sortOrder",
|
|
16422
16482
|
expected: "(Array<string> | undefined)",
|
|
16423
16483
|
value: input.sortOrder
|
|
16424
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
16484
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16425
16485
|
method: "typia.assert",
|
|
16426
|
-
path: _path + ".sortOrder[" +
|
|
16486
|
+
path: _path + ".sortOrder[" + _index38 + "]",
|
|
16427
16487
|
expected: "string",
|
|
16428
16488
|
value: elem
|
|
16429
16489
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16431,14 +16491,29 @@ function _assertDomainRecord(domain, input) {
|
|
|
16431
16491
|
path: _path + ".sortOrder",
|
|
16432
16492
|
expected: "(Array<string> | undefined)",
|
|
16433
16493
|
value: input.sortOrder
|
|
16434
|
-
}, _errorFactory); const _ao12 = (input, _path, _exceptionable = true) => undefined === input.
|
|
16494
|
+
}, _errorFactory); const _ao12 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16495
|
+
method: "typia.assert",
|
|
16496
|
+
path: _path + ".include",
|
|
16497
|
+
expected: "(Array<string> | undefined)",
|
|
16498
|
+
value: input.include
|
|
16499
|
+
}, _errorFactory)) && input.include.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16500
|
+
method: "typia.assert",
|
|
16501
|
+
path: _path + ".include[" + _index39 + "]",
|
|
16502
|
+
expected: "string",
|
|
16503
|
+
value: elem
|
|
16504
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16505
|
+
method: "typia.assert",
|
|
16506
|
+
path: _path + ".include",
|
|
16507
|
+
expected: "(Array<string> | undefined)",
|
|
16508
|
+
value: input.include
|
|
16509
|
+
}, _errorFactory)) && (undefined === input.exclude || (Array.isArray(input.exclude) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16435
16510
|
method: "typia.assert",
|
|
16436
16511
|
path: _path + ".exclude",
|
|
16437
16512
|
expected: "(Array<string> | undefined)",
|
|
16438
16513
|
value: input.exclude
|
|
16439
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16514
|
+
}, _errorFactory)) && input.exclude.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16440
16515
|
method: "typia.assert",
|
|
16441
|
-
path: _path + ".exclude[" +
|
|
16516
|
+
path: _path + ".exclude[" + _index40 + "]",
|
|
16442
16517
|
expected: "string",
|
|
16443
16518
|
value: elem
|
|
16444
16519
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16446,14 +16521,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
16446
16521
|
path: _path + ".exclude",
|
|
16447
16522
|
expected: "(Array<string> | undefined)",
|
|
16448
16523
|
value: input.exclude
|
|
16449
|
-
}, _errorFactory); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16524
|
+
}, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16450
16525
|
method: "typia.assert",
|
|
16451
16526
|
path: _path + ".include",
|
|
16452
16527
|
expected: "(Array<string> | undefined)",
|
|
16453
16528
|
value: input.include
|
|
16454
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16529
|
+
}, _errorFactory)) && input.include.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16455
16530
|
method: "typia.assert",
|
|
16456
|
-
path: _path + ".include[" +
|
|
16531
|
+
path: _path + ".include[" + _index41 + "]",
|
|
16457
16532
|
expected: "string",
|
|
16458
16533
|
value: elem
|
|
16459
16534
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16466,9 +16541,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16466
16541
|
path: _path + ".exclude",
|
|
16467
16542
|
expected: "(Array<string> | undefined)",
|
|
16468
16543
|
value: input.exclude
|
|
16469
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16544
|
+
}, _errorFactory)) && input.exclude.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16470
16545
|
method: "typia.assert",
|
|
16471
|
-
path: _path + ".exclude[" +
|
|
16546
|
+
path: _path + ".exclude[" + _index42 + "]",
|
|
16472
16547
|
expected: "string",
|
|
16473
16548
|
value: elem
|
|
16474
16549
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16481,9 +16556,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16481
16556
|
path: _path + ".include",
|
|
16482
16557
|
expected: "(Array<string> | undefined)",
|
|
16483
16558
|
value: input.include
|
|
16484
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16559
|
+
}, _errorFactory)) && input.include.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16485
16560
|
method: "typia.assert",
|
|
16486
|
-
path: _path + ".include[" +
|
|
16561
|
+
path: _path + ".include[" + _index43 + "]",
|
|
16487
16562
|
expected: "string",
|
|
16488
16563
|
value: elem
|
|
16489
16564
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16496,9 +16571,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16496
16571
|
path: _path + ".exclude",
|
|
16497
16572
|
expected: "(Array<string> | undefined)",
|
|
16498
16573
|
value: input.exclude
|
|
16499
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16574
|
+
}, _errorFactory)) && input.exclude.every((elem, _index44) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16500
16575
|
method: "typia.assert",
|
|
16501
|
-
path: _path + ".exclude[" +
|
|
16576
|
+
path: _path + ".exclude[" + _index44 + "]",
|
|
16502
16577
|
expected: "string",
|
|
16503
16578
|
value: elem
|
|
16504
16579
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16511,9 +16586,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16511
16586
|
path: _path + ".include",
|
|
16512
16587
|
expected: "(Array<string> | undefined)",
|
|
16513
16588
|
value: input.include
|
|
16514
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16589
|
+
}, _errorFactory)) && input.include.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16515
16590
|
method: "typia.assert",
|
|
16516
|
-
path: _path + ".include[" +
|
|
16591
|
+
path: _path + ".include[" + _index45 + "]",
|
|
16517
16592
|
expected: "string",
|
|
16518
16593
|
value: elem
|
|
16519
16594
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16526,9 +16601,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16526
16601
|
path: _path + ".exclude",
|
|
16527
16602
|
expected: "(Array<string> | undefined)",
|
|
16528
16603
|
value: input.exclude
|
|
16529
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16604
|
+
}, _errorFactory)) && input.exclude.every((elem, _index46) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16530
16605
|
method: "typia.assert",
|
|
16531
|
-
path: _path + ".exclude[" +
|
|
16606
|
+
path: _path + ".exclude[" + _index46 + "]",
|
|
16532
16607
|
expected: "string",
|
|
16533
16608
|
value: elem
|
|
16534
16609
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16591,29 +16666,49 @@ function _assertDomainRecord(domain, input) {
|
|
|
16591
16666
|
path: _path + ".maxTabs",
|
|
16592
16667
|
expected: "(number | undefined)",
|
|
16593
16668
|
value: input.maxTabs
|
|
16594
|
-
}, _errorFactory))
|
|
16669
|
+
}, _errorFactory)) && (undefined === input.layout || ("object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16670
|
+
method: "typia.assert",
|
|
16671
|
+
path: _path + ".layout",
|
|
16672
|
+
expected: "(__type.o15 | undefined)",
|
|
16673
|
+
value: input.layout
|
|
16674
|
+
}, _errorFactory)) && _ao19(input.layout, _path + ".layout", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16675
|
+
method: "typia.assert",
|
|
16676
|
+
path: _path + ".layout",
|
|
16677
|
+
expected: "(__type.o15 | undefined)",
|
|
16678
|
+
value: input.layout
|
|
16679
|
+
}, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => (undefined === input.bookmarks || "number" === typeof input.bookmarks || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16680
|
+
method: "typia.assert",
|
|
16681
|
+
path: _path + ".bookmarks",
|
|
16682
|
+
expected: "(number | undefined)",
|
|
16683
|
+
value: input.bookmarks
|
|
16684
|
+
}, _errorFactory)) && (undefined === input.browser || "number" === typeof input.browser || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16685
|
+
method: "typia.assert",
|
|
16686
|
+
path: _path + ".browser",
|
|
16687
|
+
expected: "(number | undefined)",
|
|
16688
|
+
value: input.browser
|
|
16689
|
+
}, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.createMenu || ("object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16595
16690
|
method: "typia.assert",
|
|
16596
16691
|
path: _path + ".createMenu",
|
|
16597
|
-
expected: "(__type.
|
|
16692
|
+
expected: "(__type.o17 | undefined)",
|
|
16598
16693
|
value: input.createMenu
|
|
16599
|
-
}, _errorFactory)) &&
|
|
16694
|
+
}, _errorFactory)) && _ao21(input.createMenu, _path + ".createMenu", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16600
16695
|
method: "typia.assert",
|
|
16601
16696
|
path: _path + ".createMenu",
|
|
16602
|
-
expected: "(__type.
|
|
16697
|
+
expected: "(__type.o17 | undefined)",
|
|
16603
16698
|
value: input.createMenu
|
|
16604
16699
|
}, _errorFactory)) && (undefined === input.colorTags || (Array.isArray(input.colorTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16605
16700
|
method: "typia.assert",
|
|
16606
16701
|
path: _path + ".colorTags",
|
|
16607
16702
|
expected: "(Array<PromotedTag> | undefined)",
|
|
16608
16703
|
value: input.colorTags
|
|
16609
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
16704
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index47) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16610
16705
|
method: "typia.assert",
|
|
16611
|
-
path: _path + ".colorTags[" +
|
|
16706
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
16612
16707
|
expected: "PromotedTag",
|
|
16613
16708
|
value: elem
|
|
16614
|
-
}, _errorFactory)) &&
|
|
16709
|
+
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16615
16710
|
method: "typia.assert",
|
|
16616
|
-
path: _path + ".colorTags[" +
|
|
16711
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
16617
16712
|
expected: "PromotedTag",
|
|
16618
16713
|
value: elem
|
|
16619
16714
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16634,14 +16729,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
16634
16729
|
}, _errorFactory)) && (undefined === input.collapsedNodes || ("object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16635
16730
|
method: "typia.assert",
|
|
16636
16731
|
path: _path + ".collapsedNodes",
|
|
16637
|
-
expected: "(__type.
|
|
16732
|
+
expected: "(__type.o18 | undefined)",
|
|
16638
16733
|
value: input.collapsedNodes
|
|
16639
|
-
}, _errorFactory)) &&
|
|
16734
|
+
}, _errorFactory)) && _ao23(input.collapsedNodes, _path + ".collapsedNodes", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16640
16735
|
method: "typia.assert",
|
|
16641
16736
|
path: _path + ".collapsedNodes",
|
|
16642
|
-
expected: "(__type.
|
|
16737
|
+
expected: "(__type.o18 | undefined)",
|
|
16643
16738
|
value: input.collapsedNodes
|
|
16644
|
-
}, _errorFactory)); const
|
|
16739
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16645
16740
|
method: "typia.assert",
|
|
16646
16741
|
path: _path + ".sortBy",
|
|
16647
16742
|
expected: "(\"index\" | \"title\" | undefined)",
|
|
@@ -16651,7 +16746,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16651
16746
|
path: _path + ".showPreview",
|
|
16652
16747
|
expected: "(boolean | undefined)",
|
|
16653
16748
|
value: input.showPreview
|
|
16654
|
-
}, _errorFactory)); const
|
|
16749
|
+
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16655
16750
|
method: "typia.assert",
|
|
16656
16751
|
path: _path + ".name",
|
|
16657
16752
|
expected: "(null | string)",
|
|
@@ -16671,22 +16766,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
16671
16766
|
path: _path + ".description",
|
|
16672
16767
|
expected: "(null | string)",
|
|
16673
16768
|
value: input.description
|
|
16674
|
-
}, _errorFactory)); const
|
|
16769
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16675
16770
|
const value = input[key];
|
|
16676
16771
|
if (undefined === value)
|
|
16677
16772
|
return true;
|
|
16678
16773
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16679
16774
|
method: "typia.assert",
|
|
16680
16775
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16681
|
-
expected: "__type.
|
|
16776
|
+
expected: "__type.o19",
|
|
16682
16777
|
value: value
|
|
16683
|
-
}, _errorFactory)) &&
|
|
16778
|
+
}, _errorFactory)) && _ao24(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16684
16779
|
method: "typia.assert",
|
|
16685
16780
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16686
|
-
expected: "__type.
|
|
16781
|
+
expected: "__type.o19",
|
|
16687
16782
|
value: value
|
|
16688
16783
|
}, _errorFactory);
|
|
16689
|
-
}); const
|
|
16784
|
+
}); const _ao24 = (input, _path, _exceptionable = true) => (undefined === input.preview || "boolean" === typeof input.preview || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16690
16785
|
method: "typia.assert",
|
|
16691
16786
|
path: _path + ".preview",
|
|
16692
16787
|
expected: "(boolean | undefined)",
|
|
@@ -16696,7 +16791,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16696
16791
|
path: _path + ".children",
|
|
16697
16792
|
expected: "(boolean | undefined)",
|
|
16698
16793
|
value: input.children
|
|
16699
|
-
}, _errorFactory)); const
|
|
16794
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16700
16795
|
method: "typia.assert",
|
|
16701
16796
|
path: _path + ".graphicBaseTemplate",
|
|
16702
16797
|
expected: "(string | undefined)",
|
|
@@ -16706,9 +16801,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16706
16801
|
path: _path + ".favorites",
|
|
16707
16802
|
expected: "(Array<string> | undefined)",
|
|
16708
16803
|
value: input.favorites
|
|
16709
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
16804
|
+
}, _errorFactory)) && input.favorites.every((elem, _index48) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16710
16805
|
method: "typia.assert",
|
|
16711
|
-
path: _path + ".favorites[" +
|
|
16806
|
+
path: _path + ".favorites[" + _index48 + "]",
|
|
16712
16807
|
expected: "string",
|
|
16713
16808
|
value: elem
|
|
16714
16809
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16721,27 +16816,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
16721
16816
|
path: _path + ".defaults",
|
|
16722
16817
|
expected: "(Record<string, __type> | undefined)",
|
|
16723
16818
|
value: input.defaults
|
|
16724
|
-
}, _errorFactory)) &&
|
|
16819
|
+
}, _errorFactory)) && _ao26(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16725
16820
|
method: "typia.assert",
|
|
16726
16821
|
path: _path + ".defaults",
|
|
16727
16822
|
expected: "(Record<string, __type> | undefined)",
|
|
16728
16823
|
value: input.defaults
|
|
16729
|
-
}, _errorFactory)); const
|
|
16824
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16730
16825
|
const value = input[key];
|
|
16731
16826
|
if (undefined === value)
|
|
16732
16827
|
return true;
|
|
16733
16828
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16734
16829
|
method: "typia.assert",
|
|
16735
16830
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16736
|
-
expected: "__type.
|
|
16831
|
+
expected: "__type.o21",
|
|
16737
16832
|
value: value
|
|
16738
|
-
}, _errorFactory)) &&
|
|
16833
|
+
}, _errorFactory)) && _ao27(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16739
16834
|
method: "typia.assert",
|
|
16740
16835
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16741
|
-
expected: "__type.
|
|
16836
|
+
expected: "__type.o21",
|
|
16742
16837
|
value: value
|
|
16743
16838
|
}, _errorFactory);
|
|
16744
|
-
}); const
|
|
16839
|
+
}); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.event || "string" === typeof input.event || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16745
16840
|
method: "typia.assert",
|
|
16746
16841
|
path: _path + ".event",
|
|
16747
16842
|
expected: "(string | undefined)",
|
|
@@ -16751,12 +16846,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
16751
16846
|
path: _path + ".property",
|
|
16752
16847
|
expected: "(string | undefined)",
|
|
16753
16848
|
value: input.property
|
|
16754
|
-
}, _errorFactory)); const
|
|
16849
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16755
16850
|
method: "typia.assert",
|
|
16756
16851
|
path: _path + ".eventThumbnails",
|
|
16757
16852
|
expected: "(boolean | undefined)",
|
|
16758
16853
|
value: input.eventThumbnails
|
|
16759
|
-
}, _errorFactory); const
|
|
16854
|
+
}, _errorFactory); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16760
16855
|
method: "typia.assert",
|
|
16761
16856
|
path: _path + ".dimOnBlur",
|
|
16762
16857
|
expected: "(boolean | undefined)",
|
|
@@ -16766,117 +16861,122 @@ function _assertDomainRecord(domain, input) {
|
|
|
16766
16861
|
path: _path + ".float",
|
|
16767
16862
|
expected: "(\"disabled\" | \"gallery\" | \"rundown\" | undefined)",
|
|
16768
16863
|
value: input.float
|
|
16769
|
-
}, _errorFactory))
|
|
16864
|
+
}, _errorFactory)) && (undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16865
|
+
method: "typia.assert",
|
|
16866
|
+
path: _path + ".countFloatedDuration",
|
|
16867
|
+
expected: "(boolean | undefined)",
|
|
16868
|
+
value: input.countFloatedDuration
|
|
16869
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16770
16870
|
method: "typia.assert",
|
|
16771
16871
|
path: _path + ".display",
|
|
16772
|
-
expected: "(__type.
|
|
16872
|
+
expected: "(__type.o25 | undefined)",
|
|
16773
16873
|
value: input.display
|
|
16774
|
-
}, _errorFactory)) &&
|
|
16874
|
+
}, _errorFactory)) && _ao31(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16775
16875
|
method: "typia.assert",
|
|
16776
16876
|
path: _path + ".display",
|
|
16777
|
-
expected: "(__type.
|
|
16877
|
+
expected: "(__type.o25 | undefined)",
|
|
16778
16878
|
value: input.display
|
|
16779
16879
|
}, _errorFactory)) && (undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16780
16880
|
method: "typia.assert",
|
|
16781
16881
|
path: _path + ".browser",
|
|
16782
|
-
expected: "(__type.
|
|
16882
|
+
expected: "(__type.o26 | undefined)",
|
|
16783
16883
|
value: input.browser
|
|
16784
|
-
}, _errorFactory)) &&
|
|
16884
|
+
}, _errorFactory)) && _ao33(input.browser, _path + ".browser", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16785
16885
|
method: "typia.assert",
|
|
16786
16886
|
path: _path + ".browser",
|
|
16787
|
-
expected: "(__type.
|
|
16887
|
+
expected: "(__type.o26 | undefined)",
|
|
16788
16888
|
value: input.browser
|
|
16789
16889
|
}, _errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16790
16890
|
method: "typia.assert",
|
|
16791
16891
|
path: _path + ".gallery",
|
|
16792
|
-
expected: "(__type.
|
|
16892
|
+
expected: "(__type.o27 | undefined)",
|
|
16793
16893
|
value: input.gallery
|
|
16794
|
-
}, _errorFactory)) &&
|
|
16894
|
+
}, _errorFactory)) && _ao34(input.gallery, _path + ".gallery", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16795
16895
|
method: "typia.assert",
|
|
16796
16896
|
path: _path + ".gallery",
|
|
16797
|
-
expected: "(__type.
|
|
16897
|
+
expected: "(__type.o27 | undefined)",
|
|
16798
16898
|
value: input.gallery
|
|
16799
16899
|
}, _errorFactory)) && (undefined === input.global || ("object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16800
16900
|
method: "typia.assert",
|
|
16801
16901
|
path: _path + ".global",
|
|
16802
|
-
expected: "(__type.
|
|
16902
|
+
expected: "(__type.o28 | undefined)",
|
|
16803
16903
|
value: input.global
|
|
16804
|
-
}, _errorFactory)) &&
|
|
16904
|
+
}, _errorFactory)) && _ao35(input.global, _path + ".global", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16805
16905
|
method: "typia.assert",
|
|
16806
16906
|
path: _path + ".global",
|
|
16807
|
-
expected: "(__type.
|
|
16907
|
+
expected: "(__type.o28 | undefined)",
|
|
16808
16908
|
value: input.global
|
|
16809
16909
|
}, _errorFactory)) && (undefined === input.player || ("object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16810
16910
|
method: "typia.assert",
|
|
16811
16911
|
path: _path + ".player",
|
|
16812
|
-
expected: "(__type.
|
|
16912
|
+
expected: "(__type.o29 | undefined)",
|
|
16813
16913
|
value: input.player
|
|
16814
|
-
}, _errorFactory)) &&
|
|
16914
|
+
}, _errorFactory)) && _ao36(input.player, _path + ".player", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16815
16915
|
method: "typia.assert",
|
|
16816
16916
|
path: _path + ".player",
|
|
16817
|
-
expected: "(__type.
|
|
16917
|
+
expected: "(__type.o29 | undefined)",
|
|
16818
16918
|
value: input.player
|
|
16819
16919
|
}, _errorFactory)) && (undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16820
16920
|
method: "typia.assert",
|
|
16821
16921
|
path: _path + ".script",
|
|
16822
|
-
expected: "(__type.
|
|
16922
|
+
expected: "(__type.o30 | undefined)",
|
|
16823
16923
|
value: input.script
|
|
16824
|
-
}, _errorFactory)) &&
|
|
16924
|
+
}, _errorFactory)) && _ao37(input.script, _path + ".script", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16825
16925
|
method: "typia.assert",
|
|
16826
16926
|
path: _path + ".script",
|
|
16827
|
-
expected: "(__type.
|
|
16927
|
+
expected: "(__type.o30 | undefined)",
|
|
16828
16928
|
value: input.script
|
|
16829
16929
|
}, _errorFactory)) && (undefined === input.codeEditor || ("object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16830
16930
|
method: "typia.assert",
|
|
16831
16931
|
path: _path + ".codeEditor",
|
|
16832
|
-
expected: "(__type.
|
|
16932
|
+
expected: "(__type.o31 | undefined)",
|
|
16833
16933
|
value: input.codeEditor
|
|
16834
|
-
}, _errorFactory)) &&
|
|
16934
|
+
}, _errorFactory)) && _ao38(input.codeEditor, _path + ".codeEditor", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16835
16935
|
method: "typia.assert",
|
|
16836
16936
|
path: _path + ".codeEditor",
|
|
16837
|
-
expected: "(__type.
|
|
16937
|
+
expected: "(__type.o31 | undefined)",
|
|
16838
16938
|
value: input.codeEditor
|
|
16839
16939
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16840
16940
|
method: "typia.assert",
|
|
16841
16941
|
path: _path + ".bookmarks",
|
|
16842
|
-
expected: "(__type.
|
|
16942
|
+
expected: "(__type.o32 | undefined)",
|
|
16843
16943
|
value: input.bookmarks
|
|
16844
|
-
}, _errorFactory)) &&
|
|
16944
|
+
}, _errorFactory)) && _ao39(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16845
16945
|
method: "typia.assert",
|
|
16846
16946
|
path: _path + ".bookmarks",
|
|
16847
|
-
expected: "(__type.
|
|
16947
|
+
expected: "(__type.o32 | undefined)",
|
|
16848
16948
|
value: input.bookmarks
|
|
16849
16949
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16850
16950
|
method: "typia.assert",
|
|
16851
16951
|
path: _path + ".edit",
|
|
16852
|
-
expected: "(__type.
|
|
16952
|
+
expected: "(__type.o33 | undefined)",
|
|
16853
16953
|
value: input.edit
|
|
16854
|
-
}, _errorFactory)) &&
|
|
16954
|
+
}, _errorFactory)) && _ao40(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16855
16955
|
method: "typia.assert",
|
|
16856
16956
|
path: _path + ".edit",
|
|
16857
|
-
expected: "(__type.
|
|
16957
|
+
expected: "(__type.o33 | undefined)",
|
|
16858
16958
|
value: input.edit
|
|
16859
16959
|
}, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16860
16960
|
method: "typia.assert",
|
|
16861
16961
|
path: _path + ".rundown",
|
|
16862
|
-
expected: "(__type.
|
|
16962
|
+
expected: "(__type.o34 | undefined)",
|
|
16863
16963
|
value: input.rundown
|
|
16864
|
-
}, _errorFactory)) &&
|
|
16964
|
+
}, _errorFactory)) && _ao41(input.rundown, _path + ".rundown", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16865
16965
|
method: "typia.assert",
|
|
16866
16966
|
path: _path + ".rundown",
|
|
16867
|
-
expected: "(__type.
|
|
16967
|
+
expected: "(__type.o34 | undefined)",
|
|
16868
16968
|
value: input.rundown
|
|
16869
16969
|
}, _errorFactory)) && (undefined === input.segment || ("object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16870
16970
|
method: "typia.assert",
|
|
16871
16971
|
path: _path + ".segment",
|
|
16872
|
-
expected: "(__type.
|
|
16972
|
+
expected: "(__type.o35 | undefined)",
|
|
16873
16973
|
value: input.segment
|
|
16874
|
-
}, _errorFactory)) &&
|
|
16974
|
+
}, _errorFactory)) && _ao42(input.segment, _path + ".segment", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16875
16975
|
method: "typia.assert",
|
|
16876
16976
|
path: _path + ".segment",
|
|
16877
|
-
expected: "(__type.
|
|
16977
|
+
expected: "(__type.o35 | undefined)",
|
|
16878
16978
|
value: input.segment
|
|
16879
|
-
}, _errorFactory)); const
|
|
16979
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16880
16980
|
const value = input[key];
|
|
16881
16981
|
if (undefined === value)
|
|
16882
16982
|
return true;
|
|
@@ -16885,13 +16985,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16885
16985
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16886
16986
|
expected: "KeymapSetting",
|
|
16887
16987
|
value: value
|
|
16888
|
-
}, _errorFactory)) &&
|
|
16988
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16889
16989
|
method: "typia.assert",
|
|
16890
16990
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16891
16991
|
expected: "KeymapSetting",
|
|
16892
16992
|
value: value
|
|
16893
16993
|
}, _errorFactory);
|
|
16894
|
-
}); const
|
|
16994
|
+
}); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16895
16995
|
method: "typia.assert",
|
|
16896
16996
|
path: _path + ".title",
|
|
16897
16997
|
expected: "(string | undefined)",
|
|
@@ -16901,7 +17001,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16901
17001
|
path: _path + ".sequence",
|
|
16902
17002
|
expected: "(string | undefined)",
|
|
16903
17003
|
value: input.sequence
|
|
16904
|
-
}, _errorFactory)); const
|
|
17004
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16905
17005
|
const value = input[key];
|
|
16906
17006
|
if (undefined === value)
|
|
16907
17007
|
return true;
|
|
@@ -16910,13 +17010,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16910
17010
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16911
17011
|
expected: "KeymapSetting",
|
|
16912
17012
|
value: value
|
|
16913
|
-
}, _errorFactory)) &&
|
|
17013
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16914
17014
|
method: "typia.assert",
|
|
16915
17015
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16916
17016
|
expected: "KeymapSetting",
|
|
16917
17017
|
value: value
|
|
16918
17018
|
}, _errorFactory);
|
|
16919
|
-
}); const
|
|
17019
|
+
}); const _ao34 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16920
17020
|
const value = input[key];
|
|
16921
17021
|
if (undefined === value)
|
|
16922
17022
|
return true;
|
|
@@ -16925,13 +17025,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16925
17025
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16926
17026
|
expected: "KeymapSetting",
|
|
16927
17027
|
value: value
|
|
16928
|
-
}, _errorFactory)) &&
|
|
17028
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16929
17029
|
method: "typia.assert",
|
|
16930
17030
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16931
17031
|
expected: "KeymapSetting",
|
|
16932
17032
|
value: value
|
|
16933
17033
|
}, _errorFactory);
|
|
16934
|
-
}); const
|
|
17034
|
+
}); const _ao35 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16935
17035
|
const value = input[key];
|
|
16936
17036
|
if (undefined === value)
|
|
16937
17037
|
return true;
|
|
@@ -16940,13 +17040,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16940
17040
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16941
17041
|
expected: "KeymapSetting",
|
|
16942
17042
|
value: value
|
|
16943
|
-
}, _errorFactory)) &&
|
|
17043
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16944
17044
|
method: "typia.assert",
|
|
16945
17045
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16946
17046
|
expected: "KeymapSetting",
|
|
16947
17047
|
value: value
|
|
16948
17048
|
}, _errorFactory);
|
|
16949
|
-
}); const
|
|
17049
|
+
}); const _ao36 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16950
17050
|
const value = input[key];
|
|
16951
17051
|
if (undefined === value)
|
|
16952
17052
|
return true;
|
|
@@ -16955,13 +17055,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16955
17055
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16956
17056
|
expected: "KeymapSetting",
|
|
16957
17057
|
value: value
|
|
16958
|
-
}, _errorFactory)) &&
|
|
17058
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16959
17059
|
method: "typia.assert",
|
|
16960
17060
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16961
17061
|
expected: "KeymapSetting",
|
|
16962
17062
|
value: value
|
|
16963
17063
|
}, _errorFactory);
|
|
16964
|
-
}); const
|
|
17064
|
+
}); const _ao37 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16965
17065
|
const value = input[key];
|
|
16966
17066
|
if (undefined === value)
|
|
16967
17067
|
return true;
|
|
@@ -16970,13 +17070,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16970
17070
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16971
17071
|
expected: "KeymapSetting",
|
|
16972
17072
|
value: value
|
|
16973
|
-
}, _errorFactory)) &&
|
|
17073
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16974
17074
|
method: "typia.assert",
|
|
16975
17075
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16976
17076
|
expected: "KeymapSetting",
|
|
16977
17077
|
value: value
|
|
16978
17078
|
}, _errorFactory);
|
|
16979
|
-
}); const
|
|
17079
|
+
}); const _ao38 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16980
17080
|
const value = input[key];
|
|
16981
17081
|
if (undefined === value)
|
|
16982
17082
|
return true;
|
|
@@ -16985,13 +17085,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16985
17085
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16986
17086
|
expected: "KeymapSetting",
|
|
16987
17087
|
value: value
|
|
16988
|
-
}, _errorFactory)) &&
|
|
17088
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16989
17089
|
method: "typia.assert",
|
|
16990
17090
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16991
17091
|
expected: "KeymapSetting",
|
|
16992
17092
|
value: value
|
|
16993
17093
|
}, _errorFactory);
|
|
16994
|
-
}); const
|
|
17094
|
+
}); const _ao39 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16995
17095
|
const value = input[key];
|
|
16996
17096
|
if (undefined === value)
|
|
16997
17097
|
return true;
|
|
@@ -17000,13 +17100,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
17000
17100
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17001
17101
|
expected: "KeymapSetting",
|
|
17002
17102
|
value: value
|
|
17003
|
-
}, _errorFactory)) &&
|
|
17103
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17004
17104
|
method: "typia.assert",
|
|
17005
17105
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17006
17106
|
expected: "KeymapSetting",
|
|
17007
17107
|
value: value
|
|
17008
17108
|
}, _errorFactory);
|
|
17009
|
-
}); const
|
|
17109
|
+
}); const _ao40 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
17010
17110
|
const value = input[key];
|
|
17011
17111
|
if (undefined === value)
|
|
17012
17112
|
return true;
|
|
@@ -17015,13 +17115,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
17015
17115
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17016
17116
|
expected: "KeymapSetting",
|
|
17017
17117
|
value: value
|
|
17018
|
-
}, _errorFactory)) &&
|
|
17118
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17019
17119
|
method: "typia.assert",
|
|
17020
17120
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17021
17121
|
expected: "KeymapSetting",
|
|
17022
17122
|
value: value
|
|
17023
17123
|
}, _errorFactory);
|
|
17024
|
-
}); const
|
|
17124
|
+
}); const _ao41 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
17025
17125
|
const value = input[key];
|
|
17026
17126
|
if (undefined === value)
|
|
17027
17127
|
return true;
|
|
@@ -17030,13 +17130,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
17030
17130
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17031
17131
|
expected: "KeymapSetting",
|
|
17032
17132
|
value: value
|
|
17033
|
-
}, _errorFactory)) &&
|
|
17133
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17034
17134
|
method: "typia.assert",
|
|
17035
17135
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17036
17136
|
expected: "KeymapSetting",
|
|
17037
17137
|
value: value
|
|
17038
17138
|
}, _errorFactory);
|
|
17039
|
-
}); const
|
|
17139
|
+
}); const _ao42 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
17040
17140
|
const value = input[key];
|
|
17041
17141
|
if (undefined === value)
|
|
17042
17142
|
return true;
|
|
@@ -17045,13 +17145,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
17045
17145
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17046
17146
|
expected: "KeymapSetting",
|
|
17047
17147
|
value: value
|
|
17048
|
-
}, _errorFactory)) &&
|
|
17148
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17049
17149
|
method: "typia.assert",
|
|
17050
17150
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17051
17151
|
expected: "KeymapSetting",
|
|
17052
17152
|
value: value
|
|
17053
17153
|
}, _errorFactory);
|
|
17054
|
-
}); const
|
|
17154
|
+
}); const _ao43 = (input, _path, _exceptionable = true) => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17055
17155
|
method: "typia.assert",
|
|
17056
17156
|
path: _path + ".defaultFrameRate",
|
|
17057
17157
|
expected: "(number | undefined)",
|
|
@@ -17064,12 +17164,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
17064
17164
|
}, _errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17065
17165
|
method: "typia.assert",
|
|
17066
17166
|
path: _path + ".guide",
|
|
17067
|
-
expected: "(__type.
|
|
17167
|
+
expected: "(__type.o37 | undefined)",
|
|
17068
17168
|
value: input.guide
|
|
17069
|
-
}, _errorFactory)) &&
|
|
17169
|
+
}, _errorFactory)) && _ao44(input.guide, _path + ".guide", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17070
17170
|
method: "typia.assert",
|
|
17071
17171
|
path: _path + ".guide",
|
|
17072
|
-
expected: "(__type.
|
|
17172
|
+
expected: "(__type.o37 | undefined)",
|
|
17073
17173
|
value: input.guide
|
|
17074
17174
|
}, _errorFactory)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17075
17175
|
method: "typia.assert",
|
|
@@ -17089,12 +17189,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
17089
17189
|
}, _errorFactory)) && (undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17090
17190
|
method: "typia.assert",
|
|
17091
17191
|
path: _path + ".tile",
|
|
17092
|
-
expected: "(__type.
|
|
17192
|
+
expected: "(__type.o38 | undefined)",
|
|
17093
17193
|
value: input.tile
|
|
17094
|
-
}, _errorFactory)) &&
|
|
17194
|
+
}, _errorFactory)) && _ao45(input.tile, _path + ".tile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17095
17195
|
method: "typia.assert",
|
|
17096
17196
|
path: _path + ".tile",
|
|
17097
|
-
expected: "(__type.
|
|
17197
|
+
expected: "(__type.o38 | undefined)",
|
|
17098
17198
|
value: input.tile
|
|
17099
17199
|
}, _errorFactory)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17100
17200
|
method: "typia.assert",
|
|
@@ -17126,9 +17226,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17126
17226
|
path: _path + ".playbackRates",
|
|
17127
17227
|
expected: "(Array<number> | undefined)",
|
|
17128
17228
|
value: input.playbackRates
|
|
17129
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
17229
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index49) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17130
17230
|
method: "typia.assert",
|
|
17131
|
-
path: _path + ".playbackRates[" +
|
|
17231
|
+
path: _path + ".playbackRates[" + _index49 + "]",
|
|
17132
17232
|
expected: "number",
|
|
17133
17233
|
value: elem
|
|
17134
17234
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17139,12 +17239,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
17139
17239
|
}, _errorFactory)) && (undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17140
17240
|
method: "typia.assert",
|
|
17141
17241
|
path: _path + ".subtitles",
|
|
17142
|
-
expected: "(__type.
|
|
17242
|
+
expected: "(__type.o39 | undefined)",
|
|
17143
17243
|
value: input.subtitles
|
|
17144
|
-
}, _errorFactory)) &&
|
|
17244
|
+
}, _errorFactory)) && _ao46(input.subtitles, _path + ".subtitles", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17145
17245
|
method: "typia.assert",
|
|
17146
17246
|
path: _path + ".subtitles",
|
|
17147
|
-
expected: "(__type.
|
|
17247
|
+
expected: "(__type.o39 | undefined)",
|
|
17148
17248
|
value: input.subtitles
|
|
17149
17249
|
}, _errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17150
17250
|
method: "typia.assert",
|
|
@@ -17161,15 +17261,15 @@ function _assertDomainRecord(domain, input) {
|
|
|
17161
17261
|
path: _path + ".guides",
|
|
17162
17262
|
expected: "(Array<__type>.o2 | undefined)",
|
|
17163
17263
|
value: input.guides
|
|
17164
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
17264
|
+
}, _errorFactory)) && input.guides.every((elem, _index50) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17165
17265
|
method: "typia.assert",
|
|
17166
|
-
path: _path + ".guides[" +
|
|
17167
|
-
expected: "__type.
|
|
17266
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
17267
|
+
expected: "__type.o42",
|
|
17168
17268
|
value: elem
|
|
17169
|
-
}, _errorFactory)) &&
|
|
17269
|
+
}, _errorFactory)) && _ao49(elem, _path + ".guides[" + _index50 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17170
17270
|
method: "typia.assert",
|
|
17171
|
-
path: _path + ".guides[" +
|
|
17172
|
-
expected: "__type.
|
|
17271
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
17272
|
+
expected: "__type.o42",
|
|
17173
17273
|
value: elem
|
|
17174
17274
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17175
17275
|
method: "typia.assert",
|
|
@@ -17184,39 +17284,39 @@ function _assertDomainRecord(domain, input) {
|
|
|
17184
17284
|
}, _errorFactory)) && (undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17185
17285
|
method: "typia.assert",
|
|
17186
17286
|
path: _path + ".editMode",
|
|
17187
|
-
expected: "(__type.
|
|
17287
|
+
expected: "(__type.o43 | undefined)",
|
|
17188
17288
|
value: input.editMode
|
|
17189
|
-
}, _errorFactory)) &&
|
|
17289
|
+
}, _errorFactory)) && _ao50(input.editMode, _path + ".editMode", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17190
17290
|
method: "typia.assert",
|
|
17191
17291
|
path: _path + ".editMode",
|
|
17192
|
-
expected: "(__type.
|
|
17292
|
+
expected: "(__type.o43 | undefined)",
|
|
17193
17293
|
value: input.editMode
|
|
17194
17294
|
}, _errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17195
17295
|
method: "typia.assert",
|
|
17196
17296
|
path: _path + ".transcribe",
|
|
17197
|
-
expected: "(__type.
|
|
17297
|
+
expected: "(__type.o44 | undefined)",
|
|
17198
17298
|
value: input.transcribe
|
|
17199
|
-
}, _errorFactory)) &&
|
|
17299
|
+
}, _errorFactory)) && _ao51(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17200
17300
|
method: "typia.assert",
|
|
17201
17301
|
path: _path + ".transcribe",
|
|
17202
|
-
expected: "(__type.
|
|
17302
|
+
expected: "(__type.o44 | undefined)",
|
|
17203
17303
|
value: input.transcribe
|
|
17204
17304
|
}, _errorFactory)) && ((null !== input.openCommand || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17205
17305
|
method: "typia.assert",
|
|
17206
17306
|
path: _path + ".openCommand",
|
|
17207
|
-
expected: "(__type.
|
|
17307
|
+
expected: "(__type.o48 | string | undefined)",
|
|
17208
17308
|
value: input.openCommand
|
|
17209
17309
|
}, _errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17210
17310
|
method: "typia.assert",
|
|
17211
17311
|
path: _path + ".openCommand",
|
|
17212
|
-
expected: "(__type.
|
|
17312
|
+
expected: "(__type.o48 | string | undefined)",
|
|
17213
17313
|
value: input.openCommand
|
|
17214
|
-
}, _errorFactory)) &&
|
|
17314
|
+
}, _errorFactory)) && _ao55(input.openCommand, _path + ".openCommand", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17215
17315
|
method: "typia.assert",
|
|
17216
17316
|
path: _path + ".openCommand",
|
|
17217
|
-
expected: "(__type.
|
|
17317
|
+
expected: "(__type.o48 | string | undefined)",
|
|
17218
17318
|
value: input.openCommand
|
|
17219
|
-
}, _errorFactory))); const
|
|
17319
|
+
}, _errorFactory))); const _ao44 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17220
17320
|
method: "typia.assert",
|
|
17221
17321
|
path: _path + ".mask",
|
|
17222
17322
|
expected: "(boolean | undefined)",
|
|
@@ -17231,7 +17331,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17231
17331
|
path: _path + ".titleSafe",
|
|
17232
17332
|
expected: "(boolean | undefined)",
|
|
17233
17333
|
value: input.titleSafe
|
|
17234
|
-
}, _errorFactory)); const
|
|
17334
|
+
}, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17235
17335
|
method: "typia.assert",
|
|
17236
17336
|
path: _path + ".preview",
|
|
17237
17337
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
|
|
@@ -17241,7 +17341,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17241
17341
|
path: _path + ".showRenderProgress",
|
|
17242
17342
|
expected: "(boolean | undefined)",
|
|
17243
17343
|
value: input.showRenderProgress
|
|
17244
|
-
}, _errorFactory)); const
|
|
17344
|
+
}, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (undefined === input.spacing || "number" === typeof input.spacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17245
17345
|
method: "typia.assert",
|
|
17246
17346
|
path: _path + ".spacing",
|
|
17247
17347
|
expected: "(number | undefined)",
|
|
@@ -17256,15 +17356,15 @@ function _assertDomainRecord(domain, input) {
|
|
|
17256
17356
|
path: _path + ".suggestions",
|
|
17257
17357
|
expected: "(Array<__type> | undefined)",
|
|
17258
17358
|
value: input.suggestions
|
|
17259
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
17359
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index51) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17260
17360
|
method: "typia.assert",
|
|
17261
|
-
path: _path + ".suggestions[" +
|
|
17262
|
-
expected: "__type.
|
|
17361
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
17362
|
+
expected: "__type.o40",
|
|
17263
17363
|
value: elem
|
|
17264
|
-
}, _errorFactory)) &&
|
|
17364
|
+
}, _errorFactory)) && _ao47(elem, _path + ".suggestions[" + _index51 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17265
17365
|
method: "typia.assert",
|
|
17266
|
-
path: _path + ".suggestions[" +
|
|
17267
|
-
expected: "__type.
|
|
17366
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
17367
|
+
expected: "__type.o40",
|
|
17268
17368
|
value: elem
|
|
17269
17369
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17270
17370
|
method: "typia.assert",
|
|
@@ -17276,15 +17376,15 @@ function _assertDomainRecord(domain, input) {
|
|
|
17276
17376
|
path: _path + ".colors",
|
|
17277
17377
|
expected: "(Array<__type>.o1 | undefined)",
|
|
17278
17378
|
value: input.colors
|
|
17279
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
17379
|
+
}, _errorFactory)) && input.colors.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17280
17380
|
method: "typia.assert",
|
|
17281
|
-
path: _path + ".colors[" +
|
|
17282
|
-
expected: "__type.
|
|
17381
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
17382
|
+
expected: "__type.o41",
|
|
17283
17383
|
value: elem
|
|
17284
|
-
}, _errorFactory)) &&
|
|
17384
|
+
}, _errorFactory)) && _ao48(elem, _path + ".colors[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17285
17385
|
method: "typia.assert",
|
|
17286
|
-
path: _path + ".colors[" +
|
|
17287
|
-
expected: "__type.
|
|
17386
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
17387
|
+
expected: "__type.o41",
|
|
17288
17388
|
value: elem
|
|
17289
17389
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17290
17390
|
method: "typia.assert",
|
|
@@ -17296,9 +17396,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17296
17396
|
path: _path + ".overridableProperties",
|
|
17297
17397
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
17298
17398
|
value: input.overridableProperties
|
|
17299
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
17399
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index53) => null === elem || true === _av54.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17300
17400
|
method: "typia.assert",
|
|
17301
|
-
path: _path + ".overridableProperties[" +
|
|
17401
|
+
path: _path + ".overridableProperties[" + _index53 + "]",
|
|
17302
17402
|
expected: "(\"alignment\" | \"angle\" | \"backColour\" | \"bold\" | \"borderStyle\" | \"encoding\" | \"fontname\" | \"fontsize\" | \"italic\" | \"marginL\" | \"marginR\" | \"marginV\" | \"name\" | \"outline\" | \"outlineColour\" | \"primaryColour\" | \"scaleX\" | \"scaleY\" | \"secondaryColour\" | \"shadow\" | \"spacing\" | \"strikeOut\" | \"underline\" | null)",
|
|
17303
17403
|
value: elem
|
|
17304
17404
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17306,7 +17406,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17306
17406
|
path: _path + ".overridableProperties",
|
|
17307
17407
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
17308
17408
|
value: input.overridableProperties
|
|
17309
|
-
}, _errorFactory)); const
|
|
17409
|
+
}, _errorFactory)); const _ao47 = (input, _path, _exceptionable = true) => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17310
17410
|
method: "typia.assert",
|
|
17311
17411
|
path: _path + ".ifAspectRatio",
|
|
17312
17412
|
expected: "(null | string | undefined)",
|
|
@@ -17326,7 +17426,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17326
17426
|
path: _path + ".thenMaxCharactersPerLine",
|
|
17327
17427
|
expected: "(null | number | undefined)",
|
|
17328
17428
|
value: input.thenMaxCharactersPerLine
|
|
17329
|
-
}, _errorFactory)); const
|
|
17429
|
+
}, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => (null === input.label || undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17330
17430
|
method: "typia.assert",
|
|
17331
17431
|
path: _path + ".label",
|
|
17332
17432
|
expected: "(null | string | undefined)",
|
|
@@ -17336,7 +17436,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17336
17436
|
path: _path + ".color",
|
|
17337
17437
|
expected: "(null | string | undefined)",
|
|
17338
17438
|
value: input.color
|
|
17339
|
-
}, _errorFactory)); const
|
|
17439
|
+
}, _errorFactory)); const _ao49 = (input, _path, _exceptionable = true) => (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17340
17440
|
method: "typia.assert",
|
|
17341
17441
|
path: _path + ".label",
|
|
17342
17442
|
expected: "(string | undefined)",
|
|
@@ -17346,7 +17446,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17346
17446
|
path: _path + ".aspectRatio",
|
|
17347
17447
|
expected: "(string | undefined)",
|
|
17348
17448
|
value: input.aspectRatio
|
|
17349
|
-
}, _errorFactory)); const
|
|
17449
|
+
}, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => (undefined === input.enabled || "boolean" === typeof input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17350
17450
|
method: "typia.assert",
|
|
17351
17451
|
path: _path + ".enabled",
|
|
17352
17452
|
expected: "(boolean | undefined)",
|
|
@@ -17361,17 +17461,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
17361
17461
|
path: _path + ".defaultExitOption",
|
|
17362
17462
|
expected: "(\"leave\" | \"none\" | \"update\" | undefined)",
|
|
17363
17463
|
value: input.defaultExitOption
|
|
17364
|
-
}, _errorFactory)); const
|
|
17464
|
+
}, _errorFactory)); const _ao51 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17365
17465
|
method: "typia.assert",
|
|
17366
17466
|
path: _path + ".subtitleDisclaimer",
|
|
17367
|
-
expected: "(__type.
|
|
17467
|
+
expected: "(__type.o45 | undefined)",
|
|
17368
17468
|
value: input.subtitleDisclaimer
|
|
17369
|
-
}, _errorFactory)) &&
|
|
17469
|
+
}, _errorFactory)) && _ao52(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17370
17470
|
method: "typia.assert",
|
|
17371
17471
|
path: _path + ".subtitleDisclaimer",
|
|
17372
|
-
expected: "(__type.
|
|
17472
|
+
expected: "(__type.o45 | undefined)",
|
|
17373
17473
|
value: input.subtitleDisclaimer
|
|
17374
|
-
}, _errorFactory); const
|
|
17474
|
+
}, _errorFactory); const _ao52 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17375
17475
|
method: "typia.assert",
|
|
17376
17476
|
path: _path + ".isUserConfigurable",
|
|
17377
17477
|
expected: "(boolean | undefined)",
|
|
@@ -17379,14 +17479,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
17379
17479
|
}, _errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17380
17480
|
method: "typia.assert",
|
|
17381
17481
|
path: _path + ".defaultValue",
|
|
17382
|
-
expected: "(__type.
|
|
17482
|
+
expected: "(__type.o46 | undefined)",
|
|
17383
17483
|
value: input.defaultValue
|
|
17384
|
-
}, _errorFactory)) &&
|
|
17484
|
+
}, _errorFactory)) && _ao53(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17385
17485
|
method: "typia.assert",
|
|
17386
17486
|
path: _path + ".defaultValue",
|
|
17387
|
-
expected: "(__type.
|
|
17487
|
+
expected: "(__type.o46 | undefined)",
|
|
17388
17488
|
value: input.defaultValue
|
|
17389
|
-
}, _errorFactory)); const
|
|
17489
|
+
}, _errorFactory)); const _ao53 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17390
17490
|
method: "typia.assert",
|
|
17391
17491
|
path: _path + ".enabled",
|
|
17392
17492
|
expected: "(false | undefined)",
|
|
@@ -17396,15 +17496,15 @@ function _assertDomainRecord(domain, input) {
|
|
|
17396
17496
|
path: _path + ".text",
|
|
17397
17497
|
expected: "(Array<__type>.o3 | undefined)",
|
|
17398
17498
|
value: input.text
|
|
17399
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
17499
|
+
}, _errorFactory)) && input.text.every((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17400
17500
|
method: "typia.assert",
|
|
17401
|
-
path: _path + ".text[" +
|
|
17402
|
-
expected: "__type.
|
|
17501
|
+
path: _path + ".text[" + _index55 + "]",
|
|
17502
|
+
expected: "__type.o47",
|
|
17403
17503
|
value: elem
|
|
17404
|
-
}, _errorFactory)) &&
|
|
17504
|
+
}, _errorFactory)) && _ao54(elem, _path + ".text[" + _index55 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17405
17505
|
method: "typia.assert",
|
|
17406
|
-
path: _path + ".text[" +
|
|
17407
|
-
expected: "__type.
|
|
17506
|
+
path: _path + ".text[" + _index55 + "]",
|
|
17507
|
+
expected: "__type.o47",
|
|
17408
17508
|
value: elem
|
|
17409
17509
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17410
17510
|
method: "typia.assert",
|
|
@@ -17421,7 +17521,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17421
17521
|
path: _path + ".duration",
|
|
17422
17522
|
expected: "(number | undefined)",
|
|
17423
17523
|
value: input.duration
|
|
17424
|
-
}, _errorFactory)); const
|
|
17524
|
+
}, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17425
17525
|
method: "typia.assert",
|
|
17426
17526
|
path: _path + ".language",
|
|
17427
17527
|
expected: "(string | undefined)",
|
|
@@ -17431,7 +17531,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17431
17531
|
path: _path + ".value",
|
|
17432
17532
|
expected: "(string | undefined)",
|
|
17433
17533
|
value: input.value
|
|
17434
|
-
}, _errorFactory)); const
|
|
17534
|
+
}, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => (undefined === input.url || "string" === typeof input.url || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17435
17535
|
method: "typia.assert",
|
|
17436
17536
|
path: _path + ".url",
|
|
17437
17537
|
expected: "(string | undefined)",
|
|
@@ -17451,9 +17551,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17451
17551
|
path: _path + ".args",
|
|
17452
17552
|
expected: "(Array<string> | undefined)",
|
|
17453
17553
|
value: input.args
|
|
17454
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
17554
|
+
}, _errorFactory)) && input.args.every((elem, _index56) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17455
17555
|
method: "typia.assert",
|
|
17456
|
-
path: _path + ".args[" +
|
|
17556
|
+
path: _path + ".args[" + _index56 + "]",
|
|
17457
17557
|
expected: "string",
|
|
17458
17558
|
value: elem
|
|
17459
17559
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17461,7 +17561,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17461
17561
|
path: _path + ".args",
|
|
17462
17562
|
expected: "(Array<string> | undefined)",
|
|
17463
17563
|
value: input.args
|
|
17464
|
-
}, _errorFactory)); const
|
|
17564
|
+
}, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17465
17565
|
method: "typia.assert",
|
|
17466
17566
|
path: _path + ".thumbnailView",
|
|
17467
17567
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
@@ -17469,14 +17569,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
17469
17569
|
}, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17470
17570
|
method: "typia.assert",
|
|
17471
17571
|
path: _path + ".voiceOver",
|
|
17472
|
-
expected: "(__type.
|
|
17572
|
+
expected: "(__type.o50 | undefined)",
|
|
17473
17573
|
value: input.voiceOver
|
|
17474
|
-
}, _errorFactory)) &&
|
|
17574
|
+
}, _errorFactory)) && _ao57(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17475
17575
|
method: "typia.assert",
|
|
17476
17576
|
path: _path + ".voiceOver",
|
|
17477
|
-
expected: "(__type.
|
|
17577
|
+
expected: "(__type.o50 | undefined)",
|
|
17478
17578
|
value: input.voiceOver
|
|
17479
|
-
}, _errorFactory)); const
|
|
17579
|
+
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17480
17580
|
method: "typia.assert",
|
|
17481
17581
|
path: _path + ".inputDevice",
|
|
17482
17582
|
expected: "(string | undefined)",
|
|
@@ -17501,7 +17601,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17501
17601
|
path: _path + ".preRollDuration",
|
|
17502
17602
|
expected: "(number | undefined)",
|
|
17503
17603
|
value: input.preRollDuration
|
|
17504
|
-
}, _errorFactory)); const
|
|
17604
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17505
17605
|
method: "typia.assert",
|
|
17506
17606
|
path: _path + ".title",
|
|
17507
17607
|
expected: "(string | undefined)",
|
|
@@ -17516,9 +17616,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17516
17616
|
path: _path + ".args",
|
|
17517
17617
|
expected: "(Array<string> | undefined)",
|
|
17518
17618
|
value: input.args
|
|
17519
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
17619
|
+
}, _errorFactory)) && input.args.every((elem, _index57) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17520
17620
|
method: "typia.assert",
|
|
17521
|
-
path: _path + ".args[" +
|
|
17621
|
+
path: _path + ".args[" + _index57 + "]",
|
|
17522
17622
|
expected: "string",
|
|
17523
17623
|
value: elem
|
|
17524
17624
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17526,82 +17626,82 @@ function _assertDomainRecord(domain, input) {
|
|
|
17526
17626
|
path: _path + ".args",
|
|
17527
17627
|
expected: "(Array<string> | undefined)",
|
|
17528
17628
|
value: input.args
|
|
17529
|
-
}, _errorFactory)); const
|
|
17629
|
+
}, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17530
17630
|
method: "typia.assert",
|
|
17531
17631
|
path: _path + ".folded",
|
|
17532
|
-
expected: "(__type.
|
|
17632
|
+
expected: "(__type.o53 | undefined)",
|
|
17533
17633
|
value: input.folded
|
|
17534
|
-
}, _errorFactory)) &&
|
|
17634
|
+
}, _errorFactory)) && _ao60(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17535
17635
|
method: "typia.assert",
|
|
17536
17636
|
path: _path + ".folded",
|
|
17537
|
-
expected: "(__type.
|
|
17637
|
+
expected: "(__type.o53 | undefined)",
|
|
17538
17638
|
value: input.folded
|
|
17539
17639
|
}, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17540
17640
|
method: "typia.assert",
|
|
17541
17641
|
path: _path + ".assets",
|
|
17542
|
-
expected: "(__type.
|
|
17642
|
+
expected: "(__type.o54 | undefined)",
|
|
17543
17643
|
value: input.assets
|
|
17544
|
-
}, _errorFactory)) &&
|
|
17644
|
+
}, _errorFactory)) && _ao61(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17545
17645
|
method: "typia.assert",
|
|
17546
17646
|
path: _path + ".assets",
|
|
17547
|
-
expected: "(__type.
|
|
17647
|
+
expected: "(__type.o54 | undefined)",
|
|
17548
17648
|
value: input.assets
|
|
17549
17649
|
}, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17550
17650
|
method: "typia.assert",
|
|
17551
17651
|
path: _path + ".pipeline",
|
|
17552
|
-
expected: "(__type.
|
|
17652
|
+
expected: "(__type.o58 | undefined)",
|
|
17553
17653
|
value: input.pipeline
|
|
17554
|
-
}, _errorFactory)) &&
|
|
17654
|
+
}, _errorFactory)) && _ao65(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17555
17655
|
method: "typia.assert",
|
|
17556
17656
|
path: _path + ".pipeline",
|
|
17557
|
-
expected: "(__type.
|
|
17657
|
+
expected: "(__type.o58 | undefined)",
|
|
17558
17658
|
value: input.pipeline
|
|
17559
17659
|
}, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17560
17660
|
method: "typia.assert",
|
|
17561
17661
|
path: _path + ".item",
|
|
17562
|
-
expected: "(__type.
|
|
17662
|
+
expected: "(__type.o60 | undefined)",
|
|
17563
17663
|
value: input.item
|
|
17564
|
-
}, _errorFactory)) &&
|
|
17664
|
+
}, _errorFactory)) && _ao67(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17565
17665
|
method: "typia.assert",
|
|
17566
17666
|
path: _path + ".item",
|
|
17567
|
-
expected: "(__type.
|
|
17667
|
+
expected: "(__type.o60 | undefined)",
|
|
17568
17668
|
value: input.item
|
|
17569
|
-
}, _errorFactory)); const
|
|
17669
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17570
17670
|
method: "typia.assert",
|
|
17571
17671
|
path: _path + ".auto",
|
|
17572
17672
|
expected: "(boolean | undefined)",
|
|
17573
17673
|
value: input.auto
|
|
17574
|
-
}, _errorFactory); const
|
|
17674
|
+
}, _errorFactory); const _ao61 = (input, _path, _exceptionable = true) => (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17575
17675
|
method: "typia.assert",
|
|
17576
17676
|
path: _path + ".story",
|
|
17577
|
-
expected: "(__type.
|
|
17677
|
+
expected: "(__type.o55 | undefined)",
|
|
17578
17678
|
value: input.story
|
|
17579
|
-
}, _errorFactory)) &&
|
|
17679
|
+
}, _errorFactory)) && _ao62(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17580
17680
|
method: "typia.assert",
|
|
17581
17681
|
path: _path + ".story",
|
|
17582
|
-
expected: "(__type.
|
|
17682
|
+
expected: "(__type.o55 | undefined)",
|
|
17583
17683
|
value: input.story
|
|
17584
17684
|
}, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17585
17685
|
method: "typia.assert",
|
|
17586
17686
|
path: _path + ".note",
|
|
17587
|
-
expected: "(__type.
|
|
17687
|
+
expected: "(__type.o57 | undefined)",
|
|
17588
17688
|
value: input.note
|
|
17589
|
-
}, _errorFactory)) &&
|
|
17689
|
+
}, _errorFactory)) && _ao64(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17590
17690
|
method: "typia.assert",
|
|
17591
17691
|
path: _path + ".note",
|
|
17592
|
-
expected: "(__type.
|
|
17692
|
+
expected: "(__type.o57 | undefined)",
|
|
17593
17693
|
value: input.note
|
|
17594
|
-
}, _errorFactory)); const
|
|
17694
|
+
}, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17595
17695
|
method: "typia.assert",
|
|
17596
17696
|
path: _path + ".excerpt",
|
|
17597
|
-
expected: "(__type.
|
|
17697
|
+
expected: "(__type.o56 | undefined)",
|
|
17598
17698
|
value: input.excerpt
|
|
17599
|
-
}, _errorFactory)) &&
|
|
17699
|
+
}, _errorFactory)) && _ao63(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17600
17700
|
method: "typia.assert",
|
|
17601
17701
|
path: _path + ".excerpt",
|
|
17602
|
-
expected: "(__type.
|
|
17702
|
+
expected: "(__type.o56 | undefined)",
|
|
17603
17703
|
value: input.excerpt
|
|
17604
|
-
}, _errorFactory); const
|
|
17704
|
+
}, _errorFactory); const _ao63 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17605
17705
|
method: "typia.assert",
|
|
17606
17706
|
path: _path + ".maxLines",
|
|
17607
17707
|
expected: "(number | undefined)",
|
|
@@ -17616,32 +17716,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
17616
17716
|
path: _path + ".comments",
|
|
17617
17717
|
expected: "(boolean | undefined)",
|
|
17618
17718
|
value: input.comments
|
|
17619
|
-
}, _errorFactory)); const
|
|
17719
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17620
17720
|
method: "typia.assert",
|
|
17621
17721
|
path: _path + ".maxHeight",
|
|
17622
17722
|
expected: "(number | undefined)",
|
|
17623
17723
|
value: input.maxHeight
|
|
17624
|
-
}, _errorFactory); const
|
|
17724
|
+
}, _errorFactory); const _ao65 = (input, _path, _exceptionable = true) => (undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17625
17725
|
method: "typia.assert",
|
|
17626
17726
|
path: _path + ".search",
|
|
17627
|
-
expected: "(__type.
|
|
17727
|
+
expected: "(__type.o59 | undefined)",
|
|
17628
17728
|
value: input.search
|
|
17629
|
-
}, _errorFactory)) &&
|
|
17729
|
+
}, _errorFactory)) && _ao66(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17630
17730
|
method: "typia.assert",
|
|
17631
17731
|
path: _path + ".search",
|
|
17632
|
-
expected: "(__type.
|
|
17732
|
+
expected: "(__type.o59 | undefined)",
|
|
17633
17733
|
value: input.search
|
|
17634
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
17734
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av58.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17635
17735
|
method: "typia.assert",
|
|
17636
17736
|
path: _path + ".sortMode",
|
|
17637
17737
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
17638
17738
|
value: input.sortMode
|
|
17639
|
-
}, _errorFactory)); const
|
|
17739
|
+
}, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17640
17740
|
method: "typia.assert",
|
|
17641
17741
|
path: _path + ".maxItemsDisplayed",
|
|
17642
17742
|
expected: "(number | undefined)",
|
|
17643
17743
|
value: input.maxItemsDisplayed
|
|
17644
|
-
}, _errorFactory); const
|
|
17744
|
+
}, _errorFactory); const _ao67 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17645
17745
|
method: "typia.assert",
|
|
17646
17746
|
path: _path + ".maxHeight",
|
|
17647
17747
|
expected: "(number | undefined)",
|
|
@@ -17651,14 +17751,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
17651
17751
|
path: _path + ".titleLines",
|
|
17652
17752
|
expected: "(number | undefined)",
|
|
17653
17753
|
value: input.titleLines
|
|
17654
|
-
}, _errorFactory)); const
|
|
17754
|
+
}, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17655
17755
|
method: "typia.assert",
|
|
17656
17756
|
path: _path + ".fontFamilies",
|
|
17657
17757
|
expected: "(Array<string> | undefined)",
|
|
17658
17758
|
value: input.fontFamilies
|
|
17659
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
17759
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17660
17760
|
method: "typia.assert",
|
|
17661
|
-
path: _path + ".fontFamilies[" +
|
|
17761
|
+
path: _path + ".fontFamilies[" + _index59 + "]",
|
|
17662
17762
|
expected: "string",
|
|
17663
17763
|
value: elem
|
|
17664
17764
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17666,7 +17766,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17666
17766
|
path: _path + ".fontFamilies",
|
|
17667
17767
|
expected: "(Array<string> | undefined)",
|
|
17668
17768
|
value: input.fontFamilies
|
|
17669
|
-
}, _errorFactory); const
|
|
17769
|
+
}, _errorFactory); const _ao69 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17670
17770
|
method: "typia.assert",
|
|
17671
17771
|
path: _path + ".id",
|
|
17672
17772
|
expected: "(string | undefined)",
|
|
@@ -17676,37 +17776,37 @@ function _assertDomainRecord(domain, input) {
|
|
|
17676
17776
|
path: _path + ".folded",
|
|
17677
17777
|
expected: "(boolean | undefined)",
|
|
17678
17778
|
value: input.folded
|
|
17679
|
-
}, _errorFactory)); const
|
|
17779
|
+
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => (undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17680
17780
|
method: "typia.assert",
|
|
17681
17781
|
path: _path + ".adobe",
|
|
17682
|
-
expected: "(__type.
|
|
17782
|
+
expected: "(__type.o64 | undefined)",
|
|
17683
17783
|
value: input.adobe
|
|
17684
|
-
}, _errorFactory)) &&
|
|
17784
|
+
}, _errorFactory)) && _ao71(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17685
17785
|
method: "typia.assert",
|
|
17686
17786
|
path: _path + ".adobe",
|
|
17687
|
-
expected: "(__type.
|
|
17787
|
+
expected: "(__type.o64 | undefined)",
|
|
17688
17788
|
value: input.adobe
|
|
17689
17789
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17690
17790
|
method: "typia.assert",
|
|
17691
17791
|
path: _path + ".rive",
|
|
17692
|
-
expected: "(__type.
|
|
17792
|
+
expected: "(__type.o65 | undefined)",
|
|
17693
17793
|
value: input.rive
|
|
17694
|
-
}, _errorFactory)) &&
|
|
17794
|
+
}, _errorFactory)) && _ao72(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17695
17795
|
method: "typia.assert",
|
|
17696
17796
|
path: _path + ".rive",
|
|
17697
|
-
expected: "(__type.
|
|
17797
|
+
expected: "(__type.o65 | undefined)",
|
|
17698
17798
|
value: input.rive
|
|
17699
|
-
}, _errorFactory)); const
|
|
17799
|
+
}, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17700
17800
|
method: "typia.assert",
|
|
17701
17801
|
path: _path + ".useProxies",
|
|
17702
17802
|
expected: "(boolean | undefined)",
|
|
17703
17803
|
value: input.useProxies
|
|
17704
|
-
}, _errorFactory); const
|
|
17804
|
+
}, _errorFactory); const _ao72 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17705
17805
|
method: "typia.assert",
|
|
17706
17806
|
path: _path + ".template",
|
|
17707
17807
|
expected: "(string | undefined)",
|
|
17708
17808
|
value: input.template
|
|
17709
|
-
}, _errorFactory); const
|
|
17809
|
+
}, _errorFactory); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17710
17810
|
method: "typia.assert",
|
|
17711
17811
|
path: _path + ".collections",
|
|
17712
17812
|
expected: "(boolean | undefined)",
|
|
@@ -17721,7 +17821,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17721
17821
|
path: _path + ".ameRemoteRendering",
|
|
17722
17822
|
expected: "(boolean | undefined)",
|
|
17723
17823
|
value: input.ameRemoteRendering
|
|
17724
|
-
}, _errorFactory)); const
|
|
17824
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17725
17825
|
method: "typia.assert",
|
|
17726
17826
|
path: _path + ".utils",
|
|
17727
17827
|
expected: "(boolean | undefined)",
|
|
@@ -17816,24 +17916,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
17816
17916
|
path: _path + ".systemHealth",
|
|
17817
17917
|
expected: "(boolean | undefined)",
|
|
17818
17918
|
value: input.systemHealth
|
|
17819
|
-
}, _errorFactory)); const
|
|
17919
|
+
}, _errorFactory)); const _ao75 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17820
17920
|
method: "typia.assert",
|
|
17821
17921
|
path: _path + ".events",
|
|
17822
|
-
expected: "(__type.
|
|
17922
|
+
expected: "(__type.o69 | undefined)",
|
|
17823
17923
|
value: input.events
|
|
17824
|
-
}, _errorFactory)) &&
|
|
17924
|
+
}, _errorFactory)) && _ao76(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17825
17925
|
method: "typia.assert",
|
|
17826
17926
|
path: _path + ".events",
|
|
17827
|
-
expected: "(__type.
|
|
17927
|
+
expected: "(__type.o69 | undefined)",
|
|
17828
17928
|
value: input.events
|
|
17829
|
-
}, _errorFactory); const
|
|
17929
|
+
}, _errorFactory); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17830
17930
|
method: "typia.assert",
|
|
17831
17931
|
path: _path + ".comment",
|
|
17832
17932
|
expected: "(Array<NotificationReason> | undefined)",
|
|
17833
17933
|
value: input.comment
|
|
17834
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
17934
|
+
}, _errorFactory)) && input.comment.every((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17835
17935
|
method: "typia.assert",
|
|
17836
|
-
path: _path + ".comment[" +
|
|
17936
|
+
path: _path + ".comment[" + _index60 + "]",
|
|
17837
17937
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17838
17938
|
value: elem
|
|
17839
17939
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17846,9 +17946,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17846
17946
|
path: _path + ".assigned",
|
|
17847
17947
|
expected: "(Array<NotificationReason> | undefined)",
|
|
17848
17948
|
value: input.assigned
|
|
17849
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
17949
|
+
}, _errorFactory)) && input.assigned.every((elem, _index61) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17850
17950
|
method: "typia.assert",
|
|
17851
|
-
path: _path + ".assigned[" +
|
|
17951
|
+
path: _path + ".assigned[" + _index61 + "]",
|
|
17852
17952
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17853
17953
|
value: elem
|
|
17854
17954
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17861,9 +17961,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17861
17961
|
path: _path + ".unassigned",
|
|
17862
17962
|
expected: "(Array<NotificationReason> | undefined)",
|
|
17863
17963
|
value: input.unassigned
|
|
17864
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
17964
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index62) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17865
17965
|
method: "typia.assert",
|
|
17866
|
-
path: _path + ".unassigned[" +
|
|
17966
|
+
path: _path + ".unassigned[" + _index62 + "]",
|
|
17867
17967
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17868
17968
|
value: elem
|
|
17869
17969
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17874,14 +17974,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
17874
17974
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17875
17975
|
method: "typia.assert",
|
|
17876
17976
|
path: _path + ".publishSucceeded",
|
|
17877
|
-
expected: "(__type.
|
|
17977
|
+
expected: "(__type.o70 | undefined)",
|
|
17878
17978
|
value: input.publishSucceeded
|
|
17879
|
-
}, _errorFactory)) &&
|
|
17979
|
+
}, _errorFactory)) && _ao77(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17880
17980
|
method: "typia.assert",
|
|
17881
17981
|
path: _path + ".publishSucceeded",
|
|
17882
|
-
expected: "(__type.
|
|
17982
|
+
expected: "(__type.o70 | undefined)",
|
|
17883
17983
|
value: input.publishSucceeded
|
|
17884
|
-
}, _errorFactory)); const
|
|
17984
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
17885
17985
|
const value = input[key];
|
|
17886
17986
|
if (undefined === value)
|
|
17887
17987
|
return true;
|
|
@@ -17890,9 +17990,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17890
17990
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17891
17991
|
expected: "Array<NotificationReason>",
|
|
17892
17992
|
value: value
|
|
17893
|
-
}, _errorFactory)) && value.every((elem,
|
|
17993
|
+
}, _errorFactory)) && value.every((elem, _index63) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17894
17994
|
method: "typia.assert",
|
|
17895
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
17995
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index63 + "]",
|
|
17896
17996
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17897
17997
|
value: elem
|
|
17898
17998
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17901,14 +18001,34 @@ function _assertDomainRecord(domain, input) {
|
|
|
17901
18001
|
expected: "Array<NotificationReason>",
|
|
17902
18002
|
value: value
|
|
17903
18003
|
}, _errorFactory);
|
|
17904
|
-
}); const
|
|
18004
|
+
}); const _ao78 = (input, _path, _exceptionable = true) => undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18005
|
+
method: "typia.assert",
|
|
18006
|
+
path: _path + ".duplicate",
|
|
18007
|
+
expected: "(__type.o72 | undefined)",
|
|
18008
|
+
value: input.duplicate
|
|
18009
|
+
}, _errorFactory)) && _ao79(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18010
|
+
method: "typia.assert",
|
|
18011
|
+
path: _path + ".duplicate",
|
|
18012
|
+
expected: "(__type.o72 | undefined)",
|
|
18013
|
+
value: input.duplicate
|
|
18014
|
+
}, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18015
|
+
method: "typia.assert",
|
|
18016
|
+
path: _path + ".titlePrefix",
|
|
18017
|
+
expected: "(string | undefined)",
|
|
18018
|
+
value: input.titlePrefix
|
|
18019
|
+
}, _errorFactory)) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18020
|
+
method: "typia.assert",
|
|
18021
|
+
path: _path + ".titleSuffix",
|
|
18022
|
+
expected: "(string | undefined)",
|
|
18023
|
+
value: input.titleSuffix
|
|
18024
|
+
}, _errorFactory)); const _ao80 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17905
18025
|
method: "typia.assert",
|
|
17906
18026
|
path: _path + ".stateFilter",
|
|
17907
18027
|
expected: "(Array<number> | undefined)",
|
|
17908
18028
|
value: input.stateFilter
|
|
17909
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
18029
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index64) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17910
18030
|
method: "typia.assert",
|
|
17911
|
-
path: _path + ".stateFilter[" +
|
|
18031
|
+
path: _path + ".stateFilter[" + _index64 + "]",
|
|
17912
18032
|
expected: "number",
|
|
17913
18033
|
value: elem
|
|
17914
18034
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|