@nxtedition/types 23.0.58 → 23.0.60
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 +16 -1
- package/dist/nxtpression.d.ts +25 -2
- package/dist/records/domains/script.d.ts +4 -0
- package/dist/records/domains/search.d.ts +1 -0
- package/dist/records/utils.d.ts +4 -1
- package/dist/records/utils.tds.js +11 -8
- package/dist/records/validate/assert-guard.js +474 -344
- package/dist/records/validate/assert.js +474 -344
- package/dist/records/validate/is.js +26 -26
- package/dist/records/validate/schemas.js +104 -2
- package/dist/records/validate/stringify.js +45 -45
- package/dist/records/validate/validate-equals.js +607 -411
- package/dist/records/validate/validate.js +444 -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) && (null === input.height || undefined === input.height || "number" === typeof input.height); const _io5 = input => (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority) && (null === input.height || undefined === input.height || "number" === typeof input.height); 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,37 @@ 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)) && (null === input.height || undefined === input.height || "number" === typeof input.height || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16395
|
+
method: "typia.assert",
|
|
16396
|
+
path: _path + ".height",
|
|
16397
|
+
expected: "(null | number | undefined)",
|
|
16398
|
+
value: input.height
|
|
16399
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16340
16400
|
method: "typia.assert",
|
|
16341
16401
|
path: _path + ".activeTab",
|
|
16342
|
-
expected: "(string | undefined)",
|
|
16402
|
+
expected: "(null | string | undefined)",
|
|
16343
16403
|
value: input.activeTab
|
|
16344
|
-
}, _errorFactory)
|
|
16404
|
+
}, _errorFactory)) && (undefined === input.priority || "number" === typeof input.priority || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16405
|
+
method: "typia.assert",
|
|
16406
|
+
path: _path + ".priority",
|
|
16407
|
+
expected: "(number | undefined)",
|
|
16408
|
+
value: input.priority
|
|
16409
|
+
}, _errorFactory)) && (null === input.height || undefined === input.height || "number" === typeof input.height || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16410
|
+
method: "typia.assert",
|
|
16411
|
+
path: _path + ".height",
|
|
16412
|
+
expected: "(null | number | undefined)",
|
|
16413
|
+
value: input.height
|
|
16414
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => (undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16345
16415
|
method: "typia.assert",
|
|
16346
16416
|
path: _path + ".defaultGrouping",
|
|
16347
16417
|
expected: "(\"\" | \"collection\" | \"stitch\" | undefined)",
|
|
@@ -16421,9 +16491,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16421
16491
|
path: _path + ".sortOrder",
|
|
16422
16492
|
expected: "(Array<string> | undefined)",
|
|
16423
16493
|
value: input.sortOrder
|
|
16424
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
16494
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16425
16495
|
method: "typia.assert",
|
|
16426
|
-
path: _path + ".sortOrder[" +
|
|
16496
|
+
path: _path + ".sortOrder[" + _index38 + "]",
|
|
16427
16497
|
expected: "string",
|
|
16428
16498
|
value: elem
|
|
16429
16499
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16431,14 +16501,29 @@ function _assertDomainRecord(domain, input) {
|
|
|
16431
16501
|
path: _path + ".sortOrder",
|
|
16432
16502
|
expected: "(Array<string> | undefined)",
|
|
16433
16503
|
value: input.sortOrder
|
|
16434
|
-
}, _errorFactory); const _ao12 = (input, _path, _exceptionable = true) => undefined === input.
|
|
16504
|
+
}, _errorFactory); const _ao12 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16505
|
+
method: "typia.assert",
|
|
16506
|
+
path: _path + ".include",
|
|
16507
|
+
expected: "(Array<string> | undefined)",
|
|
16508
|
+
value: input.include
|
|
16509
|
+
}, _errorFactory)) && input.include.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16510
|
+
method: "typia.assert",
|
|
16511
|
+
path: _path + ".include[" + _index39 + "]",
|
|
16512
|
+
expected: "string",
|
|
16513
|
+
value: elem
|
|
16514
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16515
|
+
method: "typia.assert",
|
|
16516
|
+
path: _path + ".include",
|
|
16517
|
+
expected: "(Array<string> | undefined)",
|
|
16518
|
+
value: input.include
|
|
16519
|
+
}, _errorFactory)) && (undefined === input.exclude || (Array.isArray(input.exclude) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16435
16520
|
method: "typia.assert",
|
|
16436
16521
|
path: _path + ".exclude",
|
|
16437
16522
|
expected: "(Array<string> | undefined)",
|
|
16438
16523
|
value: input.exclude
|
|
16439
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16524
|
+
}, _errorFactory)) && input.exclude.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16440
16525
|
method: "typia.assert",
|
|
16441
|
-
path: _path + ".exclude[" +
|
|
16526
|
+
path: _path + ".exclude[" + _index40 + "]",
|
|
16442
16527
|
expected: "string",
|
|
16443
16528
|
value: elem
|
|
16444
16529
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16446,14 +16531,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
16446
16531
|
path: _path + ".exclude",
|
|
16447
16532
|
expected: "(Array<string> | undefined)",
|
|
16448
16533
|
value: input.exclude
|
|
16449
|
-
}, _errorFactory); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16534
|
+
}, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16450
16535
|
method: "typia.assert",
|
|
16451
16536
|
path: _path + ".include",
|
|
16452
16537
|
expected: "(Array<string> | undefined)",
|
|
16453
16538
|
value: input.include
|
|
16454
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16539
|
+
}, _errorFactory)) && input.include.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16455
16540
|
method: "typia.assert",
|
|
16456
|
-
path: _path + ".include[" +
|
|
16541
|
+
path: _path + ".include[" + _index41 + "]",
|
|
16457
16542
|
expected: "string",
|
|
16458
16543
|
value: elem
|
|
16459
16544
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16466,9 +16551,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16466
16551
|
path: _path + ".exclude",
|
|
16467
16552
|
expected: "(Array<string> | undefined)",
|
|
16468
16553
|
value: input.exclude
|
|
16469
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16554
|
+
}, _errorFactory)) && input.exclude.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16470
16555
|
method: "typia.assert",
|
|
16471
|
-
path: _path + ".exclude[" +
|
|
16556
|
+
path: _path + ".exclude[" + _index42 + "]",
|
|
16472
16557
|
expected: "string",
|
|
16473
16558
|
value: elem
|
|
16474
16559
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16481,9 +16566,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16481
16566
|
path: _path + ".include",
|
|
16482
16567
|
expected: "(Array<string> | undefined)",
|
|
16483
16568
|
value: input.include
|
|
16484
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16569
|
+
}, _errorFactory)) && input.include.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16485
16570
|
method: "typia.assert",
|
|
16486
|
-
path: _path + ".include[" +
|
|
16571
|
+
path: _path + ".include[" + _index43 + "]",
|
|
16487
16572
|
expected: "string",
|
|
16488
16573
|
value: elem
|
|
16489
16574
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16496,9 +16581,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16496
16581
|
path: _path + ".exclude",
|
|
16497
16582
|
expected: "(Array<string> | undefined)",
|
|
16498
16583
|
value: input.exclude
|
|
16499
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16584
|
+
}, _errorFactory)) && input.exclude.every((elem, _index44) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16500
16585
|
method: "typia.assert",
|
|
16501
|
-
path: _path + ".exclude[" +
|
|
16586
|
+
path: _path + ".exclude[" + _index44 + "]",
|
|
16502
16587
|
expected: "string",
|
|
16503
16588
|
value: elem
|
|
16504
16589
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16511,9 +16596,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16511
16596
|
path: _path + ".include",
|
|
16512
16597
|
expected: "(Array<string> | undefined)",
|
|
16513
16598
|
value: input.include
|
|
16514
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16599
|
+
}, _errorFactory)) && input.include.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16515
16600
|
method: "typia.assert",
|
|
16516
|
-
path: _path + ".include[" +
|
|
16601
|
+
path: _path + ".include[" + _index45 + "]",
|
|
16517
16602
|
expected: "string",
|
|
16518
16603
|
value: elem
|
|
16519
16604
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16526,9 +16611,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16526
16611
|
path: _path + ".exclude",
|
|
16527
16612
|
expected: "(Array<string> | undefined)",
|
|
16528
16613
|
value: input.exclude
|
|
16529
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16614
|
+
}, _errorFactory)) && input.exclude.every((elem, _index46) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16530
16615
|
method: "typia.assert",
|
|
16531
|
-
path: _path + ".exclude[" +
|
|
16616
|
+
path: _path + ".exclude[" + _index46 + "]",
|
|
16532
16617
|
expected: "string",
|
|
16533
16618
|
value: elem
|
|
16534
16619
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16591,29 +16676,49 @@ function _assertDomainRecord(domain, input) {
|
|
|
16591
16676
|
path: _path + ".maxTabs",
|
|
16592
16677
|
expected: "(number | undefined)",
|
|
16593
16678
|
value: input.maxTabs
|
|
16594
|
-
}, _errorFactory))
|
|
16679
|
+
}, _errorFactory)) && (undefined === input.layout || ("object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16680
|
+
method: "typia.assert",
|
|
16681
|
+
path: _path + ".layout",
|
|
16682
|
+
expected: "(__type.o15 | undefined)",
|
|
16683
|
+
value: input.layout
|
|
16684
|
+
}, _errorFactory)) && _ao19(input.layout, _path + ".layout", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16685
|
+
method: "typia.assert",
|
|
16686
|
+
path: _path + ".layout",
|
|
16687
|
+
expected: "(__type.o15 | undefined)",
|
|
16688
|
+
value: input.layout
|
|
16689
|
+
}, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => (undefined === input.bookmarks || "number" === typeof input.bookmarks || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16690
|
+
method: "typia.assert",
|
|
16691
|
+
path: _path + ".bookmarks",
|
|
16692
|
+
expected: "(number | undefined)",
|
|
16693
|
+
value: input.bookmarks
|
|
16694
|
+
}, _errorFactory)) && (undefined === input.browser || "number" === typeof input.browser || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16695
|
+
method: "typia.assert",
|
|
16696
|
+
path: _path + ".browser",
|
|
16697
|
+
expected: "(number | undefined)",
|
|
16698
|
+
value: input.browser
|
|
16699
|
+
}, _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
16700
|
method: "typia.assert",
|
|
16596
16701
|
path: _path + ".createMenu",
|
|
16597
|
-
expected: "(__type.
|
|
16702
|
+
expected: "(__type.o17 | undefined)",
|
|
16598
16703
|
value: input.createMenu
|
|
16599
|
-
}, _errorFactory)) &&
|
|
16704
|
+
}, _errorFactory)) && _ao21(input.createMenu, _path + ".createMenu", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16600
16705
|
method: "typia.assert",
|
|
16601
16706
|
path: _path + ".createMenu",
|
|
16602
|
-
expected: "(__type.
|
|
16707
|
+
expected: "(__type.o17 | undefined)",
|
|
16603
16708
|
value: input.createMenu
|
|
16604
16709
|
}, _errorFactory)) && (undefined === input.colorTags || (Array.isArray(input.colorTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16605
16710
|
method: "typia.assert",
|
|
16606
16711
|
path: _path + ".colorTags",
|
|
16607
16712
|
expected: "(Array<PromotedTag> | undefined)",
|
|
16608
16713
|
value: input.colorTags
|
|
16609
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
16714
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index47) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16610
16715
|
method: "typia.assert",
|
|
16611
|
-
path: _path + ".colorTags[" +
|
|
16716
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
16612
16717
|
expected: "PromotedTag",
|
|
16613
16718
|
value: elem
|
|
16614
|
-
}, _errorFactory)) &&
|
|
16719
|
+
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16615
16720
|
method: "typia.assert",
|
|
16616
|
-
path: _path + ".colorTags[" +
|
|
16721
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
16617
16722
|
expected: "PromotedTag",
|
|
16618
16723
|
value: elem
|
|
16619
16724
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16634,14 +16739,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
16634
16739
|
}, _errorFactory)) && (undefined === input.collapsedNodes || ("object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16635
16740
|
method: "typia.assert",
|
|
16636
16741
|
path: _path + ".collapsedNodes",
|
|
16637
|
-
expected: "(__type.
|
|
16742
|
+
expected: "(__type.o18 | undefined)",
|
|
16638
16743
|
value: input.collapsedNodes
|
|
16639
|
-
}, _errorFactory)) &&
|
|
16744
|
+
}, _errorFactory)) && _ao23(input.collapsedNodes, _path + ".collapsedNodes", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16640
16745
|
method: "typia.assert",
|
|
16641
16746
|
path: _path + ".collapsedNodes",
|
|
16642
|
-
expected: "(__type.
|
|
16747
|
+
expected: "(__type.o18 | undefined)",
|
|
16643
16748
|
value: input.collapsedNodes
|
|
16644
|
-
}, _errorFactory)); const
|
|
16749
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16645
16750
|
method: "typia.assert",
|
|
16646
16751
|
path: _path + ".sortBy",
|
|
16647
16752
|
expected: "(\"index\" | \"title\" | undefined)",
|
|
@@ -16651,7 +16756,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16651
16756
|
path: _path + ".showPreview",
|
|
16652
16757
|
expected: "(boolean | undefined)",
|
|
16653
16758
|
value: input.showPreview
|
|
16654
|
-
}, _errorFactory)); const
|
|
16759
|
+
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16655
16760
|
method: "typia.assert",
|
|
16656
16761
|
path: _path + ".name",
|
|
16657
16762
|
expected: "(null | string)",
|
|
@@ -16671,22 +16776,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
16671
16776
|
path: _path + ".description",
|
|
16672
16777
|
expected: "(null | string)",
|
|
16673
16778
|
value: input.description
|
|
16674
|
-
}, _errorFactory)); const
|
|
16779
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16675
16780
|
const value = input[key];
|
|
16676
16781
|
if (undefined === value)
|
|
16677
16782
|
return true;
|
|
16678
16783
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16679
16784
|
method: "typia.assert",
|
|
16680
16785
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16681
|
-
expected: "__type.
|
|
16786
|
+
expected: "__type.o19",
|
|
16682
16787
|
value: value
|
|
16683
|
-
}, _errorFactory)) &&
|
|
16788
|
+
}, _errorFactory)) && _ao24(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16684
16789
|
method: "typia.assert",
|
|
16685
16790
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16686
|
-
expected: "__type.
|
|
16791
|
+
expected: "__type.o19",
|
|
16687
16792
|
value: value
|
|
16688
16793
|
}, _errorFactory);
|
|
16689
|
-
}); const
|
|
16794
|
+
}); const _ao24 = (input, _path, _exceptionable = true) => (undefined === input.preview || "boolean" === typeof input.preview || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16690
16795
|
method: "typia.assert",
|
|
16691
16796
|
path: _path + ".preview",
|
|
16692
16797
|
expected: "(boolean | undefined)",
|
|
@@ -16696,7 +16801,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16696
16801
|
path: _path + ".children",
|
|
16697
16802
|
expected: "(boolean | undefined)",
|
|
16698
16803
|
value: input.children
|
|
16699
|
-
}, _errorFactory)); const
|
|
16804
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16700
16805
|
method: "typia.assert",
|
|
16701
16806
|
path: _path + ".graphicBaseTemplate",
|
|
16702
16807
|
expected: "(string | undefined)",
|
|
@@ -16706,9 +16811,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16706
16811
|
path: _path + ".favorites",
|
|
16707
16812
|
expected: "(Array<string> | undefined)",
|
|
16708
16813
|
value: input.favorites
|
|
16709
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
16814
|
+
}, _errorFactory)) && input.favorites.every((elem, _index48) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16710
16815
|
method: "typia.assert",
|
|
16711
|
-
path: _path + ".favorites[" +
|
|
16816
|
+
path: _path + ".favorites[" + _index48 + "]",
|
|
16712
16817
|
expected: "string",
|
|
16713
16818
|
value: elem
|
|
16714
16819
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16721,27 +16826,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
16721
16826
|
path: _path + ".defaults",
|
|
16722
16827
|
expected: "(Record<string, __type> | undefined)",
|
|
16723
16828
|
value: input.defaults
|
|
16724
|
-
}, _errorFactory)) &&
|
|
16829
|
+
}, _errorFactory)) && _ao26(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16725
16830
|
method: "typia.assert",
|
|
16726
16831
|
path: _path + ".defaults",
|
|
16727
16832
|
expected: "(Record<string, __type> | undefined)",
|
|
16728
16833
|
value: input.defaults
|
|
16729
|
-
}, _errorFactory)); const
|
|
16834
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16730
16835
|
const value = input[key];
|
|
16731
16836
|
if (undefined === value)
|
|
16732
16837
|
return true;
|
|
16733
16838
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16734
16839
|
method: "typia.assert",
|
|
16735
16840
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16736
|
-
expected: "__type.
|
|
16841
|
+
expected: "__type.o21",
|
|
16737
16842
|
value: value
|
|
16738
|
-
}, _errorFactory)) &&
|
|
16843
|
+
}, _errorFactory)) && _ao27(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16739
16844
|
method: "typia.assert",
|
|
16740
16845
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16741
|
-
expected: "__type.
|
|
16846
|
+
expected: "__type.o21",
|
|
16742
16847
|
value: value
|
|
16743
16848
|
}, _errorFactory);
|
|
16744
|
-
}); const
|
|
16849
|
+
}); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.event || "string" === typeof input.event || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16745
16850
|
method: "typia.assert",
|
|
16746
16851
|
path: _path + ".event",
|
|
16747
16852
|
expected: "(string | undefined)",
|
|
@@ -16751,12 +16856,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
16751
16856
|
path: _path + ".property",
|
|
16752
16857
|
expected: "(string | undefined)",
|
|
16753
16858
|
value: input.property
|
|
16754
|
-
}, _errorFactory)); const
|
|
16859
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16755
16860
|
method: "typia.assert",
|
|
16756
16861
|
path: _path + ".eventThumbnails",
|
|
16757
16862
|
expected: "(boolean | undefined)",
|
|
16758
16863
|
value: input.eventThumbnails
|
|
16759
|
-
}, _errorFactory); const
|
|
16864
|
+
}, _errorFactory); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16760
16865
|
method: "typia.assert",
|
|
16761
16866
|
path: _path + ".dimOnBlur",
|
|
16762
16867
|
expected: "(boolean | undefined)",
|
|
@@ -16766,117 +16871,122 @@ function _assertDomainRecord(domain, input) {
|
|
|
16766
16871
|
path: _path + ".float",
|
|
16767
16872
|
expected: "(\"disabled\" | \"gallery\" | \"rundown\" | undefined)",
|
|
16768
16873
|
value: input.float
|
|
16769
|
-
}, _errorFactory))
|
|
16874
|
+
}, _errorFactory)) && (undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16875
|
+
method: "typia.assert",
|
|
16876
|
+
path: _path + ".countFloatedDuration",
|
|
16877
|
+
expected: "(boolean | undefined)",
|
|
16878
|
+
value: input.countFloatedDuration
|
|
16879
|
+
}, _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
16880
|
method: "typia.assert",
|
|
16771
16881
|
path: _path + ".display",
|
|
16772
|
-
expected: "(__type.
|
|
16882
|
+
expected: "(__type.o25 | undefined)",
|
|
16773
16883
|
value: input.display
|
|
16774
|
-
}, _errorFactory)) &&
|
|
16884
|
+
}, _errorFactory)) && _ao31(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16775
16885
|
method: "typia.assert",
|
|
16776
16886
|
path: _path + ".display",
|
|
16777
|
-
expected: "(__type.
|
|
16887
|
+
expected: "(__type.o25 | undefined)",
|
|
16778
16888
|
value: input.display
|
|
16779
16889
|
}, _errorFactory)) && (undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16780
16890
|
method: "typia.assert",
|
|
16781
16891
|
path: _path + ".browser",
|
|
16782
|
-
expected: "(__type.
|
|
16892
|
+
expected: "(__type.o26 | undefined)",
|
|
16783
16893
|
value: input.browser
|
|
16784
|
-
}, _errorFactory)) &&
|
|
16894
|
+
}, _errorFactory)) && _ao33(input.browser, _path + ".browser", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16785
16895
|
method: "typia.assert",
|
|
16786
16896
|
path: _path + ".browser",
|
|
16787
|
-
expected: "(__type.
|
|
16897
|
+
expected: "(__type.o26 | undefined)",
|
|
16788
16898
|
value: input.browser
|
|
16789
16899
|
}, _errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16790
16900
|
method: "typia.assert",
|
|
16791
16901
|
path: _path + ".gallery",
|
|
16792
|
-
expected: "(__type.
|
|
16902
|
+
expected: "(__type.o27 | undefined)",
|
|
16793
16903
|
value: input.gallery
|
|
16794
|
-
}, _errorFactory)) &&
|
|
16904
|
+
}, _errorFactory)) && _ao34(input.gallery, _path + ".gallery", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16795
16905
|
method: "typia.assert",
|
|
16796
16906
|
path: _path + ".gallery",
|
|
16797
|
-
expected: "(__type.
|
|
16907
|
+
expected: "(__type.o27 | undefined)",
|
|
16798
16908
|
value: input.gallery
|
|
16799
16909
|
}, _errorFactory)) && (undefined === input.global || ("object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16800
16910
|
method: "typia.assert",
|
|
16801
16911
|
path: _path + ".global",
|
|
16802
|
-
expected: "(__type.
|
|
16912
|
+
expected: "(__type.o28 | undefined)",
|
|
16803
16913
|
value: input.global
|
|
16804
|
-
}, _errorFactory)) &&
|
|
16914
|
+
}, _errorFactory)) && _ao35(input.global, _path + ".global", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16805
16915
|
method: "typia.assert",
|
|
16806
16916
|
path: _path + ".global",
|
|
16807
|
-
expected: "(__type.
|
|
16917
|
+
expected: "(__type.o28 | undefined)",
|
|
16808
16918
|
value: input.global
|
|
16809
16919
|
}, _errorFactory)) && (undefined === input.player || ("object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16810
16920
|
method: "typia.assert",
|
|
16811
16921
|
path: _path + ".player",
|
|
16812
|
-
expected: "(__type.
|
|
16922
|
+
expected: "(__type.o29 | undefined)",
|
|
16813
16923
|
value: input.player
|
|
16814
|
-
}, _errorFactory)) &&
|
|
16924
|
+
}, _errorFactory)) && _ao36(input.player, _path + ".player", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16815
16925
|
method: "typia.assert",
|
|
16816
16926
|
path: _path + ".player",
|
|
16817
|
-
expected: "(__type.
|
|
16927
|
+
expected: "(__type.o29 | undefined)",
|
|
16818
16928
|
value: input.player
|
|
16819
16929
|
}, _errorFactory)) && (undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16820
16930
|
method: "typia.assert",
|
|
16821
16931
|
path: _path + ".script",
|
|
16822
|
-
expected: "(__type.
|
|
16932
|
+
expected: "(__type.o30 | undefined)",
|
|
16823
16933
|
value: input.script
|
|
16824
|
-
}, _errorFactory)) &&
|
|
16934
|
+
}, _errorFactory)) && _ao37(input.script, _path + ".script", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16825
16935
|
method: "typia.assert",
|
|
16826
16936
|
path: _path + ".script",
|
|
16827
|
-
expected: "(__type.
|
|
16937
|
+
expected: "(__type.o30 | undefined)",
|
|
16828
16938
|
value: input.script
|
|
16829
16939
|
}, _errorFactory)) && (undefined === input.codeEditor || ("object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16830
16940
|
method: "typia.assert",
|
|
16831
16941
|
path: _path + ".codeEditor",
|
|
16832
|
-
expected: "(__type.
|
|
16942
|
+
expected: "(__type.o31 | undefined)",
|
|
16833
16943
|
value: input.codeEditor
|
|
16834
|
-
}, _errorFactory)) &&
|
|
16944
|
+
}, _errorFactory)) && _ao38(input.codeEditor, _path + ".codeEditor", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16835
16945
|
method: "typia.assert",
|
|
16836
16946
|
path: _path + ".codeEditor",
|
|
16837
|
-
expected: "(__type.
|
|
16947
|
+
expected: "(__type.o31 | undefined)",
|
|
16838
16948
|
value: input.codeEditor
|
|
16839
16949
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16840
16950
|
method: "typia.assert",
|
|
16841
16951
|
path: _path + ".bookmarks",
|
|
16842
|
-
expected: "(__type.
|
|
16952
|
+
expected: "(__type.o32 | undefined)",
|
|
16843
16953
|
value: input.bookmarks
|
|
16844
|
-
}, _errorFactory)) &&
|
|
16954
|
+
}, _errorFactory)) && _ao39(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16845
16955
|
method: "typia.assert",
|
|
16846
16956
|
path: _path + ".bookmarks",
|
|
16847
|
-
expected: "(__type.
|
|
16957
|
+
expected: "(__type.o32 | undefined)",
|
|
16848
16958
|
value: input.bookmarks
|
|
16849
16959
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16850
16960
|
method: "typia.assert",
|
|
16851
16961
|
path: _path + ".edit",
|
|
16852
|
-
expected: "(__type.
|
|
16962
|
+
expected: "(__type.o33 | undefined)",
|
|
16853
16963
|
value: input.edit
|
|
16854
|
-
}, _errorFactory)) &&
|
|
16964
|
+
}, _errorFactory)) && _ao40(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16855
16965
|
method: "typia.assert",
|
|
16856
16966
|
path: _path + ".edit",
|
|
16857
|
-
expected: "(__type.
|
|
16967
|
+
expected: "(__type.o33 | undefined)",
|
|
16858
16968
|
value: input.edit
|
|
16859
16969
|
}, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16860
16970
|
method: "typia.assert",
|
|
16861
16971
|
path: _path + ".rundown",
|
|
16862
|
-
expected: "(__type.
|
|
16972
|
+
expected: "(__type.o34 | undefined)",
|
|
16863
16973
|
value: input.rundown
|
|
16864
|
-
}, _errorFactory)) &&
|
|
16974
|
+
}, _errorFactory)) && _ao41(input.rundown, _path + ".rundown", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16865
16975
|
method: "typia.assert",
|
|
16866
16976
|
path: _path + ".rundown",
|
|
16867
|
-
expected: "(__type.
|
|
16977
|
+
expected: "(__type.o34 | undefined)",
|
|
16868
16978
|
value: input.rundown
|
|
16869
16979
|
}, _errorFactory)) && (undefined === input.segment || ("object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16870
16980
|
method: "typia.assert",
|
|
16871
16981
|
path: _path + ".segment",
|
|
16872
|
-
expected: "(__type.
|
|
16982
|
+
expected: "(__type.o35 | undefined)",
|
|
16873
16983
|
value: input.segment
|
|
16874
|
-
}, _errorFactory)) &&
|
|
16984
|
+
}, _errorFactory)) && _ao42(input.segment, _path + ".segment", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16875
16985
|
method: "typia.assert",
|
|
16876
16986
|
path: _path + ".segment",
|
|
16877
|
-
expected: "(__type.
|
|
16987
|
+
expected: "(__type.o35 | undefined)",
|
|
16878
16988
|
value: input.segment
|
|
16879
|
-
}, _errorFactory)); const
|
|
16989
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16880
16990
|
const value = input[key];
|
|
16881
16991
|
if (undefined === value)
|
|
16882
16992
|
return true;
|
|
@@ -16885,13 +16995,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16885
16995
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16886
16996
|
expected: "KeymapSetting",
|
|
16887
16997
|
value: value
|
|
16888
|
-
}, _errorFactory)) &&
|
|
16998
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16889
16999
|
method: "typia.assert",
|
|
16890
17000
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16891
17001
|
expected: "KeymapSetting",
|
|
16892
17002
|
value: value
|
|
16893
17003
|
}, _errorFactory);
|
|
16894
|
-
}); const
|
|
17004
|
+
}); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16895
17005
|
method: "typia.assert",
|
|
16896
17006
|
path: _path + ".title",
|
|
16897
17007
|
expected: "(string | undefined)",
|
|
@@ -16901,7 +17011,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16901
17011
|
path: _path + ".sequence",
|
|
16902
17012
|
expected: "(string | undefined)",
|
|
16903
17013
|
value: input.sequence
|
|
16904
|
-
}, _errorFactory)); const
|
|
17014
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16905
17015
|
const value = input[key];
|
|
16906
17016
|
if (undefined === value)
|
|
16907
17017
|
return true;
|
|
@@ -16910,13 +17020,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16910
17020
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16911
17021
|
expected: "KeymapSetting",
|
|
16912
17022
|
value: value
|
|
16913
|
-
}, _errorFactory)) &&
|
|
17023
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16914
17024
|
method: "typia.assert",
|
|
16915
17025
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16916
17026
|
expected: "KeymapSetting",
|
|
16917
17027
|
value: value
|
|
16918
17028
|
}, _errorFactory);
|
|
16919
|
-
}); const
|
|
17029
|
+
}); const _ao34 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16920
17030
|
const value = input[key];
|
|
16921
17031
|
if (undefined === value)
|
|
16922
17032
|
return true;
|
|
@@ -16925,13 +17035,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16925
17035
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16926
17036
|
expected: "KeymapSetting",
|
|
16927
17037
|
value: value
|
|
16928
|
-
}, _errorFactory)) &&
|
|
17038
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16929
17039
|
method: "typia.assert",
|
|
16930
17040
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16931
17041
|
expected: "KeymapSetting",
|
|
16932
17042
|
value: value
|
|
16933
17043
|
}, _errorFactory);
|
|
16934
|
-
}); const
|
|
17044
|
+
}); const _ao35 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16935
17045
|
const value = input[key];
|
|
16936
17046
|
if (undefined === value)
|
|
16937
17047
|
return true;
|
|
@@ -16940,13 +17050,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16940
17050
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16941
17051
|
expected: "KeymapSetting",
|
|
16942
17052
|
value: value
|
|
16943
|
-
}, _errorFactory)) &&
|
|
17053
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16944
17054
|
method: "typia.assert",
|
|
16945
17055
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16946
17056
|
expected: "KeymapSetting",
|
|
16947
17057
|
value: value
|
|
16948
17058
|
}, _errorFactory);
|
|
16949
|
-
}); const
|
|
17059
|
+
}); const _ao36 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16950
17060
|
const value = input[key];
|
|
16951
17061
|
if (undefined === value)
|
|
16952
17062
|
return true;
|
|
@@ -16955,13 +17065,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16955
17065
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16956
17066
|
expected: "KeymapSetting",
|
|
16957
17067
|
value: value
|
|
16958
|
-
}, _errorFactory)) &&
|
|
17068
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16959
17069
|
method: "typia.assert",
|
|
16960
17070
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16961
17071
|
expected: "KeymapSetting",
|
|
16962
17072
|
value: value
|
|
16963
17073
|
}, _errorFactory);
|
|
16964
|
-
}); const
|
|
17074
|
+
}); const _ao37 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16965
17075
|
const value = input[key];
|
|
16966
17076
|
if (undefined === value)
|
|
16967
17077
|
return true;
|
|
@@ -16970,13 +17080,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16970
17080
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16971
17081
|
expected: "KeymapSetting",
|
|
16972
17082
|
value: value
|
|
16973
|
-
}, _errorFactory)) &&
|
|
17083
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16974
17084
|
method: "typia.assert",
|
|
16975
17085
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16976
17086
|
expected: "KeymapSetting",
|
|
16977
17087
|
value: value
|
|
16978
17088
|
}, _errorFactory);
|
|
16979
|
-
}); const
|
|
17089
|
+
}); const _ao38 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16980
17090
|
const value = input[key];
|
|
16981
17091
|
if (undefined === value)
|
|
16982
17092
|
return true;
|
|
@@ -16985,13 +17095,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16985
17095
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16986
17096
|
expected: "KeymapSetting",
|
|
16987
17097
|
value: value
|
|
16988
|
-
}, _errorFactory)) &&
|
|
17098
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16989
17099
|
method: "typia.assert",
|
|
16990
17100
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16991
17101
|
expected: "KeymapSetting",
|
|
16992
17102
|
value: value
|
|
16993
17103
|
}, _errorFactory);
|
|
16994
|
-
}); const
|
|
17104
|
+
}); const _ao39 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16995
17105
|
const value = input[key];
|
|
16996
17106
|
if (undefined === value)
|
|
16997
17107
|
return true;
|
|
@@ -17000,13 +17110,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
17000
17110
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17001
17111
|
expected: "KeymapSetting",
|
|
17002
17112
|
value: value
|
|
17003
|
-
}, _errorFactory)) &&
|
|
17113
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17004
17114
|
method: "typia.assert",
|
|
17005
17115
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17006
17116
|
expected: "KeymapSetting",
|
|
17007
17117
|
value: value
|
|
17008
17118
|
}, _errorFactory);
|
|
17009
|
-
}); const
|
|
17119
|
+
}); const _ao40 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
17010
17120
|
const value = input[key];
|
|
17011
17121
|
if (undefined === value)
|
|
17012
17122
|
return true;
|
|
@@ -17015,13 +17125,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
17015
17125
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17016
17126
|
expected: "KeymapSetting",
|
|
17017
17127
|
value: value
|
|
17018
|
-
}, _errorFactory)) &&
|
|
17128
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17019
17129
|
method: "typia.assert",
|
|
17020
17130
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17021
17131
|
expected: "KeymapSetting",
|
|
17022
17132
|
value: value
|
|
17023
17133
|
}, _errorFactory);
|
|
17024
|
-
}); const
|
|
17134
|
+
}); const _ao41 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
17025
17135
|
const value = input[key];
|
|
17026
17136
|
if (undefined === value)
|
|
17027
17137
|
return true;
|
|
@@ -17030,13 +17140,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
17030
17140
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17031
17141
|
expected: "KeymapSetting",
|
|
17032
17142
|
value: value
|
|
17033
|
-
}, _errorFactory)) &&
|
|
17143
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17034
17144
|
method: "typia.assert",
|
|
17035
17145
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17036
17146
|
expected: "KeymapSetting",
|
|
17037
17147
|
value: value
|
|
17038
17148
|
}, _errorFactory);
|
|
17039
|
-
}); const
|
|
17149
|
+
}); const _ao42 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
17040
17150
|
const value = input[key];
|
|
17041
17151
|
if (undefined === value)
|
|
17042
17152
|
return true;
|
|
@@ -17045,13 +17155,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
17045
17155
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17046
17156
|
expected: "KeymapSetting",
|
|
17047
17157
|
value: value
|
|
17048
|
-
}, _errorFactory)) &&
|
|
17158
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17049
17159
|
method: "typia.assert",
|
|
17050
17160
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17051
17161
|
expected: "KeymapSetting",
|
|
17052
17162
|
value: value
|
|
17053
17163
|
}, _errorFactory);
|
|
17054
|
-
}); const
|
|
17164
|
+
}); const _ao43 = (input, _path, _exceptionable = true) => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17055
17165
|
method: "typia.assert",
|
|
17056
17166
|
path: _path + ".defaultFrameRate",
|
|
17057
17167
|
expected: "(number | undefined)",
|
|
@@ -17064,12 +17174,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
17064
17174
|
}, _errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17065
17175
|
method: "typia.assert",
|
|
17066
17176
|
path: _path + ".guide",
|
|
17067
|
-
expected: "(__type.
|
|
17177
|
+
expected: "(__type.o37 | undefined)",
|
|
17068
17178
|
value: input.guide
|
|
17069
|
-
}, _errorFactory)) &&
|
|
17179
|
+
}, _errorFactory)) && _ao44(input.guide, _path + ".guide", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17070
17180
|
method: "typia.assert",
|
|
17071
17181
|
path: _path + ".guide",
|
|
17072
|
-
expected: "(__type.
|
|
17182
|
+
expected: "(__type.o37 | undefined)",
|
|
17073
17183
|
value: input.guide
|
|
17074
17184
|
}, _errorFactory)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17075
17185
|
method: "typia.assert",
|
|
@@ -17089,12 +17199,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
17089
17199
|
}, _errorFactory)) && (undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17090
17200
|
method: "typia.assert",
|
|
17091
17201
|
path: _path + ".tile",
|
|
17092
|
-
expected: "(__type.
|
|
17202
|
+
expected: "(__type.o38 | undefined)",
|
|
17093
17203
|
value: input.tile
|
|
17094
|
-
}, _errorFactory)) &&
|
|
17204
|
+
}, _errorFactory)) && _ao45(input.tile, _path + ".tile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17095
17205
|
method: "typia.assert",
|
|
17096
17206
|
path: _path + ".tile",
|
|
17097
|
-
expected: "(__type.
|
|
17207
|
+
expected: "(__type.o38 | undefined)",
|
|
17098
17208
|
value: input.tile
|
|
17099
17209
|
}, _errorFactory)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17100
17210
|
method: "typia.assert",
|
|
@@ -17126,9 +17236,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17126
17236
|
path: _path + ".playbackRates",
|
|
17127
17237
|
expected: "(Array<number> | undefined)",
|
|
17128
17238
|
value: input.playbackRates
|
|
17129
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
17239
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index49) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17130
17240
|
method: "typia.assert",
|
|
17131
|
-
path: _path + ".playbackRates[" +
|
|
17241
|
+
path: _path + ".playbackRates[" + _index49 + "]",
|
|
17132
17242
|
expected: "number",
|
|
17133
17243
|
value: elem
|
|
17134
17244
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17139,12 +17249,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
17139
17249
|
}, _errorFactory)) && (undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17140
17250
|
method: "typia.assert",
|
|
17141
17251
|
path: _path + ".subtitles",
|
|
17142
|
-
expected: "(__type.
|
|
17252
|
+
expected: "(__type.o39 | undefined)",
|
|
17143
17253
|
value: input.subtitles
|
|
17144
|
-
}, _errorFactory)) &&
|
|
17254
|
+
}, _errorFactory)) && _ao46(input.subtitles, _path + ".subtitles", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17145
17255
|
method: "typia.assert",
|
|
17146
17256
|
path: _path + ".subtitles",
|
|
17147
|
-
expected: "(__type.
|
|
17257
|
+
expected: "(__type.o39 | undefined)",
|
|
17148
17258
|
value: input.subtitles
|
|
17149
17259
|
}, _errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17150
17260
|
method: "typia.assert",
|
|
@@ -17161,15 +17271,15 @@ function _assertDomainRecord(domain, input) {
|
|
|
17161
17271
|
path: _path + ".guides",
|
|
17162
17272
|
expected: "(Array<__type>.o2 | undefined)",
|
|
17163
17273
|
value: input.guides
|
|
17164
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
17274
|
+
}, _errorFactory)) && input.guides.every((elem, _index50) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17165
17275
|
method: "typia.assert",
|
|
17166
|
-
path: _path + ".guides[" +
|
|
17167
|
-
expected: "__type.
|
|
17276
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
17277
|
+
expected: "__type.o42",
|
|
17168
17278
|
value: elem
|
|
17169
|
-
}, _errorFactory)) &&
|
|
17279
|
+
}, _errorFactory)) && _ao49(elem, _path + ".guides[" + _index50 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17170
17280
|
method: "typia.assert",
|
|
17171
|
-
path: _path + ".guides[" +
|
|
17172
|
-
expected: "__type.
|
|
17281
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
17282
|
+
expected: "__type.o42",
|
|
17173
17283
|
value: elem
|
|
17174
17284
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17175
17285
|
method: "typia.assert",
|
|
@@ -17184,39 +17294,39 @@ function _assertDomainRecord(domain, input) {
|
|
|
17184
17294
|
}, _errorFactory)) && (undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17185
17295
|
method: "typia.assert",
|
|
17186
17296
|
path: _path + ".editMode",
|
|
17187
|
-
expected: "(__type.
|
|
17297
|
+
expected: "(__type.o43 | undefined)",
|
|
17188
17298
|
value: input.editMode
|
|
17189
|
-
}, _errorFactory)) &&
|
|
17299
|
+
}, _errorFactory)) && _ao50(input.editMode, _path + ".editMode", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17190
17300
|
method: "typia.assert",
|
|
17191
17301
|
path: _path + ".editMode",
|
|
17192
|
-
expected: "(__type.
|
|
17302
|
+
expected: "(__type.o43 | undefined)",
|
|
17193
17303
|
value: input.editMode
|
|
17194
17304
|
}, _errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17195
17305
|
method: "typia.assert",
|
|
17196
17306
|
path: _path + ".transcribe",
|
|
17197
|
-
expected: "(__type.
|
|
17307
|
+
expected: "(__type.o44 | undefined)",
|
|
17198
17308
|
value: input.transcribe
|
|
17199
|
-
}, _errorFactory)) &&
|
|
17309
|
+
}, _errorFactory)) && _ao51(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17200
17310
|
method: "typia.assert",
|
|
17201
17311
|
path: _path + ".transcribe",
|
|
17202
|
-
expected: "(__type.
|
|
17312
|
+
expected: "(__type.o44 | undefined)",
|
|
17203
17313
|
value: input.transcribe
|
|
17204
17314
|
}, _errorFactory)) && ((null !== input.openCommand || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17205
17315
|
method: "typia.assert",
|
|
17206
17316
|
path: _path + ".openCommand",
|
|
17207
|
-
expected: "(__type.
|
|
17317
|
+
expected: "(__type.o48 | string | undefined)",
|
|
17208
17318
|
value: input.openCommand
|
|
17209
17319
|
}, _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
17320
|
method: "typia.assert",
|
|
17211
17321
|
path: _path + ".openCommand",
|
|
17212
|
-
expected: "(__type.
|
|
17322
|
+
expected: "(__type.o48 | string | undefined)",
|
|
17213
17323
|
value: input.openCommand
|
|
17214
|
-
}, _errorFactory)) &&
|
|
17324
|
+
}, _errorFactory)) && _ao55(input.openCommand, _path + ".openCommand", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17215
17325
|
method: "typia.assert",
|
|
17216
17326
|
path: _path + ".openCommand",
|
|
17217
|
-
expected: "(__type.
|
|
17327
|
+
expected: "(__type.o48 | string | undefined)",
|
|
17218
17328
|
value: input.openCommand
|
|
17219
|
-
}, _errorFactory))); const
|
|
17329
|
+
}, _errorFactory))); const _ao44 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17220
17330
|
method: "typia.assert",
|
|
17221
17331
|
path: _path + ".mask",
|
|
17222
17332
|
expected: "(boolean | undefined)",
|
|
@@ -17231,7 +17341,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17231
17341
|
path: _path + ".titleSafe",
|
|
17232
17342
|
expected: "(boolean | undefined)",
|
|
17233
17343
|
value: input.titleSafe
|
|
17234
|
-
}, _errorFactory)); const
|
|
17344
|
+
}, _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
17345
|
method: "typia.assert",
|
|
17236
17346
|
path: _path + ".preview",
|
|
17237
17347
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
|
|
@@ -17241,7 +17351,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17241
17351
|
path: _path + ".showRenderProgress",
|
|
17242
17352
|
expected: "(boolean | undefined)",
|
|
17243
17353
|
value: input.showRenderProgress
|
|
17244
|
-
}, _errorFactory)); const
|
|
17354
|
+
}, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (undefined === input.spacing || "number" === typeof input.spacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17245
17355
|
method: "typia.assert",
|
|
17246
17356
|
path: _path + ".spacing",
|
|
17247
17357
|
expected: "(number | undefined)",
|
|
@@ -17256,15 +17366,15 @@ function _assertDomainRecord(domain, input) {
|
|
|
17256
17366
|
path: _path + ".suggestions",
|
|
17257
17367
|
expected: "(Array<__type> | undefined)",
|
|
17258
17368
|
value: input.suggestions
|
|
17259
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
17369
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index51) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17260
17370
|
method: "typia.assert",
|
|
17261
|
-
path: _path + ".suggestions[" +
|
|
17262
|
-
expected: "__type.
|
|
17371
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
17372
|
+
expected: "__type.o40",
|
|
17263
17373
|
value: elem
|
|
17264
|
-
}, _errorFactory)) &&
|
|
17374
|
+
}, _errorFactory)) && _ao47(elem, _path + ".suggestions[" + _index51 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17265
17375
|
method: "typia.assert",
|
|
17266
|
-
path: _path + ".suggestions[" +
|
|
17267
|
-
expected: "__type.
|
|
17376
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
17377
|
+
expected: "__type.o40",
|
|
17268
17378
|
value: elem
|
|
17269
17379
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17270
17380
|
method: "typia.assert",
|
|
@@ -17276,15 +17386,15 @@ function _assertDomainRecord(domain, input) {
|
|
|
17276
17386
|
path: _path + ".colors",
|
|
17277
17387
|
expected: "(Array<__type>.o1 | undefined)",
|
|
17278
17388
|
value: input.colors
|
|
17279
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
17389
|
+
}, _errorFactory)) && input.colors.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17280
17390
|
method: "typia.assert",
|
|
17281
|
-
path: _path + ".colors[" +
|
|
17282
|
-
expected: "__type.
|
|
17391
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
17392
|
+
expected: "__type.o41",
|
|
17283
17393
|
value: elem
|
|
17284
|
-
}, _errorFactory)) &&
|
|
17394
|
+
}, _errorFactory)) && _ao48(elem, _path + ".colors[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17285
17395
|
method: "typia.assert",
|
|
17286
|
-
path: _path + ".colors[" +
|
|
17287
|
-
expected: "__type.
|
|
17396
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
17397
|
+
expected: "__type.o41",
|
|
17288
17398
|
value: elem
|
|
17289
17399
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17290
17400
|
method: "typia.assert",
|
|
@@ -17296,9 +17406,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17296
17406
|
path: _path + ".overridableProperties",
|
|
17297
17407
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
17298
17408
|
value: input.overridableProperties
|
|
17299
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
17409
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index53) => null === elem || true === _av54.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17300
17410
|
method: "typia.assert",
|
|
17301
|
-
path: _path + ".overridableProperties[" +
|
|
17411
|
+
path: _path + ".overridableProperties[" + _index53 + "]",
|
|
17302
17412
|
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
17413
|
value: elem
|
|
17304
17414
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17306,7 +17416,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17306
17416
|
path: _path + ".overridableProperties",
|
|
17307
17417
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
17308
17418
|
value: input.overridableProperties
|
|
17309
|
-
}, _errorFactory)); const
|
|
17419
|
+
}, _errorFactory)); const _ao47 = (input, _path, _exceptionable = true) => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17310
17420
|
method: "typia.assert",
|
|
17311
17421
|
path: _path + ".ifAspectRatio",
|
|
17312
17422
|
expected: "(null | string | undefined)",
|
|
@@ -17326,7 +17436,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17326
17436
|
path: _path + ".thenMaxCharactersPerLine",
|
|
17327
17437
|
expected: "(null | number | undefined)",
|
|
17328
17438
|
value: input.thenMaxCharactersPerLine
|
|
17329
|
-
}, _errorFactory)); const
|
|
17439
|
+
}, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => (null === input.label || undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17330
17440
|
method: "typia.assert",
|
|
17331
17441
|
path: _path + ".label",
|
|
17332
17442
|
expected: "(null | string | undefined)",
|
|
@@ -17336,7 +17446,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17336
17446
|
path: _path + ".color",
|
|
17337
17447
|
expected: "(null | string | undefined)",
|
|
17338
17448
|
value: input.color
|
|
17339
|
-
}, _errorFactory)); const
|
|
17449
|
+
}, _errorFactory)); const _ao49 = (input, _path, _exceptionable = true) => (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17340
17450
|
method: "typia.assert",
|
|
17341
17451
|
path: _path + ".label",
|
|
17342
17452
|
expected: "(string | undefined)",
|
|
@@ -17346,7 +17456,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17346
17456
|
path: _path + ".aspectRatio",
|
|
17347
17457
|
expected: "(string | undefined)",
|
|
17348
17458
|
value: input.aspectRatio
|
|
17349
|
-
}, _errorFactory)); const
|
|
17459
|
+
}, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => (undefined === input.enabled || "boolean" === typeof input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17350
17460
|
method: "typia.assert",
|
|
17351
17461
|
path: _path + ".enabled",
|
|
17352
17462
|
expected: "(boolean | undefined)",
|
|
@@ -17361,17 +17471,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
17361
17471
|
path: _path + ".defaultExitOption",
|
|
17362
17472
|
expected: "(\"leave\" | \"none\" | \"update\" | undefined)",
|
|
17363
17473
|
value: input.defaultExitOption
|
|
17364
|
-
}, _errorFactory)); const
|
|
17474
|
+
}, _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
17475
|
method: "typia.assert",
|
|
17366
17476
|
path: _path + ".subtitleDisclaimer",
|
|
17367
|
-
expected: "(__type.
|
|
17477
|
+
expected: "(__type.o45 | undefined)",
|
|
17368
17478
|
value: input.subtitleDisclaimer
|
|
17369
|
-
}, _errorFactory)) &&
|
|
17479
|
+
}, _errorFactory)) && _ao52(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17370
17480
|
method: "typia.assert",
|
|
17371
17481
|
path: _path + ".subtitleDisclaimer",
|
|
17372
|
-
expected: "(__type.
|
|
17482
|
+
expected: "(__type.o45 | undefined)",
|
|
17373
17483
|
value: input.subtitleDisclaimer
|
|
17374
|
-
}, _errorFactory); const
|
|
17484
|
+
}, _errorFactory); const _ao52 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17375
17485
|
method: "typia.assert",
|
|
17376
17486
|
path: _path + ".isUserConfigurable",
|
|
17377
17487
|
expected: "(boolean | undefined)",
|
|
@@ -17379,14 +17489,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
17379
17489
|
}, _errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17380
17490
|
method: "typia.assert",
|
|
17381
17491
|
path: _path + ".defaultValue",
|
|
17382
|
-
expected: "(__type.
|
|
17492
|
+
expected: "(__type.o46 | undefined)",
|
|
17383
17493
|
value: input.defaultValue
|
|
17384
|
-
}, _errorFactory)) &&
|
|
17494
|
+
}, _errorFactory)) && _ao53(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17385
17495
|
method: "typia.assert",
|
|
17386
17496
|
path: _path + ".defaultValue",
|
|
17387
|
-
expected: "(__type.
|
|
17497
|
+
expected: "(__type.o46 | undefined)",
|
|
17388
17498
|
value: input.defaultValue
|
|
17389
|
-
}, _errorFactory)); const
|
|
17499
|
+
}, _errorFactory)); const _ao53 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17390
17500
|
method: "typia.assert",
|
|
17391
17501
|
path: _path + ".enabled",
|
|
17392
17502
|
expected: "(false | undefined)",
|
|
@@ -17396,15 +17506,15 @@ function _assertDomainRecord(domain, input) {
|
|
|
17396
17506
|
path: _path + ".text",
|
|
17397
17507
|
expected: "(Array<__type>.o3 | undefined)",
|
|
17398
17508
|
value: input.text
|
|
17399
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
17509
|
+
}, _errorFactory)) && input.text.every((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17400
17510
|
method: "typia.assert",
|
|
17401
|
-
path: _path + ".text[" +
|
|
17402
|
-
expected: "__type.
|
|
17511
|
+
path: _path + ".text[" + _index55 + "]",
|
|
17512
|
+
expected: "__type.o47",
|
|
17403
17513
|
value: elem
|
|
17404
|
-
}, _errorFactory)) &&
|
|
17514
|
+
}, _errorFactory)) && _ao54(elem, _path + ".text[" + _index55 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17405
17515
|
method: "typia.assert",
|
|
17406
|
-
path: _path + ".text[" +
|
|
17407
|
-
expected: "__type.
|
|
17516
|
+
path: _path + ".text[" + _index55 + "]",
|
|
17517
|
+
expected: "__type.o47",
|
|
17408
17518
|
value: elem
|
|
17409
17519
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17410
17520
|
method: "typia.assert",
|
|
@@ -17421,7 +17531,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17421
17531
|
path: _path + ".duration",
|
|
17422
17532
|
expected: "(number | undefined)",
|
|
17423
17533
|
value: input.duration
|
|
17424
|
-
}, _errorFactory)); const
|
|
17534
|
+
}, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17425
17535
|
method: "typia.assert",
|
|
17426
17536
|
path: _path + ".language",
|
|
17427
17537
|
expected: "(string | undefined)",
|
|
@@ -17431,7 +17541,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17431
17541
|
path: _path + ".value",
|
|
17432
17542
|
expected: "(string | undefined)",
|
|
17433
17543
|
value: input.value
|
|
17434
|
-
}, _errorFactory)); const
|
|
17544
|
+
}, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => (undefined === input.url || "string" === typeof input.url || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17435
17545
|
method: "typia.assert",
|
|
17436
17546
|
path: _path + ".url",
|
|
17437
17547
|
expected: "(string | undefined)",
|
|
@@ -17451,9 +17561,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17451
17561
|
path: _path + ".args",
|
|
17452
17562
|
expected: "(Array<string> | undefined)",
|
|
17453
17563
|
value: input.args
|
|
17454
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
17564
|
+
}, _errorFactory)) && input.args.every((elem, _index56) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17455
17565
|
method: "typia.assert",
|
|
17456
|
-
path: _path + ".args[" +
|
|
17566
|
+
path: _path + ".args[" + _index56 + "]",
|
|
17457
17567
|
expected: "string",
|
|
17458
17568
|
value: elem
|
|
17459
17569
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17461,7 +17571,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17461
17571
|
path: _path + ".args",
|
|
17462
17572
|
expected: "(Array<string> | undefined)",
|
|
17463
17573
|
value: input.args
|
|
17464
|
-
}, _errorFactory)); const
|
|
17574
|
+
}, _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
17575
|
method: "typia.assert",
|
|
17466
17576
|
path: _path + ".thumbnailView",
|
|
17467
17577
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
@@ -17469,14 +17579,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
17469
17579
|
}, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17470
17580
|
method: "typia.assert",
|
|
17471
17581
|
path: _path + ".voiceOver",
|
|
17472
|
-
expected: "(__type.
|
|
17582
|
+
expected: "(__type.o50 | undefined)",
|
|
17473
17583
|
value: input.voiceOver
|
|
17474
|
-
}, _errorFactory)) &&
|
|
17584
|
+
}, _errorFactory)) && _ao57(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17475
17585
|
method: "typia.assert",
|
|
17476
17586
|
path: _path + ".voiceOver",
|
|
17477
|
-
expected: "(__type.
|
|
17587
|
+
expected: "(__type.o50 | undefined)",
|
|
17478
17588
|
value: input.voiceOver
|
|
17479
|
-
}, _errorFactory)); const
|
|
17589
|
+
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17480
17590
|
method: "typia.assert",
|
|
17481
17591
|
path: _path + ".inputDevice",
|
|
17482
17592
|
expected: "(string | undefined)",
|
|
@@ -17501,7 +17611,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17501
17611
|
path: _path + ".preRollDuration",
|
|
17502
17612
|
expected: "(number | undefined)",
|
|
17503
17613
|
value: input.preRollDuration
|
|
17504
|
-
}, _errorFactory)); const
|
|
17614
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17505
17615
|
method: "typia.assert",
|
|
17506
17616
|
path: _path + ".title",
|
|
17507
17617
|
expected: "(string | undefined)",
|
|
@@ -17516,9 +17626,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17516
17626
|
path: _path + ".args",
|
|
17517
17627
|
expected: "(Array<string> | undefined)",
|
|
17518
17628
|
value: input.args
|
|
17519
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
17629
|
+
}, _errorFactory)) && input.args.every((elem, _index57) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17520
17630
|
method: "typia.assert",
|
|
17521
|
-
path: _path + ".args[" +
|
|
17631
|
+
path: _path + ".args[" + _index57 + "]",
|
|
17522
17632
|
expected: "string",
|
|
17523
17633
|
value: elem
|
|
17524
17634
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17526,82 +17636,82 @@ function _assertDomainRecord(domain, input) {
|
|
|
17526
17636
|
path: _path + ".args",
|
|
17527
17637
|
expected: "(Array<string> | undefined)",
|
|
17528
17638
|
value: input.args
|
|
17529
|
-
}, _errorFactory)); const
|
|
17639
|
+
}, _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
17640
|
method: "typia.assert",
|
|
17531
17641
|
path: _path + ".folded",
|
|
17532
|
-
expected: "(__type.
|
|
17642
|
+
expected: "(__type.o53 | undefined)",
|
|
17533
17643
|
value: input.folded
|
|
17534
|
-
}, _errorFactory)) &&
|
|
17644
|
+
}, _errorFactory)) && _ao60(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17535
17645
|
method: "typia.assert",
|
|
17536
17646
|
path: _path + ".folded",
|
|
17537
|
-
expected: "(__type.
|
|
17647
|
+
expected: "(__type.o53 | undefined)",
|
|
17538
17648
|
value: input.folded
|
|
17539
17649
|
}, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17540
17650
|
method: "typia.assert",
|
|
17541
17651
|
path: _path + ".assets",
|
|
17542
|
-
expected: "(__type.
|
|
17652
|
+
expected: "(__type.o54 | undefined)",
|
|
17543
17653
|
value: input.assets
|
|
17544
|
-
}, _errorFactory)) &&
|
|
17654
|
+
}, _errorFactory)) && _ao61(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17545
17655
|
method: "typia.assert",
|
|
17546
17656
|
path: _path + ".assets",
|
|
17547
|
-
expected: "(__type.
|
|
17657
|
+
expected: "(__type.o54 | undefined)",
|
|
17548
17658
|
value: input.assets
|
|
17549
17659
|
}, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17550
17660
|
method: "typia.assert",
|
|
17551
17661
|
path: _path + ".pipeline",
|
|
17552
|
-
expected: "(__type.
|
|
17662
|
+
expected: "(__type.o58 | undefined)",
|
|
17553
17663
|
value: input.pipeline
|
|
17554
|
-
}, _errorFactory)) &&
|
|
17664
|
+
}, _errorFactory)) && _ao65(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17555
17665
|
method: "typia.assert",
|
|
17556
17666
|
path: _path + ".pipeline",
|
|
17557
|
-
expected: "(__type.
|
|
17667
|
+
expected: "(__type.o58 | undefined)",
|
|
17558
17668
|
value: input.pipeline
|
|
17559
17669
|
}, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17560
17670
|
method: "typia.assert",
|
|
17561
17671
|
path: _path + ".item",
|
|
17562
|
-
expected: "(__type.
|
|
17672
|
+
expected: "(__type.o60 | undefined)",
|
|
17563
17673
|
value: input.item
|
|
17564
|
-
}, _errorFactory)) &&
|
|
17674
|
+
}, _errorFactory)) && _ao67(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17565
17675
|
method: "typia.assert",
|
|
17566
17676
|
path: _path + ".item",
|
|
17567
|
-
expected: "(__type.
|
|
17677
|
+
expected: "(__type.o60 | undefined)",
|
|
17568
17678
|
value: input.item
|
|
17569
|
-
}, _errorFactory)); const
|
|
17679
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17570
17680
|
method: "typia.assert",
|
|
17571
17681
|
path: _path + ".auto",
|
|
17572
17682
|
expected: "(boolean | undefined)",
|
|
17573
17683
|
value: input.auto
|
|
17574
|
-
}, _errorFactory); const
|
|
17684
|
+
}, _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
17685
|
method: "typia.assert",
|
|
17576
17686
|
path: _path + ".story",
|
|
17577
|
-
expected: "(__type.
|
|
17687
|
+
expected: "(__type.o55 | undefined)",
|
|
17578
17688
|
value: input.story
|
|
17579
|
-
}, _errorFactory)) &&
|
|
17689
|
+
}, _errorFactory)) && _ao62(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17580
17690
|
method: "typia.assert",
|
|
17581
17691
|
path: _path + ".story",
|
|
17582
|
-
expected: "(__type.
|
|
17692
|
+
expected: "(__type.o55 | undefined)",
|
|
17583
17693
|
value: input.story
|
|
17584
17694
|
}, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17585
17695
|
method: "typia.assert",
|
|
17586
17696
|
path: _path + ".note",
|
|
17587
|
-
expected: "(__type.
|
|
17697
|
+
expected: "(__type.o57 | undefined)",
|
|
17588
17698
|
value: input.note
|
|
17589
|
-
}, _errorFactory)) &&
|
|
17699
|
+
}, _errorFactory)) && _ao64(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17590
17700
|
method: "typia.assert",
|
|
17591
17701
|
path: _path + ".note",
|
|
17592
|
-
expected: "(__type.
|
|
17702
|
+
expected: "(__type.o57 | undefined)",
|
|
17593
17703
|
value: input.note
|
|
17594
|
-
}, _errorFactory)); const
|
|
17704
|
+
}, _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
17705
|
method: "typia.assert",
|
|
17596
17706
|
path: _path + ".excerpt",
|
|
17597
|
-
expected: "(__type.
|
|
17707
|
+
expected: "(__type.o56 | undefined)",
|
|
17598
17708
|
value: input.excerpt
|
|
17599
|
-
}, _errorFactory)) &&
|
|
17709
|
+
}, _errorFactory)) && _ao63(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17600
17710
|
method: "typia.assert",
|
|
17601
17711
|
path: _path + ".excerpt",
|
|
17602
|
-
expected: "(__type.
|
|
17712
|
+
expected: "(__type.o56 | undefined)",
|
|
17603
17713
|
value: input.excerpt
|
|
17604
|
-
}, _errorFactory); const
|
|
17714
|
+
}, _errorFactory); const _ao63 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17605
17715
|
method: "typia.assert",
|
|
17606
17716
|
path: _path + ".maxLines",
|
|
17607
17717
|
expected: "(number | undefined)",
|
|
@@ -17616,32 +17726,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
17616
17726
|
path: _path + ".comments",
|
|
17617
17727
|
expected: "(boolean | undefined)",
|
|
17618
17728
|
value: input.comments
|
|
17619
|
-
}, _errorFactory)); const
|
|
17729
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17620
17730
|
method: "typia.assert",
|
|
17621
17731
|
path: _path + ".maxHeight",
|
|
17622
17732
|
expected: "(number | undefined)",
|
|
17623
17733
|
value: input.maxHeight
|
|
17624
|
-
}, _errorFactory); const
|
|
17734
|
+
}, _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
17735
|
method: "typia.assert",
|
|
17626
17736
|
path: _path + ".search",
|
|
17627
|
-
expected: "(__type.
|
|
17737
|
+
expected: "(__type.o59 | undefined)",
|
|
17628
17738
|
value: input.search
|
|
17629
|
-
}, _errorFactory)) &&
|
|
17739
|
+
}, _errorFactory)) && _ao66(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17630
17740
|
method: "typia.assert",
|
|
17631
17741
|
path: _path + ".search",
|
|
17632
|
-
expected: "(__type.
|
|
17742
|
+
expected: "(__type.o59 | undefined)",
|
|
17633
17743
|
value: input.search
|
|
17634
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
17744
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av58.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17635
17745
|
method: "typia.assert",
|
|
17636
17746
|
path: _path + ".sortMode",
|
|
17637
17747
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
17638
17748
|
value: input.sortMode
|
|
17639
|
-
}, _errorFactory)); const
|
|
17749
|
+
}, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17640
17750
|
method: "typia.assert",
|
|
17641
17751
|
path: _path + ".maxItemsDisplayed",
|
|
17642
17752
|
expected: "(number | undefined)",
|
|
17643
17753
|
value: input.maxItemsDisplayed
|
|
17644
|
-
}, _errorFactory); const
|
|
17754
|
+
}, _errorFactory); const _ao67 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17645
17755
|
method: "typia.assert",
|
|
17646
17756
|
path: _path + ".maxHeight",
|
|
17647
17757
|
expected: "(number | undefined)",
|
|
@@ -17651,14 +17761,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
17651
17761
|
path: _path + ".titleLines",
|
|
17652
17762
|
expected: "(number | undefined)",
|
|
17653
17763
|
value: input.titleLines
|
|
17654
|
-
}, _errorFactory)); const
|
|
17764
|
+
}, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17655
17765
|
method: "typia.assert",
|
|
17656
17766
|
path: _path + ".fontFamilies",
|
|
17657
17767
|
expected: "(Array<string> | undefined)",
|
|
17658
17768
|
value: input.fontFamilies
|
|
17659
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
17769
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17660
17770
|
method: "typia.assert",
|
|
17661
|
-
path: _path + ".fontFamilies[" +
|
|
17771
|
+
path: _path + ".fontFamilies[" + _index59 + "]",
|
|
17662
17772
|
expected: "string",
|
|
17663
17773
|
value: elem
|
|
17664
17774
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17666,7 +17776,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17666
17776
|
path: _path + ".fontFamilies",
|
|
17667
17777
|
expected: "(Array<string> | undefined)",
|
|
17668
17778
|
value: input.fontFamilies
|
|
17669
|
-
}, _errorFactory); const
|
|
17779
|
+
}, _errorFactory); const _ao69 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17670
17780
|
method: "typia.assert",
|
|
17671
17781
|
path: _path + ".id",
|
|
17672
17782
|
expected: "(string | undefined)",
|
|
@@ -17676,37 +17786,37 @@ function _assertDomainRecord(domain, input) {
|
|
|
17676
17786
|
path: _path + ".folded",
|
|
17677
17787
|
expected: "(boolean | undefined)",
|
|
17678
17788
|
value: input.folded
|
|
17679
|
-
}, _errorFactory)); const
|
|
17789
|
+
}, _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
17790
|
method: "typia.assert",
|
|
17681
17791
|
path: _path + ".adobe",
|
|
17682
|
-
expected: "(__type.
|
|
17792
|
+
expected: "(__type.o64 | undefined)",
|
|
17683
17793
|
value: input.adobe
|
|
17684
|
-
}, _errorFactory)) &&
|
|
17794
|
+
}, _errorFactory)) && _ao71(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17685
17795
|
method: "typia.assert",
|
|
17686
17796
|
path: _path + ".adobe",
|
|
17687
|
-
expected: "(__type.
|
|
17797
|
+
expected: "(__type.o64 | undefined)",
|
|
17688
17798
|
value: input.adobe
|
|
17689
17799
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17690
17800
|
method: "typia.assert",
|
|
17691
17801
|
path: _path + ".rive",
|
|
17692
|
-
expected: "(__type.
|
|
17802
|
+
expected: "(__type.o65 | undefined)",
|
|
17693
17803
|
value: input.rive
|
|
17694
|
-
}, _errorFactory)) &&
|
|
17804
|
+
}, _errorFactory)) && _ao72(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17695
17805
|
method: "typia.assert",
|
|
17696
17806
|
path: _path + ".rive",
|
|
17697
|
-
expected: "(__type.
|
|
17807
|
+
expected: "(__type.o65 | undefined)",
|
|
17698
17808
|
value: input.rive
|
|
17699
|
-
}, _errorFactory)); const
|
|
17809
|
+
}, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17700
17810
|
method: "typia.assert",
|
|
17701
17811
|
path: _path + ".useProxies",
|
|
17702
17812
|
expected: "(boolean | undefined)",
|
|
17703
17813
|
value: input.useProxies
|
|
17704
|
-
}, _errorFactory); const
|
|
17814
|
+
}, _errorFactory); const _ao72 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17705
17815
|
method: "typia.assert",
|
|
17706
17816
|
path: _path + ".template",
|
|
17707
17817
|
expected: "(string | undefined)",
|
|
17708
17818
|
value: input.template
|
|
17709
|
-
}, _errorFactory); const
|
|
17819
|
+
}, _errorFactory); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17710
17820
|
method: "typia.assert",
|
|
17711
17821
|
path: _path + ".collections",
|
|
17712
17822
|
expected: "(boolean | undefined)",
|
|
@@ -17721,7 +17831,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17721
17831
|
path: _path + ".ameRemoteRendering",
|
|
17722
17832
|
expected: "(boolean | undefined)",
|
|
17723
17833
|
value: input.ameRemoteRendering
|
|
17724
|
-
}, _errorFactory)); const
|
|
17834
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17725
17835
|
method: "typia.assert",
|
|
17726
17836
|
path: _path + ".utils",
|
|
17727
17837
|
expected: "(boolean | undefined)",
|
|
@@ -17816,24 +17926,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
17816
17926
|
path: _path + ".systemHealth",
|
|
17817
17927
|
expected: "(boolean | undefined)",
|
|
17818
17928
|
value: input.systemHealth
|
|
17819
|
-
}, _errorFactory)); const
|
|
17929
|
+
}, _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
17930
|
method: "typia.assert",
|
|
17821
17931
|
path: _path + ".events",
|
|
17822
|
-
expected: "(__type.
|
|
17932
|
+
expected: "(__type.o69 | undefined)",
|
|
17823
17933
|
value: input.events
|
|
17824
|
-
}, _errorFactory)) &&
|
|
17934
|
+
}, _errorFactory)) && _ao76(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17825
17935
|
method: "typia.assert",
|
|
17826
17936
|
path: _path + ".events",
|
|
17827
|
-
expected: "(__type.
|
|
17937
|
+
expected: "(__type.o69 | undefined)",
|
|
17828
17938
|
value: input.events
|
|
17829
|
-
}, _errorFactory); const
|
|
17939
|
+
}, _errorFactory); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17830
17940
|
method: "typia.assert",
|
|
17831
17941
|
path: _path + ".comment",
|
|
17832
17942
|
expected: "(Array<NotificationReason> | undefined)",
|
|
17833
17943
|
value: input.comment
|
|
17834
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
17944
|
+
}, _errorFactory)) && input.comment.every((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17835
17945
|
method: "typia.assert",
|
|
17836
|
-
path: _path + ".comment[" +
|
|
17946
|
+
path: _path + ".comment[" + _index60 + "]",
|
|
17837
17947
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17838
17948
|
value: elem
|
|
17839
17949
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17846,9 +17956,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17846
17956
|
path: _path + ".assigned",
|
|
17847
17957
|
expected: "(Array<NotificationReason> | undefined)",
|
|
17848
17958
|
value: input.assigned
|
|
17849
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
17959
|
+
}, _errorFactory)) && input.assigned.every((elem, _index61) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17850
17960
|
method: "typia.assert",
|
|
17851
|
-
path: _path + ".assigned[" +
|
|
17961
|
+
path: _path + ".assigned[" + _index61 + "]",
|
|
17852
17962
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17853
17963
|
value: elem
|
|
17854
17964
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17861,9 +17971,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17861
17971
|
path: _path + ".unassigned",
|
|
17862
17972
|
expected: "(Array<NotificationReason> | undefined)",
|
|
17863
17973
|
value: input.unassigned
|
|
17864
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
17974
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index62) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17865
17975
|
method: "typia.assert",
|
|
17866
|
-
path: _path + ".unassigned[" +
|
|
17976
|
+
path: _path + ".unassigned[" + _index62 + "]",
|
|
17867
17977
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17868
17978
|
value: elem
|
|
17869
17979
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17874,14 +17984,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
17874
17984
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17875
17985
|
method: "typia.assert",
|
|
17876
17986
|
path: _path + ".publishSucceeded",
|
|
17877
|
-
expected: "(__type.
|
|
17987
|
+
expected: "(__type.o70 | undefined)",
|
|
17878
17988
|
value: input.publishSucceeded
|
|
17879
|
-
}, _errorFactory)) &&
|
|
17989
|
+
}, _errorFactory)) && _ao77(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17880
17990
|
method: "typia.assert",
|
|
17881
17991
|
path: _path + ".publishSucceeded",
|
|
17882
|
-
expected: "(__type.
|
|
17992
|
+
expected: "(__type.o70 | undefined)",
|
|
17883
17993
|
value: input.publishSucceeded
|
|
17884
|
-
}, _errorFactory)); const
|
|
17994
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
17885
17995
|
const value = input[key];
|
|
17886
17996
|
if (undefined === value)
|
|
17887
17997
|
return true;
|
|
@@ -17890,9 +18000,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
17890
18000
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17891
18001
|
expected: "Array<NotificationReason>",
|
|
17892
18002
|
value: value
|
|
17893
|
-
}, _errorFactory)) && value.every((elem,
|
|
18003
|
+
}, _errorFactory)) && value.every((elem, _index63) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17894
18004
|
method: "typia.assert",
|
|
17895
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
18005
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index63 + "]",
|
|
17896
18006
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17897
18007
|
value: elem
|
|
17898
18008
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17901,14 +18011,34 @@ function _assertDomainRecord(domain, input) {
|
|
|
17901
18011
|
expected: "Array<NotificationReason>",
|
|
17902
18012
|
value: value
|
|
17903
18013
|
}, _errorFactory);
|
|
17904
|
-
}); const
|
|
18014
|
+
}); 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, {
|
|
18015
|
+
method: "typia.assert",
|
|
18016
|
+
path: _path + ".duplicate",
|
|
18017
|
+
expected: "(__type.o72 | undefined)",
|
|
18018
|
+
value: input.duplicate
|
|
18019
|
+
}, _errorFactory)) && _ao79(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18020
|
+
method: "typia.assert",
|
|
18021
|
+
path: _path + ".duplicate",
|
|
18022
|
+
expected: "(__type.o72 | undefined)",
|
|
18023
|
+
value: input.duplicate
|
|
18024
|
+
}, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18025
|
+
method: "typia.assert",
|
|
18026
|
+
path: _path + ".titlePrefix",
|
|
18027
|
+
expected: "(string | undefined)",
|
|
18028
|
+
value: input.titlePrefix
|
|
18029
|
+
}, _errorFactory)) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18030
|
+
method: "typia.assert",
|
|
18031
|
+
path: _path + ".titleSuffix",
|
|
18032
|
+
expected: "(string | undefined)",
|
|
18033
|
+
value: input.titleSuffix
|
|
18034
|
+
}, _errorFactory)); const _ao80 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17905
18035
|
method: "typia.assert",
|
|
17906
18036
|
path: _path + ".stateFilter",
|
|
17907
18037
|
expected: "(Array<number> | undefined)",
|
|
17908
18038
|
value: input.stateFilter
|
|
17909
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
18039
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index64) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17910
18040
|
method: "typia.assert",
|
|
17911
|
-
path: _path + ".stateFilter[" +
|
|
18041
|
+
path: _path + ".stateFilter[" + _index64 + "]",
|
|
17912
18042
|
expected: "number",
|
|
17913
18043
|
value: elem
|
|
17914
18044
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|