@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
|
@@ -14657,12 +14657,42 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14657
14657
|
}; })()(input);
|
|
14658
14658
|
}
|
|
14659
14659
|
case ":script": {
|
|
14660
|
-
return (() => { const _io0 = input => "string" === typeof input.value; const _ao0 = (input, _path, _exceptionable = true) => "string" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14660
|
+
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, {
|
|
14661
14661
|
method: "typia.assertGuard",
|
|
14662
14662
|
path: _path + ".value",
|
|
14663
14663
|
expected: "string",
|
|
14664
14664
|
value: input.value
|
|
14665
|
-
}, _errorFactory)
|
|
14665
|
+
}, _errorFactory)) && (undefined === input.refs || (Array.isArray(input.refs) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14666
|
+
method: "typia.assertGuard",
|
|
14667
|
+
path: _path + ".refs",
|
|
14668
|
+
expected: "(Array<__type> | undefined)",
|
|
14669
|
+
value: input.refs
|
|
14670
|
+
}, _errorFactory)) && input.refs.every((elem, _index2) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14671
|
+
method: "typia.assertGuard",
|
|
14672
|
+
path: _path + ".refs[" + _index2 + "]",
|
|
14673
|
+
expected: "__type",
|
|
14674
|
+
value: elem
|
|
14675
|
+
}, _errorFactory)) && _ao1(elem, _path + ".refs[" + _index2 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14676
|
+
method: "typia.assertGuard",
|
|
14677
|
+
path: _path + ".refs[" + _index2 + "]",
|
|
14678
|
+
expected: "__type",
|
|
14679
|
+
value: elem
|
|
14680
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14681
|
+
method: "typia.assertGuard",
|
|
14682
|
+
path: _path + ".refs",
|
|
14683
|
+
expected: "(Array<__type> | undefined)",
|
|
14684
|
+
value: input.refs
|
|
14685
|
+
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => ("string" === typeof input.mixin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14686
|
+
method: "typia.assertGuard",
|
|
14687
|
+
path: _path + ".mixin",
|
|
14688
|
+
expected: "string",
|
|
14689
|
+
value: input.mixin
|
|
14690
|
+
}, _errorFactory)) && (undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14691
|
+
method: "typia.assertGuard",
|
|
14692
|
+
path: _path + ".asset",
|
|
14693
|
+
expected: "(string | undefined)",
|
|
14694
|
+
value: input.asset
|
|
14695
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
14666
14696
|
if (false === __is(input)) {
|
|
14667
14697
|
_errorFactory = errorFactory;
|
|
14668
14698
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -15428,7 +15458,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15428
15458
|
}; })()(input);
|
|
15429
15459
|
}
|
|
15430
15460
|
case ":search": {
|
|
15431
|
-
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 => {
|
|
15461
|
+
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 => {
|
|
15432
15462
|
const value = input[key];
|
|
15433
15463
|
if (undefined === value)
|
|
15434
15464
|
return true;
|
|
@@ -15538,6 +15568,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15538
15568
|
path: _path + ".color",
|
|
15539
15569
|
expected: "(string | undefined)",
|
|
15540
15570
|
value: input.color
|
|
15571
|
+
}, _errorFactory)) && (undefined === input.icon || "string" === typeof input.icon || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15572
|
+
method: "typia.assertGuard",
|
|
15573
|
+
path: _path + ".icon",
|
|
15574
|
+
expected: "(string | undefined)",
|
|
15575
|
+
value: input.icon
|
|
15541
15576
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
15542
15577
|
const value = input[key];
|
|
15543
15578
|
if (undefined === value)
|
|
@@ -15710,84 +15745,84 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15710
15745
|
}; })()(input);
|
|
15711
15746
|
}
|
|
15712
15747
|
case ":settings": {
|
|
15713
|
-
return (() => { const
|
|
15748
|
+
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 => {
|
|
15714
15749
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
15715
15750
|
return true;
|
|
15716
15751
|
const value = input[key];
|
|
15717
15752
|
if (undefined === value)
|
|
15718
15753
|
return true;
|
|
15719
15754
|
return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
15720
|
-
}); 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) &&
|
|
15755
|
+
}); 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 => {
|
|
15721
15756
|
const value = input[key];
|
|
15722
15757
|
if (undefined === value)
|
|
15723
15758
|
return true;
|
|
15724
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15725
|
-
}); const
|
|
15726
|
-
const value = input[key];
|
|
15727
|
-
if (undefined === value)
|
|
15728
|
-
return true;
|
|
15729
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io26(value);
|
|
15730
|
-
}); 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 => {
|
|
15759
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io24(value);
|
|
15760
|
+
}); 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 => {
|
|
15731
15761
|
const value = input[key];
|
|
15732
15762
|
if (undefined === value)
|
|
15733
15763
|
return true;
|
|
15734
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15735
|
-
}); const
|
|
15764
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io27(value);
|
|
15765
|
+
}); 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 => {
|
|
15736
15766
|
const value = input[key];
|
|
15737
15767
|
if (undefined === value)
|
|
15738
15768
|
return true;
|
|
15739
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15740
|
-
}); const _io33 = input => Object.keys(input).every(key => {
|
|
15769
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15770
|
+
}); 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 => {
|
|
15741
15771
|
const value = input[key];
|
|
15742
15772
|
if (undefined === value)
|
|
15743
15773
|
return true;
|
|
15744
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15774
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15745
15775
|
}); const _io34 = input => Object.keys(input).every(key => {
|
|
15746
15776
|
const value = input[key];
|
|
15747
15777
|
if (undefined === value)
|
|
15748
15778
|
return true;
|
|
15749
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15779
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15750
15780
|
}); const _io35 = input => Object.keys(input).every(key => {
|
|
15751
15781
|
const value = input[key];
|
|
15752
15782
|
if (undefined === value)
|
|
15753
15783
|
return true;
|
|
15754
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15784
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15755
15785
|
}); const _io36 = input => Object.keys(input).every(key => {
|
|
15756
15786
|
const value = input[key];
|
|
15757
15787
|
if (undefined === value)
|
|
15758
15788
|
return true;
|
|
15759
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15789
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15760
15790
|
}); const _io37 = input => Object.keys(input).every(key => {
|
|
15761
15791
|
const value = input[key];
|
|
15762
15792
|
if (undefined === value)
|
|
15763
15793
|
return true;
|
|
15764
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15794
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15765
15795
|
}); const _io38 = input => Object.keys(input).every(key => {
|
|
15766
15796
|
const value = input[key];
|
|
15767
15797
|
if (undefined === value)
|
|
15768
15798
|
return true;
|
|
15769
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15799
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15770
15800
|
}); const _io39 = input => Object.keys(input).every(key => {
|
|
15771
15801
|
const value = input[key];
|
|
15772
15802
|
if (undefined === value)
|
|
15773
15803
|
return true;
|
|
15774
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15804
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15775
15805
|
}); const _io40 = input => Object.keys(input).every(key => {
|
|
15776
15806
|
const value = input[key];
|
|
15777
15807
|
if (undefined === value)
|
|
15778
15808
|
return true;
|
|
15779
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15809
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15780
15810
|
}); const _io41 = input => Object.keys(input).every(key => {
|
|
15781
15811
|
const value = input[key];
|
|
15782
15812
|
if (undefined === value)
|
|
15783
15813
|
return true;
|
|
15784
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
15785
|
-
}); 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 => {
|
|
15814
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15815
|
+
}); const _io42 = input => Object.keys(input).every(key => {
|
|
15816
|
+
const value = input[key];
|
|
15817
|
+
if (undefined === value)
|
|
15818
|
+
return true;
|
|
15819
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
15820
|
+
}); 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 => {
|
|
15786
15821
|
const value = input[key];
|
|
15787
15822
|
if (undefined === value)
|
|
15788
15823
|
return true;
|
|
15789
15824
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
15790
|
-
}); const
|
|
15825
|
+
}); 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, {
|
|
15791
15826
|
method: "typia.assertGuard",
|
|
15792
15827
|
path: _path + ".autoLogoutTime",
|
|
15793
15828
|
expected: "(number | undefined)",
|
|
@@ -15857,19 +15892,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15857
15892
|
path: _path + ".exclusiveTagGroups",
|
|
15858
15893
|
expected: "(Array<Array<string>> | undefined)",
|
|
15859
15894
|
value: input.exclusiveTagGroups
|
|
15860
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
15895
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index33) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15861
15896
|
method: "typia.assertGuard",
|
|
15862
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
15897
|
+
path: _path + ".exclusiveTagGroups[" + _index33 + "]",
|
|
15863
15898
|
expected: "Array<string>",
|
|
15864
15899
|
value: elem
|
|
15865
|
-
}, _errorFactory)) && elem.every((elem,
|
|
15900
|
+
}, _errorFactory)) && elem.every((elem, _index34) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15866
15901
|
method: "typia.assertGuard",
|
|
15867
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
15902
|
+
path: _path + ".exclusiveTagGroups[" + _index33 + "][" + _index34 + "]",
|
|
15868
15903
|
expected: "string",
|
|
15869
15904
|
value: elem
|
|
15870
15905
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15871
15906
|
method: "typia.assertGuard",
|
|
15872
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
15907
|
+
path: _path + ".exclusiveTagGroups[" + _index33 + "]",
|
|
15873
15908
|
expected: "Array<string>",
|
|
15874
15909
|
value: elem
|
|
15875
15910
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15940,42 +15975,42 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15940
15975
|
}, _errorFactory)) && (undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15941
15976
|
method: "typia.assertGuard",
|
|
15942
15977
|
path: _path + ".script",
|
|
15943
|
-
expected: "(__type.
|
|
15978
|
+
expected: "(__type.o16 | undefined)",
|
|
15944
15979
|
value: input.script
|
|
15945
|
-
}, _errorFactory)) &&
|
|
15980
|
+
}, _errorFactory)) && _ao20(input.script, _path + ".script", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15946
15981
|
method: "typia.assertGuard",
|
|
15947
15982
|
path: _path + ".script",
|
|
15948
|
-
expected: "(__type.
|
|
15983
|
+
expected: "(__type.o16 | undefined)",
|
|
15949
15984
|
value: input.script
|
|
15950
15985
|
}, _errorFactory)) && (undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15951
15986
|
method: "typia.assertGuard",
|
|
15952
15987
|
path: _path + ".events",
|
|
15953
|
-
expected: "(__type.
|
|
15988
|
+
expected: "(__type.o20 | undefined)",
|
|
15954
15989
|
value: input.events
|
|
15955
|
-
}, _errorFactory)) &&
|
|
15990
|
+
}, _errorFactory)) && _ao25(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15956
15991
|
method: "typia.assertGuard",
|
|
15957
15992
|
path: _path + ".events",
|
|
15958
|
-
expected: "(__type.
|
|
15993
|
+
expected: "(__type.o20 | undefined)",
|
|
15959
15994
|
value: input.events
|
|
15960
15995
|
}, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15961
15996
|
method: "typia.assertGuard",
|
|
15962
15997
|
path: _path + ".rundown",
|
|
15963
|
-
expected: "(__type.
|
|
15998
|
+
expected: "(__type.o22 | undefined)",
|
|
15964
15999
|
value: input.rundown
|
|
15965
|
-
}, _errorFactory)) &&
|
|
16000
|
+
}, _errorFactory)) && _ao28(input.rundown, _path + ".rundown", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15966
16001
|
method: "typia.assertGuard",
|
|
15967
16002
|
path: _path + ".rundown",
|
|
15968
|
-
expected: "(__type.
|
|
16003
|
+
expected: "(__type.o22 | undefined)",
|
|
15969
16004
|
value: input.rundown
|
|
15970
16005
|
}, _errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15971
16006
|
method: "typia.assertGuard",
|
|
15972
16007
|
path: _path + ".gallery",
|
|
15973
|
-
expected: "(__type.
|
|
16008
|
+
expected: "(__type.o23 | undefined)",
|
|
15974
16009
|
value: input.gallery
|
|
15975
|
-
}, _errorFactory)) &&
|
|
16010
|
+
}, _errorFactory)) && _ao29(input.gallery, _path + ".gallery", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15976
16011
|
method: "typia.assertGuard",
|
|
15977
16012
|
path: _path + ".gallery",
|
|
15978
|
-
expected: "(__type.
|
|
16013
|
+
expected: "(__type.o23 | undefined)",
|
|
15979
16014
|
value: input.gallery
|
|
15980
16015
|
}, _errorFactory)) && (undefined === input.history || "boolean" === typeof input.history || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15981
16016
|
method: "typia.assertGuard",
|
|
@@ -15985,47 +16020,47 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15985
16020
|
}, _errorFactory)) && (undefined === input.keymap || ("object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15986
16021
|
method: "typia.assertGuard",
|
|
15987
16022
|
path: _path + ".keymap",
|
|
15988
|
-
expected: "(__type.
|
|
16023
|
+
expected: "(__type.o24 | undefined)",
|
|
15989
16024
|
value: input.keymap
|
|
15990
|
-
}, _errorFactory)) &&
|
|
16025
|
+
}, _errorFactory)) && _ao30(input.keymap, _path + ".keymap", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15991
16026
|
method: "typia.assertGuard",
|
|
15992
16027
|
path: _path + ".keymap",
|
|
15993
|
-
expected: "(__type.
|
|
16028
|
+
expected: "(__type.o24 | undefined)",
|
|
15994
16029
|
value: input.keymap
|
|
15995
16030
|
}, _errorFactory)) && (undefined === input.media || ("object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15996
16031
|
method: "typia.assertGuard",
|
|
15997
16032
|
path: _path + ".media",
|
|
15998
|
-
expected: "(__type.
|
|
16033
|
+
expected: "(__type.o36 | undefined)",
|
|
15999
16034
|
value: input.media
|
|
16000
|
-
}, _errorFactory)) &&
|
|
16035
|
+
}, _errorFactory)) && _ao43(input.media, _path + ".media", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16001
16036
|
method: "typia.assertGuard",
|
|
16002
16037
|
path: _path + ".media",
|
|
16003
|
-
expected: "(__type.
|
|
16038
|
+
expected: "(__type.o36 | undefined)",
|
|
16004
16039
|
value: input.media
|
|
16005
16040
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16006
16041
|
method: "typia.assertGuard",
|
|
16007
16042
|
path: _path + ".edit",
|
|
16008
|
-
expected: "(__type.
|
|
16043
|
+
expected: "(__type.o49 | undefined)",
|
|
16009
16044
|
value: input.edit
|
|
16010
|
-
}, _errorFactory)) &&
|
|
16045
|
+
}, _errorFactory)) && _ao56(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16011
16046
|
method: "typia.assertGuard",
|
|
16012
16047
|
path: _path + ".edit",
|
|
16013
|
-
expected: "(__type.
|
|
16048
|
+
expected: "(__type.o49 | undefined)",
|
|
16014
16049
|
value: input.edit
|
|
16015
16050
|
}, _errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16016
16051
|
method: "typia.assertGuard",
|
|
16017
16052
|
path: _path + ".commands",
|
|
16018
16053
|
expected: "(Array<__type>.o4 | undefined)",
|
|
16019
16054
|
value: input.commands
|
|
16020
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
16055
|
+
}, _errorFactory)) && input.commands.every((elem, _index35) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16021
16056
|
method: "typia.assertGuard",
|
|
16022
|
-
path: _path + ".commands[" +
|
|
16023
|
-
expected: "__type.
|
|
16057
|
+
path: _path + ".commands[" + _index35 + "]",
|
|
16058
|
+
expected: "__type.o51",
|
|
16024
16059
|
value: elem
|
|
16025
|
-
}, _errorFactory)) &&
|
|
16060
|
+
}, _errorFactory)) && _ao58(elem, _path + ".commands[" + _index35 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16026
16061
|
method: "typia.assertGuard",
|
|
16027
|
-
path: _path + ".commands[" +
|
|
16028
|
-
expected: "__type.
|
|
16062
|
+
path: _path + ".commands[" + _index35 + "]",
|
|
16063
|
+
expected: "__type.o51",
|
|
16029
16064
|
value: elem
|
|
16030
16065
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16031
16066
|
method: "typia.assertGuard",
|
|
@@ -16037,9 +16072,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16037
16072
|
path: _path + ".predefinedTags",
|
|
16038
16073
|
expected: "(Array<string> | undefined)",
|
|
16039
16074
|
value: input.predefinedTags
|
|
16040
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
16075
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index36) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16041
16076
|
method: "typia.assertGuard",
|
|
16042
|
-
path: _path + ".predefinedTags[" +
|
|
16077
|
+
path: _path + ".predefinedTags[" + _index36 + "]",
|
|
16043
16078
|
expected: "string",
|
|
16044
16079
|
value: elem
|
|
16045
16080
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16050,37 +16085,37 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16050
16085
|
}, _errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16051
16086
|
method: "typia.assertGuard",
|
|
16052
16087
|
path: _path + ".storyboard",
|
|
16053
|
-
expected: "(__type.
|
|
16088
|
+
expected: "(__type.o52 | undefined)",
|
|
16054
16089
|
value: input.storyboard
|
|
16055
|
-
}, _errorFactory)) &&
|
|
16090
|
+
}, _errorFactory)) && _ao59(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16056
16091
|
method: "typia.assertGuard",
|
|
16057
16092
|
path: _path + ".storyboard",
|
|
16058
|
-
expected: "(__type.
|
|
16093
|
+
expected: "(__type.o52 | undefined)",
|
|
16059
16094
|
value: input.storyboard
|
|
16060
16095
|
}, _errorFactory)) && (undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16061
16096
|
method: "typia.assertGuard",
|
|
16062
16097
|
path: _path + ".print",
|
|
16063
|
-
expected: "(__type.
|
|
16098
|
+
expected: "(__type.o61 | undefined)",
|
|
16064
16099
|
value: input.print
|
|
16065
|
-
}, _errorFactory)) &&
|
|
16100
|
+
}, _errorFactory)) && _ao68(input.print, _path + ".print", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16066
16101
|
method: "typia.assertGuard",
|
|
16067
16102
|
path: _path + ".print",
|
|
16068
|
-
expected: "(__type.
|
|
16103
|
+
expected: "(__type.o61 | undefined)",
|
|
16069
16104
|
value: input.print
|
|
16070
16105
|
}, _errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16071
16106
|
method: "typia.assertGuard",
|
|
16072
16107
|
path: _path + ".hiddenPreviews",
|
|
16073
16108
|
expected: "(Array<__type>.o5 | undefined)",
|
|
16074
16109
|
value: input.hiddenPreviews
|
|
16075
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
16110
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16076
16111
|
method: "typia.assertGuard",
|
|
16077
|
-
path: _path + ".hiddenPreviews[" +
|
|
16078
|
-
expected: "__type.
|
|
16112
|
+
path: _path + ".hiddenPreviews[" + _index37 + "]",
|
|
16113
|
+
expected: "__type.o62",
|
|
16079
16114
|
value: elem
|
|
16080
|
-
}, _errorFactory)) &&
|
|
16115
|
+
}, _errorFactory)) && _ao69(elem, _path + ".hiddenPreviews[" + _index37 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16081
16116
|
method: "typia.assertGuard",
|
|
16082
|
-
path: _path + ".hiddenPreviews[" +
|
|
16083
|
-
expected: "__type.
|
|
16117
|
+
path: _path + ".hiddenPreviews[" + _index37 + "]",
|
|
16118
|
+
expected: "__type.o62",
|
|
16084
16119
|
value: elem
|
|
16085
16120
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16086
16121
|
method: "typia.assertGuard",
|
|
@@ -16090,12 +16125,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16090
16125
|
}, _errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16091
16126
|
method: "typia.assertGuard",
|
|
16092
16127
|
path: _path + ".plugins",
|
|
16093
|
-
expected: "(__type.
|
|
16128
|
+
expected: "(__type.o63 | undefined)",
|
|
16094
16129
|
value: input.plugins
|
|
16095
|
-
}, _errorFactory)) &&
|
|
16130
|
+
}, _errorFactory)) && _ao70(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16096
16131
|
method: "typia.assertGuard",
|
|
16097
16132
|
path: _path + ".plugins",
|
|
16098
|
-
expected: "(__type.
|
|
16133
|
+
expected: "(__type.o63 | undefined)",
|
|
16099
16134
|
value: input.plugins
|
|
16100
16135
|
}, _errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16101
16136
|
method: "typia.assertGuard",
|
|
@@ -16110,47 +16145,57 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16110
16145
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16111
16146
|
method: "typia.assertGuard",
|
|
16112
16147
|
path: _path + ".featurePreview",
|
|
16113
|
-
expected: "(__type.
|
|
16148
|
+
expected: "(__type.o66 | undefined)",
|
|
16114
16149
|
value: input.featurePreview
|
|
16115
|
-
}, _errorFactory)) &&
|
|
16150
|
+
}, _errorFactory)) && _ao73(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16116
16151
|
method: "typia.assertGuard",
|
|
16117
16152
|
path: _path + ".featurePreview",
|
|
16118
|
-
expected: "(__type.
|
|
16153
|
+
expected: "(__type.o66 | undefined)",
|
|
16119
16154
|
value: input.featurePreview
|
|
16120
16155
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16121
16156
|
method: "typia.assertGuard",
|
|
16122
16157
|
path: _path + ".flags",
|
|
16123
|
-
expected: "(__type.
|
|
16158
|
+
expected: "(__type.o67 | undefined)",
|
|
16124
16159
|
value: input.flags
|
|
16125
|
-
}, _errorFactory)) &&
|
|
16160
|
+
}, _errorFactory)) && _ao74(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16126
16161
|
method: "typia.assertGuard",
|
|
16127
16162
|
path: _path + ".flags",
|
|
16128
|
-
expected: "(__type.
|
|
16163
|
+
expected: "(__type.o67 | undefined)",
|
|
16129
16164
|
value: input.flags
|
|
16130
16165
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16131
16166
|
method: "typia.assertGuard",
|
|
16132
16167
|
path: _path + ".notifications",
|
|
16133
|
-
expected: "(__type.
|
|
16168
|
+
expected: "(__type.o68 | undefined)",
|
|
16134
16169
|
value: input.notifications
|
|
16135
|
-
}, _errorFactory)) &&
|
|
16170
|
+
}, _errorFactory)) && _ao75(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16136
16171
|
method: "typia.assertGuard",
|
|
16137
16172
|
path: _path + ".notifications",
|
|
16138
|
-
expected: "(__type.
|
|
16173
|
+
expected: "(__type.o68 | undefined)",
|
|
16139
16174
|
value: input.notifications
|
|
16140
16175
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16141
16176
|
method: "typia.assertGuard",
|
|
16142
16177
|
path: _path + ".suppressDeleteAlert",
|
|
16143
16178
|
expected: "(boolean | undefined)",
|
|
16144
16179
|
value: input.suppressDeleteAlert
|
|
16180
|
+
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16181
|
+
method: "typia.assertGuard",
|
|
16182
|
+
path: _path + ".clone",
|
|
16183
|
+
expected: "(__type.o71 | undefined)",
|
|
16184
|
+
value: input.clone
|
|
16185
|
+
}, _errorFactory)) && _ao78(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16186
|
+
method: "typia.assertGuard",
|
|
16187
|
+
path: _path + ".clone",
|
|
16188
|
+
expected: "(__type.o71 | undefined)",
|
|
16189
|
+
value: input.clone
|
|
16145
16190
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16146
16191
|
method: "typia.assertGuard",
|
|
16147
16192
|
path: _path + ".utilsAssetEditorPanel",
|
|
16148
|
-
expected: "(__type.
|
|
16193
|
+
expected: "(__type.o73 | undefined)",
|
|
16149
16194
|
value: input.utilsAssetEditorPanel
|
|
16150
|
-
}, _errorFactory)) &&
|
|
16195
|
+
}, _errorFactory)) && _ao80(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16151
16196
|
method: "typia.assertGuard",
|
|
16152
16197
|
path: _path + ".utilsAssetEditorPanel",
|
|
16153
|
-
expected: "(__type.
|
|
16198
|
+
expected: "(__type.o73 | undefined)",
|
|
16154
16199
|
value: input.utilsAssetEditorPanel
|
|
16155
16200
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16156
16201
|
method: "typia.assertGuard",
|
|
@@ -16162,7 +16207,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16162
16207
|
path: _path + ".overrideUserLogin",
|
|
16163
16208
|
expected: "(boolean | undefined)",
|
|
16164
16209
|
value: input.overrideUserLogin
|
|
16165
|
-
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => undefined === input.
|
|
16210
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.editor || "string" === typeof input.editor || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16211
|
+
method: "typia.assertGuard",
|
|
16212
|
+
path: _path + ".editor",
|
|
16213
|
+
expected: "(string | undefined)",
|
|
16214
|
+
value: input.editor
|
|
16215
|
+
}, _errorFactory)) && (undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16166
16216
|
method: "typia.assertGuard",
|
|
16167
16217
|
path: _path + ".tabs",
|
|
16168
16218
|
expected: "(ModuleTabs | undefined)",
|
|
@@ -16172,7 +16222,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16172
16222
|
path: _path + ".tabs",
|
|
16173
16223
|
expected: "(ModuleTabs | undefined)",
|
|
16174
16224
|
value: input.tabs
|
|
16175
|
-
}, _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, {
|
|
16225
|
+
}, _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, {
|
|
16176
16226
|
method: "typia.assertGuard",
|
|
16177
16227
|
path: _path + ".settingsPanelStore",
|
|
16178
16228
|
expected: "(SettingsPanelStoreTab | undefined)",
|
|
@@ -16204,17 +16254,37 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16204
16254
|
path: _path + ".activeSectionIndex",
|
|
16205
16255
|
expected: "(number | undefined)",
|
|
16206
16256
|
value: input.activeSectionIndex
|
|
16207
|
-
}, _errorFactory)) && (undefined === input.activeTab || "string" === typeof input.activeTab || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16257
|
+
}, _errorFactory)) && (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16208
16258
|
method: "typia.assertGuard",
|
|
16209
16259
|
path: _path + ".activeTab",
|
|
16210
|
-
expected: "(string | undefined)",
|
|
16260
|
+
expected: "(null | string | undefined)",
|
|
16211
16261
|
value: input.activeTab
|
|
16212
|
-
}, _errorFactory))
|
|
16262
|
+
}, _errorFactory)) && (undefined === input.priority || "number" === typeof input.priority || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16263
|
+
method: "typia.assertGuard",
|
|
16264
|
+
path: _path + ".priority",
|
|
16265
|
+
expected: "(number | undefined)",
|
|
16266
|
+
value: input.priority
|
|
16267
|
+
}, _errorFactory)) && (null === input.height || undefined === input.height || "number" === typeof input.height || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16268
|
+
method: "typia.assertGuard",
|
|
16269
|
+
path: _path + ".height",
|
|
16270
|
+
expected: "(null | number | undefined)",
|
|
16271
|
+
value: input.height
|
|
16272
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16213
16273
|
method: "typia.assertGuard",
|
|
16214
16274
|
path: _path + ".activeTab",
|
|
16215
|
-
expected: "(string | undefined)",
|
|
16275
|
+
expected: "(null | string | undefined)",
|
|
16216
16276
|
value: input.activeTab
|
|
16217
|
-
}, _errorFactory)
|
|
16277
|
+
}, _errorFactory)) && (undefined === input.priority || "number" === typeof input.priority || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16278
|
+
method: "typia.assertGuard",
|
|
16279
|
+
path: _path + ".priority",
|
|
16280
|
+
expected: "(number | undefined)",
|
|
16281
|
+
value: input.priority
|
|
16282
|
+
}, _errorFactory)) && (null === input.height || undefined === input.height || "number" === typeof input.height || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16283
|
+
method: "typia.assertGuard",
|
|
16284
|
+
path: _path + ".height",
|
|
16285
|
+
expected: "(null | number | undefined)",
|
|
16286
|
+
value: input.height
|
|
16287
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => (undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16218
16288
|
method: "typia.assertGuard",
|
|
16219
16289
|
path: _path + ".defaultGrouping",
|
|
16220
16290
|
expected: "(\"\" | \"collection\" | \"stitch\" | undefined)",
|
|
@@ -16294,9 +16364,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16294
16364
|
path: _path + ".sortOrder",
|
|
16295
16365
|
expected: "(Array<string> | undefined)",
|
|
16296
16366
|
value: input.sortOrder
|
|
16297
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
16367
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16298
16368
|
method: "typia.assertGuard",
|
|
16299
|
-
path: _path + ".sortOrder[" +
|
|
16369
|
+
path: _path + ".sortOrder[" + _index38 + "]",
|
|
16300
16370
|
expected: "string",
|
|
16301
16371
|
value: elem
|
|
16302
16372
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16304,14 +16374,29 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16304
16374
|
path: _path + ".sortOrder",
|
|
16305
16375
|
expected: "(Array<string> | undefined)",
|
|
16306
16376
|
value: input.sortOrder
|
|
16307
|
-
}, _errorFactory); const _ao12 = (input, _path, _exceptionable = true) => undefined === input.
|
|
16377
|
+
}, _errorFactory); const _ao12 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16378
|
+
method: "typia.assertGuard",
|
|
16379
|
+
path: _path + ".include",
|
|
16380
|
+
expected: "(Array<string> | undefined)",
|
|
16381
|
+
value: input.include
|
|
16382
|
+
}, _errorFactory)) && input.include.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16383
|
+
method: "typia.assertGuard",
|
|
16384
|
+
path: _path + ".include[" + _index39 + "]",
|
|
16385
|
+
expected: "string",
|
|
16386
|
+
value: elem
|
|
16387
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16388
|
+
method: "typia.assertGuard",
|
|
16389
|
+
path: _path + ".include",
|
|
16390
|
+
expected: "(Array<string> | undefined)",
|
|
16391
|
+
value: input.include
|
|
16392
|
+
}, _errorFactory)) && (undefined === input.exclude || (Array.isArray(input.exclude) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16308
16393
|
method: "typia.assertGuard",
|
|
16309
16394
|
path: _path + ".exclude",
|
|
16310
16395
|
expected: "(Array<string> | undefined)",
|
|
16311
16396
|
value: input.exclude
|
|
16312
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16397
|
+
}, _errorFactory)) && input.exclude.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16313
16398
|
method: "typia.assertGuard",
|
|
16314
|
-
path: _path + ".exclude[" +
|
|
16399
|
+
path: _path + ".exclude[" + _index40 + "]",
|
|
16315
16400
|
expected: "string",
|
|
16316
16401
|
value: elem
|
|
16317
16402
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16319,14 +16404,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16319
16404
|
path: _path + ".exclude",
|
|
16320
16405
|
expected: "(Array<string> | undefined)",
|
|
16321
16406
|
value: input.exclude
|
|
16322
|
-
}, _errorFactory); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16407
|
+
}, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16323
16408
|
method: "typia.assertGuard",
|
|
16324
16409
|
path: _path + ".include",
|
|
16325
16410
|
expected: "(Array<string> | undefined)",
|
|
16326
16411
|
value: input.include
|
|
16327
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16412
|
+
}, _errorFactory)) && input.include.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16328
16413
|
method: "typia.assertGuard",
|
|
16329
|
-
path: _path + ".include[" +
|
|
16414
|
+
path: _path + ".include[" + _index41 + "]",
|
|
16330
16415
|
expected: "string",
|
|
16331
16416
|
value: elem
|
|
16332
16417
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16339,9 +16424,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16339
16424
|
path: _path + ".exclude",
|
|
16340
16425
|
expected: "(Array<string> | undefined)",
|
|
16341
16426
|
value: input.exclude
|
|
16342
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16427
|
+
}, _errorFactory)) && input.exclude.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16343
16428
|
method: "typia.assertGuard",
|
|
16344
|
-
path: _path + ".exclude[" +
|
|
16429
|
+
path: _path + ".exclude[" + _index42 + "]",
|
|
16345
16430
|
expected: "string",
|
|
16346
16431
|
value: elem
|
|
16347
16432
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16354,9 +16439,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16354
16439
|
path: _path + ".include",
|
|
16355
16440
|
expected: "(Array<string> | undefined)",
|
|
16356
16441
|
value: input.include
|
|
16357
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16442
|
+
}, _errorFactory)) && input.include.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16358
16443
|
method: "typia.assertGuard",
|
|
16359
|
-
path: _path + ".include[" +
|
|
16444
|
+
path: _path + ".include[" + _index43 + "]",
|
|
16360
16445
|
expected: "string",
|
|
16361
16446
|
value: elem
|
|
16362
16447
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16369,9 +16454,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16369
16454
|
path: _path + ".exclude",
|
|
16370
16455
|
expected: "(Array<string> | undefined)",
|
|
16371
16456
|
value: input.exclude
|
|
16372
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16457
|
+
}, _errorFactory)) && input.exclude.every((elem, _index44) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16373
16458
|
method: "typia.assertGuard",
|
|
16374
|
-
path: _path + ".exclude[" +
|
|
16459
|
+
path: _path + ".exclude[" + _index44 + "]",
|
|
16375
16460
|
expected: "string",
|
|
16376
16461
|
value: elem
|
|
16377
16462
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16384,9 +16469,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16384
16469
|
path: _path + ".include",
|
|
16385
16470
|
expected: "(Array<string> | undefined)",
|
|
16386
16471
|
value: input.include
|
|
16387
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16472
|
+
}, _errorFactory)) && input.include.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16388
16473
|
method: "typia.assertGuard",
|
|
16389
|
-
path: _path + ".include[" +
|
|
16474
|
+
path: _path + ".include[" + _index45 + "]",
|
|
16390
16475
|
expected: "string",
|
|
16391
16476
|
value: elem
|
|
16392
16477
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16399,9 +16484,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16399
16484
|
path: _path + ".exclude",
|
|
16400
16485
|
expected: "(Array<string> | undefined)",
|
|
16401
16486
|
value: input.exclude
|
|
16402
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16487
|
+
}, _errorFactory)) && input.exclude.every((elem, _index46) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16403
16488
|
method: "typia.assertGuard",
|
|
16404
|
-
path: _path + ".exclude[" +
|
|
16489
|
+
path: _path + ".exclude[" + _index46 + "]",
|
|
16405
16490
|
expected: "string",
|
|
16406
16491
|
value: elem
|
|
16407
16492
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16464,29 +16549,49 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16464
16549
|
path: _path + ".maxTabs",
|
|
16465
16550
|
expected: "(number | undefined)",
|
|
16466
16551
|
value: input.maxTabs
|
|
16467
|
-
}, _errorFactory))
|
|
16552
|
+
}, _errorFactory)) && (undefined === input.layout || ("object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16553
|
+
method: "typia.assertGuard",
|
|
16554
|
+
path: _path + ".layout",
|
|
16555
|
+
expected: "(__type.o15 | undefined)",
|
|
16556
|
+
value: input.layout
|
|
16557
|
+
}, _errorFactory)) && _ao19(input.layout, _path + ".layout", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16558
|
+
method: "typia.assertGuard",
|
|
16559
|
+
path: _path + ".layout",
|
|
16560
|
+
expected: "(__type.o15 | undefined)",
|
|
16561
|
+
value: input.layout
|
|
16562
|
+
}, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => (undefined === input.bookmarks || "number" === typeof input.bookmarks || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16563
|
+
method: "typia.assertGuard",
|
|
16564
|
+
path: _path + ".bookmarks",
|
|
16565
|
+
expected: "(number | undefined)",
|
|
16566
|
+
value: input.bookmarks
|
|
16567
|
+
}, _errorFactory)) && (undefined === input.browser || "number" === typeof input.browser || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16568
|
+
method: "typia.assertGuard",
|
|
16569
|
+
path: _path + ".browser",
|
|
16570
|
+
expected: "(number | undefined)",
|
|
16571
|
+
value: input.browser
|
|
16572
|
+
}, _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, {
|
|
16468
16573
|
method: "typia.assertGuard",
|
|
16469
16574
|
path: _path + ".createMenu",
|
|
16470
|
-
expected: "(__type.
|
|
16575
|
+
expected: "(__type.o17 | undefined)",
|
|
16471
16576
|
value: input.createMenu
|
|
16472
|
-
}, _errorFactory)) &&
|
|
16577
|
+
}, _errorFactory)) && _ao21(input.createMenu, _path + ".createMenu", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16473
16578
|
method: "typia.assertGuard",
|
|
16474
16579
|
path: _path + ".createMenu",
|
|
16475
|
-
expected: "(__type.
|
|
16580
|
+
expected: "(__type.o17 | undefined)",
|
|
16476
16581
|
value: input.createMenu
|
|
16477
16582
|
}, _errorFactory)) && (undefined === input.colorTags || (Array.isArray(input.colorTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16478
16583
|
method: "typia.assertGuard",
|
|
16479
16584
|
path: _path + ".colorTags",
|
|
16480
16585
|
expected: "(Array<PromotedTag> | undefined)",
|
|
16481
16586
|
value: input.colorTags
|
|
16482
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
16587
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index47) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16483
16588
|
method: "typia.assertGuard",
|
|
16484
|
-
path: _path + ".colorTags[" +
|
|
16589
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
16485
16590
|
expected: "PromotedTag",
|
|
16486
16591
|
value: elem
|
|
16487
|
-
}, _errorFactory)) &&
|
|
16592
|
+
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16488
16593
|
method: "typia.assertGuard",
|
|
16489
|
-
path: _path + ".colorTags[" +
|
|
16594
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
16490
16595
|
expected: "PromotedTag",
|
|
16491
16596
|
value: elem
|
|
16492
16597
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16507,14 +16612,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16507
16612
|
}, _errorFactory)) && (undefined === input.collapsedNodes || ("object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16508
16613
|
method: "typia.assertGuard",
|
|
16509
16614
|
path: _path + ".collapsedNodes",
|
|
16510
|
-
expected: "(__type.
|
|
16615
|
+
expected: "(__type.o18 | undefined)",
|
|
16511
16616
|
value: input.collapsedNodes
|
|
16512
|
-
}, _errorFactory)) &&
|
|
16617
|
+
}, _errorFactory)) && _ao23(input.collapsedNodes, _path + ".collapsedNodes", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16513
16618
|
method: "typia.assertGuard",
|
|
16514
16619
|
path: _path + ".collapsedNodes",
|
|
16515
|
-
expected: "(__type.
|
|
16620
|
+
expected: "(__type.o18 | undefined)",
|
|
16516
16621
|
value: input.collapsedNodes
|
|
16517
|
-
}, _errorFactory)); const
|
|
16622
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16518
16623
|
method: "typia.assertGuard",
|
|
16519
16624
|
path: _path + ".sortBy",
|
|
16520
16625
|
expected: "(\"index\" | \"title\" | undefined)",
|
|
@@ -16524,7 +16629,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16524
16629
|
path: _path + ".showPreview",
|
|
16525
16630
|
expected: "(boolean | undefined)",
|
|
16526
16631
|
value: input.showPreview
|
|
16527
|
-
}, _errorFactory)); const
|
|
16632
|
+
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16528
16633
|
method: "typia.assertGuard",
|
|
16529
16634
|
path: _path + ".name",
|
|
16530
16635
|
expected: "(null | string)",
|
|
@@ -16544,22 +16649,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16544
16649
|
path: _path + ".description",
|
|
16545
16650
|
expected: "(null | string)",
|
|
16546
16651
|
value: input.description
|
|
16547
|
-
}, _errorFactory)); const
|
|
16652
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16548
16653
|
const value = input[key];
|
|
16549
16654
|
if (undefined === value)
|
|
16550
16655
|
return true;
|
|
16551
16656
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16552
16657
|
method: "typia.assertGuard",
|
|
16553
16658
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16554
|
-
expected: "__type.
|
|
16659
|
+
expected: "__type.o19",
|
|
16555
16660
|
value: value
|
|
16556
|
-
}, _errorFactory)) &&
|
|
16661
|
+
}, _errorFactory)) && _ao24(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16557
16662
|
method: "typia.assertGuard",
|
|
16558
16663
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16559
|
-
expected: "__type.
|
|
16664
|
+
expected: "__type.o19",
|
|
16560
16665
|
value: value
|
|
16561
16666
|
}, _errorFactory);
|
|
16562
|
-
}); const
|
|
16667
|
+
}); const _ao24 = (input, _path, _exceptionable = true) => (undefined === input.preview || "boolean" === typeof input.preview || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16563
16668
|
method: "typia.assertGuard",
|
|
16564
16669
|
path: _path + ".preview",
|
|
16565
16670
|
expected: "(boolean | undefined)",
|
|
@@ -16569,7 +16674,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16569
16674
|
path: _path + ".children",
|
|
16570
16675
|
expected: "(boolean | undefined)",
|
|
16571
16676
|
value: input.children
|
|
16572
|
-
}, _errorFactory)); const
|
|
16677
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16573
16678
|
method: "typia.assertGuard",
|
|
16574
16679
|
path: _path + ".graphicBaseTemplate",
|
|
16575
16680
|
expected: "(string | undefined)",
|
|
@@ -16579,9 +16684,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16579
16684
|
path: _path + ".favorites",
|
|
16580
16685
|
expected: "(Array<string> | undefined)",
|
|
16581
16686
|
value: input.favorites
|
|
16582
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
16687
|
+
}, _errorFactory)) && input.favorites.every((elem, _index48) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16583
16688
|
method: "typia.assertGuard",
|
|
16584
|
-
path: _path + ".favorites[" +
|
|
16689
|
+
path: _path + ".favorites[" + _index48 + "]",
|
|
16585
16690
|
expected: "string",
|
|
16586
16691
|
value: elem
|
|
16587
16692
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16594,27 +16699,27 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16594
16699
|
path: _path + ".defaults",
|
|
16595
16700
|
expected: "(Record<string, __type> | undefined)",
|
|
16596
16701
|
value: input.defaults
|
|
16597
|
-
}, _errorFactory)) &&
|
|
16702
|
+
}, _errorFactory)) && _ao26(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16598
16703
|
method: "typia.assertGuard",
|
|
16599
16704
|
path: _path + ".defaults",
|
|
16600
16705
|
expected: "(Record<string, __type> | undefined)",
|
|
16601
16706
|
value: input.defaults
|
|
16602
|
-
}, _errorFactory)); const
|
|
16707
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16603
16708
|
const value = input[key];
|
|
16604
16709
|
if (undefined === value)
|
|
16605
16710
|
return true;
|
|
16606
16711
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16607
16712
|
method: "typia.assertGuard",
|
|
16608
16713
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16609
|
-
expected: "__type.
|
|
16714
|
+
expected: "__type.o21",
|
|
16610
16715
|
value: value
|
|
16611
|
-
}, _errorFactory)) &&
|
|
16716
|
+
}, _errorFactory)) && _ao27(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16612
16717
|
method: "typia.assertGuard",
|
|
16613
16718
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16614
|
-
expected: "__type.
|
|
16719
|
+
expected: "__type.o21",
|
|
16615
16720
|
value: value
|
|
16616
16721
|
}, _errorFactory);
|
|
16617
|
-
}); const
|
|
16722
|
+
}); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.event || "string" === typeof input.event || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16618
16723
|
method: "typia.assertGuard",
|
|
16619
16724
|
path: _path + ".event",
|
|
16620
16725
|
expected: "(string | undefined)",
|
|
@@ -16624,12 +16729,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16624
16729
|
path: _path + ".property",
|
|
16625
16730
|
expected: "(string | undefined)",
|
|
16626
16731
|
value: input.property
|
|
16627
|
-
}, _errorFactory)); const
|
|
16732
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16628
16733
|
method: "typia.assertGuard",
|
|
16629
16734
|
path: _path + ".eventThumbnails",
|
|
16630
16735
|
expected: "(boolean | undefined)",
|
|
16631
16736
|
value: input.eventThumbnails
|
|
16632
|
-
}, _errorFactory); const
|
|
16737
|
+
}, _errorFactory); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16633
16738
|
method: "typia.assertGuard",
|
|
16634
16739
|
path: _path + ".dimOnBlur",
|
|
16635
16740
|
expected: "(boolean | undefined)",
|
|
@@ -16639,117 +16744,122 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16639
16744
|
path: _path + ".float",
|
|
16640
16745
|
expected: "(\"disabled\" | \"gallery\" | \"rundown\" | undefined)",
|
|
16641
16746
|
value: input.float
|
|
16642
|
-
}, _errorFactory))
|
|
16747
|
+
}, _errorFactory)) && (undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16748
|
+
method: "typia.assertGuard",
|
|
16749
|
+
path: _path + ".countFloatedDuration",
|
|
16750
|
+
expected: "(boolean | undefined)",
|
|
16751
|
+
value: input.countFloatedDuration
|
|
16752
|
+
}, _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, {
|
|
16643
16753
|
method: "typia.assertGuard",
|
|
16644
16754
|
path: _path + ".display",
|
|
16645
|
-
expected: "(__type.
|
|
16755
|
+
expected: "(__type.o25 | undefined)",
|
|
16646
16756
|
value: input.display
|
|
16647
|
-
}, _errorFactory)) &&
|
|
16757
|
+
}, _errorFactory)) && _ao31(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16648
16758
|
method: "typia.assertGuard",
|
|
16649
16759
|
path: _path + ".display",
|
|
16650
|
-
expected: "(__type.
|
|
16760
|
+
expected: "(__type.o25 | undefined)",
|
|
16651
16761
|
value: input.display
|
|
16652
16762
|
}, _errorFactory)) && (undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16653
16763
|
method: "typia.assertGuard",
|
|
16654
16764
|
path: _path + ".browser",
|
|
16655
|
-
expected: "(__type.
|
|
16765
|
+
expected: "(__type.o26 | undefined)",
|
|
16656
16766
|
value: input.browser
|
|
16657
|
-
}, _errorFactory)) &&
|
|
16767
|
+
}, _errorFactory)) && _ao33(input.browser, _path + ".browser", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16658
16768
|
method: "typia.assertGuard",
|
|
16659
16769
|
path: _path + ".browser",
|
|
16660
|
-
expected: "(__type.
|
|
16770
|
+
expected: "(__type.o26 | undefined)",
|
|
16661
16771
|
value: input.browser
|
|
16662
16772
|
}, _errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16663
16773
|
method: "typia.assertGuard",
|
|
16664
16774
|
path: _path + ".gallery",
|
|
16665
|
-
expected: "(__type.
|
|
16775
|
+
expected: "(__type.o27 | undefined)",
|
|
16666
16776
|
value: input.gallery
|
|
16667
|
-
}, _errorFactory)) &&
|
|
16777
|
+
}, _errorFactory)) && _ao34(input.gallery, _path + ".gallery", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16668
16778
|
method: "typia.assertGuard",
|
|
16669
16779
|
path: _path + ".gallery",
|
|
16670
|
-
expected: "(__type.
|
|
16780
|
+
expected: "(__type.o27 | undefined)",
|
|
16671
16781
|
value: input.gallery
|
|
16672
16782
|
}, _errorFactory)) && (undefined === input.global || ("object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16673
16783
|
method: "typia.assertGuard",
|
|
16674
16784
|
path: _path + ".global",
|
|
16675
|
-
expected: "(__type.
|
|
16785
|
+
expected: "(__type.o28 | undefined)",
|
|
16676
16786
|
value: input.global
|
|
16677
|
-
}, _errorFactory)) &&
|
|
16787
|
+
}, _errorFactory)) && _ao35(input.global, _path + ".global", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16678
16788
|
method: "typia.assertGuard",
|
|
16679
16789
|
path: _path + ".global",
|
|
16680
|
-
expected: "(__type.
|
|
16790
|
+
expected: "(__type.o28 | undefined)",
|
|
16681
16791
|
value: input.global
|
|
16682
16792
|
}, _errorFactory)) && (undefined === input.player || ("object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16683
16793
|
method: "typia.assertGuard",
|
|
16684
16794
|
path: _path + ".player",
|
|
16685
|
-
expected: "(__type.
|
|
16795
|
+
expected: "(__type.o29 | undefined)",
|
|
16686
16796
|
value: input.player
|
|
16687
|
-
}, _errorFactory)) &&
|
|
16797
|
+
}, _errorFactory)) && _ao36(input.player, _path + ".player", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16688
16798
|
method: "typia.assertGuard",
|
|
16689
16799
|
path: _path + ".player",
|
|
16690
|
-
expected: "(__type.
|
|
16800
|
+
expected: "(__type.o29 | undefined)",
|
|
16691
16801
|
value: input.player
|
|
16692
16802
|
}, _errorFactory)) && (undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16693
16803
|
method: "typia.assertGuard",
|
|
16694
16804
|
path: _path + ".script",
|
|
16695
|
-
expected: "(__type.
|
|
16805
|
+
expected: "(__type.o30 | undefined)",
|
|
16696
16806
|
value: input.script
|
|
16697
|
-
}, _errorFactory)) &&
|
|
16807
|
+
}, _errorFactory)) && _ao37(input.script, _path + ".script", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16698
16808
|
method: "typia.assertGuard",
|
|
16699
16809
|
path: _path + ".script",
|
|
16700
|
-
expected: "(__type.
|
|
16810
|
+
expected: "(__type.o30 | undefined)",
|
|
16701
16811
|
value: input.script
|
|
16702
16812
|
}, _errorFactory)) && (undefined === input.codeEditor || ("object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16703
16813
|
method: "typia.assertGuard",
|
|
16704
16814
|
path: _path + ".codeEditor",
|
|
16705
|
-
expected: "(__type.
|
|
16815
|
+
expected: "(__type.o31 | undefined)",
|
|
16706
16816
|
value: input.codeEditor
|
|
16707
|
-
}, _errorFactory)) &&
|
|
16817
|
+
}, _errorFactory)) && _ao38(input.codeEditor, _path + ".codeEditor", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16708
16818
|
method: "typia.assertGuard",
|
|
16709
16819
|
path: _path + ".codeEditor",
|
|
16710
|
-
expected: "(__type.
|
|
16820
|
+
expected: "(__type.o31 | undefined)",
|
|
16711
16821
|
value: input.codeEditor
|
|
16712
16822
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16713
16823
|
method: "typia.assertGuard",
|
|
16714
16824
|
path: _path + ".bookmarks",
|
|
16715
|
-
expected: "(__type.
|
|
16825
|
+
expected: "(__type.o32 | undefined)",
|
|
16716
16826
|
value: input.bookmarks
|
|
16717
|
-
}, _errorFactory)) &&
|
|
16827
|
+
}, _errorFactory)) && _ao39(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16718
16828
|
method: "typia.assertGuard",
|
|
16719
16829
|
path: _path + ".bookmarks",
|
|
16720
|
-
expected: "(__type.
|
|
16830
|
+
expected: "(__type.o32 | undefined)",
|
|
16721
16831
|
value: input.bookmarks
|
|
16722
16832
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16723
16833
|
method: "typia.assertGuard",
|
|
16724
16834
|
path: _path + ".edit",
|
|
16725
|
-
expected: "(__type.
|
|
16835
|
+
expected: "(__type.o33 | undefined)",
|
|
16726
16836
|
value: input.edit
|
|
16727
|
-
}, _errorFactory)) &&
|
|
16837
|
+
}, _errorFactory)) && _ao40(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16728
16838
|
method: "typia.assertGuard",
|
|
16729
16839
|
path: _path + ".edit",
|
|
16730
|
-
expected: "(__type.
|
|
16840
|
+
expected: "(__type.o33 | undefined)",
|
|
16731
16841
|
value: input.edit
|
|
16732
16842
|
}, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16733
16843
|
method: "typia.assertGuard",
|
|
16734
16844
|
path: _path + ".rundown",
|
|
16735
|
-
expected: "(__type.
|
|
16845
|
+
expected: "(__type.o34 | undefined)",
|
|
16736
16846
|
value: input.rundown
|
|
16737
|
-
}, _errorFactory)) &&
|
|
16847
|
+
}, _errorFactory)) && _ao41(input.rundown, _path + ".rundown", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16738
16848
|
method: "typia.assertGuard",
|
|
16739
16849
|
path: _path + ".rundown",
|
|
16740
|
-
expected: "(__type.
|
|
16850
|
+
expected: "(__type.o34 | undefined)",
|
|
16741
16851
|
value: input.rundown
|
|
16742
16852
|
}, _errorFactory)) && (undefined === input.segment || ("object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16743
16853
|
method: "typia.assertGuard",
|
|
16744
16854
|
path: _path + ".segment",
|
|
16745
|
-
expected: "(__type.
|
|
16855
|
+
expected: "(__type.o35 | undefined)",
|
|
16746
16856
|
value: input.segment
|
|
16747
|
-
}, _errorFactory)) &&
|
|
16857
|
+
}, _errorFactory)) && _ao42(input.segment, _path + ".segment", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16748
16858
|
method: "typia.assertGuard",
|
|
16749
16859
|
path: _path + ".segment",
|
|
16750
|
-
expected: "(__type.
|
|
16860
|
+
expected: "(__type.o35 | undefined)",
|
|
16751
16861
|
value: input.segment
|
|
16752
|
-
}, _errorFactory)); const
|
|
16862
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16753
16863
|
const value = input[key];
|
|
16754
16864
|
if (undefined === value)
|
|
16755
16865
|
return true;
|
|
@@ -16758,13 +16868,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16758
16868
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16759
16869
|
expected: "KeymapSetting",
|
|
16760
16870
|
value: value
|
|
16761
|
-
}, _errorFactory)) &&
|
|
16871
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16762
16872
|
method: "typia.assertGuard",
|
|
16763
16873
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16764
16874
|
expected: "KeymapSetting",
|
|
16765
16875
|
value: value
|
|
16766
16876
|
}, _errorFactory);
|
|
16767
|
-
}); const
|
|
16877
|
+
}); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16768
16878
|
method: "typia.assertGuard",
|
|
16769
16879
|
path: _path + ".title",
|
|
16770
16880
|
expected: "(string | undefined)",
|
|
@@ -16774,7 +16884,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16774
16884
|
path: _path + ".sequence",
|
|
16775
16885
|
expected: "(string | undefined)",
|
|
16776
16886
|
value: input.sequence
|
|
16777
|
-
}, _errorFactory)); const
|
|
16887
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16778
16888
|
const value = input[key];
|
|
16779
16889
|
if (undefined === value)
|
|
16780
16890
|
return true;
|
|
@@ -16783,13 +16893,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16783
16893
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16784
16894
|
expected: "KeymapSetting",
|
|
16785
16895
|
value: value
|
|
16786
|
-
}, _errorFactory)) &&
|
|
16896
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16787
16897
|
method: "typia.assertGuard",
|
|
16788
16898
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16789
16899
|
expected: "KeymapSetting",
|
|
16790
16900
|
value: value
|
|
16791
16901
|
}, _errorFactory);
|
|
16792
|
-
}); const
|
|
16902
|
+
}); const _ao34 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16793
16903
|
const value = input[key];
|
|
16794
16904
|
if (undefined === value)
|
|
16795
16905
|
return true;
|
|
@@ -16798,13 +16908,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16798
16908
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16799
16909
|
expected: "KeymapSetting",
|
|
16800
16910
|
value: value
|
|
16801
|
-
}, _errorFactory)) &&
|
|
16911
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16802
16912
|
method: "typia.assertGuard",
|
|
16803
16913
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16804
16914
|
expected: "KeymapSetting",
|
|
16805
16915
|
value: value
|
|
16806
16916
|
}, _errorFactory);
|
|
16807
|
-
}); const
|
|
16917
|
+
}); const _ao35 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16808
16918
|
const value = input[key];
|
|
16809
16919
|
if (undefined === value)
|
|
16810
16920
|
return true;
|
|
@@ -16813,13 +16923,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16813
16923
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16814
16924
|
expected: "KeymapSetting",
|
|
16815
16925
|
value: value
|
|
16816
|
-
}, _errorFactory)) &&
|
|
16926
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16817
16927
|
method: "typia.assertGuard",
|
|
16818
16928
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16819
16929
|
expected: "KeymapSetting",
|
|
16820
16930
|
value: value
|
|
16821
16931
|
}, _errorFactory);
|
|
16822
|
-
}); const
|
|
16932
|
+
}); const _ao36 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16823
16933
|
const value = input[key];
|
|
16824
16934
|
if (undefined === value)
|
|
16825
16935
|
return true;
|
|
@@ -16828,13 +16938,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16828
16938
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16829
16939
|
expected: "KeymapSetting",
|
|
16830
16940
|
value: value
|
|
16831
|
-
}, _errorFactory)) &&
|
|
16941
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16832
16942
|
method: "typia.assertGuard",
|
|
16833
16943
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16834
16944
|
expected: "KeymapSetting",
|
|
16835
16945
|
value: value
|
|
16836
16946
|
}, _errorFactory);
|
|
16837
|
-
}); const
|
|
16947
|
+
}); const _ao37 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16838
16948
|
const value = input[key];
|
|
16839
16949
|
if (undefined === value)
|
|
16840
16950
|
return true;
|
|
@@ -16843,13 +16953,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16843
16953
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16844
16954
|
expected: "KeymapSetting",
|
|
16845
16955
|
value: value
|
|
16846
|
-
}, _errorFactory)) &&
|
|
16956
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16847
16957
|
method: "typia.assertGuard",
|
|
16848
16958
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16849
16959
|
expected: "KeymapSetting",
|
|
16850
16960
|
value: value
|
|
16851
16961
|
}, _errorFactory);
|
|
16852
|
-
}); const
|
|
16962
|
+
}); const _ao38 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16853
16963
|
const value = input[key];
|
|
16854
16964
|
if (undefined === value)
|
|
16855
16965
|
return true;
|
|
@@ -16858,13 +16968,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16858
16968
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16859
16969
|
expected: "KeymapSetting",
|
|
16860
16970
|
value: value
|
|
16861
|
-
}, _errorFactory)) &&
|
|
16971
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16862
16972
|
method: "typia.assertGuard",
|
|
16863
16973
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16864
16974
|
expected: "KeymapSetting",
|
|
16865
16975
|
value: value
|
|
16866
16976
|
}, _errorFactory);
|
|
16867
|
-
}); const
|
|
16977
|
+
}); const _ao39 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16868
16978
|
const value = input[key];
|
|
16869
16979
|
if (undefined === value)
|
|
16870
16980
|
return true;
|
|
@@ -16873,13 +16983,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16873
16983
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16874
16984
|
expected: "KeymapSetting",
|
|
16875
16985
|
value: value
|
|
16876
|
-
}, _errorFactory)) &&
|
|
16986
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16877
16987
|
method: "typia.assertGuard",
|
|
16878
16988
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16879
16989
|
expected: "KeymapSetting",
|
|
16880
16990
|
value: value
|
|
16881
16991
|
}, _errorFactory);
|
|
16882
|
-
}); const
|
|
16992
|
+
}); const _ao40 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16883
16993
|
const value = input[key];
|
|
16884
16994
|
if (undefined === value)
|
|
16885
16995
|
return true;
|
|
@@ -16888,13 +16998,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16888
16998
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16889
16999
|
expected: "KeymapSetting",
|
|
16890
17000
|
value: value
|
|
16891
|
-
}, _errorFactory)) &&
|
|
17001
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16892
17002
|
method: "typia.assertGuard",
|
|
16893
17003
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16894
17004
|
expected: "KeymapSetting",
|
|
16895
17005
|
value: value
|
|
16896
17006
|
}, _errorFactory);
|
|
16897
|
-
}); const
|
|
17007
|
+
}); const _ao41 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16898
17008
|
const value = input[key];
|
|
16899
17009
|
if (undefined === value)
|
|
16900
17010
|
return true;
|
|
@@ -16903,13 +17013,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16903
17013
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16904
17014
|
expected: "KeymapSetting",
|
|
16905
17015
|
value: value
|
|
16906
|
-
}, _errorFactory)) &&
|
|
17016
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16907
17017
|
method: "typia.assertGuard",
|
|
16908
17018
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16909
17019
|
expected: "KeymapSetting",
|
|
16910
17020
|
value: value
|
|
16911
17021
|
}, _errorFactory);
|
|
16912
|
-
}); const
|
|
17022
|
+
}); const _ao42 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16913
17023
|
const value = input[key];
|
|
16914
17024
|
if (undefined === value)
|
|
16915
17025
|
return true;
|
|
@@ -16918,13 +17028,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16918
17028
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16919
17029
|
expected: "KeymapSetting",
|
|
16920
17030
|
value: value
|
|
16921
|
-
}, _errorFactory)) &&
|
|
17031
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16922
17032
|
method: "typia.assertGuard",
|
|
16923
17033
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16924
17034
|
expected: "KeymapSetting",
|
|
16925
17035
|
value: value
|
|
16926
17036
|
}, _errorFactory);
|
|
16927
|
-
}); const
|
|
17037
|
+
}); const _ao43 = (input, _path, _exceptionable = true) => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16928
17038
|
method: "typia.assertGuard",
|
|
16929
17039
|
path: _path + ".defaultFrameRate",
|
|
16930
17040
|
expected: "(number | undefined)",
|
|
@@ -16937,12 +17047,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16937
17047
|
}, _errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16938
17048
|
method: "typia.assertGuard",
|
|
16939
17049
|
path: _path + ".guide",
|
|
16940
|
-
expected: "(__type.
|
|
17050
|
+
expected: "(__type.o37 | undefined)",
|
|
16941
17051
|
value: input.guide
|
|
16942
|
-
}, _errorFactory)) &&
|
|
17052
|
+
}, _errorFactory)) && _ao44(input.guide, _path + ".guide", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16943
17053
|
method: "typia.assertGuard",
|
|
16944
17054
|
path: _path + ".guide",
|
|
16945
|
-
expected: "(__type.
|
|
17055
|
+
expected: "(__type.o37 | undefined)",
|
|
16946
17056
|
value: input.guide
|
|
16947
17057
|
}, _errorFactory)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16948
17058
|
method: "typia.assertGuard",
|
|
@@ -16962,12 +17072,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16962
17072
|
}, _errorFactory)) && (undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16963
17073
|
method: "typia.assertGuard",
|
|
16964
17074
|
path: _path + ".tile",
|
|
16965
|
-
expected: "(__type.
|
|
17075
|
+
expected: "(__type.o38 | undefined)",
|
|
16966
17076
|
value: input.tile
|
|
16967
|
-
}, _errorFactory)) &&
|
|
17077
|
+
}, _errorFactory)) && _ao45(input.tile, _path + ".tile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16968
17078
|
method: "typia.assertGuard",
|
|
16969
17079
|
path: _path + ".tile",
|
|
16970
|
-
expected: "(__type.
|
|
17080
|
+
expected: "(__type.o38 | undefined)",
|
|
16971
17081
|
value: input.tile
|
|
16972
17082
|
}, _errorFactory)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16973
17083
|
method: "typia.assertGuard",
|
|
@@ -16999,9 +17109,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16999
17109
|
path: _path + ".playbackRates",
|
|
17000
17110
|
expected: "(Array<number> | undefined)",
|
|
17001
17111
|
value: input.playbackRates
|
|
17002
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
17112
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index49) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17003
17113
|
method: "typia.assertGuard",
|
|
17004
|
-
path: _path + ".playbackRates[" +
|
|
17114
|
+
path: _path + ".playbackRates[" + _index49 + "]",
|
|
17005
17115
|
expected: "number",
|
|
17006
17116
|
value: elem
|
|
17007
17117
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17012,12 +17122,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17012
17122
|
}, _errorFactory)) && (undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17013
17123
|
method: "typia.assertGuard",
|
|
17014
17124
|
path: _path + ".subtitles",
|
|
17015
|
-
expected: "(__type.
|
|
17125
|
+
expected: "(__type.o39 | undefined)",
|
|
17016
17126
|
value: input.subtitles
|
|
17017
|
-
}, _errorFactory)) &&
|
|
17127
|
+
}, _errorFactory)) && _ao46(input.subtitles, _path + ".subtitles", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17018
17128
|
method: "typia.assertGuard",
|
|
17019
17129
|
path: _path + ".subtitles",
|
|
17020
|
-
expected: "(__type.
|
|
17130
|
+
expected: "(__type.o39 | undefined)",
|
|
17021
17131
|
value: input.subtitles
|
|
17022
17132
|
}, _errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17023
17133
|
method: "typia.assertGuard",
|
|
@@ -17034,15 +17144,15 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17034
17144
|
path: _path + ".guides",
|
|
17035
17145
|
expected: "(Array<__type>.o2 | undefined)",
|
|
17036
17146
|
value: input.guides
|
|
17037
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
17147
|
+
}, _errorFactory)) && input.guides.every((elem, _index50) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17038
17148
|
method: "typia.assertGuard",
|
|
17039
|
-
path: _path + ".guides[" +
|
|
17040
|
-
expected: "__type.
|
|
17149
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
17150
|
+
expected: "__type.o42",
|
|
17041
17151
|
value: elem
|
|
17042
|
-
}, _errorFactory)) &&
|
|
17152
|
+
}, _errorFactory)) && _ao49(elem, _path + ".guides[" + _index50 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17043
17153
|
method: "typia.assertGuard",
|
|
17044
|
-
path: _path + ".guides[" +
|
|
17045
|
-
expected: "__type.
|
|
17154
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
17155
|
+
expected: "__type.o42",
|
|
17046
17156
|
value: elem
|
|
17047
17157
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17048
17158
|
method: "typia.assertGuard",
|
|
@@ -17057,39 +17167,39 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17057
17167
|
}, _errorFactory)) && (undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17058
17168
|
method: "typia.assertGuard",
|
|
17059
17169
|
path: _path + ".editMode",
|
|
17060
|
-
expected: "(__type.
|
|
17170
|
+
expected: "(__type.o43 | undefined)",
|
|
17061
17171
|
value: input.editMode
|
|
17062
|
-
}, _errorFactory)) &&
|
|
17172
|
+
}, _errorFactory)) && _ao50(input.editMode, _path + ".editMode", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17063
17173
|
method: "typia.assertGuard",
|
|
17064
17174
|
path: _path + ".editMode",
|
|
17065
|
-
expected: "(__type.
|
|
17175
|
+
expected: "(__type.o43 | undefined)",
|
|
17066
17176
|
value: input.editMode
|
|
17067
17177
|
}, _errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17068
17178
|
method: "typia.assertGuard",
|
|
17069
17179
|
path: _path + ".transcribe",
|
|
17070
|
-
expected: "(__type.
|
|
17180
|
+
expected: "(__type.o44 | undefined)",
|
|
17071
17181
|
value: input.transcribe
|
|
17072
|
-
}, _errorFactory)) &&
|
|
17182
|
+
}, _errorFactory)) && _ao51(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17073
17183
|
method: "typia.assertGuard",
|
|
17074
17184
|
path: _path + ".transcribe",
|
|
17075
|
-
expected: "(__type.
|
|
17185
|
+
expected: "(__type.o44 | undefined)",
|
|
17076
17186
|
value: input.transcribe
|
|
17077
17187
|
}, _errorFactory)) && ((null !== input.openCommand || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17078
17188
|
method: "typia.assertGuard",
|
|
17079
17189
|
path: _path + ".openCommand",
|
|
17080
|
-
expected: "(__type.
|
|
17190
|
+
expected: "(__type.o48 | string | undefined)",
|
|
17081
17191
|
value: input.openCommand
|
|
17082
17192
|
}, _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, {
|
|
17083
17193
|
method: "typia.assertGuard",
|
|
17084
17194
|
path: _path + ".openCommand",
|
|
17085
|
-
expected: "(__type.
|
|
17195
|
+
expected: "(__type.o48 | string | undefined)",
|
|
17086
17196
|
value: input.openCommand
|
|
17087
|
-
}, _errorFactory)) &&
|
|
17197
|
+
}, _errorFactory)) && _ao55(input.openCommand, _path + ".openCommand", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17088
17198
|
method: "typia.assertGuard",
|
|
17089
17199
|
path: _path + ".openCommand",
|
|
17090
|
-
expected: "(__type.
|
|
17200
|
+
expected: "(__type.o48 | string | undefined)",
|
|
17091
17201
|
value: input.openCommand
|
|
17092
|
-
}, _errorFactory))); const
|
|
17202
|
+
}, _errorFactory))); const _ao44 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17093
17203
|
method: "typia.assertGuard",
|
|
17094
17204
|
path: _path + ".mask",
|
|
17095
17205
|
expected: "(boolean | undefined)",
|
|
@@ -17104,7 +17214,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17104
17214
|
path: _path + ".titleSafe",
|
|
17105
17215
|
expected: "(boolean | undefined)",
|
|
17106
17216
|
value: input.titleSafe
|
|
17107
|
-
}, _errorFactory)); const
|
|
17217
|
+
}, _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, {
|
|
17108
17218
|
method: "typia.assertGuard",
|
|
17109
17219
|
path: _path + ".preview",
|
|
17110
17220
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
|
|
@@ -17114,7 +17224,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17114
17224
|
path: _path + ".showRenderProgress",
|
|
17115
17225
|
expected: "(boolean | undefined)",
|
|
17116
17226
|
value: input.showRenderProgress
|
|
17117
|
-
}, _errorFactory)); const
|
|
17227
|
+
}, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (undefined === input.spacing || "number" === typeof input.spacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17118
17228
|
method: "typia.assertGuard",
|
|
17119
17229
|
path: _path + ".spacing",
|
|
17120
17230
|
expected: "(number | undefined)",
|
|
@@ -17129,15 +17239,15 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17129
17239
|
path: _path + ".suggestions",
|
|
17130
17240
|
expected: "(Array<__type> | undefined)",
|
|
17131
17241
|
value: input.suggestions
|
|
17132
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
17242
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index51) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17133
17243
|
method: "typia.assertGuard",
|
|
17134
|
-
path: _path + ".suggestions[" +
|
|
17135
|
-
expected: "__type.
|
|
17244
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
17245
|
+
expected: "__type.o40",
|
|
17136
17246
|
value: elem
|
|
17137
|
-
}, _errorFactory)) &&
|
|
17247
|
+
}, _errorFactory)) && _ao47(elem, _path + ".suggestions[" + _index51 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17138
17248
|
method: "typia.assertGuard",
|
|
17139
|
-
path: _path + ".suggestions[" +
|
|
17140
|
-
expected: "__type.
|
|
17249
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
17250
|
+
expected: "__type.o40",
|
|
17141
17251
|
value: elem
|
|
17142
17252
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17143
17253
|
method: "typia.assertGuard",
|
|
@@ -17149,15 +17259,15 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17149
17259
|
path: _path + ".colors",
|
|
17150
17260
|
expected: "(Array<__type>.o1 | undefined)",
|
|
17151
17261
|
value: input.colors
|
|
17152
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
17262
|
+
}, _errorFactory)) && input.colors.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17153
17263
|
method: "typia.assertGuard",
|
|
17154
|
-
path: _path + ".colors[" +
|
|
17155
|
-
expected: "__type.
|
|
17264
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
17265
|
+
expected: "__type.o41",
|
|
17156
17266
|
value: elem
|
|
17157
|
-
}, _errorFactory)) &&
|
|
17267
|
+
}, _errorFactory)) && _ao48(elem, _path + ".colors[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17158
17268
|
method: "typia.assertGuard",
|
|
17159
|
-
path: _path + ".colors[" +
|
|
17160
|
-
expected: "__type.
|
|
17269
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
17270
|
+
expected: "__type.o41",
|
|
17161
17271
|
value: elem
|
|
17162
17272
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17163
17273
|
method: "typia.assertGuard",
|
|
@@ -17169,9 +17279,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17169
17279
|
path: _path + ".overridableProperties",
|
|
17170
17280
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
17171
17281
|
value: input.overridableProperties
|
|
17172
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
17282
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index53) => null === elem || true === _av54.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17173
17283
|
method: "typia.assertGuard",
|
|
17174
|
-
path: _path + ".overridableProperties[" +
|
|
17284
|
+
path: _path + ".overridableProperties[" + _index53 + "]",
|
|
17175
17285
|
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)",
|
|
17176
17286
|
value: elem
|
|
17177
17287
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17179,7 +17289,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17179
17289
|
path: _path + ".overridableProperties",
|
|
17180
17290
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
17181
17291
|
value: input.overridableProperties
|
|
17182
|
-
}, _errorFactory)); const
|
|
17292
|
+
}, _errorFactory)); const _ao47 = (input, _path, _exceptionable = true) => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17183
17293
|
method: "typia.assertGuard",
|
|
17184
17294
|
path: _path + ".ifAspectRatio",
|
|
17185
17295
|
expected: "(null | string | undefined)",
|
|
@@ -17199,7 +17309,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17199
17309
|
path: _path + ".thenMaxCharactersPerLine",
|
|
17200
17310
|
expected: "(null | number | undefined)",
|
|
17201
17311
|
value: input.thenMaxCharactersPerLine
|
|
17202
|
-
}, _errorFactory)); const
|
|
17312
|
+
}, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => (null === input.label || undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17203
17313
|
method: "typia.assertGuard",
|
|
17204
17314
|
path: _path + ".label",
|
|
17205
17315
|
expected: "(null | string | undefined)",
|
|
@@ -17209,7 +17319,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17209
17319
|
path: _path + ".color",
|
|
17210
17320
|
expected: "(null | string | undefined)",
|
|
17211
17321
|
value: input.color
|
|
17212
|
-
}, _errorFactory)); const
|
|
17322
|
+
}, _errorFactory)); const _ao49 = (input, _path, _exceptionable = true) => (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17213
17323
|
method: "typia.assertGuard",
|
|
17214
17324
|
path: _path + ".label",
|
|
17215
17325
|
expected: "(string | undefined)",
|
|
@@ -17219,7 +17329,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17219
17329
|
path: _path + ".aspectRatio",
|
|
17220
17330
|
expected: "(string | undefined)",
|
|
17221
17331
|
value: input.aspectRatio
|
|
17222
|
-
}, _errorFactory)); const
|
|
17332
|
+
}, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => (undefined === input.enabled || "boolean" === typeof input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17223
17333
|
method: "typia.assertGuard",
|
|
17224
17334
|
path: _path + ".enabled",
|
|
17225
17335
|
expected: "(boolean | undefined)",
|
|
@@ -17234,17 +17344,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17234
17344
|
path: _path + ".defaultExitOption",
|
|
17235
17345
|
expected: "(\"leave\" | \"none\" | \"update\" | undefined)",
|
|
17236
17346
|
value: input.defaultExitOption
|
|
17237
|
-
}, _errorFactory)); const
|
|
17347
|
+
}, _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, {
|
|
17238
17348
|
method: "typia.assertGuard",
|
|
17239
17349
|
path: _path + ".subtitleDisclaimer",
|
|
17240
|
-
expected: "(__type.
|
|
17350
|
+
expected: "(__type.o45 | undefined)",
|
|
17241
17351
|
value: input.subtitleDisclaimer
|
|
17242
|
-
}, _errorFactory)) &&
|
|
17352
|
+
}, _errorFactory)) && _ao52(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17243
17353
|
method: "typia.assertGuard",
|
|
17244
17354
|
path: _path + ".subtitleDisclaimer",
|
|
17245
|
-
expected: "(__type.
|
|
17355
|
+
expected: "(__type.o45 | undefined)",
|
|
17246
17356
|
value: input.subtitleDisclaimer
|
|
17247
|
-
}, _errorFactory); const
|
|
17357
|
+
}, _errorFactory); const _ao52 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17248
17358
|
method: "typia.assertGuard",
|
|
17249
17359
|
path: _path + ".isUserConfigurable",
|
|
17250
17360
|
expected: "(boolean | undefined)",
|
|
@@ -17252,14 +17362,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17252
17362
|
}, _errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17253
17363
|
method: "typia.assertGuard",
|
|
17254
17364
|
path: _path + ".defaultValue",
|
|
17255
|
-
expected: "(__type.
|
|
17365
|
+
expected: "(__type.o46 | undefined)",
|
|
17256
17366
|
value: input.defaultValue
|
|
17257
|
-
}, _errorFactory)) &&
|
|
17367
|
+
}, _errorFactory)) && _ao53(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17258
17368
|
method: "typia.assertGuard",
|
|
17259
17369
|
path: _path + ".defaultValue",
|
|
17260
|
-
expected: "(__type.
|
|
17370
|
+
expected: "(__type.o46 | undefined)",
|
|
17261
17371
|
value: input.defaultValue
|
|
17262
|
-
}, _errorFactory)); const
|
|
17372
|
+
}, _errorFactory)); const _ao53 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17263
17373
|
method: "typia.assertGuard",
|
|
17264
17374
|
path: _path + ".enabled",
|
|
17265
17375
|
expected: "(false | undefined)",
|
|
@@ -17269,15 +17379,15 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17269
17379
|
path: _path + ".text",
|
|
17270
17380
|
expected: "(Array<__type>.o3 | undefined)",
|
|
17271
17381
|
value: input.text
|
|
17272
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
17382
|
+
}, _errorFactory)) && input.text.every((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17273
17383
|
method: "typia.assertGuard",
|
|
17274
|
-
path: _path + ".text[" +
|
|
17275
|
-
expected: "__type.
|
|
17384
|
+
path: _path + ".text[" + _index55 + "]",
|
|
17385
|
+
expected: "__type.o47",
|
|
17276
17386
|
value: elem
|
|
17277
|
-
}, _errorFactory)) &&
|
|
17387
|
+
}, _errorFactory)) && _ao54(elem, _path + ".text[" + _index55 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17278
17388
|
method: "typia.assertGuard",
|
|
17279
|
-
path: _path + ".text[" +
|
|
17280
|
-
expected: "__type.
|
|
17389
|
+
path: _path + ".text[" + _index55 + "]",
|
|
17390
|
+
expected: "__type.o47",
|
|
17281
17391
|
value: elem
|
|
17282
17392
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17283
17393
|
method: "typia.assertGuard",
|
|
@@ -17294,7 +17404,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17294
17404
|
path: _path + ".duration",
|
|
17295
17405
|
expected: "(number | undefined)",
|
|
17296
17406
|
value: input.duration
|
|
17297
|
-
}, _errorFactory)); const
|
|
17407
|
+
}, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17298
17408
|
method: "typia.assertGuard",
|
|
17299
17409
|
path: _path + ".language",
|
|
17300
17410
|
expected: "(string | undefined)",
|
|
@@ -17304,7 +17414,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17304
17414
|
path: _path + ".value",
|
|
17305
17415
|
expected: "(string | undefined)",
|
|
17306
17416
|
value: input.value
|
|
17307
|
-
}, _errorFactory)); const
|
|
17417
|
+
}, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => (undefined === input.url || "string" === typeof input.url || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17308
17418
|
method: "typia.assertGuard",
|
|
17309
17419
|
path: _path + ".url",
|
|
17310
17420
|
expected: "(string | undefined)",
|
|
@@ -17324,9 +17434,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17324
17434
|
path: _path + ".args",
|
|
17325
17435
|
expected: "(Array<string> | undefined)",
|
|
17326
17436
|
value: input.args
|
|
17327
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
17437
|
+
}, _errorFactory)) && input.args.every((elem, _index56) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17328
17438
|
method: "typia.assertGuard",
|
|
17329
|
-
path: _path + ".args[" +
|
|
17439
|
+
path: _path + ".args[" + _index56 + "]",
|
|
17330
17440
|
expected: "string",
|
|
17331
17441
|
value: elem
|
|
17332
17442
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17334,7 +17444,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17334
17444
|
path: _path + ".args",
|
|
17335
17445
|
expected: "(Array<string> | undefined)",
|
|
17336
17446
|
value: input.args
|
|
17337
|
-
}, _errorFactory)); const
|
|
17447
|
+
}, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17338
17448
|
method: "typia.assertGuard",
|
|
17339
17449
|
path: _path + ".thumbnailView",
|
|
17340
17450
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
@@ -17342,14 +17452,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17342
17452
|
}, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17343
17453
|
method: "typia.assertGuard",
|
|
17344
17454
|
path: _path + ".voiceOver",
|
|
17345
|
-
expected: "(__type.
|
|
17455
|
+
expected: "(__type.o50 | undefined)",
|
|
17346
17456
|
value: input.voiceOver
|
|
17347
|
-
}, _errorFactory)) &&
|
|
17457
|
+
}, _errorFactory)) && _ao57(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17348
17458
|
method: "typia.assertGuard",
|
|
17349
17459
|
path: _path + ".voiceOver",
|
|
17350
|
-
expected: "(__type.
|
|
17460
|
+
expected: "(__type.o50 | undefined)",
|
|
17351
17461
|
value: input.voiceOver
|
|
17352
|
-
}, _errorFactory)); const
|
|
17462
|
+
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17353
17463
|
method: "typia.assertGuard",
|
|
17354
17464
|
path: _path + ".inputDevice",
|
|
17355
17465
|
expected: "(string | undefined)",
|
|
@@ -17374,7 +17484,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17374
17484
|
path: _path + ".preRollDuration",
|
|
17375
17485
|
expected: "(number | undefined)",
|
|
17376
17486
|
value: input.preRollDuration
|
|
17377
|
-
}, _errorFactory)); const
|
|
17487
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17378
17488
|
method: "typia.assertGuard",
|
|
17379
17489
|
path: _path + ".title",
|
|
17380
17490
|
expected: "(string | undefined)",
|
|
@@ -17389,9 +17499,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17389
17499
|
path: _path + ".args",
|
|
17390
17500
|
expected: "(Array<string> | undefined)",
|
|
17391
17501
|
value: input.args
|
|
17392
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
17502
|
+
}, _errorFactory)) && input.args.every((elem, _index57) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17393
17503
|
method: "typia.assertGuard",
|
|
17394
|
-
path: _path + ".args[" +
|
|
17504
|
+
path: _path + ".args[" + _index57 + "]",
|
|
17395
17505
|
expected: "string",
|
|
17396
17506
|
value: elem
|
|
17397
17507
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17399,82 +17509,82 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17399
17509
|
path: _path + ".args",
|
|
17400
17510
|
expected: "(Array<string> | undefined)",
|
|
17401
17511
|
value: input.args
|
|
17402
|
-
}, _errorFactory)); const
|
|
17512
|
+
}, _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, {
|
|
17403
17513
|
method: "typia.assertGuard",
|
|
17404
17514
|
path: _path + ".folded",
|
|
17405
|
-
expected: "(__type.
|
|
17515
|
+
expected: "(__type.o53 | undefined)",
|
|
17406
17516
|
value: input.folded
|
|
17407
|
-
}, _errorFactory)) &&
|
|
17517
|
+
}, _errorFactory)) && _ao60(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17408
17518
|
method: "typia.assertGuard",
|
|
17409
17519
|
path: _path + ".folded",
|
|
17410
|
-
expected: "(__type.
|
|
17520
|
+
expected: "(__type.o53 | undefined)",
|
|
17411
17521
|
value: input.folded
|
|
17412
17522
|
}, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17413
17523
|
method: "typia.assertGuard",
|
|
17414
17524
|
path: _path + ".assets",
|
|
17415
|
-
expected: "(__type.
|
|
17525
|
+
expected: "(__type.o54 | undefined)",
|
|
17416
17526
|
value: input.assets
|
|
17417
|
-
}, _errorFactory)) &&
|
|
17527
|
+
}, _errorFactory)) && _ao61(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17418
17528
|
method: "typia.assertGuard",
|
|
17419
17529
|
path: _path + ".assets",
|
|
17420
|
-
expected: "(__type.
|
|
17530
|
+
expected: "(__type.o54 | undefined)",
|
|
17421
17531
|
value: input.assets
|
|
17422
17532
|
}, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17423
17533
|
method: "typia.assertGuard",
|
|
17424
17534
|
path: _path + ".pipeline",
|
|
17425
|
-
expected: "(__type.
|
|
17535
|
+
expected: "(__type.o58 | undefined)",
|
|
17426
17536
|
value: input.pipeline
|
|
17427
|
-
}, _errorFactory)) &&
|
|
17537
|
+
}, _errorFactory)) && _ao65(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17428
17538
|
method: "typia.assertGuard",
|
|
17429
17539
|
path: _path + ".pipeline",
|
|
17430
|
-
expected: "(__type.
|
|
17540
|
+
expected: "(__type.o58 | undefined)",
|
|
17431
17541
|
value: input.pipeline
|
|
17432
17542
|
}, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17433
17543
|
method: "typia.assertGuard",
|
|
17434
17544
|
path: _path + ".item",
|
|
17435
|
-
expected: "(__type.
|
|
17545
|
+
expected: "(__type.o60 | undefined)",
|
|
17436
17546
|
value: input.item
|
|
17437
|
-
}, _errorFactory)) &&
|
|
17547
|
+
}, _errorFactory)) && _ao67(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17438
17548
|
method: "typia.assertGuard",
|
|
17439
17549
|
path: _path + ".item",
|
|
17440
|
-
expected: "(__type.
|
|
17550
|
+
expected: "(__type.o60 | undefined)",
|
|
17441
17551
|
value: input.item
|
|
17442
|
-
}, _errorFactory)); const
|
|
17552
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17443
17553
|
method: "typia.assertGuard",
|
|
17444
17554
|
path: _path + ".auto",
|
|
17445
17555
|
expected: "(boolean | undefined)",
|
|
17446
17556
|
value: input.auto
|
|
17447
|
-
}, _errorFactory); const
|
|
17557
|
+
}, _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, {
|
|
17448
17558
|
method: "typia.assertGuard",
|
|
17449
17559
|
path: _path + ".story",
|
|
17450
|
-
expected: "(__type.
|
|
17560
|
+
expected: "(__type.o55 | undefined)",
|
|
17451
17561
|
value: input.story
|
|
17452
|
-
}, _errorFactory)) &&
|
|
17562
|
+
}, _errorFactory)) && _ao62(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17453
17563
|
method: "typia.assertGuard",
|
|
17454
17564
|
path: _path + ".story",
|
|
17455
|
-
expected: "(__type.
|
|
17565
|
+
expected: "(__type.o55 | undefined)",
|
|
17456
17566
|
value: input.story
|
|
17457
17567
|
}, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17458
17568
|
method: "typia.assertGuard",
|
|
17459
17569
|
path: _path + ".note",
|
|
17460
|
-
expected: "(__type.
|
|
17570
|
+
expected: "(__type.o57 | undefined)",
|
|
17461
17571
|
value: input.note
|
|
17462
|
-
}, _errorFactory)) &&
|
|
17572
|
+
}, _errorFactory)) && _ao64(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17463
17573
|
method: "typia.assertGuard",
|
|
17464
17574
|
path: _path + ".note",
|
|
17465
|
-
expected: "(__type.
|
|
17575
|
+
expected: "(__type.o57 | undefined)",
|
|
17466
17576
|
value: input.note
|
|
17467
|
-
}, _errorFactory)); const
|
|
17577
|
+
}, _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, {
|
|
17468
17578
|
method: "typia.assertGuard",
|
|
17469
17579
|
path: _path + ".excerpt",
|
|
17470
|
-
expected: "(__type.
|
|
17580
|
+
expected: "(__type.o56 | undefined)",
|
|
17471
17581
|
value: input.excerpt
|
|
17472
|
-
}, _errorFactory)) &&
|
|
17582
|
+
}, _errorFactory)) && _ao63(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17473
17583
|
method: "typia.assertGuard",
|
|
17474
17584
|
path: _path + ".excerpt",
|
|
17475
|
-
expected: "(__type.
|
|
17585
|
+
expected: "(__type.o56 | undefined)",
|
|
17476
17586
|
value: input.excerpt
|
|
17477
|
-
}, _errorFactory); const
|
|
17587
|
+
}, _errorFactory); const _ao63 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17478
17588
|
method: "typia.assertGuard",
|
|
17479
17589
|
path: _path + ".maxLines",
|
|
17480
17590
|
expected: "(number | undefined)",
|
|
@@ -17489,32 +17599,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17489
17599
|
path: _path + ".comments",
|
|
17490
17600
|
expected: "(boolean | undefined)",
|
|
17491
17601
|
value: input.comments
|
|
17492
|
-
}, _errorFactory)); const
|
|
17602
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17493
17603
|
method: "typia.assertGuard",
|
|
17494
17604
|
path: _path + ".maxHeight",
|
|
17495
17605
|
expected: "(number | undefined)",
|
|
17496
17606
|
value: input.maxHeight
|
|
17497
|
-
}, _errorFactory); const
|
|
17607
|
+
}, _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, {
|
|
17498
17608
|
method: "typia.assertGuard",
|
|
17499
17609
|
path: _path + ".search",
|
|
17500
|
-
expected: "(__type.
|
|
17610
|
+
expected: "(__type.o59 | undefined)",
|
|
17501
17611
|
value: input.search
|
|
17502
|
-
}, _errorFactory)) &&
|
|
17612
|
+
}, _errorFactory)) && _ao66(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17503
17613
|
method: "typia.assertGuard",
|
|
17504
17614
|
path: _path + ".search",
|
|
17505
|
-
expected: "(__type.
|
|
17615
|
+
expected: "(__type.o59 | undefined)",
|
|
17506
17616
|
value: input.search
|
|
17507
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
17617
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av58.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17508
17618
|
method: "typia.assertGuard",
|
|
17509
17619
|
path: _path + ".sortMode",
|
|
17510
17620
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
17511
17621
|
value: input.sortMode
|
|
17512
|
-
}, _errorFactory)); const
|
|
17622
|
+
}, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17513
17623
|
method: "typia.assertGuard",
|
|
17514
17624
|
path: _path + ".maxItemsDisplayed",
|
|
17515
17625
|
expected: "(number | undefined)",
|
|
17516
17626
|
value: input.maxItemsDisplayed
|
|
17517
|
-
}, _errorFactory); const
|
|
17627
|
+
}, _errorFactory); const _ao67 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17518
17628
|
method: "typia.assertGuard",
|
|
17519
17629
|
path: _path + ".maxHeight",
|
|
17520
17630
|
expected: "(number | undefined)",
|
|
@@ -17524,14 +17634,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17524
17634
|
path: _path + ".titleLines",
|
|
17525
17635
|
expected: "(number | undefined)",
|
|
17526
17636
|
value: input.titleLines
|
|
17527
|
-
}, _errorFactory)); const
|
|
17637
|
+
}, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17528
17638
|
method: "typia.assertGuard",
|
|
17529
17639
|
path: _path + ".fontFamilies",
|
|
17530
17640
|
expected: "(Array<string> | undefined)",
|
|
17531
17641
|
value: input.fontFamilies
|
|
17532
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
17642
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17533
17643
|
method: "typia.assertGuard",
|
|
17534
|
-
path: _path + ".fontFamilies[" +
|
|
17644
|
+
path: _path + ".fontFamilies[" + _index59 + "]",
|
|
17535
17645
|
expected: "string",
|
|
17536
17646
|
value: elem
|
|
17537
17647
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17539,7 +17649,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17539
17649
|
path: _path + ".fontFamilies",
|
|
17540
17650
|
expected: "(Array<string> | undefined)",
|
|
17541
17651
|
value: input.fontFamilies
|
|
17542
|
-
}, _errorFactory); const
|
|
17652
|
+
}, _errorFactory); const _ao69 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17543
17653
|
method: "typia.assertGuard",
|
|
17544
17654
|
path: _path + ".id",
|
|
17545
17655
|
expected: "(string | undefined)",
|
|
@@ -17549,37 +17659,37 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17549
17659
|
path: _path + ".folded",
|
|
17550
17660
|
expected: "(boolean | undefined)",
|
|
17551
17661
|
value: input.folded
|
|
17552
|
-
}, _errorFactory)); const
|
|
17662
|
+
}, _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, {
|
|
17553
17663
|
method: "typia.assertGuard",
|
|
17554
17664
|
path: _path + ".adobe",
|
|
17555
|
-
expected: "(__type.
|
|
17665
|
+
expected: "(__type.o64 | undefined)",
|
|
17556
17666
|
value: input.adobe
|
|
17557
|
-
}, _errorFactory)) &&
|
|
17667
|
+
}, _errorFactory)) && _ao71(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17558
17668
|
method: "typia.assertGuard",
|
|
17559
17669
|
path: _path + ".adobe",
|
|
17560
|
-
expected: "(__type.
|
|
17670
|
+
expected: "(__type.o64 | undefined)",
|
|
17561
17671
|
value: input.adobe
|
|
17562
17672
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17563
17673
|
method: "typia.assertGuard",
|
|
17564
17674
|
path: _path + ".rive",
|
|
17565
|
-
expected: "(__type.
|
|
17675
|
+
expected: "(__type.o65 | undefined)",
|
|
17566
17676
|
value: input.rive
|
|
17567
|
-
}, _errorFactory)) &&
|
|
17677
|
+
}, _errorFactory)) && _ao72(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17568
17678
|
method: "typia.assertGuard",
|
|
17569
17679
|
path: _path + ".rive",
|
|
17570
|
-
expected: "(__type.
|
|
17680
|
+
expected: "(__type.o65 | undefined)",
|
|
17571
17681
|
value: input.rive
|
|
17572
|
-
}, _errorFactory)); const
|
|
17682
|
+
}, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17573
17683
|
method: "typia.assertGuard",
|
|
17574
17684
|
path: _path + ".useProxies",
|
|
17575
17685
|
expected: "(boolean | undefined)",
|
|
17576
17686
|
value: input.useProxies
|
|
17577
|
-
}, _errorFactory); const
|
|
17687
|
+
}, _errorFactory); const _ao72 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17578
17688
|
method: "typia.assertGuard",
|
|
17579
17689
|
path: _path + ".template",
|
|
17580
17690
|
expected: "(string | undefined)",
|
|
17581
17691
|
value: input.template
|
|
17582
|
-
}, _errorFactory); const
|
|
17692
|
+
}, _errorFactory); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17583
17693
|
method: "typia.assertGuard",
|
|
17584
17694
|
path: _path + ".collections",
|
|
17585
17695
|
expected: "(boolean | undefined)",
|
|
@@ -17594,7 +17704,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17594
17704
|
path: _path + ".ameRemoteRendering",
|
|
17595
17705
|
expected: "(boolean | undefined)",
|
|
17596
17706
|
value: input.ameRemoteRendering
|
|
17597
|
-
}, _errorFactory)); const
|
|
17707
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17598
17708
|
method: "typia.assertGuard",
|
|
17599
17709
|
path: _path + ".utils",
|
|
17600
17710
|
expected: "(boolean | undefined)",
|
|
@@ -17689,24 +17799,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17689
17799
|
path: _path + ".systemHealth",
|
|
17690
17800
|
expected: "(boolean | undefined)",
|
|
17691
17801
|
value: input.systemHealth
|
|
17692
|
-
}, _errorFactory)); const
|
|
17802
|
+
}, _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, {
|
|
17693
17803
|
method: "typia.assertGuard",
|
|
17694
17804
|
path: _path + ".events",
|
|
17695
|
-
expected: "(__type.
|
|
17805
|
+
expected: "(__type.o69 | undefined)",
|
|
17696
17806
|
value: input.events
|
|
17697
|
-
}, _errorFactory)) &&
|
|
17807
|
+
}, _errorFactory)) && _ao76(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17698
17808
|
method: "typia.assertGuard",
|
|
17699
17809
|
path: _path + ".events",
|
|
17700
|
-
expected: "(__type.
|
|
17810
|
+
expected: "(__type.o69 | undefined)",
|
|
17701
17811
|
value: input.events
|
|
17702
|
-
}, _errorFactory); const
|
|
17812
|
+
}, _errorFactory); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17703
17813
|
method: "typia.assertGuard",
|
|
17704
17814
|
path: _path + ".comment",
|
|
17705
17815
|
expected: "(Array<NotificationReason> | undefined)",
|
|
17706
17816
|
value: input.comment
|
|
17707
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
17817
|
+
}, _errorFactory)) && input.comment.every((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17708
17818
|
method: "typia.assertGuard",
|
|
17709
|
-
path: _path + ".comment[" +
|
|
17819
|
+
path: _path + ".comment[" + _index60 + "]",
|
|
17710
17820
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17711
17821
|
value: elem
|
|
17712
17822
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17719,9 +17829,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17719
17829
|
path: _path + ".assigned",
|
|
17720
17830
|
expected: "(Array<NotificationReason> | undefined)",
|
|
17721
17831
|
value: input.assigned
|
|
17722
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
17832
|
+
}, _errorFactory)) && input.assigned.every((elem, _index61) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17723
17833
|
method: "typia.assertGuard",
|
|
17724
|
-
path: _path + ".assigned[" +
|
|
17834
|
+
path: _path + ".assigned[" + _index61 + "]",
|
|
17725
17835
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17726
17836
|
value: elem
|
|
17727
17837
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17734,9 +17844,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17734
17844
|
path: _path + ".unassigned",
|
|
17735
17845
|
expected: "(Array<NotificationReason> | undefined)",
|
|
17736
17846
|
value: input.unassigned
|
|
17737
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
17847
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index62) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17738
17848
|
method: "typia.assertGuard",
|
|
17739
|
-
path: _path + ".unassigned[" +
|
|
17849
|
+
path: _path + ".unassigned[" + _index62 + "]",
|
|
17740
17850
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17741
17851
|
value: elem
|
|
17742
17852
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17747,14 +17857,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17747
17857
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17748
17858
|
method: "typia.assertGuard",
|
|
17749
17859
|
path: _path + ".publishSucceeded",
|
|
17750
|
-
expected: "(__type.
|
|
17860
|
+
expected: "(__type.o70 | undefined)",
|
|
17751
17861
|
value: input.publishSucceeded
|
|
17752
|
-
}, _errorFactory)) &&
|
|
17862
|
+
}, _errorFactory)) && _ao77(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17753
17863
|
method: "typia.assertGuard",
|
|
17754
17864
|
path: _path + ".publishSucceeded",
|
|
17755
|
-
expected: "(__type.
|
|
17865
|
+
expected: "(__type.o70 | undefined)",
|
|
17756
17866
|
value: input.publishSucceeded
|
|
17757
|
-
}, _errorFactory)); const
|
|
17867
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
17758
17868
|
const value = input[key];
|
|
17759
17869
|
if (undefined === value)
|
|
17760
17870
|
return true;
|
|
@@ -17763,9 +17873,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17763
17873
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17764
17874
|
expected: "Array<NotificationReason>",
|
|
17765
17875
|
value: value
|
|
17766
|
-
}, _errorFactory)) && value.every((elem,
|
|
17876
|
+
}, _errorFactory)) && value.every((elem, _index63) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17767
17877
|
method: "typia.assertGuard",
|
|
17768
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
17878
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index63 + "]",
|
|
17769
17879
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17770
17880
|
value: elem
|
|
17771
17881
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17774,14 +17884,34 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17774
17884
|
expected: "Array<NotificationReason>",
|
|
17775
17885
|
value: value
|
|
17776
17886
|
}, _errorFactory);
|
|
17777
|
-
}); const
|
|
17887
|
+
}); 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, {
|
|
17888
|
+
method: "typia.assertGuard",
|
|
17889
|
+
path: _path + ".duplicate",
|
|
17890
|
+
expected: "(__type.o72 | undefined)",
|
|
17891
|
+
value: input.duplicate
|
|
17892
|
+
}, _errorFactory)) && _ao79(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17893
|
+
method: "typia.assertGuard",
|
|
17894
|
+
path: _path + ".duplicate",
|
|
17895
|
+
expected: "(__type.o72 | undefined)",
|
|
17896
|
+
value: input.duplicate
|
|
17897
|
+
}, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17898
|
+
method: "typia.assertGuard",
|
|
17899
|
+
path: _path + ".titlePrefix",
|
|
17900
|
+
expected: "(string | undefined)",
|
|
17901
|
+
value: input.titlePrefix
|
|
17902
|
+
}, _errorFactory)) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17903
|
+
method: "typia.assertGuard",
|
|
17904
|
+
path: _path + ".titleSuffix",
|
|
17905
|
+
expected: "(string | undefined)",
|
|
17906
|
+
value: input.titleSuffix
|
|
17907
|
+
}, _errorFactory)); const _ao80 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17778
17908
|
method: "typia.assertGuard",
|
|
17779
17909
|
path: _path + ".stateFilter",
|
|
17780
17910
|
expected: "(Array<number> | undefined)",
|
|
17781
17911
|
value: input.stateFilter
|
|
17782
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
17912
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index64) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17783
17913
|
method: "typia.assertGuard",
|
|
17784
|
-
path: _path + ".stateFilter[" +
|
|
17914
|
+
path: _path + ".stateFilter[" + _index64 + "]",
|
|
17785
17915
|
expected: "number",
|
|
17786
17916
|
value: elem
|
|
17787
17917
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|