@nxtedition/types 23.0.58 → 23.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/settings.d.ts +15 -1
- package/dist/nxtpression.d.ts +20 -1
- package/dist/records/domains/script.d.ts +4 -0
- package/dist/records/domains/search.d.ts +1 -0
- package/dist/records/validate/assert-guard.js +464 -344
- package/dist/records/validate/assert.js +464 -344
- package/dist/records/validate/is.js +26 -26
- package/dist/records/validate/schemas.js +84 -2
- package/dist/records/validate/stringify.js +45 -45
- package/dist/records/validate/validate-equals.js +599 -411
- package/dist/records/validate/validate.js +436 -340
- package/package.json +1 -1
|
@@ -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); const _io5 = input => (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority); const _io6 = input => (undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping) && (undefined === input.hideStoryboardCollection || "boolean" === typeof input.hideStoryboardCollection) && (undefined === input.displayUploadFilesDialog || "always" === input.displayUploadFilesDialog || "never" === input.displayUploadFilesDialog || "ifMultipleFiles" === input.displayUploadFilesDialog); const _io7 = input => (undefined === input.displaySaveDialog || "boolean" === typeof input.displaySaveDialog) && (undefined === input.batchDownloadDialogMode || "file" === input.batchDownloadDialogMode || "directory" === input.batchDownloadDialogMode); const _io8 = input => (undefined === input.map || "object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) && _io9(input.map)) && (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io11(input.createMenu)); const _io9 = input => (undefined === input.clustering || "boolean" === typeof input.clustering) && (undefined === input.zoom || "number" === typeof input.zoom) && (undefined === input.center || "object" === typeof input.center && null !== input.center && false === Array.isArray(input.center) && _io10(input.center)); const _io10 = input => (undefined === input.lat || "number" === typeof input.lat) && (undefined === input.lon || "number" === typeof input.lon); const _io11 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem); const _io12 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io13 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io14 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io15 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io16 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format); const _io17 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name); const _io18 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs) && (undefined === input.layout || "object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) && _io19(input.layout)); const _io19 = input => (undefined === input.bookmarks || "number" === typeof input.bookmarks) && (undefined === input.browser || "number" === typeof input.browser); const _io20 = input => (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io21(input.createMenu)) && (undefined === input.colorTags || Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && _io22(elem))) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType) && (undefined === input.readRate || "number" === typeof input.readRate) && (undefined === input.collapsedNodes || "object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) && _io23(input.collapsedNodes)); const _io21 = input => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy) && (undefined === input.showPreview || "boolean" === typeof input.showPreview); const _io22 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description); const _io23 = input => Object.keys(input).every(key => {
|
|
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,27 @@ 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)); const _ao5 = (input, _path, _exceptionable = true) => (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16213
16268
|
method: "typia.assertGuard",
|
|
16214
16269
|
path: _path + ".activeTab",
|
|
16215
|
-
expected: "(string | undefined)",
|
|
16270
|
+
expected: "(null | string | undefined)",
|
|
16216
16271
|
value: input.activeTab
|
|
16217
|
-
}, _errorFactory)
|
|
16272
|
+
}, _errorFactory)) && (undefined === input.priority || "number" === typeof input.priority || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16273
|
+
method: "typia.assertGuard",
|
|
16274
|
+
path: _path + ".priority",
|
|
16275
|
+
expected: "(number | undefined)",
|
|
16276
|
+
value: input.priority
|
|
16277
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => (undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16218
16278
|
method: "typia.assertGuard",
|
|
16219
16279
|
path: _path + ".defaultGrouping",
|
|
16220
16280
|
expected: "(\"\" | \"collection\" | \"stitch\" | undefined)",
|
|
@@ -16294,9 +16354,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16294
16354
|
path: _path + ".sortOrder",
|
|
16295
16355
|
expected: "(Array<string> | undefined)",
|
|
16296
16356
|
value: input.sortOrder
|
|
16297
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
16357
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16298
16358
|
method: "typia.assertGuard",
|
|
16299
|
-
path: _path + ".sortOrder[" +
|
|
16359
|
+
path: _path + ".sortOrder[" + _index38 + "]",
|
|
16300
16360
|
expected: "string",
|
|
16301
16361
|
value: elem
|
|
16302
16362
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16304,14 +16364,29 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16304
16364
|
path: _path + ".sortOrder",
|
|
16305
16365
|
expected: "(Array<string> | undefined)",
|
|
16306
16366
|
value: input.sortOrder
|
|
16307
|
-
}, _errorFactory); const _ao12 = (input, _path, _exceptionable = true) => undefined === input.
|
|
16367
|
+
}, _errorFactory); const _ao12 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16368
|
+
method: "typia.assertGuard",
|
|
16369
|
+
path: _path + ".include",
|
|
16370
|
+
expected: "(Array<string> | undefined)",
|
|
16371
|
+
value: input.include
|
|
16372
|
+
}, _errorFactory)) && input.include.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16373
|
+
method: "typia.assertGuard",
|
|
16374
|
+
path: _path + ".include[" + _index39 + "]",
|
|
16375
|
+
expected: "string",
|
|
16376
|
+
value: elem
|
|
16377
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16378
|
+
method: "typia.assertGuard",
|
|
16379
|
+
path: _path + ".include",
|
|
16380
|
+
expected: "(Array<string> | undefined)",
|
|
16381
|
+
value: input.include
|
|
16382
|
+
}, _errorFactory)) && (undefined === input.exclude || (Array.isArray(input.exclude) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16308
16383
|
method: "typia.assertGuard",
|
|
16309
16384
|
path: _path + ".exclude",
|
|
16310
16385
|
expected: "(Array<string> | undefined)",
|
|
16311
16386
|
value: input.exclude
|
|
16312
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16387
|
+
}, _errorFactory)) && input.exclude.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16313
16388
|
method: "typia.assertGuard",
|
|
16314
|
-
path: _path + ".exclude[" +
|
|
16389
|
+
path: _path + ".exclude[" + _index40 + "]",
|
|
16315
16390
|
expected: "string",
|
|
16316
16391
|
value: elem
|
|
16317
16392
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16319,14 +16394,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16319
16394
|
path: _path + ".exclude",
|
|
16320
16395
|
expected: "(Array<string> | undefined)",
|
|
16321
16396
|
value: input.exclude
|
|
16322
|
-
}, _errorFactory); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16397
|
+
}, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16323
16398
|
method: "typia.assertGuard",
|
|
16324
16399
|
path: _path + ".include",
|
|
16325
16400
|
expected: "(Array<string> | undefined)",
|
|
16326
16401
|
value: input.include
|
|
16327
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16402
|
+
}, _errorFactory)) && input.include.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16328
16403
|
method: "typia.assertGuard",
|
|
16329
|
-
path: _path + ".include[" +
|
|
16404
|
+
path: _path + ".include[" + _index41 + "]",
|
|
16330
16405
|
expected: "string",
|
|
16331
16406
|
value: elem
|
|
16332
16407
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16339,9 +16414,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16339
16414
|
path: _path + ".exclude",
|
|
16340
16415
|
expected: "(Array<string> | undefined)",
|
|
16341
16416
|
value: input.exclude
|
|
16342
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16417
|
+
}, _errorFactory)) && input.exclude.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16343
16418
|
method: "typia.assertGuard",
|
|
16344
|
-
path: _path + ".exclude[" +
|
|
16419
|
+
path: _path + ".exclude[" + _index42 + "]",
|
|
16345
16420
|
expected: "string",
|
|
16346
16421
|
value: elem
|
|
16347
16422
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16354,9 +16429,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16354
16429
|
path: _path + ".include",
|
|
16355
16430
|
expected: "(Array<string> | undefined)",
|
|
16356
16431
|
value: input.include
|
|
16357
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16432
|
+
}, _errorFactory)) && input.include.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16358
16433
|
method: "typia.assertGuard",
|
|
16359
|
-
path: _path + ".include[" +
|
|
16434
|
+
path: _path + ".include[" + _index43 + "]",
|
|
16360
16435
|
expected: "string",
|
|
16361
16436
|
value: elem
|
|
16362
16437
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16369,9 +16444,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16369
16444
|
path: _path + ".exclude",
|
|
16370
16445
|
expected: "(Array<string> | undefined)",
|
|
16371
16446
|
value: input.exclude
|
|
16372
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16447
|
+
}, _errorFactory)) && input.exclude.every((elem, _index44) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16373
16448
|
method: "typia.assertGuard",
|
|
16374
|
-
path: _path + ".exclude[" +
|
|
16449
|
+
path: _path + ".exclude[" + _index44 + "]",
|
|
16375
16450
|
expected: "string",
|
|
16376
16451
|
value: elem
|
|
16377
16452
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16384,9 +16459,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16384
16459
|
path: _path + ".include",
|
|
16385
16460
|
expected: "(Array<string> | undefined)",
|
|
16386
16461
|
value: input.include
|
|
16387
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16462
|
+
}, _errorFactory)) && input.include.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16388
16463
|
method: "typia.assertGuard",
|
|
16389
|
-
path: _path + ".include[" +
|
|
16464
|
+
path: _path + ".include[" + _index45 + "]",
|
|
16390
16465
|
expected: "string",
|
|
16391
16466
|
value: elem
|
|
16392
16467
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16399,9 +16474,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16399
16474
|
path: _path + ".exclude",
|
|
16400
16475
|
expected: "(Array<string> | undefined)",
|
|
16401
16476
|
value: input.exclude
|
|
16402
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16477
|
+
}, _errorFactory)) && input.exclude.every((elem, _index46) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16403
16478
|
method: "typia.assertGuard",
|
|
16404
|
-
path: _path + ".exclude[" +
|
|
16479
|
+
path: _path + ".exclude[" + _index46 + "]",
|
|
16405
16480
|
expected: "string",
|
|
16406
16481
|
value: elem
|
|
16407
16482
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16464,29 +16539,49 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16464
16539
|
path: _path + ".maxTabs",
|
|
16465
16540
|
expected: "(number | undefined)",
|
|
16466
16541
|
value: input.maxTabs
|
|
16467
|
-
}, _errorFactory))
|
|
16542
|
+
}, _errorFactory)) && (undefined === input.layout || ("object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16543
|
+
method: "typia.assertGuard",
|
|
16544
|
+
path: _path + ".layout",
|
|
16545
|
+
expected: "(__type.o15 | undefined)",
|
|
16546
|
+
value: input.layout
|
|
16547
|
+
}, _errorFactory)) && _ao19(input.layout, _path + ".layout", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16548
|
+
method: "typia.assertGuard",
|
|
16549
|
+
path: _path + ".layout",
|
|
16550
|
+
expected: "(__type.o15 | undefined)",
|
|
16551
|
+
value: input.layout
|
|
16552
|
+
}, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => (undefined === input.bookmarks || "number" === typeof input.bookmarks || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16553
|
+
method: "typia.assertGuard",
|
|
16554
|
+
path: _path + ".bookmarks",
|
|
16555
|
+
expected: "(number | undefined)",
|
|
16556
|
+
value: input.bookmarks
|
|
16557
|
+
}, _errorFactory)) && (undefined === input.browser || "number" === typeof input.browser || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16558
|
+
method: "typia.assertGuard",
|
|
16559
|
+
path: _path + ".browser",
|
|
16560
|
+
expected: "(number | undefined)",
|
|
16561
|
+
value: input.browser
|
|
16562
|
+
}, _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
16563
|
method: "typia.assertGuard",
|
|
16469
16564
|
path: _path + ".createMenu",
|
|
16470
|
-
expected: "(__type.
|
|
16565
|
+
expected: "(__type.o17 | undefined)",
|
|
16471
16566
|
value: input.createMenu
|
|
16472
|
-
}, _errorFactory)) &&
|
|
16567
|
+
}, _errorFactory)) && _ao21(input.createMenu, _path + ".createMenu", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16473
16568
|
method: "typia.assertGuard",
|
|
16474
16569
|
path: _path + ".createMenu",
|
|
16475
|
-
expected: "(__type.
|
|
16570
|
+
expected: "(__type.o17 | undefined)",
|
|
16476
16571
|
value: input.createMenu
|
|
16477
16572
|
}, _errorFactory)) && (undefined === input.colorTags || (Array.isArray(input.colorTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16478
16573
|
method: "typia.assertGuard",
|
|
16479
16574
|
path: _path + ".colorTags",
|
|
16480
16575
|
expected: "(Array<PromotedTag> | undefined)",
|
|
16481
16576
|
value: input.colorTags
|
|
16482
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
16577
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index47) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16483
16578
|
method: "typia.assertGuard",
|
|
16484
|
-
path: _path + ".colorTags[" +
|
|
16579
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
16485
16580
|
expected: "PromotedTag",
|
|
16486
16581
|
value: elem
|
|
16487
|
-
}, _errorFactory)) &&
|
|
16582
|
+
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16488
16583
|
method: "typia.assertGuard",
|
|
16489
|
-
path: _path + ".colorTags[" +
|
|
16584
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
16490
16585
|
expected: "PromotedTag",
|
|
16491
16586
|
value: elem
|
|
16492
16587
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16507,14 +16602,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16507
16602
|
}, _errorFactory)) && (undefined === input.collapsedNodes || ("object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16508
16603
|
method: "typia.assertGuard",
|
|
16509
16604
|
path: _path + ".collapsedNodes",
|
|
16510
|
-
expected: "(__type.
|
|
16605
|
+
expected: "(__type.o18 | undefined)",
|
|
16511
16606
|
value: input.collapsedNodes
|
|
16512
|
-
}, _errorFactory)) &&
|
|
16607
|
+
}, _errorFactory)) && _ao23(input.collapsedNodes, _path + ".collapsedNodes", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16513
16608
|
method: "typia.assertGuard",
|
|
16514
16609
|
path: _path + ".collapsedNodes",
|
|
16515
|
-
expected: "(__type.
|
|
16610
|
+
expected: "(__type.o18 | undefined)",
|
|
16516
16611
|
value: input.collapsedNodes
|
|
16517
|
-
}, _errorFactory)); const
|
|
16612
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16518
16613
|
method: "typia.assertGuard",
|
|
16519
16614
|
path: _path + ".sortBy",
|
|
16520
16615
|
expected: "(\"index\" | \"title\" | undefined)",
|
|
@@ -16524,7 +16619,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16524
16619
|
path: _path + ".showPreview",
|
|
16525
16620
|
expected: "(boolean | undefined)",
|
|
16526
16621
|
value: input.showPreview
|
|
16527
|
-
}, _errorFactory)); const
|
|
16622
|
+
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16528
16623
|
method: "typia.assertGuard",
|
|
16529
16624
|
path: _path + ".name",
|
|
16530
16625
|
expected: "(null | string)",
|
|
@@ -16544,22 +16639,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16544
16639
|
path: _path + ".description",
|
|
16545
16640
|
expected: "(null | string)",
|
|
16546
16641
|
value: input.description
|
|
16547
|
-
}, _errorFactory)); const
|
|
16642
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16548
16643
|
const value = input[key];
|
|
16549
16644
|
if (undefined === value)
|
|
16550
16645
|
return true;
|
|
16551
16646
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16552
16647
|
method: "typia.assertGuard",
|
|
16553
16648
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16554
|
-
expected: "__type.
|
|
16649
|
+
expected: "__type.o19",
|
|
16555
16650
|
value: value
|
|
16556
|
-
}, _errorFactory)) &&
|
|
16651
|
+
}, _errorFactory)) && _ao24(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16557
16652
|
method: "typia.assertGuard",
|
|
16558
16653
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16559
|
-
expected: "__type.
|
|
16654
|
+
expected: "__type.o19",
|
|
16560
16655
|
value: value
|
|
16561
16656
|
}, _errorFactory);
|
|
16562
|
-
}); const
|
|
16657
|
+
}); const _ao24 = (input, _path, _exceptionable = true) => (undefined === input.preview || "boolean" === typeof input.preview || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16563
16658
|
method: "typia.assertGuard",
|
|
16564
16659
|
path: _path + ".preview",
|
|
16565
16660
|
expected: "(boolean | undefined)",
|
|
@@ -16569,7 +16664,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16569
16664
|
path: _path + ".children",
|
|
16570
16665
|
expected: "(boolean | undefined)",
|
|
16571
16666
|
value: input.children
|
|
16572
|
-
}, _errorFactory)); const
|
|
16667
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16573
16668
|
method: "typia.assertGuard",
|
|
16574
16669
|
path: _path + ".graphicBaseTemplate",
|
|
16575
16670
|
expected: "(string | undefined)",
|
|
@@ -16579,9 +16674,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16579
16674
|
path: _path + ".favorites",
|
|
16580
16675
|
expected: "(Array<string> | undefined)",
|
|
16581
16676
|
value: input.favorites
|
|
16582
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
16677
|
+
}, _errorFactory)) && input.favorites.every((elem, _index48) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16583
16678
|
method: "typia.assertGuard",
|
|
16584
|
-
path: _path + ".favorites[" +
|
|
16679
|
+
path: _path + ".favorites[" + _index48 + "]",
|
|
16585
16680
|
expected: "string",
|
|
16586
16681
|
value: elem
|
|
16587
16682
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16594,27 +16689,27 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16594
16689
|
path: _path + ".defaults",
|
|
16595
16690
|
expected: "(Record<string, __type> | undefined)",
|
|
16596
16691
|
value: input.defaults
|
|
16597
|
-
}, _errorFactory)) &&
|
|
16692
|
+
}, _errorFactory)) && _ao26(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16598
16693
|
method: "typia.assertGuard",
|
|
16599
16694
|
path: _path + ".defaults",
|
|
16600
16695
|
expected: "(Record<string, __type> | undefined)",
|
|
16601
16696
|
value: input.defaults
|
|
16602
|
-
}, _errorFactory)); const
|
|
16697
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16603
16698
|
const value = input[key];
|
|
16604
16699
|
if (undefined === value)
|
|
16605
16700
|
return true;
|
|
16606
16701
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16607
16702
|
method: "typia.assertGuard",
|
|
16608
16703
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16609
|
-
expected: "__type.
|
|
16704
|
+
expected: "__type.o21",
|
|
16610
16705
|
value: value
|
|
16611
|
-
}, _errorFactory)) &&
|
|
16706
|
+
}, _errorFactory)) && _ao27(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16612
16707
|
method: "typia.assertGuard",
|
|
16613
16708
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16614
|
-
expected: "__type.
|
|
16709
|
+
expected: "__type.o21",
|
|
16615
16710
|
value: value
|
|
16616
16711
|
}, _errorFactory);
|
|
16617
|
-
}); const
|
|
16712
|
+
}); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.event || "string" === typeof input.event || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16618
16713
|
method: "typia.assertGuard",
|
|
16619
16714
|
path: _path + ".event",
|
|
16620
16715
|
expected: "(string | undefined)",
|
|
@@ -16624,12 +16719,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16624
16719
|
path: _path + ".property",
|
|
16625
16720
|
expected: "(string | undefined)",
|
|
16626
16721
|
value: input.property
|
|
16627
|
-
}, _errorFactory)); const
|
|
16722
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16628
16723
|
method: "typia.assertGuard",
|
|
16629
16724
|
path: _path + ".eventThumbnails",
|
|
16630
16725
|
expected: "(boolean | undefined)",
|
|
16631
16726
|
value: input.eventThumbnails
|
|
16632
|
-
}, _errorFactory); const
|
|
16727
|
+
}, _errorFactory); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16633
16728
|
method: "typia.assertGuard",
|
|
16634
16729
|
path: _path + ".dimOnBlur",
|
|
16635
16730
|
expected: "(boolean | undefined)",
|
|
@@ -16639,117 +16734,122 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16639
16734
|
path: _path + ".float",
|
|
16640
16735
|
expected: "(\"disabled\" | \"gallery\" | \"rundown\" | undefined)",
|
|
16641
16736
|
value: input.float
|
|
16642
|
-
}, _errorFactory))
|
|
16737
|
+
}, _errorFactory)) && (undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16738
|
+
method: "typia.assertGuard",
|
|
16739
|
+
path: _path + ".countFloatedDuration",
|
|
16740
|
+
expected: "(boolean | undefined)",
|
|
16741
|
+
value: input.countFloatedDuration
|
|
16742
|
+
}, _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
16743
|
method: "typia.assertGuard",
|
|
16644
16744
|
path: _path + ".display",
|
|
16645
|
-
expected: "(__type.
|
|
16745
|
+
expected: "(__type.o25 | undefined)",
|
|
16646
16746
|
value: input.display
|
|
16647
|
-
}, _errorFactory)) &&
|
|
16747
|
+
}, _errorFactory)) && _ao31(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16648
16748
|
method: "typia.assertGuard",
|
|
16649
16749
|
path: _path + ".display",
|
|
16650
|
-
expected: "(__type.
|
|
16750
|
+
expected: "(__type.o25 | undefined)",
|
|
16651
16751
|
value: input.display
|
|
16652
16752
|
}, _errorFactory)) && (undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16653
16753
|
method: "typia.assertGuard",
|
|
16654
16754
|
path: _path + ".browser",
|
|
16655
|
-
expected: "(__type.
|
|
16755
|
+
expected: "(__type.o26 | undefined)",
|
|
16656
16756
|
value: input.browser
|
|
16657
|
-
}, _errorFactory)) &&
|
|
16757
|
+
}, _errorFactory)) && _ao33(input.browser, _path + ".browser", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16658
16758
|
method: "typia.assertGuard",
|
|
16659
16759
|
path: _path + ".browser",
|
|
16660
|
-
expected: "(__type.
|
|
16760
|
+
expected: "(__type.o26 | undefined)",
|
|
16661
16761
|
value: input.browser
|
|
16662
16762
|
}, _errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16663
16763
|
method: "typia.assertGuard",
|
|
16664
16764
|
path: _path + ".gallery",
|
|
16665
|
-
expected: "(__type.
|
|
16765
|
+
expected: "(__type.o27 | undefined)",
|
|
16666
16766
|
value: input.gallery
|
|
16667
|
-
}, _errorFactory)) &&
|
|
16767
|
+
}, _errorFactory)) && _ao34(input.gallery, _path + ".gallery", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16668
16768
|
method: "typia.assertGuard",
|
|
16669
16769
|
path: _path + ".gallery",
|
|
16670
|
-
expected: "(__type.
|
|
16770
|
+
expected: "(__type.o27 | undefined)",
|
|
16671
16771
|
value: input.gallery
|
|
16672
16772
|
}, _errorFactory)) && (undefined === input.global || ("object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16673
16773
|
method: "typia.assertGuard",
|
|
16674
16774
|
path: _path + ".global",
|
|
16675
|
-
expected: "(__type.
|
|
16775
|
+
expected: "(__type.o28 | undefined)",
|
|
16676
16776
|
value: input.global
|
|
16677
|
-
}, _errorFactory)) &&
|
|
16777
|
+
}, _errorFactory)) && _ao35(input.global, _path + ".global", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16678
16778
|
method: "typia.assertGuard",
|
|
16679
16779
|
path: _path + ".global",
|
|
16680
|
-
expected: "(__type.
|
|
16780
|
+
expected: "(__type.o28 | undefined)",
|
|
16681
16781
|
value: input.global
|
|
16682
16782
|
}, _errorFactory)) && (undefined === input.player || ("object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16683
16783
|
method: "typia.assertGuard",
|
|
16684
16784
|
path: _path + ".player",
|
|
16685
|
-
expected: "(__type.
|
|
16785
|
+
expected: "(__type.o29 | undefined)",
|
|
16686
16786
|
value: input.player
|
|
16687
|
-
}, _errorFactory)) &&
|
|
16787
|
+
}, _errorFactory)) && _ao36(input.player, _path + ".player", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16688
16788
|
method: "typia.assertGuard",
|
|
16689
16789
|
path: _path + ".player",
|
|
16690
|
-
expected: "(__type.
|
|
16790
|
+
expected: "(__type.o29 | undefined)",
|
|
16691
16791
|
value: input.player
|
|
16692
16792
|
}, _errorFactory)) && (undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16693
16793
|
method: "typia.assertGuard",
|
|
16694
16794
|
path: _path + ".script",
|
|
16695
|
-
expected: "(__type.
|
|
16795
|
+
expected: "(__type.o30 | undefined)",
|
|
16696
16796
|
value: input.script
|
|
16697
|
-
}, _errorFactory)) &&
|
|
16797
|
+
}, _errorFactory)) && _ao37(input.script, _path + ".script", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16698
16798
|
method: "typia.assertGuard",
|
|
16699
16799
|
path: _path + ".script",
|
|
16700
|
-
expected: "(__type.
|
|
16800
|
+
expected: "(__type.o30 | undefined)",
|
|
16701
16801
|
value: input.script
|
|
16702
16802
|
}, _errorFactory)) && (undefined === input.codeEditor || ("object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16703
16803
|
method: "typia.assertGuard",
|
|
16704
16804
|
path: _path + ".codeEditor",
|
|
16705
|
-
expected: "(__type.
|
|
16805
|
+
expected: "(__type.o31 | undefined)",
|
|
16706
16806
|
value: input.codeEditor
|
|
16707
|
-
}, _errorFactory)) &&
|
|
16807
|
+
}, _errorFactory)) && _ao38(input.codeEditor, _path + ".codeEditor", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16708
16808
|
method: "typia.assertGuard",
|
|
16709
16809
|
path: _path + ".codeEditor",
|
|
16710
|
-
expected: "(__type.
|
|
16810
|
+
expected: "(__type.o31 | undefined)",
|
|
16711
16811
|
value: input.codeEditor
|
|
16712
16812
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16713
16813
|
method: "typia.assertGuard",
|
|
16714
16814
|
path: _path + ".bookmarks",
|
|
16715
|
-
expected: "(__type.
|
|
16815
|
+
expected: "(__type.o32 | undefined)",
|
|
16716
16816
|
value: input.bookmarks
|
|
16717
|
-
}, _errorFactory)) &&
|
|
16817
|
+
}, _errorFactory)) && _ao39(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16718
16818
|
method: "typia.assertGuard",
|
|
16719
16819
|
path: _path + ".bookmarks",
|
|
16720
|
-
expected: "(__type.
|
|
16820
|
+
expected: "(__type.o32 | undefined)",
|
|
16721
16821
|
value: input.bookmarks
|
|
16722
16822
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16723
16823
|
method: "typia.assertGuard",
|
|
16724
16824
|
path: _path + ".edit",
|
|
16725
|
-
expected: "(__type.
|
|
16825
|
+
expected: "(__type.o33 | undefined)",
|
|
16726
16826
|
value: input.edit
|
|
16727
|
-
}, _errorFactory)) &&
|
|
16827
|
+
}, _errorFactory)) && _ao40(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16728
16828
|
method: "typia.assertGuard",
|
|
16729
16829
|
path: _path + ".edit",
|
|
16730
|
-
expected: "(__type.
|
|
16830
|
+
expected: "(__type.o33 | undefined)",
|
|
16731
16831
|
value: input.edit
|
|
16732
16832
|
}, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16733
16833
|
method: "typia.assertGuard",
|
|
16734
16834
|
path: _path + ".rundown",
|
|
16735
|
-
expected: "(__type.
|
|
16835
|
+
expected: "(__type.o34 | undefined)",
|
|
16736
16836
|
value: input.rundown
|
|
16737
|
-
}, _errorFactory)) &&
|
|
16837
|
+
}, _errorFactory)) && _ao41(input.rundown, _path + ".rundown", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16738
16838
|
method: "typia.assertGuard",
|
|
16739
16839
|
path: _path + ".rundown",
|
|
16740
|
-
expected: "(__type.
|
|
16840
|
+
expected: "(__type.o34 | undefined)",
|
|
16741
16841
|
value: input.rundown
|
|
16742
16842
|
}, _errorFactory)) && (undefined === input.segment || ("object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16743
16843
|
method: "typia.assertGuard",
|
|
16744
16844
|
path: _path + ".segment",
|
|
16745
|
-
expected: "(__type.
|
|
16845
|
+
expected: "(__type.o35 | undefined)",
|
|
16746
16846
|
value: input.segment
|
|
16747
|
-
}, _errorFactory)) &&
|
|
16847
|
+
}, _errorFactory)) && _ao42(input.segment, _path + ".segment", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16748
16848
|
method: "typia.assertGuard",
|
|
16749
16849
|
path: _path + ".segment",
|
|
16750
|
-
expected: "(__type.
|
|
16850
|
+
expected: "(__type.o35 | undefined)",
|
|
16751
16851
|
value: input.segment
|
|
16752
|
-
}, _errorFactory)); const
|
|
16852
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16753
16853
|
const value = input[key];
|
|
16754
16854
|
if (undefined === value)
|
|
16755
16855
|
return true;
|
|
@@ -16758,13 +16858,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16758
16858
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16759
16859
|
expected: "KeymapSetting",
|
|
16760
16860
|
value: value
|
|
16761
|
-
}, _errorFactory)) &&
|
|
16861
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16762
16862
|
method: "typia.assertGuard",
|
|
16763
16863
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16764
16864
|
expected: "KeymapSetting",
|
|
16765
16865
|
value: value
|
|
16766
16866
|
}, _errorFactory);
|
|
16767
|
-
}); const
|
|
16867
|
+
}); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16768
16868
|
method: "typia.assertGuard",
|
|
16769
16869
|
path: _path + ".title",
|
|
16770
16870
|
expected: "(string | undefined)",
|
|
@@ -16774,7 +16874,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16774
16874
|
path: _path + ".sequence",
|
|
16775
16875
|
expected: "(string | undefined)",
|
|
16776
16876
|
value: input.sequence
|
|
16777
|
-
}, _errorFactory)); const
|
|
16877
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16778
16878
|
const value = input[key];
|
|
16779
16879
|
if (undefined === value)
|
|
16780
16880
|
return true;
|
|
@@ -16783,13 +16883,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16783
16883
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16784
16884
|
expected: "KeymapSetting",
|
|
16785
16885
|
value: value
|
|
16786
|
-
}, _errorFactory)) &&
|
|
16886
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16787
16887
|
method: "typia.assertGuard",
|
|
16788
16888
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16789
16889
|
expected: "KeymapSetting",
|
|
16790
16890
|
value: value
|
|
16791
16891
|
}, _errorFactory);
|
|
16792
|
-
}); const
|
|
16892
|
+
}); const _ao34 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16793
16893
|
const value = input[key];
|
|
16794
16894
|
if (undefined === value)
|
|
16795
16895
|
return true;
|
|
@@ -16798,13 +16898,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16798
16898
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16799
16899
|
expected: "KeymapSetting",
|
|
16800
16900
|
value: value
|
|
16801
|
-
}, _errorFactory)) &&
|
|
16901
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16802
16902
|
method: "typia.assertGuard",
|
|
16803
16903
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16804
16904
|
expected: "KeymapSetting",
|
|
16805
16905
|
value: value
|
|
16806
16906
|
}, _errorFactory);
|
|
16807
|
-
}); const
|
|
16907
|
+
}); const _ao35 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16808
16908
|
const value = input[key];
|
|
16809
16909
|
if (undefined === value)
|
|
16810
16910
|
return true;
|
|
@@ -16813,13 +16913,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16813
16913
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16814
16914
|
expected: "KeymapSetting",
|
|
16815
16915
|
value: value
|
|
16816
|
-
}, _errorFactory)) &&
|
|
16916
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16817
16917
|
method: "typia.assertGuard",
|
|
16818
16918
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16819
16919
|
expected: "KeymapSetting",
|
|
16820
16920
|
value: value
|
|
16821
16921
|
}, _errorFactory);
|
|
16822
|
-
}); const
|
|
16922
|
+
}); const _ao36 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16823
16923
|
const value = input[key];
|
|
16824
16924
|
if (undefined === value)
|
|
16825
16925
|
return true;
|
|
@@ -16828,13 +16928,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16828
16928
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16829
16929
|
expected: "KeymapSetting",
|
|
16830
16930
|
value: value
|
|
16831
|
-
}, _errorFactory)) &&
|
|
16931
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16832
16932
|
method: "typia.assertGuard",
|
|
16833
16933
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16834
16934
|
expected: "KeymapSetting",
|
|
16835
16935
|
value: value
|
|
16836
16936
|
}, _errorFactory);
|
|
16837
|
-
}); const
|
|
16937
|
+
}); const _ao37 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16838
16938
|
const value = input[key];
|
|
16839
16939
|
if (undefined === value)
|
|
16840
16940
|
return true;
|
|
@@ -16843,13 +16943,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16843
16943
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16844
16944
|
expected: "KeymapSetting",
|
|
16845
16945
|
value: value
|
|
16846
|
-
}, _errorFactory)) &&
|
|
16946
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16847
16947
|
method: "typia.assertGuard",
|
|
16848
16948
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16849
16949
|
expected: "KeymapSetting",
|
|
16850
16950
|
value: value
|
|
16851
16951
|
}, _errorFactory);
|
|
16852
|
-
}); const
|
|
16952
|
+
}); const _ao38 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16853
16953
|
const value = input[key];
|
|
16854
16954
|
if (undefined === value)
|
|
16855
16955
|
return true;
|
|
@@ -16858,13 +16958,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16858
16958
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16859
16959
|
expected: "KeymapSetting",
|
|
16860
16960
|
value: value
|
|
16861
|
-
}, _errorFactory)) &&
|
|
16961
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16862
16962
|
method: "typia.assertGuard",
|
|
16863
16963
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16864
16964
|
expected: "KeymapSetting",
|
|
16865
16965
|
value: value
|
|
16866
16966
|
}, _errorFactory);
|
|
16867
|
-
}); const
|
|
16967
|
+
}); const _ao39 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16868
16968
|
const value = input[key];
|
|
16869
16969
|
if (undefined === value)
|
|
16870
16970
|
return true;
|
|
@@ -16873,13 +16973,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16873
16973
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16874
16974
|
expected: "KeymapSetting",
|
|
16875
16975
|
value: value
|
|
16876
|
-
}, _errorFactory)) &&
|
|
16976
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16877
16977
|
method: "typia.assertGuard",
|
|
16878
16978
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16879
16979
|
expected: "KeymapSetting",
|
|
16880
16980
|
value: value
|
|
16881
16981
|
}, _errorFactory);
|
|
16882
|
-
}); const
|
|
16982
|
+
}); const _ao40 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16883
16983
|
const value = input[key];
|
|
16884
16984
|
if (undefined === value)
|
|
16885
16985
|
return true;
|
|
@@ -16888,13 +16988,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16888
16988
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16889
16989
|
expected: "KeymapSetting",
|
|
16890
16990
|
value: value
|
|
16891
|
-
}, _errorFactory)) &&
|
|
16991
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16892
16992
|
method: "typia.assertGuard",
|
|
16893
16993
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16894
16994
|
expected: "KeymapSetting",
|
|
16895
16995
|
value: value
|
|
16896
16996
|
}, _errorFactory);
|
|
16897
|
-
}); const
|
|
16997
|
+
}); const _ao41 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16898
16998
|
const value = input[key];
|
|
16899
16999
|
if (undefined === value)
|
|
16900
17000
|
return true;
|
|
@@ -16903,13 +17003,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16903
17003
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16904
17004
|
expected: "KeymapSetting",
|
|
16905
17005
|
value: value
|
|
16906
|
-
}, _errorFactory)) &&
|
|
17006
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16907
17007
|
method: "typia.assertGuard",
|
|
16908
17008
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16909
17009
|
expected: "KeymapSetting",
|
|
16910
17010
|
value: value
|
|
16911
17011
|
}, _errorFactory);
|
|
16912
|
-
}); const
|
|
17012
|
+
}); const _ao42 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16913
17013
|
const value = input[key];
|
|
16914
17014
|
if (undefined === value)
|
|
16915
17015
|
return true;
|
|
@@ -16918,13 +17018,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16918
17018
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16919
17019
|
expected: "KeymapSetting",
|
|
16920
17020
|
value: value
|
|
16921
|
-
}, _errorFactory)) &&
|
|
17021
|
+
}, _errorFactory)) && _ao32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16922
17022
|
method: "typia.assertGuard",
|
|
16923
17023
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16924
17024
|
expected: "KeymapSetting",
|
|
16925
17025
|
value: value
|
|
16926
17026
|
}, _errorFactory);
|
|
16927
|
-
}); const
|
|
17027
|
+
}); const _ao43 = (input, _path, _exceptionable = true) => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16928
17028
|
method: "typia.assertGuard",
|
|
16929
17029
|
path: _path + ".defaultFrameRate",
|
|
16930
17030
|
expected: "(number | undefined)",
|
|
@@ -16937,12 +17037,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16937
17037
|
}, _errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16938
17038
|
method: "typia.assertGuard",
|
|
16939
17039
|
path: _path + ".guide",
|
|
16940
|
-
expected: "(__type.
|
|
17040
|
+
expected: "(__type.o37 | undefined)",
|
|
16941
17041
|
value: input.guide
|
|
16942
|
-
}, _errorFactory)) &&
|
|
17042
|
+
}, _errorFactory)) && _ao44(input.guide, _path + ".guide", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16943
17043
|
method: "typia.assertGuard",
|
|
16944
17044
|
path: _path + ".guide",
|
|
16945
|
-
expected: "(__type.
|
|
17045
|
+
expected: "(__type.o37 | undefined)",
|
|
16946
17046
|
value: input.guide
|
|
16947
17047
|
}, _errorFactory)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16948
17048
|
method: "typia.assertGuard",
|
|
@@ -16962,12 +17062,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16962
17062
|
}, _errorFactory)) && (undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16963
17063
|
method: "typia.assertGuard",
|
|
16964
17064
|
path: _path + ".tile",
|
|
16965
|
-
expected: "(__type.
|
|
17065
|
+
expected: "(__type.o38 | undefined)",
|
|
16966
17066
|
value: input.tile
|
|
16967
|
-
}, _errorFactory)) &&
|
|
17067
|
+
}, _errorFactory)) && _ao45(input.tile, _path + ".tile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16968
17068
|
method: "typia.assertGuard",
|
|
16969
17069
|
path: _path + ".tile",
|
|
16970
|
-
expected: "(__type.
|
|
17070
|
+
expected: "(__type.o38 | undefined)",
|
|
16971
17071
|
value: input.tile
|
|
16972
17072
|
}, _errorFactory)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16973
17073
|
method: "typia.assertGuard",
|
|
@@ -16999,9 +17099,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16999
17099
|
path: _path + ".playbackRates",
|
|
17000
17100
|
expected: "(Array<number> | undefined)",
|
|
17001
17101
|
value: input.playbackRates
|
|
17002
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
17102
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index49) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17003
17103
|
method: "typia.assertGuard",
|
|
17004
|
-
path: _path + ".playbackRates[" +
|
|
17104
|
+
path: _path + ".playbackRates[" + _index49 + "]",
|
|
17005
17105
|
expected: "number",
|
|
17006
17106
|
value: elem
|
|
17007
17107
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17012,12 +17112,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17012
17112
|
}, _errorFactory)) && (undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17013
17113
|
method: "typia.assertGuard",
|
|
17014
17114
|
path: _path + ".subtitles",
|
|
17015
|
-
expected: "(__type.
|
|
17115
|
+
expected: "(__type.o39 | undefined)",
|
|
17016
17116
|
value: input.subtitles
|
|
17017
|
-
}, _errorFactory)) &&
|
|
17117
|
+
}, _errorFactory)) && _ao46(input.subtitles, _path + ".subtitles", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17018
17118
|
method: "typia.assertGuard",
|
|
17019
17119
|
path: _path + ".subtitles",
|
|
17020
|
-
expected: "(__type.
|
|
17120
|
+
expected: "(__type.o39 | undefined)",
|
|
17021
17121
|
value: input.subtitles
|
|
17022
17122
|
}, _errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17023
17123
|
method: "typia.assertGuard",
|
|
@@ -17034,15 +17134,15 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17034
17134
|
path: _path + ".guides",
|
|
17035
17135
|
expected: "(Array<__type>.o2 | undefined)",
|
|
17036
17136
|
value: input.guides
|
|
17037
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
17137
|
+
}, _errorFactory)) && input.guides.every((elem, _index50) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17038
17138
|
method: "typia.assertGuard",
|
|
17039
|
-
path: _path + ".guides[" +
|
|
17040
|
-
expected: "__type.
|
|
17139
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
17140
|
+
expected: "__type.o42",
|
|
17041
17141
|
value: elem
|
|
17042
|
-
}, _errorFactory)) &&
|
|
17142
|
+
}, _errorFactory)) && _ao49(elem, _path + ".guides[" + _index50 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17043
17143
|
method: "typia.assertGuard",
|
|
17044
|
-
path: _path + ".guides[" +
|
|
17045
|
-
expected: "__type.
|
|
17144
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
17145
|
+
expected: "__type.o42",
|
|
17046
17146
|
value: elem
|
|
17047
17147
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17048
17148
|
method: "typia.assertGuard",
|
|
@@ -17057,39 +17157,39 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17057
17157
|
}, _errorFactory)) && (undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17058
17158
|
method: "typia.assertGuard",
|
|
17059
17159
|
path: _path + ".editMode",
|
|
17060
|
-
expected: "(__type.
|
|
17160
|
+
expected: "(__type.o43 | undefined)",
|
|
17061
17161
|
value: input.editMode
|
|
17062
|
-
}, _errorFactory)) &&
|
|
17162
|
+
}, _errorFactory)) && _ao50(input.editMode, _path + ".editMode", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17063
17163
|
method: "typia.assertGuard",
|
|
17064
17164
|
path: _path + ".editMode",
|
|
17065
|
-
expected: "(__type.
|
|
17165
|
+
expected: "(__type.o43 | undefined)",
|
|
17066
17166
|
value: input.editMode
|
|
17067
17167
|
}, _errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17068
17168
|
method: "typia.assertGuard",
|
|
17069
17169
|
path: _path + ".transcribe",
|
|
17070
|
-
expected: "(__type.
|
|
17170
|
+
expected: "(__type.o44 | undefined)",
|
|
17071
17171
|
value: input.transcribe
|
|
17072
|
-
}, _errorFactory)) &&
|
|
17172
|
+
}, _errorFactory)) && _ao51(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17073
17173
|
method: "typia.assertGuard",
|
|
17074
17174
|
path: _path + ".transcribe",
|
|
17075
|
-
expected: "(__type.
|
|
17175
|
+
expected: "(__type.o44 | undefined)",
|
|
17076
17176
|
value: input.transcribe
|
|
17077
17177
|
}, _errorFactory)) && ((null !== input.openCommand || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17078
17178
|
method: "typia.assertGuard",
|
|
17079
17179
|
path: _path + ".openCommand",
|
|
17080
|
-
expected: "(__type.
|
|
17180
|
+
expected: "(__type.o48 | string | undefined)",
|
|
17081
17181
|
value: input.openCommand
|
|
17082
17182
|
}, _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
17183
|
method: "typia.assertGuard",
|
|
17084
17184
|
path: _path + ".openCommand",
|
|
17085
|
-
expected: "(__type.
|
|
17185
|
+
expected: "(__type.o48 | string | undefined)",
|
|
17086
17186
|
value: input.openCommand
|
|
17087
|
-
}, _errorFactory)) &&
|
|
17187
|
+
}, _errorFactory)) && _ao55(input.openCommand, _path + ".openCommand", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17088
17188
|
method: "typia.assertGuard",
|
|
17089
17189
|
path: _path + ".openCommand",
|
|
17090
|
-
expected: "(__type.
|
|
17190
|
+
expected: "(__type.o48 | string | undefined)",
|
|
17091
17191
|
value: input.openCommand
|
|
17092
|
-
}, _errorFactory))); const
|
|
17192
|
+
}, _errorFactory))); const _ao44 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17093
17193
|
method: "typia.assertGuard",
|
|
17094
17194
|
path: _path + ".mask",
|
|
17095
17195
|
expected: "(boolean | undefined)",
|
|
@@ -17104,7 +17204,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17104
17204
|
path: _path + ".titleSafe",
|
|
17105
17205
|
expected: "(boolean | undefined)",
|
|
17106
17206
|
value: input.titleSafe
|
|
17107
|
-
}, _errorFactory)); const
|
|
17207
|
+
}, _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
17208
|
method: "typia.assertGuard",
|
|
17109
17209
|
path: _path + ".preview",
|
|
17110
17210
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
|
|
@@ -17114,7 +17214,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17114
17214
|
path: _path + ".showRenderProgress",
|
|
17115
17215
|
expected: "(boolean | undefined)",
|
|
17116
17216
|
value: input.showRenderProgress
|
|
17117
|
-
}, _errorFactory)); const
|
|
17217
|
+
}, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (undefined === input.spacing || "number" === typeof input.spacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17118
17218
|
method: "typia.assertGuard",
|
|
17119
17219
|
path: _path + ".spacing",
|
|
17120
17220
|
expected: "(number | undefined)",
|
|
@@ -17129,15 +17229,15 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17129
17229
|
path: _path + ".suggestions",
|
|
17130
17230
|
expected: "(Array<__type> | undefined)",
|
|
17131
17231
|
value: input.suggestions
|
|
17132
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
17232
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index51) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17133
17233
|
method: "typia.assertGuard",
|
|
17134
|
-
path: _path + ".suggestions[" +
|
|
17135
|
-
expected: "__type.
|
|
17234
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
17235
|
+
expected: "__type.o40",
|
|
17136
17236
|
value: elem
|
|
17137
|
-
}, _errorFactory)) &&
|
|
17237
|
+
}, _errorFactory)) && _ao47(elem, _path + ".suggestions[" + _index51 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17138
17238
|
method: "typia.assertGuard",
|
|
17139
|
-
path: _path + ".suggestions[" +
|
|
17140
|
-
expected: "__type.
|
|
17239
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
17240
|
+
expected: "__type.o40",
|
|
17141
17241
|
value: elem
|
|
17142
17242
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17143
17243
|
method: "typia.assertGuard",
|
|
@@ -17149,15 +17249,15 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17149
17249
|
path: _path + ".colors",
|
|
17150
17250
|
expected: "(Array<__type>.o1 | undefined)",
|
|
17151
17251
|
value: input.colors
|
|
17152
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
17252
|
+
}, _errorFactory)) && input.colors.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17153
17253
|
method: "typia.assertGuard",
|
|
17154
|
-
path: _path + ".colors[" +
|
|
17155
|
-
expected: "__type.
|
|
17254
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
17255
|
+
expected: "__type.o41",
|
|
17156
17256
|
value: elem
|
|
17157
|
-
}, _errorFactory)) &&
|
|
17257
|
+
}, _errorFactory)) && _ao48(elem, _path + ".colors[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17158
17258
|
method: "typia.assertGuard",
|
|
17159
|
-
path: _path + ".colors[" +
|
|
17160
|
-
expected: "__type.
|
|
17259
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
17260
|
+
expected: "__type.o41",
|
|
17161
17261
|
value: elem
|
|
17162
17262
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17163
17263
|
method: "typia.assertGuard",
|
|
@@ -17169,9 +17269,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17169
17269
|
path: _path + ".overridableProperties",
|
|
17170
17270
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
17171
17271
|
value: input.overridableProperties
|
|
17172
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
17272
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index53) => null === elem || true === _av54.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17173
17273
|
method: "typia.assertGuard",
|
|
17174
|
-
path: _path + ".overridableProperties[" +
|
|
17274
|
+
path: _path + ".overridableProperties[" + _index53 + "]",
|
|
17175
17275
|
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
17276
|
value: elem
|
|
17177
17277
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17179,7 +17279,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17179
17279
|
path: _path + ".overridableProperties",
|
|
17180
17280
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
17181
17281
|
value: input.overridableProperties
|
|
17182
|
-
}, _errorFactory)); const
|
|
17282
|
+
}, _errorFactory)); const _ao47 = (input, _path, _exceptionable = true) => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17183
17283
|
method: "typia.assertGuard",
|
|
17184
17284
|
path: _path + ".ifAspectRatio",
|
|
17185
17285
|
expected: "(null | string | undefined)",
|
|
@@ -17199,7 +17299,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17199
17299
|
path: _path + ".thenMaxCharactersPerLine",
|
|
17200
17300
|
expected: "(null | number | undefined)",
|
|
17201
17301
|
value: input.thenMaxCharactersPerLine
|
|
17202
|
-
}, _errorFactory)); const
|
|
17302
|
+
}, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => (null === input.label || undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17203
17303
|
method: "typia.assertGuard",
|
|
17204
17304
|
path: _path + ".label",
|
|
17205
17305
|
expected: "(null | string | undefined)",
|
|
@@ -17209,7 +17309,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17209
17309
|
path: _path + ".color",
|
|
17210
17310
|
expected: "(null | string | undefined)",
|
|
17211
17311
|
value: input.color
|
|
17212
|
-
}, _errorFactory)); const
|
|
17312
|
+
}, _errorFactory)); const _ao49 = (input, _path, _exceptionable = true) => (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17213
17313
|
method: "typia.assertGuard",
|
|
17214
17314
|
path: _path + ".label",
|
|
17215
17315
|
expected: "(string | undefined)",
|
|
@@ -17219,7 +17319,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17219
17319
|
path: _path + ".aspectRatio",
|
|
17220
17320
|
expected: "(string | undefined)",
|
|
17221
17321
|
value: input.aspectRatio
|
|
17222
|
-
}, _errorFactory)); const
|
|
17322
|
+
}, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => (undefined === input.enabled || "boolean" === typeof input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17223
17323
|
method: "typia.assertGuard",
|
|
17224
17324
|
path: _path + ".enabled",
|
|
17225
17325
|
expected: "(boolean | undefined)",
|
|
@@ -17234,17 +17334,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17234
17334
|
path: _path + ".defaultExitOption",
|
|
17235
17335
|
expected: "(\"leave\" | \"none\" | \"update\" | undefined)",
|
|
17236
17336
|
value: input.defaultExitOption
|
|
17237
|
-
}, _errorFactory)); const
|
|
17337
|
+
}, _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
17338
|
method: "typia.assertGuard",
|
|
17239
17339
|
path: _path + ".subtitleDisclaimer",
|
|
17240
|
-
expected: "(__type.
|
|
17340
|
+
expected: "(__type.o45 | undefined)",
|
|
17241
17341
|
value: input.subtitleDisclaimer
|
|
17242
|
-
}, _errorFactory)) &&
|
|
17342
|
+
}, _errorFactory)) && _ao52(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17243
17343
|
method: "typia.assertGuard",
|
|
17244
17344
|
path: _path + ".subtitleDisclaimer",
|
|
17245
|
-
expected: "(__type.
|
|
17345
|
+
expected: "(__type.o45 | undefined)",
|
|
17246
17346
|
value: input.subtitleDisclaimer
|
|
17247
|
-
}, _errorFactory); const
|
|
17347
|
+
}, _errorFactory); const _ao52 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17248
17348
|
method: "typia.assertGuard",
|
|
17249
17349
|
path: _path + ".isUserConfigurable",
|
|
17250
17350
|
expected: "(boolean | undefined)",
|
|
@@ -17252,14 +17352,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17252
17352
|
}, _errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17253
17353
|
method: "typia.assertGuard",
|
|
17254
17354
|
path: _path + ".defaultValue",
|
|
17255
|
-
expected: "(__type.
|
|
17355
|
+
expected: "(__type.o46 | undefined)",
|
|
17256
17356
|
value: input.defaultValue
|
|
17257
|
-
}, _errorFactory)) &&
|
|
17357
|
+
}, _errorFactory)) && _ao53(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17258
17358
|
method: "typia.assertGuard",
|
|
17259
17359
|
path: _path + ".defaultValue",
|
|
17260
|
-
expected: "(__type.
|
|
17360
|
+
expected: "(__type.o46 | undefined)",
|
|
17261
17361
|
value: input.defaultValue
|
|
17262
|
-
}, _errorFactory)); const
|
|
17362
|
+
}, _errorFactory)); const _ao53 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17263
17363
|
method: "typia.assertGuard",
|
|
17264
17364
|
path: _path + ".enabled",
|
|
17265
17365
|
expected: "(false | undefined)",
|
|
@@ -17269,15 +17369,15 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17269
17369
|
path: _path + ".text",
|
|
17270
17370
|
expected: "(Array<__type>.o3 | undefined)",
|
|
17271
17371
|
value: input.text
|
|
17272
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
17372
|
+
}, _errorFactory)) && input.text.every((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17273
17373
|
method: "typia.assertGuard",
|
|
17274
|
-
path: _path + ".text[" +
|
|
17275
|
-
expected: "__type.
|
|
17374
|
+
path: _path + ".text[" + _index55 + "]",
|
|
17375
|
+
expected: "__type.o47",
|
|
17276
17376
|
value: elem
|
|
17277
|
-
}, _errorFactory)) &&
|
|
17377
|
+
}, _errorFactory)) && _ao54(elem, _path + ".text[" + _index55 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17278
17378
|
method: "typia.assertGuard",
|
|
17279
|
-
path: _path + ".text[" +
|
|
17280
|
-
expected: "__type.
|
|
17379
|
+
path: _path + ".text[" + _index55 + "]",
|
|
17380
|
+
expected: "__type.o47",
|
|
17281
17381
|
value: elem
|
|
17282
17382
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17283
17383
|
method: "typia.assertGuard",
|
|
@@ -17294,7 +17394,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17294
17394
|
path: _path + ".duration",
|
|
17295
17395
|
expected: "(number | undefined)",
|
|
17296
17396
|
value: input.duration
|
|
17297
|
-
}, _errorFactory)); const
|
|
17397
|
+
}, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17298
17398
|
method: "typia.assertGuard",
|
|
17299
17399
|
path: _path + ".language",
|
|
17300
17400
|
expected: "(string | undefined)",
|
|
@@ -17304,7 +17404,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17304
17404
|
path: _path + ".value",
|
|
17305
17405
|
expected: "(string | undefined)",
|
|
17306
17406
|
value: input.value
|
|
17307
|
-
}, _errorFactory)); const
|
|
17407
|
+
}, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => (undefined === input.url || "string" === typeof input.url || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17308
17408
|
method: "typia.assertGuard",
|
|
17309
17409
|
path: _path + ".url",
|
|
17310
17410
|
expected: "(string | undefined)",
|
|
@@ -17324,9 +17424,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17324
17424
|
path: _path + ".args",
|
|
17325
17425
|
expected: "(Array<string> | undefined)",
|
|
17326
17426
|
value: input.args
|
|
17327
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
17427
|
+
}, _errorFactory)) && input.args.every((elem, _index56) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17328
17428
|
method: "typia.assertGuard",
|
|
17329
|
-
path: _path + ".args[" +
|
|
17429
|
+
path: _path + ".args[" + _index56 + "]",
|
|
17330
17430
|
expected: "string",
|
|
17331
17431
|
value: elem
|
|
17332
17432
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17334,7 +17434,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17334
17434
|
path: _path + ".args",
|
|
17335
17435
|
expected: "(Array<string> | undefined)",
|
|
17336
17436
|
value: input.args
|
|
17337
|
-
}, _errorFactory)); const
|
|
17437
|
+
}, _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
17438
|
method: "typia.assertGuard",
|
|
17339
17439
|
path: _path + ".thumbnailView",
|
|
17340
17440
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
@@ -17342,14 +17442,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17342
17442
|
}, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17343
17443
|
method: "typia.assertGuard",
|
|
17344
17444
|
path: _path + ".voiceOver",
|
|
17345
|
-
expected: "(__type.
|
|
17445
|
+
expected: "(__type.o50 | undefined)",
|
|
17346
17446
|
value: input.voiceOver
|
|
17347
|
-
}, _errorFactory)) &&
|
|
17447
|
+
}, _errorFactory)) && _ao57(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17348
17448
|
method: "typia.assertGuard",
|
|
17349
17449
|
path: _path + ".voiceOver",
|
|
17350
|
-
expected: "(__type.
|
|
17450
|
+
expected: "(__type.o50 | undefined)",
|
|
17351
17451
|
value: input.voiceOver
|
|
17352
|
-
}, _errorFactory)); const
|
|
17452
|
+
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17353
17453
|
method: "typia.assertGuard",
|
|
17354
17454
|
path: _path + ".inputDevice",
|
|
17355
17455
|
expected: "(string | undefined)",
|
|
@@ -17374,7 +17474,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17374
17474
|
path: _path + ".preRollDuration",
|
|
17375
17475
|
expected: "(number | undefined)",
|
|
17376
17476
|
value: input.preRollDuration
|
|
17377
|
-
}, _errorFactory)); const
|
|
17477
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17378
17478
|
method: "typia.assertGuard",
|
|
17379
17479
|
path: _path + ".title",
|
|
17380
17480
|
expected: "(string | undefined)",
|
|
@@ -17389,9 +17489,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17389
17489
|
path: _path + ".args",
|
|
17390
17490
|
expected: "(Array<string> | undefined)",
|
|
17391
17491
|
value: input.args
|
|
17392
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
17492
|
+
}, _errorFactory)) && input.args.every((elem, _index57) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17393
17493
|
method: "typia.assertGuard",
|
|
17394
|
-
path: _path + ".args[" +
|
|
17494
|
+
path: _path + ".args[" + _index57 + "]",
|
|
17395
17495
|
expected: "string",
|
|
17396
17496
|
value: elem
|
|
17397
17497
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17399,82 +17499,82 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17399
17499
|
path: _path + ".args",
|
|
17400
17500
|
expected: "(Array<string> | undefined)",
|
|
17401
17501
|
value: input.args
|
|
17402
|
-
}, _errorFactory)); const
|
|
17502
|
+
}, _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
17503
|
method: "typia.assertGuard",
|
|
17404
17504
|
path: _path + ".folded",
|
|
17405
|
-
expected: "(__type.
|
|
17505
|
+
expected: "(__type.o53 | undefined)",
|
|
17406
17506
|
value: input.folded
|
|
17407
|
-
}, _errorFactory)) &&
|
|
17507
|
+
}, _errorFactory)) && _ao60(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17408
17508
|
method: "typia.assertGuard",
|
|
17409
17509
|
path: _path + ".folded",
|
|
17410
|
-
expected: "(__type.
|
|
17510
|
+
expected: "(__type.o53 | undefined)",
|
|
17411
17511
|
value: input.folded
|
|
17412
17512
|
}, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17413
17513
|
method: "typia.assertGuard",
|
|
17414
17514
|
path: _path + ".assets",
|
|
17415
|
-
expected: "(__type.
|
|
17515
|
+
expected: "(__type.o54 | undefined)",
|
|
17416
17516
|
value: input.assets
|
|
17417
|
-
}, _errorFactory)) &&
|
|
17517
|
+
}, _errorFactory)) && _ao61(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17418
17518
|
method: "typia.assertGuard",
|
|
17419
17519
|
path: _path + ".assets",
|
|
17420
|
-
expected: "(__type.
|
|
17520
|
+
expected: "(__type.o54 | undefined)",
|
|
17421
17521
|
value: input.assets
|
|
17422
17522
|
}, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17423
17523
|
method: "typia.assertGuard",
|
|
17424
17524
|
path: _path + ".pipeline",
|
|
17425
|
-
expected: "(__type.
|
|
17525
|
+
expected: "(__type.o58 | undefined)",
|
|
17426
17526
|
value: input.pipeline
|
|
17427
|
-
}, _errorFactory)) &&
|
|
17527
|
+
}, _errorFactory)) && _ao65(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17428
17528
|
method: "typia.assertGuard",
|
|
17429
17529
|
path: _path + ".pipeline",
|
|
17430
|
-
expected: "(__type.
|
|
17530
|
+
expected: "(__type.o58 | undefined)",
|
|
17431
17531
|
value: input.pipeline
|
|
17432
17532
|
}, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17433
17533
|
method: "typia.assertGuard",
|
|
17434
17534
|
path: _path + ".item",
|
|
17435
|
-
expected: "(__type.
|
|
17535
|
+
expected: "(__type.o60 | undefined)",
|
|
17436
17536
|
value: input.item
|
|
17437
|
-
}, _errorFactory)) &&
|
|
17537
|
+
}, _errorFactory)) && _ao67(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17438
17538
|
method: "typia.assertGuard",
|
|
17439
17539
|
path: _path + ".item",
|
|
17440
|
-
expected: "(__type.
|
|
17540
|
+
expected: "(__type.o60 | undefined)",
|
|
17441
17541
|
value: input.item
|
|
17442
|
-
}, _errorFactory)); const
|
|
17542
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17443
17543
|
method: "typia.assertGuard",
|
|
17444
17544
|
path: _path + ".auto",
|
|
17445
17545
|
expected: "(boolean | undefined)",
|
|
17446
17546
|
value: input.auto
|
|
17447
|
-
}, _errorFactory); const
|
|
17547
|
+
}, _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
17548
|
method: "typia.assertGuard",
|
|
17449
17549
|
path: _path + ".story",
|
|
17450
|
-
expected: "(__type.
|
|
17550
|
+
expected: "(__type.o55 | undefined)",
|
|
17451
17551
|
value: input.story
|
|
17452
|
-
}, _errorFactory)) &&
|
|
17552
|
+
}, _errorFactory)) && _ao62(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17453
17553
|
method: "typia.assertGuard",
|
|
17454
17554
|
path: _path + ".story",
|
|
17455
|
-
expected: "(__type.
|
|
17555
|
+
expected: "(__type.o55 | undefined)",
|
|
17456
17556
|
value: input.story
|
|
17457
17557
|
}, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17458
17558
|
method: "typia.assertGuard",
|
|
17459
17559
|
path: _path + ".note",
|
|
17460
|
-
expected: "(__type.
|
|
17560
|
+
expected: "(__type.o57 | undefined)",
|
|
17461
17561
|
value: input.note
|
|
17462
|
-
}, _errorFactory)) &&
|
|
17562
|
+
}, _errorFactory)) && _ao64(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17463
17563
|
method: "typia.assertGuard",
|
|
17464
17564
|
path: _path + ".note",
|
|
17465
|
-
expected: "(__type.
|
|
17565
|
+
expected: "(__type.o57 | undefined)",
|
|
17466
17566
|
value: input.note
|
|
17467
|
-
}, _errorFactory)); const
|
|
17567
|
+
}, _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
17568
|
method: "typia.assertGuard",
|
|
17469
17569
|
path: _path + ".excerpt",
|
|
17470
|
-
expected: "(__type.
|
|
17570
|
+
expected: "(__type.o56 | undefined)",
|
|
17471
17571
|
value: input.excerpt
|
|
17472
|
-
}, _errorFactory)) &&
|
|
17572
|
+
}, _errorFactory)) && _ao63(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17473
17573
|
method: "typia.assertGuard",
|
|
17474
17574
|
path: _path + ".excerpt",
|
|
17475
|
-
expected: "(__type.
|
|
17575
|
+
expected: "(__type.o56 | undefined)",
|
|
17476
17576
|
value: input.excerpt
|
|
17477
|
-
}, _errorFactory); const
|
|
17577
|
+
}, _errorFactory); const _ao63 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17478
17578
|
method: "typia.assertGuard",
|
|
17479
17579
|
path: _path + ".maxLines",
|
|
17480
17580
|
expected: "(number | undefined)",
|
|
@@ -17489,32 +17589,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17489
17589
|
path: _path + ".comments",
|
|
17490
17590
|
expected: "(boolean | undefined)",
|
|
17491
17591
|
value: input.comments
|
|
17492
|
-
}, _errorFactory)); const
|
|
17592
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17493
17593
|
method: "typia.assertGuard",
|
|
17494
17594
|
path: _path + ".maxHeight",
|
|
17495
17595
|
expected: "(number | undefined)",
|
|
17496
17596
|
value: input.maxHeight
|
|
17497
|
-
}, _errorFactory); const
|
|
17597
|
+
}, _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
17598
|
method: "typia.assertGuard",
|
|
17499
17599
|
path: _path + ".search",
|
|
17500
|
-
expected: "(__type.
|
|
17600
|
+
expected: "(__type.o59 | undefined)",
|
|
17501
17601
|
value: input.search
|
|
17502
|
-
}, _errorFactory)) &&
|
|
17602
|
+
}, _errorFactory)) && _ao66(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17503
17603
|
method: "typia.assertGuard",
|
|
17504
17604
|
path: _path + ".search",
|
|
17505
|
-
expected: "(__type.
|
|
17605
|
+
expected: "(__type.o59 | undefined)",
|
|
17506
17606
|
value: input.search
|
|
17507
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
17607
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av58.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17508
17608
|
method: "typia.assertGuard",
|
|
17509
17609
|
path: _path + ".sortMode",
|
|
17510
17610
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
17511
17611
|
value: input.sortMode
|
|
17512
|
-
}, _errorFactory)); const
|
|
17612
|
+
}, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17513
17613
|
method: "typia.assertGuard",
|
|
17514
17614
|
path: _path + ".maxItemsDisplayed",
|
|
17515
17615
|
expected: "(number | undefined)",
|
|
17516
17616
|
value: input.maxItemsDisplayed
|
|
17517
|
-
}, _errorFactory); const
|
|
17617
|
+
}, _errorFactory); const _ao67 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17518
17618
|
method: "typia.assertGuard",
|
|
17519
17619
|
path: _path + ".maxHeight",
|
|
17520
17620
|
expected: "(number | undefined)",
|
|
@@ -17524,14 +17624,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17524
17624
|
path: _path + ".titleLines",
|
|
17525
17625
|
expected: "(number | undefined)",
|
|
17526
17626
|
value: input.titleLines
|
|
17527
|
-
}, _errorFactory)); const
|
|
17627
|
+
}, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17528
17628
|
method: "typia.assertGuard",
|
|
17529
17629
|
path: _path + ".fontFamilies",
|
|
17530
17630
|
expected: "(Array<string> | undefined)",
|
|
17531
17631
|
value: input.fontFamilies
|
|
17532
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
17632
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17533
17633
|
method: "typia.assertGuard",
|
|
17534
|
-
path: _path + ".fontFamilies[" +
|
|
17634
|
+
path: _path + ".fontFamilies[" + _index59 + "]",
|
|
17535
17635
|
expected: "string",
|
|
17536
17636
|
value: elem
|
|
17537
17637
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17539,7 +17639,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17539
17639
|
path: _path + ".fontFamilies",
|
|
17540
17640
|
expected: "(Array<string> | undefined)",
|
|
17541
17641
|
value: input.fontFamilies
|
|
17542
|
-
}, _errorFactory); const
|
|
17642
|
+
}, _errorFactory); const _ao69 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17543
17643
|
method: "typia.assertGuard",
|
|
17544
17644
|
path: _path + ".id",
|
|
17545
17645
|
expected: "(string | undefined)",
|
|
@@ -17549,37 +17649,37 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17549
17649
|
path: _path + ".folded",
|
|
17550
17650
|
expected: "(boolean | undefined)",
|
|
17551
17651
|
value: input.folded
|
|
17552
|
-
}, _errorFactory)); const
|
|
17652
|
+
}, _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
17653
|
method: "typia.assertGuard",
|
|
17554
17654
|
path: _path + ".adobe",
|
|
17555
|
-
expected: "(__type.
|
|
17655
|
+
expected: "(__type.o64 | undefined)",
|
|
17556
17656
|
value: input.adobe
|
|
17557
|
-
}, _errorFactory)) &&
|
|
17657
|
+
}, _errorFactory)) && _ao71(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17558
17658
|
method: "typia.assertGuard",
|
|
17559
17659
|
path: _path + ".adobe",
|
|
17560
|
-
expected: "(__type.
|
|
17660
|
+
expected: "(__type.o64 | undefined)",
|
|
17561
17661
|
value: input.adobe
|
|
17562
17662
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17563
17663
|
method: "typia.assertGuard",
|
|
17564
17664
|
path: _path + ".rive",
|
|
17565
|
-
expected: "(__type.
|
|
17665
|
+
expected: "(__type.o65 | undefined)",
|
|
17566
17666
|
value: input.rive
|
|
17567
|
-
}, _errorFactory)) &&
|
|
17667
|
+
}, _errorFactory)) && _ao72(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17568
17668
|
method: "typia.assertGuard",
|
|
17569
17669
|
path: _path + ".rive",
|
|
17570
|
-
expected: "(__type.
|
|
17670
|
+
expected: "(__type.o65 | undefined)",
|
|
17571
17671
|
value: input.rive
|
|
17572
|
-
}, _errorFactory)); const
|
|
17672
|
+
}, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17573
17673
|
method: "typia.assertGuard",
|
|
17574
17674
|
path: _path + ".useProxies",
|
|
17575
17675
|
expected: "(boolean | undefined)",
|
|
17576
17676
|
value: input.useProxies
|
|
17577
|
-
}, _errorFactory); const
|
|
17677
|
+
}, _errorFactory); const _ao72 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17578
17678
|
method: "typia.assertGuard",
|
|
17579
17679
|
path: _path + ".template",
|
|
17580
17680
|
expected: "(string | undefined)",
|
|
17581
17681
|
value: input.template
|
|
17582
|
-
}, _errorFactory); const
|
|
17682
|
+
}, _errorFactory); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17583
17683
|
method: "typia.assertGuard",
|
|
17584
17684
|
path: _path + ".collections",
|
|
17585
17685
|
expected: "(boolean | undefined)",
|
|
@@ -17594,7 +17694,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17594
17694
|
path: _path + ".ameRemoteRendering",
|
|
17595
17695
|
expected: "(boolean | undefined)",
|
|
17596
17696
|
value: input.ameRemoteRendering
|
|
17597
|
-
}, _errorFactory)); const
|
|
17697
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17598
17698
|
method: "typia.assertGuard",
|
|
17599
17699
|
path: _path + ".utils",
|
|
17600
17700
|
expected: "(boolean | undefined)",
|
|
@@ -17689,24 +17789,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17689
17789
|
path: _path + ".systemHealth",
|
|
17690
17790
|
expected: "(boolean | undefined)",
|
|
17691
17791
|
value: input.systemHealth
|
|
17692
|
-
}, _errorFactory)); const
|
|
17792
|
+
}, _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
17793
|
method: "typia.assertGuard",
|
|
17694
17794
|
path: _path + ".events",
|
|
17695
|
-
expected: "(__type.
|
|
17795
|
+
expected: "(__type.o69 | undefined)",
|
|
17696
17796
|
value: input.events
|
|
17697
|
-
}, _errorFactory)) &&
|
|
17797
|
+
}, _errorFactory)) && _ao76(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17698
17798
|
method: "typia.assertGuard",
|
|
17699
17799
|
path: _path + ".events",
|
|
17700
|
-
expected: "(__type.
|
|
17800
|
+
expected: "(__type.o69 | undefined)",
|
|
17701
17801
|
value: input.events
|
|
17702
|
-
}, _errorFactory); const
|
|
17802
|
+
}, _errorFactory); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17703
17803
|
method: "typia.assertGuard",
|
|
17704
17804
|
path: _path + ".comment",
|
|
17705
17805
|
expected: "(Array<NotificationReason> | undefined)",
|
|
17706
17806
|
value: input.comment
|
|
17707
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
17807
|
+
}, _errorFactory)) && input.comment.every((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17708
17808
|
method: "typia.assertGuard",
|
|
17709
|
-
path: _path + ".comment[" +
|
|
17809
|
+
path: _path + ".comment[" + _index60 + "]",
|
|
17710
17810
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17711
17811
|
value: elem
|
|
17712
17812
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17719,9 +17819,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17719
17819
|
path: _path + ".assigned",
|
|
17720
17820
|
expected: "(Array<NotificationReason> | undefined)",
|
|
17721
17821
|
value: input.assigned
|
|
17722
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
17822
|
+
}, _errorFactory)) && input.assigned.every((elem, _index61) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17723
17823
|
method: "typia.assertGuard",
|
|
17724
|
-
path: _path + ".assigned[" +
|
|
17824
|
+
path: _path + ".assigned[" + _index61 + "]",
|
|
17725
17825
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17726
17826
|
value: elem
|
|
17727
17827
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17734,9 +17834,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17734
17834
|
path: _path + ".unassigned",
|
|
17735
17835
|
expected: "(Array<NotificationReason> | undefined)",
|
|
17736
17836
|
value: input.unassigned
|
|
17737
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
17837
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index62) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17738
17838
|
method: "typia.assertGuard",
|
|
17739
|
-
path: _path + ".unassigned[" +
|
|
17839
|
+
path: _path + ".unassigned[" + _index62 + "]",
|
|
17740
17840
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17741
17841
|
value: elem
|
|
17742
17842
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17747,14 +17847,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17747
17847
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17748
17848
|
method: "typia.assertGuard",
|
|
17749
17849
|
path: _path + ".publishSucceeded",
|
|
17750
|
-
expected: "(__type.
|
|
17850
|
+
expected: "(__type.o70 | undefined)",
|
|
17751
17851
|
value: input.publishSucceeded
|
|
17752
|
-
}, _errorFactory)) &&
|
|
17852
|
+
}, _errorFactory)) && _ao77(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17753
17853
|
method: "typia.assertGuard",
|
|
17754
17854
|
path: _path + ".publishSucceeded",
|
|
17755
|
-
expected: "(__type.
|
|
17855
|
+
expected: "(__type.o70 | undefined)",
|
|
17756
17856
|
value: input.publishSucceeded
|
|
17757
|
-
}, _errorFactory)); const
|
|
17857
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
17758
17858
|
const value = input[key];
|
|
17759
17859
|
if (undefined === value)
|
|
17760
17860
|
return true;
|
|
@@ -17763,9 +17863,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17763
17863
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17764
17864
|
expected: "Array<NotificationReason>",
|
|
17765
17865
|
value: value
|
|
17766
|
-
}, _errorFactory)) && value.every((elem,
|
|
17866
|
+
}, _errorFactory)) && value.every((elem, _index63) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17767
17867
|
method: "typia.assertGuard",
|
|
17768
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
17868
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index63 + "]",
|
|
17769
17869
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
17770
17870
|
value: elem
|
|
17771
17871
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17774,14 +17874,34 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17774
17874
|
expected: "Array<NotificationReason>",
|
|
17775
17875
|
value: value
|
|
17776
17876
|
}, _errorFactory);
|
|
17777
|
-
}); const
|
|
17877
|
+
}); 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, {
|
|
17878
|
+
method: "typia.assertGuard",
|
|
17879
|
+
path: _path + ".duplicate",
|
|
17880
|
+
expected: "(__type.o72 | undefined)",
|
|
17881
|
+
value: input.duplicate
|
|
17882
|
+
}, _errorFactory)) && _ao79(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17883
|
+
method: "typia.assertGuard",
|
|
17884
|
+
path: _path + ".duplicate",
|
|
17885
|
+
expected: "(__type.o72 | undefined)",
|
|
17886
|
+
value: input.duplicate
|
|
17887
|
+
}, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17888
|
+
method: "typia.assertGuard",
|
|
17889
|
+
path: _path + ".titlePrefix",
|
|
17890
|
+
expected: "(string | undefined)",
|
|
17891
|
+
value: input.titlePrefix
|
|
17892
|
+
}, _errorFactory)) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17893
|
+
method: "typia.assertGuard",
|
|
17894
|
+
path: _path + ".titleSuffix",
|
|
17895
|
+
expected: "(string | undefined)",
|
|
17896
|
+
value: input.titleSuffix
|
|
17897
|
+
}, _errorFactory)); const _ao80 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17778
17898
|
method: "typia.assertGuard",
|
|
17779
17899
|
path: _path + ".stateFilter",
|
|
17780
17900
|
expected: "(Array<number> | undefined)",
|
|
17781
17901
|
value: input.stateFilter
|
|
17782
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
17902
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index64) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17783
17903
|
method: "typia.assertGuard",
|
|
17784
|
-
path: _path + ".stateFilter[" +
|
|
17904
|
+
path: _path + ".stateFilter[" + _index64 + "]",
|
|
17785
17905
|
expected: "number",
|
|
17786
17906
|
value: elem
|
|
17787
17907
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|