@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
|
@@ -13728,10 +13728,34 @@ function _validateDomainRecord(domain, input) {
|
|
|
13728
13728
|
}; })()(input);
|
|
13729
13729
|
}
|
|
13730
13730
|
case ":script": {
|
|
13731
|
-
return (() => { const _io0 = input => "string" === typeof input.value; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.value || _report(_exceptionable, {
|
|
13731
|
+
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 _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.value || _report(_exceptionable, {
|
|
13732
13732
|
path: _path + ".value",
|
|
13733
13733
|
expected: "string",
|
|
13734
13734
|
value: input.value
|
|
13735
|
+
}), undefined === input.refs || (Array.isArray(input.refs) || _report(_exceptionable, {
|
|
13736
|
+
path: _path + ".refs",
|
|
13737
|
+
expected: "(Array<__type> | undefined)",
|
|
13738
|
+
value: input.refs
|
|
13739
|
+
})) && input.refs.map((elem, _index2) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
13740
|
+
path: _path + ".refs[" + _index2 + "]",
|
|
13741
|
+
expected: "__type",
|
|
13742
|
+
value: elem
|
|
13743
|
+
})) && _vo1(elem, _path + ".refs[" + _index2 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
13744
|
+
path: _path + ".refs[" + _index2 + "]",
|
|
13745
|
+
expected: "__type",
|
|
13746
|
+
value: elem
|
|
13747
|
+
})).every(flag => flag) || _report(_exceptionable, {
|
|
13748
|
+
path: _path + ".refs",
|
|
13749
|
+
expected: "(Array<__type> | undefined)",
|
|
13750
|
+
value: input.refs
|
|
13751
|
+
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.mixin || _report(_exceptionable, {
|
|
13752
|
+
path: _path + ".mixin",
|
|
13753
|
+
expected: "string",
|
|
13754
|
+
value: input.mixin
|
|
13755
|
+
}), undefined === input.asset || "string" === typeof input.asset || _report(_exceptionable, {
|
|
13756
|
+
path: _path + ".asset",
|
|
13757
|
+
expected: "(string | undefined)",
|
|
13758
|
+
value: input.asset
|
|
13735
13759
|
})].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
|
|
13736
13760
|
if (false === __is(input)) {
|
|
13737
13761
|
errors = [];
|
|
@@ -14482,7 +14506,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
14482
14506
|
}; })()(input);
|
|
14483
14507
|
}
|
|
14484
14508
|
case ":search": {
|
|
14485
|
-
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 => {
|
|
14509
|
+
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 => {
|
|
14486
14510
|
const value = input[key];
|
|
14487
14511
|
if (undefined === value)
|
|
14488
14512
|
return true;
|
|
@@ -14571,6 +14595,10 @@ function _validateDomainRecord(domain, input) {
|
|
|
14571
14595
|
path: _path + ".color",
|
|
14572
14596
|
expected: "(string | undefined)",
|
|
14573
14597
|
value: input.color
|
|
14598
|
+
}), undefined === input.icon || "string" === typeof input.icon || _report(_exceptionable, {
|
|
14599
|
+
path: _path + ".icon",
|
|
14600
|
+
expected: "(string | undefined)",
|
|
14601
|
+
value: input.icon
|
|
14574
14602
|
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
14575
14603
|
const value = input[key];
|
|
14576
14604
|
if (undefined === value)
|
|
@@ -14772,84 +14800,84 @@ function _validateDomainRecord(domain, input) {
|
|
|
14772
14800
|
}; })()(input);
|
|
14773
14801
|
}
|
|
14774
14802
|
case ":settings": {
|
|
14775
|
-
return (() => { const
|
|
14803
|
+
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 _vv54 = 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 _vv58 = 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 => {
|
|
14776
14804
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
14777
14805
|
return true;
|
|
14778
14806
|
const value = input[key];
|
|
14779
14807
|
if (undefined === value)
|
|
14780
14808
|
return true;
|
|
14781
14809
|
return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
14782
|
-
}); 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) &&
|
|
14810
|
+
}); 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 => {
|
|
14783
14811
|
const value = input[key];
|
|
14784
14812
|
if (undefined === value)
|
|
14785
14813
|
return true;
|
|
14786
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14787
|
-
}); const
|
|
14814
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io24(value);
|
|
14815
|
+
}); 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 => {
|
|
14788
14816
|
const value = input[key];
|
|
14789
14817
|
if (undefined === value)
|
|
14790
14818
|
return true;
|
|
14791
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14792
|
-
}); const
|
|
14819
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io27(value);
|
|
14820
|
+
}); 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 => {
|
|
14793
14821
|
const value = input[key];
|
|
14794
14822
|
if (undefined === value)
|
|
14795
14823
|
return true;
|
|
14796
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14797
|
-
}); const
|
|
14824
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
14825
|
+
}); 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 => {
|
|
14798
14826
|
const value = input[key];
|
|
14799
14827
|
if (undefined === value)
|
|
14800
14828
|
return true;
|
|
14801
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14802
|
-
}); const _io33 = input => Object.keys(input).every(key => {
|
|
14803
|
-
const value = input[key];
|
|
14804
|
-
if (undefined === value)
|
|
14805
|
-
return true;
|
|
14806
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value);
|
|
14829
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
14807
14830
|
}); const _io34 = input => Object.keys(input).every(key => {
|
|
14808
14831
|
const value = input[key];
|
|
14809
14832
|
if (undefined === value)
|
|
14810
14833
|
return true;
|
|
14811
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14834
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
14812
14835
|
}); const _io35 = input => Object.keys(input).every(key => {
|
|
14813
14836
|
const value = input[key];
|
|
14814
14837
|
if (undefined === value)
|
|
14815
14838
|
return true;
|
|
14816
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14839
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
14817
14840
|
}); const _io36 = input => Object.keys(input).every(key => {
|
|
14818
14841
|
const value = input[key];
|
|
14819
14842
|
if (undefined === value)
|
|
14820
14843
|
return true;
|
|
14821
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14844
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
14822
14845
|
}); const _io37 = input => Object.keys(input).every(key => {
|
|
14823
14846
|
const value = input[key];
|
|
14824
14847
|
if (undefined === value)
|
|
14825
14848
|
return true;
|
|
14826
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14849
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
14827
14850
|
}); const _io38 = input => Object.keys(input).every(key => {
|
|
14828
14851
|
const value = input[key];
|
|
14829
14852
|
if (undefined === value)
|
|
14830
14853
|
return true;
|
|
14831
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14854
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
14832
14855
|
}); const _io39 = input => Object.keys(input).every(key => {
|
|
14833
14856
|
const value = input[key];
|
|
14834
14857
|
if (undefined === value)
|
|
14835
14858
|
return true;
|
|
14836
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14859
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
14837
14860
|
}); const _io40 = input => Object.keys(input).every(key => {
|
|
14838
14861
|
const value = input[key];
|
|
14839
14862
|
if (undefined === value)
|
|
14840
14863
|
return true;
|
|
14841
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14864
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
14842
14865
|
}); const _io41 = input => Object.keys(input).every(key => {
|
|
14843
14866
|
const value = input[key];
|
|
14844
14867
|
if (undefined === value)
|
|
14845
14868
|
return true;
|
|
14846
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14847
|
-
}); 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 => {
|
|
14869
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
14870
|
+
}); const _io42 = input => Object.keys(input).every(key => {
|
|
14871
|
+
const value = input[key];
|
|
14872
|
+
if (undefined === value)
|
|
14873
|
+
return true;
|
|
14874
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
14875
|
+
}); 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 => {
|
|
14848
14876
|
const value = input[key];
|
|
14849
14877
|
if (undefined === value)
|
|
14850
14878
|
return true;
|
|
14851
14879
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
14852
|
-
}); const
|
|
14880
|
+
}); 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 _vo0 = (input, _path, _exceptionable = true) => [undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || _report(_exceptionable, {
|
|
14853
14881
|
path: _path + ".autoLogoutTime",
|
|
14854
14882
|
expected: "(number | undefined)",
|
|
14855
14883
|
value: input.autoLogoutTime
|
|
@@ -14905,16 +14933,16 @@ function _validateDomainRecord(domain, input) {
|
|
|
14905
14933
|
path: _path + ".exclusiveTagGroups",
|
|
14906
14934
|
expected: "(Array<Array<string>> | undefined)",
|
|
14907
14935
|
value: input.exclusiveTagGroups
|
|
14908
|
-
})) && input.exclusiveTagGroups.map((elem,
|
|
14909
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
14936
|
+
})) && input.exclusiveTagGroups.map((elem, _index33) => (Array.isArray(elem) || _report(_exceptionable, {
|
|
14937
|
+
path: _path + ".exclusiveTagGroups[" + _index33 + "]",
|
|
14910
14938
|
expected: "Array<string>",
|
|
14911
14939
|
value: elem
|
|
14912
|
-
})) && elem.map((elem,
|
|
14913
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
14940
|
+
})) && elem.map((elem, _index34) => "string" === typeof elem || _report(_exceptionable, {
|
|
14941
|
+
path: _path + ".exclusiveTagGroups[" + _index33 + "][" + _index34 + "]",
|
|
14914
14942
|
expected: "string",
|
|
14915
14943
|
value: elem
|
|
14916
14944
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
14917
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
14945
|
+
path: _path + ".exclusiveTagGroups[" + _index33 + "]",
|
|
14918
14946
|
expected: "Array<string>",
|
|
14919
14947
|
value: elem
|
|
14920
14948
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -14971,35 +14999,35 @@ function _validateDomainRecord(domain, input) {
|
|
|
14971
14999
|
value: input.dashboard
|
|
14972
15000
|
}), undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || _report(_exceptionable, {
|
|
14973
15001
|
path: _path + ".script",
|
|
14974
|
-
expected: "(__type.
|
|
15002
|
+
expected: "(__type.o16 | undefined)",
|
|
14975
15003
|
value: input.script
|
|
14976
|
-
})) &&
|
|
15004
|
+
})) && _vo20(input.script, _path + ".script", true && _exceptionable) || _report(_exceptionable, {
|
|
14977
15005
|
path: _path + ".script",
|
|
14978
|
-
expected: "(__type.
|
|
15006
|
+
expected: "(__type.o16 | undefined)",
|
|
14979
15007
|
value: input.script
|
|
14980
15008
|
}), undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || _report(_exceptionable, {
|
|
14981
15009
|
path: _path + ".events",
|
|
14982
|
-
expected: "(__type.
|
|
15010
|
+
expected: "(__type.o20 | undefined)",
|
|
14983
15011
|
value: input.events
|
|
14984
|
-
})) &&
|
|
15012
|
+
})) && _vo25(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
|
|
14985
15013
|
path: _path + ".events",
|
|
14986
|
-
expected: "(__type.
|
|
15014
|
+
expected: "(__type.o20 | undefined)",
|
|
14987
15015
|
value: input.events
|
|
14988
15016
|
}), undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || _report(_exceptionable, {
|
|
14989
15017
|
path: _path + ".rundown",
|
|
14990
|
-
expected: "(__type.
|
|
15018
|
+
expected: "(__type.o22 | undefined)",
|
|
14991
15019
|
value: input.rundown
|
|
14992
|
-
})) &&
|
|
15020
|
+
})) && _vo28(input.rundown, _path + ".rundown", true && _exceptionable) || _report(_exceptionable, {
|
|
14993
15021
|
path: _path + ".rundown",
|
|
14994
|
-
expected: "(__type.
|
|
15022
|
+
expected: "(__type.o22 | undefined)",
|
|
14995
15023
|
value: input.rundown
|
|
14996
15024
|
}), undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || _report(_exceptionable, {
|
|
14997
15025
|
path: _path + ".gallery",
|
|
14998
|
-
expected: "(__type.
|
|
15026
|
+
expected: "(__type.o23 | undefined)",
|
|
14999
15027
|
value: input.gallery
|
|
15000
|
-
})) &&
|
|
15028
|
+
})) && _vo29(input.gallery, _path + ".gallery", true && _exceptionable) || _report(_exceptionable, {
|
|
15001
15029
|
path: _path + ".gallery",
|
|
15002
|
-
expected: "(__type.
|
|
15030
|
+
expected: "(__type.o23 | undefined)",
|
|
15003
15031
|
value: input.gallery
|
|
15004
15032
|
}), undefined === input.history || "boolean" === typeof input.history || _report(_exceptionable, {
|
|
15005
15033
|
path: _path + ".history",
|
|
@@ -15007,39 +15035,39 @@ function _validateDomainRecord(domain, input) {
|
|
|
15007
15035
|
value: input.history
|
|
15008
15036
|
}), undefined === input.keymap || ("object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) || _report(_exceptionable, {
|
|
15009
15037
|
path: _path + ".keymap",
|
|
15010
|
-
expected: "(__type.
|
|
15038
|
+
expected: "(__type.o24 | undefined)",
|
|
15011
15039
|
value: input.keymap
|
|
15012
|
-
})) &&
|
|
15040
|
+
})) && _vo30(input.keymap, _path + ".keymap", true && _exceptionable) || _report(_exceptionable, {
|
|
15013
15041
|
path: _path + ".keymap",
|
|
15014
|
-
expected: "(__type.
|
|
15042
|
+
expected: "(__type.o24 | undefined)",
|
|
15015
15043
|
value: input.keymap
|
|
15016
15044
|
}), undefined === input.media || ("object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) || _report(_exceptionable, {
|
|
15017
15045
|
path: _path + ".media",
|
|
15018
|
-
expected: "(__type.
|
|
15046
|
+
expected: "(__type.o36 | undefined)",
|
|
15019
15047
|
value: input.media
|
|
15020
|
-
})) &&
|
|
15048
|
+
})) && _vo43(input.media, _path + ".media", true && _exceptionable) || _report(_exceptionable, {
|
|
15021
15049
|
path: _path + ".media",
|
|
15022
|
-
expected: "(__type.
|
|
15050
|
+
expected: "(__type.o36 | undefined)",
|
|
15023
15051
|
value: input.media
|
|
15024
15052
|
}), undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || _report(_exceptionable, {
|
|
15025
15053
|
path: _path + ".edit",
|
|
15026
|
-
expected: "(__type.
|
|
15054
|
+
expected: "(__type.o49 | undefined)",
|
|
15027
15055
|
value: input.edit
|
|
15028
|
-
})) &&
|
|
15056
|
+
})) && _vo56(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
|
|
15029
15057
|
path: _path + ".edit",
|
|
15030
|
-
expected: "(__type.
|
|
15058
|
+
expected: "(__type.o49 | undefined)",
|
|
15031
15059
|
value: input.edit
|
|
15032
15060
|
}), undefined === input.commands || (Array.isArray(input.commands) || _report(_exceptionable, {
|
|
15033
15061
|
path: _path + ".commands",
|
|
15034
15062
|
expected: "(Array<__type>.o4 | undefined)",
|
|
15035
15063
|
value: input.commands
|
|
15036
|
-
})) && input.commands.map((elem,
|
|
15037
|
-
path: _path + ".commands[" +
|
|
15038
|
-
expected: "__type.
|
|
15064
|
+
})) && input.commands.map((elem, _index35) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
15065
|
+
path: _path + ".commands[" + _index35 + "]",
|
|
15066
|
+
expected: "__type.o51",
|
|
15039
15067
|
value: elem
|
|
15040
|
-
})) &&
|
|
15041
|
-
path: _path + ".commands[" +
|
|
15042
|
-
expected: "__type.
|
|
15068
|
+
})) && _vo58(elem, _path + ".commands[" + _index35 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
15069
|
+
path: _path + ".commands[" + _index35 + "]",
|
|
15070
|
+
expected: "__type.o51",
|
|
15043
15071
|
value: elem
|
|
15044
15072
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
15045
15073
|
path: _path + ".commands",
|
|
@@ -15049,8 +15077,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
15049
15077
|
path: _path + ".predefinedTags",
|
|
15050
15078
|
expected: "(Array<string> | undefined)",
|
|
15051
15079
|
value: input.predefinedTags
|
|
15052
|
-
})) && input.predefinedTags.map((elem,
|
|
15053
|
-
path: _path + ".predefinedTags[" +
|
|
15080
|
+
})) && input.predefinedTags.map((elem, _index36) => "string" === typeof elem || _report(_exceptionable, {
|
|
15081
|
+
path: _path + ".predefinedTags[" + _index36 + "]",
|
|
15054
15082
|
expected: "string",
|
|
15055
15083
|
value: elem
|
|
15056
15084
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -15059,31 +15087,31 @@ function _validateDomainRecord(domain, input) {
|
|
|
15059
15087
|
value: input.predefinedTags
|
|
15060
15088
|
}), undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || _report(_exceptionable, {
|
|
15061
15089
|
path: _path + ".storyboard",
|
|
15062
|
-
expected: "(__type.
|
|
15090
|
+
expected: "(__type.o52 | undefined)",
|
|
15063
15091
|
value: input.storyboard
|
|
15064
|
-
})) &&
|
|
15092
|
+
})) && _vo59(input.storyboard, _path + ".storyboard", true && _exceptionable) || _report(_exceptionable, {
|
|
15065
15093
|
path: _path + ".storyboard",
|
|
15066
|
-
expected: "(__type.
|
|
15094
|
+
expected: "(__type.o52 | undefined)",
|
|
15067
15095
|
value: input.storyboard
|
|
15068
15096
|
}), undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || _report(_exceptionable, {
|
|
15069
15097
|
path: _path + ".print",
|
|
15070
|
-
expected: "(__type.
|
|
15098
|
+
expected: "(__type.o61 | undefined)",
|
|
15071
15099
|
value: input.print
|
|
15072
|
-
})) &&
|
|
15100
|
+
})) && _vo68(input.print, _path + ".print", true && _exceptionable) || _report(_exceptionable, {
|
|
15073
15101
|
path: _path + ".print",
|
|
15074
|
-
expected: "(__type.
|
|
15102
|
+
expected: "(__type.o61 | undefined)",
|
|
15075
15103
|
value: input.print
|
|
15076
15104
|
}), undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || _report(_exceptionable, {
|
|
15077
15105
|
path: _path + ".hiddenPreviews",
|
|
15078
15106
|
expected: "(Array<__type>.o5 | undefined)",
|
|
15079
15107
|
value: input.hiddenPreviews
|
|
15080
|
-
})) && input.hiddenPreviews.map((elem,
|
|
15081
|
-
path: _path + ".hiddenPreviews[" +
|
|
15082
|
-
expected: "__type.
|
|
15108
|
+
})) && input.hiddenPreviews.map((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
15109
|
+
path: _path + ".hiddenPreviews[" + _index37 + "]",
|
|
15110
|
+
expected: "__type.o62",
|
|
15083
15111
|
value: elem
|
|
15084
|
-
})) &&
|
|
15085
|
-
path: _path + ".hiddenPreviews[" +
|
|
15086
|
-
expected: "__type.
|
|
15112
|
+
})) && _vo69(elem, _path + ".hiddenPreviews[" + _index37 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
15113
|
+
path: _path + ".hiddenPreviews[" + _index37 + "]",
|
|
15114
|
+
expected: "__type.o62",
|
|
15087
15115
|
value: elem
|
|
15088
15116
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
15089
15117
|
path: _path + ".hiddenPreviews",
|
|
@@ -15091,11 +15119,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
15091
15119
|
value: input.hiddenPreviews
|
|
15092
15120
|
}), undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || _report(_exceptionable, {
|
|
15093
15121
|
path: _path + ".plugins",
|
|
15094
|
-
expected: "(__type.
|
|
15122
|
+
expected: "(__type.o63 | undefined)",
|
|
15095
15123
|
value: input.plugins
|
|
15096
|
-
})) &&
|
|
15124
|
+
})) && _vo70(input.plugins, _path + ".plugins", true && _exceptionable) || _report(_exceptionable, {
|
|
15097
15125
|
path: _path + ".plugins",
|
|
15098
|
-
expected: "(__type.
|
|
15126
|
+
expected: "(__type.o63 | undefined)",
|
|
15099
15127
|
value: input.plugins
|
|
15100
15128
|
}), undefined === input.crashScreen || "boolean" === typeof input.crashScreen || _report(_exceptionable, {
|
|
15101
15129
|
path: _path + ".crashScreen",
|
|
@@ -15107,39 +15135,47 @@ function _validateDomainRecord(domain, input) {
|
|
|
15107
15135
|
value: input.debug
|
|
15108
15136
|
}), undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || _report(_exceptionable, {
|
|
15109
15137
|
path: _path + ".featurePreview",
|
|
15110
|
-
expected: "(__type.
|
|
15138
|
+
expected: "(__type.o66 | undefined)",
|
|
15111
15139
|
value: input.featurePreview
|
|
15112
|
-
})) &&
|
|
15140
|
+
})) && _vo73(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || _report(_exceptionable, {
|
|
15113
15141
|
path: _path + ".featurePreview",
|
|
15114
|
-
expected: "(__type.
|
|
15142
|
+
expected: "(__type.o66 | undefined)",
|
|
15115
15143
|
value: input.featurePreview
|
|
15116
15144
|
}), undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || _report(_exceptionable, {
|
|
15117
15145
|
path: _path + ".flags",
|
|
15118
|
-
expected: "(__type.
|
|
15146
|
+
expected: "(__type.o67 | undefined)",
|
|
15119
15147
|
value: input.flags
|
|
15120
|
-
})) &&
|
|
15148
|
+
})) && _vo74(input.flags, _path + ".flags", true && _exceptionable) || _report(_exceptionable, {
|
|
15121
15149
|
path: _path + ".flags",
|
|
15122
|
-
expected: "(__type.
|
|
15150
|
+
expected: "(__type.o67 | undefined)",
|
|
15123
15151
|
value: input.flags
|
|
15124
15152
|
}), undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || _report(_exceptionable, {
|
|
15125
15153
|
path: _path + ".notifications",
|
|
15126
|
-
expected: "(__type.
|
|
15154
|
+
expected: "(__type.o68 | undefined)",
|
|
15127
15155
|
value: input.notifications
|
|
15128
|
-
})) &&
|
|
15156
|
+
})) && _vo75(input.notifications, _path + ".notifications", true && _exceptionable) || _report(_exceptionable, {
|
|
15129
15157
|
path: _path + ".notifications",
|
|
15130
|
-
expected: "(__type.
|
|
15158
|
+
expected: "(__type.o68 | undefined)",
|
|
15131
15159
|
value: input.notifications
|
|
15132
15160
|
}), undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || _report(_exceptionable, {
|
|
15133
15161
|
path: _path + ".suppressDeleteAlert",
|
|
15134
15162
|
expected: "(boolean | undefined)",
|
|
15135
15163
|
value: input.suppressDeleteAlert
|
|
15164
|
+
}), undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || _report(_exceptionable, {
|
|
15165
|
+
path: _path + ".clone",
|
|
15166
|
+
expected: "(__type.o71 | undefined)",
|
|
15167
|
+
value: input.clone
|
|
15168
|
+
})) && _vo78(input.clone, _path + ".clone", true && _exceptionable) || _report(_exceptionable, {
|
|
15169
|
+
path: _path + ".clone",
|
|
15170
|
+
expected: "(__type.o71 | undefined)",
|
|
15171
|
+
value: input.clone
|
|
15136
15172
|
}), undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || _report(_exceptionable, {
|
|
15137
15173
|
path: _path + ".utilsAssetEditorPanel",
|
|
15138
|
-
expected: "(__type.
|
|
15174
|
+
expected: "(__type.o73 | undefined)",
|
|
15139
15175
|
value: input.utilsAssetEditorPanel
|
|
15140
|
-
})) &&
|
|
15176
|
+
})) && _vo80(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || _report(_exceptionable, {
|
|
15141
15177
|
path: _path + ".utilsAssetEditorPanel",
|
|
15142
|
-
expected: "(__type.
|
|
15178
|
+
expected: "(__type.o73 | undefined)",
|
|
15143
15179
|
value: input.utilsAssetEditorPanel
|
|
15144
15180
|
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => [undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || _report(_exceptionable, {
|
|
15145
15181
|
path: _path + ".overrideUserContact",
|
|
@@ -15149,7 +15185,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
15149
15185
|
path: _path + ".overrideUserLogin",
|
|
15150
15186
|
expected: "(boolean | undefined)",
|
|
15151
15187
|
value: input.overrideUserLogin
|
|
15152
|
-
})].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => [undefined === input.
|
|
15188
|
+
})].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => [undefined === input.editor || "string" === typeof input.editor || _report(_exceptionable, {
|
|
15189
|
+
path: _path + ".editor",
|
|
15190
|
+
expected: "(string | undefined)",
|
|
15191
|
+
value: input.editor
|
|
15192
|
+
}), undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || _report(_exceptionable, {
|
|
15153
15193
|
path: _path + ".tabs",
|
|
15154
15194
|
expected: "(ModuleTabs | undefined)",
|
|
15155
15195
|
value: input.tabs
|
|
@@ -15184,14 +15224,22 @@ function _validateDomainRecord(domain, input) {
|
|
|
15184
15224
|
path: _path + ".activeSectionIndex",
|
|
15185
15225
|
expected: "(number | undefined)",
|
|
15186
15226
|
value: input.activeSectionIndex
|
|
15187
|
-
}), undefined === input.activeTab || "string" === typeof input.activeTab || _report(_exceptionable, {
|
|
15227
|
+
}), null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab || _report(_exceptionable, {
|
|
15188
15228
|
path: _path + ".activeTab",
|
|
15189
|
-
expected: "(string | undefined)",
|
|
15229
|
+
expected: "(null | string | undefined)",
|
|
15190
15230
|
value: input.activeTab
|
|
15191
|
-
})
|
|
15231
|
+
}), undefined === input.priority || "number" === typeof input.priority || _report(_exceptionable, {
|
|
15232
|
+
path: _path + ".priority",
|
|
15233
|
+
expected: "(number | undefined)",
|
|
15234
|
+
value: input.priority
|
|
15235
|
+
})].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => [null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab || _report(_exceptionable, {
|
|
15192
15236
|
path: _path + ".activeTab",
|
|
15193
|
-
expected: "(string | undefined)",
|
|
15237
|
+
expected: "(null | string | undefined)",
|
|
15194
15238
|
value: input.activeTab
|
|
15239
|
+
}), undefined === input.priority || "number" === typeof input.priority || _report(_exceptionable, {
|
|
15240
|
+
path: _path + ".priority",
|
|
15241
|
+
expected: "(number | undefined)",
|
|
15242
|
+
value: input.priority
|
|
15195
15243
|
})].every(flag => flag); const _vo6 = (input, _path, _exceptionable = true) => [undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping || _report(_exceptionable, {
|
|
15196
15244
|
path: _path + ".defaultGrouping",
|
|
15197
15245
|
expected: "(\"\" | \"collection\" | \"stitch\" | undefined)",
|
|
@@ -15256,27 +15304,15 @@ function _validateDomainRecord(domain, input) {
|
|
|
15256
15304
|
path: _path + ".sortOrder",
|
|
15257
15305
|
expected: "(Array<string> | undefined)",
|
|
15258
15306
|
value: input.sortOrder
|
|
15259
|
-
})) && input.sortOrder.map((elem,
|
|
15260
|
-
path: _path + ".sortOrder[" +
|
|
15307
|
+
})) && input.sortOrder.map((elem, _index38) => "string" === typeof elem || _report(_exceptionable, {
|
|
15308
|
+
path: _path + ".sortOrder[" + _index38 + "]",
|
|
15261
15309
|
expected: "string",
|
|
15262
15310
|
value: elem
|
|
15263
15311
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
15264
15312
|
path: _path + ".sortOrder",
|
|
15265
15313
|
expected: "(Array<string> | undefined)",
|
|
15266
15314
|
value: input.sortOrder
|
|
15267
|
-
})].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [undefined === input.
|
|
15268
|
-
path: _path + ".exclude",
|
|
15269
|
-
expected: "(Array<string> | undefined)",
|
|
15270
|
-
value: input.exclude
|
|
15271
|
-
})) && input.exclude.map((elem, _index38) => "string" === typeof elem || _report(_exceptionable, {
|
|
15272
|
-
path: _path + ".exclude[" + _index38 + "]",
|
|
15273
|
-
expected: "string",
|
|
15274
|
-
value: elem
|
|
15275
|
-
})).every(flag => flag) || _report(_exceptionable, {
|
|
15276
|
-
path: _path + ".exclude",
|
|
15277
|
-
expected: "(Array<string> | undefined)",
|
|
15278
|
-
value: input.exclude
|
|
15279
|
-
})].every(flag => flag); const _vo13 = (input, _path, _exceptionable = true) => [undefined === input.include || (Array.isArray(input.include) || _report(_exceptionable, {
|
|
15315
|
+
})].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [undefined === input.include || (Array.isArray(input.include) || _report(_exceptionable, {
|
|
15280
15316
|
path: _path + ".include",
|
|
15281
15317
|
expected: "(Array<string> | undefined)",
|
|
15282
15318
|
value: input.include
|
|
@@ -15300,7 +15336,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15300
15336
|
path: _path + ".exclude",
|
|
15301
15337
|
expected: "(Array<string> | undefined)",
|
|
15302
15338
|
value: input.exclude
|
|
15303
|
-
})].every(flag => flag); const
|
|
15339
|
+
})].every(flag => flag); const _vo13 = (input, _path, _exceptionable = true) => [undefined === input.include || (Array.isArray(input.include) || _report(_exceptionable, {
|
|
15304
15340
|
path: _path + ".include",
|
|
15305
15341
|
expected: "(Array<string> | undefined)",
|
|
15306
15342
|
value: input.include
|
|
@@ -15324,7 +15360,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15324
15360
|
path: _path + ".exclude",
|
|
15325
15361
|
expected: "(Array<string> | undefined)",
|
|
15326
15362
|
value: input.exclude
|
|
15327
|
-
})].every(flag => flag); const
|
|
15363
|
+
})].every(flag => flag); const _vo14 = (input, _path, _exceptionable = true) => [undefined === input.include || (Array.isArray(input.include) || _report(_exceptionable, {
|
|
15328
15364
|
path: _path + ".include",
|
|
15329
15365
|
expected: "(Array<string> | undefined)",
|
|
15330
15366
|
value: input.include
|
|
@@ -15348,6 +15384,30 @@ function _validateDomainRecord(domain, input) {
|
|
|
15348
15384
|
path: _path + ".exclude",
|
|
15349
15385
|
expected: "(Array<string> | undefined)",
|
|
15350
15386
|
value: input.exclude
|
|
15387
|
+
})].every(flag => flag); const _vo15 = (input, _path, _exceptionable = true) => [undefined === input.include || (Array.isArray(input.include) || _report(_exceptionable, {
|
|
15388
|
+
path: _path + ".include",
|
|
15389
|
+
expected: "(Array<string> | undefined)",
|
|
15390
|
+
value: input.include
|
|
15391
|
+
})) && input.include.map((elem, _index45) => "string" === typeof elem || _report(_exceptionable, {
|
|
15392
|
+
path: _path + ".include[" + _index45 + "]",
|
|
15393
|
+
expected: "string",
|
|
15394
|
+
value: elem
|
|
15395
|
+
})).every(flag => flag) || _report(_exceptionable, {
|
|
15396
|
+
path: _path + ".include",
|
|
15397
|
+
expected: "(Array<string> | undefined)",
|
|
15398
|
+
value: input.include
|
|
15399
|
+
}), undefined === input.exclude || (Array.isArray(input.exclude) || _report(_exceptionable, {
|
|
15400
|
+
path: _path + ".exclude",
|
|
15401
|
+
expected: "(Array<string> | undefined)",
|
|
15402
|
+
value: input.exclude
|
|
15403
|
+
})) && input.exclude.map((elem, _index46) => "string" === typeof elem || _report(_exceptionable, {
|
|
15404
|
+
path: _path + ".exclude[" + _index46 + "]",
|
|
15405
|
+
expected: "string",
|
|
15406
|
+
value: elem
|
|
15407
|
+
})).every(flag => flag) || _report(_exceptionable, {
|
|
15408
|
+
path: _path + ".exclude",
|
|
15409
|
+
expected: "(Array<string> | undefined)",
|
|
15410
|
+
value: input.exclude
|
|
15351
15411
|
})].every(flag => flag); const _vo16 = (input, _path, _exceptionable = true) => [undefined === input.enable || "boolean" === typeof input.enable || _report(_exceptionable, {
|
|
15352
15412
|
path: _path + ".enable",
|
|
15353
15413
|
expected: "(boolean | undefined)",
|
|
@@ -15392,24 +15452,40 @@ function _validateDomainRecord(domain, input) {
|
|
|
15392
15452
|
path: _path + ".maxTabs",
|
|
15393
15453
|
expected: "(number | undefined)",
|
|
15394
15454
|
value: input.maxTabs
|
|
15395
|
-
})
|
|
15455
|
+
}), undefined === input.layout || ("object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) || _report(_exceptionable, {
|
|
15456
|
+
path: _path + ".layout",
|
|
15457
|
+
expected: "(__type.o15 | undefined)",
|
|
15458
|
+
value: input.layout
|
|
15459
|
+
})) && _vo19(input.layout, _path + ".layout", true && _exceptionable) || _report(_exceptionable, {
|
|
15460
|
+
path: _path + ".layout",
|
|
15461
|
+
expected: "(__type.o15 | undefined)",
|
|
15462
|
+
value: input.layout
|
|
15463
|
+
})].every(flag => flag); const _vo19 = (input, _path, _exceptionable = true) => [undefined === input.bookmarks || "number" === typeof input.bookmarks || _report(_exceptionable, {
|
|
15464
|
+
path: _path + ".bookmarks",
|
|
15465
|
+
expected: "(number | undefined)",
|
|
15466
|
+
value: input.bookmarks
|
|
15467
|
+
}), undefined === input.browser || "number" === typeof input.browser || _report(_exceptionable, {
|
|
15468
|
+
path: _path + ".browser",
|
|
15469
|
+
expected: "(number | undefined)",
|
|
15470
|
+
value: input.browser
|
|
15471
|
+
})].every(flag => flag); const _vo20 = (input, _path, _exceptionable = true) => [undefined === input.createMenu || ("object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) || _report(_exceptionable, {
|
|
15396
15472
|
path: _path + ".createMenu",
|
|
15397
|
-
expected: "(__type.
|
|
15473
|
+
expected: "(__type.o17 | undefined)",
|
|
15398
15474
|
value: input.createMenu
|
|
15399
|
-
})) &&
|
|
15475
|
+
})) && _vo21(input.createMenu, _path + ".createMenu", true && _exceptionable) || _report(_exceptionable, {
|
|
15400
15476
|
path: _path + ".createMenu",
|
|
15401
|
-
expected: "(__type.
|
|
15477
|
+
expected: "(__type.o17 | undefined)",
|
|
15402
15478
|
value: input.createMenu
|
|
15403
15479
|
}), undefined === input.colorTags || (Array.isArray(input.colorTags) || _report(_exceptionable, {
|
|
15404
15480
|
path: _path + ".colorTags",
|
|
15405
15481
|
expected: "(Array<PromotedTag> | undefined)",
|
|
15406
15482
|
value: input.colorTags
|
|
15407
|
-
})) && input.colorTags.map((elem,
|
|
15408
|
-
path: _path + ".colorTags[" +
|
|
15483
|
+
})) && input.colorTags.map((elem, _index47) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
15484
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
15409
15485
|
expected: "PromotedTag",
|
|
15410
15486
|
value: elem
|
|
15411
|
-
})) &&
|
|
15412
|
-
path: _path + ".colorTags[" +
|
|
15487
|
+
})) && _vo22(elem, _path + ".colorTags[" + _index47 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
15488
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
15413
15489
|
expected: "PromotedTag",
|
|
15414
15490
|
value: elem
|
|
15415
15491
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -15426,13 +15502,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
15426
15502
|
value: input.readRate
|
|
15427
15503
|
}), undefined === input.collapsedNodes || ("object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) || _report(_exceptionable, {
|
|
15428
15504
|
path: _path + ".collapsedNodes",
|
|
15429
|
-
expected: "(__type.
|
|
15505
|
+
expected: "(__type.o18 | undefined)",
|
|
15430
15506
|
value: input.collapsedNodes
|
|
15431
|
-
})) &&
|
|
15507
|
+
})) && _vo23(input.collapsedNodes, _path + ".collapsedNodes", true && _exceptionable) || _report(_exceptionable, {
|
|
15432
15508
|
path: _path + ".collapsedNodes",
|
|
15433
|
-
expected: "(__type.
|
|
15509
|
+
expected: "(__type.o18 | undefined)",
|
|
15434
15510
|
value: input.collapsedNodes
|
|
15435
|
-
})].every(flag => flag); const
|
|
15511
|
+
})].every(flag => flag); const _vo21 = (input, _path, _exceptionable = true) => [undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy || _report(_exceptionable, {
|
|
15436
15512
|
path: _path + ".sortBy",
|
|
15437
15513
|
expected: "(\"index\" | \"title\" | undefined)",
|
|
15438
15514
|
value: input.sortBy
|
|
@@ -15440,7 +15516,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15440
15516
|
path: _path + ".showPreview",
|
|
15441
15517
|
expected: "(boolean | undefined)",
|
|
15442
15518
|
value: input.showPreview
|
|
15443
|
-
})].every(flag => flag); const
|
|
15519
|
+
})].every(flag => flag); const _vo22 = (input, _path, _exceptionable = true) => [null === input.name || "string" === typeof input.name || _report(_exceptionable, {
|
|
15444
15520
|
path: _path + ".name",
|
|
15445
15521
|
expected: "(null | string)",
|
|
15446
15522
|
value: input.name
|
|
@@ -15456,20 +15532,20 @@ function _validateDomainRecord(domain, input) {
|
|
|
15456
15532
|
path: _path + ".description",
|
|
15457
15533
|
expected: "(null | string)",
|
|
15458
15534
|
value: input.description
|
|
15459
|
-
})].every(flag => flag); const
|
|
15535
|
+
})].every(flag => flag); const _vo23 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15460
15536
|
const value = input[key];
|
|
15461
15537
|
if (undefined === value)
|
|
15462
15538
|
return true;
|
|
15463
15539
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || _report(_exceptionable, {
|
|
15464
15540
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15465
|
-
expected: "__type.
|
|
15541
|
+
expected: "__type.o19",
|
|
15466
15542
|
value: value
|
|
15467
|
-
})) &&
|
|
15543
|
+
})) && _vo24(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15468
15544
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15469
|
-
expected: "__type.
|
|
15545
|
+
expected: "__type.o19",
|
|
15470
15546
|
value: value
|
|
15471
15547
|
});
|
|
15472
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15548
|
+
}).every(flag => flag)].every(flag => flag); const _vo24 = (input, _path, _exceptionable = true) => [undefined === input.preview || "boolean" === typeof input.preview || _report(_exceptionable, {
|
|
15473
15549
|
path: _path + ".preview",
|
|
15474
15550
|
expected: "(boolean | undefined)",
|
|
15475
15551
|
value: input.preview
|
|
@@ -15477,7 +15553,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15477
15553
|
path: _path + ".children",
|
|
15478
15554
|
expected: "(boolean | undefined)",
|
|
15479
15555
|
value: input.children
|
|
15480
|
-
})].every(flag => flag); const
|
|
15556
|
+
})].every(flag => flag); const _vo25 = (input, _path, _exceptionable = true) => [undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || _report(_exceptionable, {
|
|
15481
15557
|
path: _path + ".graphicBaseTemplate",
|
|
15482
15558
|
expected: "(string | undefined)",
|
|
15483
15559
|
value: input.graphicBaseTemplate
|
|
@@ -15485,8 +15561,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
15485
15561
|
path: _path + ".favorites",
|
|
15486
15562
|
expected: "(Array<string> | undefined)",
|
|
15487
15563
|
value: input.favorites
|
|
15488
|
-
})) && input.favorites.map((elem,
|
|
15489
|
-
path: _path + ".favorites[" +
|
|
15564
|
+
})) && input.favorites.map((elem, _index48) => "string" === typeof elem || _report(_exceptionable, {
|
|
15565
|
+
path: _path + ".favorites[" + _index48 + "]",
|
|
15490
15566
|
expected: "string",
|
|
15491
15567
|
value: elem
|
|
15492
15568
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -15497,24 +15573,24 @@ function _validateDomainRecord(domain, input) {
|
|
|
15497
15573
|
path: _path + ".defaults",
|
|
15498
15574
|
expected: "(Record<string, __type> | undefined)",
|
|
15499
15575
|
value: input.defaults
|
|
15500
|
-
})) &&
|
|
15576
|
+
})) && _vo26(input.defaults, _path + ".defaults", true && _exceptionable) || _report(_exceptionable, {
|
|
15501
15577
|
path: _path + ".defaults",
|
|
15502
15578
|
expected: "(Record<string, __type> | undefined)",
|
|
15503
15579
|
value: input.defaults
|
|
15504
|
-
})].every(flag => flag); const
|
|
15580
|
+
})].every(flag => flag); const _vo26 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15505
15581
|
const value = input[key];
|
|
15506
15582
|
if (undefined === value)
|
|
15507
15583
|
return true;
|
|
15508
15584
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || _report(_exceptionable, {
|
|
15509
15585
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15510
|
-
expected: "__type.
|
|
15586
|
+
expected: "__type.o21",
|
|
15511
15587
|
value: value
|
|
15512
|
-
})) &&
|
|
15588
|
+
})) && _vo27(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15513
15589
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15514
|
-
expected: "__type.
|
|
15590
|
+
expected: "__type.o21",
|
|
15515
15591
|
value: value
|
|
15516
15592
|
});
|
|
15517
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15593
|
+
}).every(flag => flag)].every(flag => flag); const _vo27 = (input, _path, _exceptionable = true) => [undefined === input.event || "string" === typeof input.event || _report(_exceptionable, {
|
|
15518
15594
|
path: _path + ".event",
|
|
15519
15595
|
expected: "(string | undefined)",
|
|
15520
15596
|
value: input.event
|
|
@@ -15522,11 +15598,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
15522
15598
|
path: _path + ".property",
|
|
15523
15599
|
expected: "(string | undefined)",
|
|
15524
15600
|
value: input.property
|
|
15525
|
-
})].every(flag => flag); const
|
|
15601
|
+
})].every(flag => flag); const _vo28 = (input, _path, _exceptionable = true) => [undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || _report(_exceptionable, {
|
|
15526
15602
|
path: _path + ".eventThumbnails",
|
|
15527
15603
|
expected: "(boolean | undefined)",
|
|
15528
15604
|
value: input.eventThumbnails
|
|
15529
|
-
})].every(flag => flag); const
|
|
15605
|
+
})].every(flag => flag); const _vo29 = (input, _path, _exceptionable = true) => [undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || _report(_exceptionable, {
|
|
15530
15606
|
path: _path + ".dimOnBlur",
|
|
15531
15607
|
expected: "(boolean | undefined)",
|
|
15532
15608
|
value: input.dimOnBlur
|
|
@@ -15534,95 +15610,99 @@ function _validateDomainRecord(domain, input) {
|
|
|
15534
15610
|
path: _path + ".float",
|
|
15535
15611
|
expected: "(\"disabled\" | \"gallery\" | \"rundown\" | undefined)",
|
|
15536
15612
|
value: input.float
|
|
15537
|
-
})
|
|
15613
|
+
}), undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration || _report(_exceptionable, {
|
|
15614
|
+
path: _path + ".countFloatedDuration",
|
|
15615
|
+
expected: "(boolean | undefined)",
|
|
15616
|
+
value: input.countFloatedDuration
|
|
15617
|
+
})].every(flag => flag); const _vo30 = (input, _path, _exceptionable = true) => [undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || _report(_exceptionable, {
|
|
15538
15618
|
path: _path + ".display",
|
|
15539
|
-
expected: "(__type.
|
|
15619
|
+
expected: "(__type.o25 | undefined)",
|
|
15540
15620
|
value: input.display
|
|
15541
|
-
})) &&
|
|
15621
|
+
})) && _vo31(input.display, _path + ".display", true && _exceptionable) || _report(_exceptionable, {
|
|
15542
15622
|
path: _path + ".display",
|
|
15543
|
-
expected: "(__type.
|
|
15623
|
+
expected: "(__type.o25 | undefined)",
|
|
15544
15624
|
value: input.display
|
|
15545
15625
|
}), undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || _report(_exceptionable, {
|
|
15546
15626
|
path: _path + ".browser",
|
|
15547
|
-
expected: "(__type.
|
|
15627
|
+
expected: "(__type.o26 | undefined)",
|
|
15548
15628
|
value: input.browser
|
|
15549
|
-
})) &&
|
|
15629
|
+
})) && _vo33(input.browser, _path + ".browser", true && _exceptionable) || _report(_exceptionable, {
|
|
15550
15630
|
path: _path + ".browser",
|
|
15551
|
-
expected: "(__type.
|
|
15631
|
+
expected: "(__type.o26 | undefined)",
|
|
15552
15632
|
value: input.browser
|
|
15553
15633
|
}), undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || _report(_exceptionable, {
|
|
15554
15634
|
path: _path + ".gallery",
|
|
15555
|
-
expected: "(__type.
|
|
15635
|
+
expected: "(__type.o27 | undefined)",
|
|
15556
15636
|
value: input.gallery
|
|
15557
|
-
})) &&
|
|
15637
|
+
})) && _vo34(input.gallery, _path + ".gallery", true && _exceptionable) || _report(_exceptionable, {
|
|
15558
15638
|
path: _path + ".gallery",
|
|
15559
|
-
expected: "(__type.
|
|
15639
|
+
expected: "(__type.o27 | undefined)",
|
|
15560
15640
|
value: input.gallery
|
|
15561
15641
|
}), undefined === input.global || ("object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) || _report(_exceptionable, {
|
|
15562
15642
|
path: _path + ".global",
|
|
15563
|
-
expected: "(__type.
|
|
15643
|
+
expected: "(__type.o28 | undefined)",
|
|
15564
15644
|
value: input.global
|
|
15565
|
-
})) &&
|
|
15645
|
+
})) && _vo35(input.global, _path + ".global", true && _exceptionable) || _report(_exceptionable, {
|
|
15566
15646
|
path: _path + ".global",
|
|
15567
|
-
expected: "(__type.
|
|
15647
|
+
expected: "(__type.o28 | undefined)",
|
|
15568
15648
|
value: input.global
|
|
15569
15649
|
}), undefined === input.player || ("object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) || _report(_exceptionable, {
|
|
15570
15650
|
path: _path + ".player",
|
|
15571
|
-
expected: "(__type.
|
|
15651
|
+
expected: "(__type.o29 | undefined)",
|
|
15572
15652
|
value: input.player
|
|
15573
|
-
})) &&
|
|
15653
|
+
})) && _vo36(input.player, _path + ".player", true && _exceptionable) || _report(_exceptionable, {
|
|
15574
15654
|
path: _path + ".player",
|
|
15575
|
-
expected: "(__type.
|
|
15655
|
+
expected: "(__type.o29 | undefined)",
|
|
15576
15656
|
value: input.player
|
|
15577
15657
|
}), undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || _report(_exceptionable, {
|
|
15578
15658
|
path: _path + ".script",
|
|
15579
|
-
expected: "(__type.
|
|
15659
|
+
expected: "(__type.o30 | undefined)",
|
|
15580
15660
|
value: input.script
|
|
15581
|
-
})) &&
|
|
15661
|
+
})) && _vo37(input.script, _path + ".script", true && _exceptionable) || _report(_exceptionable, {
|
|
15582
15662
|
path: _path + ".script",
|
|
15583
|
-
expected: "(__type.
|
|
15663
|
+
expected: "(__type.o30 | undefined)",
|
|
15584
15664
|
value: input.script
|
|
15585
15665
|
}), undefined === input.codeEditor || ("object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) || _report(_exceptionable, {
|
|
15586
15666
|
path: _path + ".codeEditor",
|
|
15587
|
-
expected: "(__type.
|
|
15667
|
+
expected: "(__type.o31 | undefined)",
|
|
15588
15668
|
value: input.codeEditor
|
|
15589
|
-
})) &&
|
|
15669
|
+
})) && _vo38(input.codeEditor, _path + ".codeEditor", true && _exceptionable) || _report(_exceptionable, {
|
|
15590
15670
|
path: _path + ".codeEditor",
|
|
15591
|
-
expected: "(__type.
|
|
15671
|
+
expected: "(__type.o31 | undefined)",
|
|
15592
15672
|
value: input.codeEditor
|
|
15593
15673
|
}), undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || _report(_exceptionable, {
|
|
15594
15674
|
path: _path + ".bookmarks",
|
|
15595
|
-
expected: "(__type.
|
|
15675
|
+
expected: "(__type.o32 | undefined)",
|
|
15596
15676
|
value: input.bookmarks
|
|
15597
|
-
})) &&
|
|
15677
|
+
})) && _vo39(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || _report(_exceptionable, {
|
|
15598
15678
|
path: _path + ".bookmarks",
|
|
15599
|
-
expected: "(__type.
|
|
15679
|
+
expected: "(__type.o32 | undefined)",
|
|
15600
15680
|
value: input.bookmarks
|
|
15601
15681
|
}), undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || _report(_exceptionable, {
|
|
15602
15682
|
path: _path + ".edit",
|
|
15603
|
-
expected: "(__type.
|
|
15683
|
+
expected: "(__type.o33 | undefined)",
|
|
15604
15684
|
value: input.edit
|
|
15605
|
-
})) &&
|
|
15685
|
+
})) && _vo40(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
|
|
15606
15686
|
path: _path + ".edit",
|
|
15607
|
-
expected: "(__type.
|
|
15687
|
+
expected: "(__type.o33 | undefined)",
|
|
15608
15688
|
value: input.edit
|
|
15609
15689
|
}), undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || _report(_exceptionable, {
|
|
15610
15690
|
path: _path + ".rundown",
|
|
15611
|
-
expected: "(__type.
|
|
15691
|
+
expected: "(__type.o34 | undefined)",
|
|
15612
15692
|
value: input.rundown
|
|
15613
|
-
})) &&
|
|
15693
|
+
})) && _vo41(input.rundown, _path + ".rundown", true && _exceptionable) || _report(_exceptionable, {
|
|
15614
15694
|
path: _path + ".rundown",
|
|
15615
|
-
expected: "(__type.
|
|
15695
|
+
expected: "(__type.o34 | undefined)",
|
|
15616
15696
|
value: input.rundown
|
|
15617
15697
|
}), undefined === input.segment || ("object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) || _report(_exceptionable, {
|
|
15618
15698
|
path: _path + ".segment",
|
|
15619
|
-
expected: "(__type.
|
|
15699
|
+
expected: "(__type.o35 | undefined)",
|
|
15620
15700
|
value: input.segment
|
|
15621
|
-
})) &&
|
|
15701
|
+
})) && _vo42(input.segment, _path + ".segment", true && _exceptionable) || _report(_exceptionable, {
|
|
15622
15702
|
path: _path + ".segment",
|
|
15623
|
-
expected: "(__type.
|
|
15703
|
+
expected: "(__type.o35 | undefined)",
|
|
15624
15704
|
value: input.segment
|
|
15625
|
-
})].every(flag => flag); const
|
|
15705
|
+
})].every(flag => flag); const _vo31 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15626
15706
|
const value = input[key];
|
|
15627
15707
|
if (undefined === value)
|
|
15628
15708
|
return true;
|
|
@@ -15630,12 +15710,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15630
15710
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15631
15711
|
expected: "KeymapSetting",
|
|
15632
15712
|
value: value
|
|
15633
|
-
})) &&
|
|
15713
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15634
15714
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15635
15715
|
expected: "KeymapSetting",
|
|
15636
15716
|
value: value
|
|
15637
15717
|
});
|
|
15638
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15718
|
+
}).every(flag => flag)].every(flag => flag); const _vo32 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
|
|
15639
15719
|
path: _path + ".title",
|
|
15640
15720
|
expected: "(string | undefined)",
|
|
15641
15721
|
value: input.title
|
|
@@ -15643,7 +15723,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15643
15723
|
path: _path + ".sequence",
|
|
15644
15724
|
expected: "(string | undefined)",
|
|
15645
15725
|
value: input.sequence
|
|
15646
|
-
})].every(flag => flag); const
|
|
15726
|
+
})].every(flag => flag); const _vo33 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15647
15727
|
const value = input[key];
|
|
15648
15728
|
if (undefined === value)
|
|
15649
15729
|
return true;
|
|
@@ -15651,12 +15731,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15651
15731
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15652
15732
|
expected: "KeymapSetting",
|
|
15653
15733
|
value: value
|
|
15654
|
-
})) &&
|
|
15734
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15655
15735
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15656
15736
|
expected: "KeymapSetting",
|
|
15657
15737
|
value: value
|
|
15658
15738
|
});
|
|
15659
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15739
|
+
}).every(flag => flag)].every(flag => flag); const _vo34 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15660
15740
|
const value = input[key];
|
|
15661
15741
|
if (undefined === value)
|
|
15662
15742
|
return true;
|
|
@@ -15664,12 +15744,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15664
15744
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15665
15745
|
expected: "KeymapSetting",
|
|
15666
15746
|
value: value
|
|
15667
|
-
})) &&
|
|
15747
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15668
15748
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15669
15749
|
expected: "KeymapSetting",
|
|
15670
15750
|
value: value
|
|
15671
15751
|
});
|
|
15672
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15752
|
+
}).every(flag => flag)].every(flag => flag); const _vo35 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15673
15753
|
const value = input[key];
|
|
15674
15754
|
if (undefined === value)
|
|
15675
15755
|
return true;
|
|
@@ -15677,12 +15757,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15677
15757
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15678
15758
|
expected: "KeymapSetting",
|
|
15679
15759
|
value: value
|
|
15680
|
-
})) &&
|
|
15760
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15681
15761
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15682
15762
|
expected: "KeymapSetting",
|
|
15683
15763
|
value: value
|
|
15684
15764
|
});
|
|
15685
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15765
|
+
}).every(flag => flag)].every(flag => flag); const _vo36 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15686
15766
|
const value = input[key];
|
|
15687
15767
|
if (undefined === value)
|
|
15688
15768
|
return true;
|
|
@@ -15690,12 +15770,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15690
15770
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15691
15771
|
expected: "KeymapSetting",
|
|
15692
15772
|
value: value
|
|
15693
|
-
})) &&
|
|
15773
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15694
15774
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15695
15775
|
expected: "KeymapSetting",
|
|
15696
15776
|
value: value
|
|
15697
15777
|
});
|
|
15698
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15778
|
+
}).every(flag => flag)].every(flag => flag); const _vo37 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15699
15779
|
const value = input[key];
|
|
15700
15780
|
if (undefined === value)
|
|
15701
15781
|
return true;
|
|
@@ -15703,12 +15783,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15703
15783
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15704
15784
|
expected: "KeymapSetting",
|
|
15705
15785
|
value: value
|
|
15706
|
-
})) &&
|
|
15786
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15707
15787
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15708
15788
|
expected: "KeymapSetting",
|
|
15709
15789
|
value: value
|
|
15710
15790
|
});
|
|
15711
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15791
|
+
}).every(flag => flag)].every(flag => flag); const _vo38 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15712
15792
|
const value = input[key];
|
|
15713
15793
|
if (undefined === value)
|
|
15714
15794
|
return true;
|
|
@@ -15716,12 +15796,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15716
15796
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15717
15797
|
expected: "KeymapSetting",
|
|
15718
15798
|
value: value
|
|
15719
|
-
})) &&
|
|
15799
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15720
15800
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15721
15801
|
expected: "KeymapSetting",
|
|
15722
15802
|
value: value
|
|
15723
15803
|
});
|
|
15724
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15804
|
+
}).every(flag => flag)].every(flag => flag); const _vo39 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15725
15805
|
const value = input[key];
|
|
15726
15806
|
if (undefined === value)
|
|
15727
15807
|
return true;
|
|
@@ -15729,12 +15809,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15729
15809
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15730
15810
|
expected: "KeymapSetting",
|
|
15731
15811
|
value: value
|
|
15732
|
-
})) &&
|
|
15812
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15733
15813
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15734
15814
|
expected: "KeymapSetting",
|
|
15735
15815
|
value: value
|
|
15736
15816
|
});
|
|
15737
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15817
|
+
}).every(flag => flag)].every(flag => flag); const _vo40 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15738
15818
|
const value = input[key];
|
|
15739
15819
|
if (undefined === value)
|
|
15740
15820
|
return true;
|
|
@@ -15742,12 +15822,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15742
15822
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15743
15823
|
expected: "KeymapSetting",
|
|
15744
15824
|
value: value
|
|
15745
|
-
})) &&
|
|
15825
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15746
15826
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15747
15827
|
expected: "KeymapSetting",
|
|
15748
15828
|
value: value
|
|
15749
15829
|
});
|
|
15750
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15830
|
+
}).every(flag => flag)].every(flag => flag); const _vo41 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15751
15831
|
const value = input[key];
|
|
15752
15832
|
if (undefined === value)
|
|
15753
15833
|
return true;
|
|
@@ -15755,12 +15835,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15755
15835
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15756
15836
|
expected: "KeymapSetting",
|
|
15757
15837
|
value: value
|
|
15758
|
-
})) &&
|
|
15838
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15759
15839
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15760
15840
|
expected: "KeymapSetting",
|
|
15761
15841
|
value: value
|
|
15762
15842
|
});
|
|
15763
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15843
|
+
}).every(flag => flag)].every(flag => flag); const _vo42 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15764
15844
|
const value = input[key];
|
|
15765
15845
|
if (undefined === value)
|
|
15766
15846
|
return true;
|
|
@@ -15768,12 +15848,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15768
15848
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15769
15849
|
expected: "KeymapSetting",
|
|
15770
15850
|
value: value
|
|
15771
|
-
})) &&
|
|
15851
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15772
15852
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15773
15853
|
expected: "KeymapSetting",
|
|
15774
15854
|
value: value
|
|
15775
15855
|
});
|
|
15776
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15856
|
+
}).every(flag => flag)].every(flag => flag); const _vo43 = (input, _path, _exceptionable = true) => [undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate || _report(_exceptionable, {
|
|
15777
15857
|
path: _path + ".defaultFrameRate",
|
|
15778
15858
|
expected: "(number | undefined)",
|
|
15779
15859
|
value: input.defaultFrameRate
|
|
@@ -15783,11 +15863,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
15783
15863
|
value: input.placeholder
|
|
15784
15864
|
}), undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || _report(_exceptionable, {
|
|
15785
15865
|
path: _path + ".guide",
|
|
15786
|
-
expected: "(__type.
|
|
15866
|
+
expected: "(__type.o37 | undefined)",
|
|
15787
15867
|
value: input.guide
|
|
15788
|
-
})) &&
|
|
15868
|
+
})) && _vo44(input.guide, _path + ".guide", true && _exceptionable) || _report(_exceptionable, {
|
|
15789
15869
|
path: _path + ".guide",
|
|
15790
|
-
expected: "(__type.
|
|
15870
|
+
expected: "(__type.o37 | undefined)",
|
|
15791
15871
|
value: input.guide
|
|
15792
15872
|
}), undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames || _report(_exceptionable, {
|
|
15793
15873
|
path: _path + ".stepManyFrames",
|
|
@@ -15803,11 +15883,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
15803
15883
|
value: input.importTitleTemplate
|
|
15804
15884
|
}), undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || _report(_exceptionable, {
|
|
15805
15885
|
path: _path + ".tile",
|
|
15806
|
-
expected: "(__type.
|
|
15886
|
+
expected: "(__type.o38 | undefined)",
|
|
15807
15887
|
value: input.tile
|
|
15808
|
-
})) &&
|
|
15888
|
+
})) && _vo45(input.tile, _path + ".tile", true && _exceptionable) || _report(_exceptionable, {
|
|
15809
15889
|
path: _path + ".tile",
|
|
15810
|
-
expected: "(__type.
|
|
15890
|
+
expected: "(__type.o38 | undefined)",
|
|
15811
15891
|
value: input.tile
|
|
15812
15892
|
}), undefined === input.timecodeReference || "string" === typeof input.timecodeReference || _report(_exceptionable, {
|
|
15813
15893
|
path: _path + ".timecodeReference",
|
|
@@ -15833,8 +15913,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
15833
15913
|
path: _path + ".playbackRates",
|
|
15834
15914
|
expected: "(Array<number> | undefined)",
|
|
15835
15915
|
value: input.playbackRates
|
|
15836
|
-
})) && input.playbackRates.map((elem,
|
|
15837
|
-
path: _path + ".playbackRates[" +
|
|
15916
|
+
})) && input.playbackRates.map((elem, _index49) => "number" === typeof elem || _report(_exceptionable, {
|
|
15917
|
+
path: _path + ".playbackRates[" + _index49 + "]",
|
|
15838
15918
|
expected: "number",
|
|
15839
15919
|
value: elem
|
|
15840
15920
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -15843,11 +15923,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
15843
15923
|
value: input.playbackRates
|
|
15844
15924
|
}), undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || _report(_exceptionable, {
|
|
15845
15925
|
path: _path + ".subtitles",
|
|
15846
|
-
expected: "(__type.
|
|
15926
|
+
expected: "(__type.o39 | undefined)",
|
|
15847
15927
|
value: input.subtitles
|
|
15848
|
-
})) &&
|
|
15928
|
+
})) && _vo46(input.subtitles, _path + ".subtitles", true && _exceptionable) || _report(_exceptionable, {
|
|
15849
15929
|
path: _path + ".subtitles",
|
|
15850
|
-
expected: "(__type.
|
|
15930
|
+
expected: "(__type.o39 | undefined)",
|
|
15851
15931
|
value: input.subtitles
|
|
15852
15932
|
}), undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || _report(_exceptionable, {
|
|
15853
15933
|
path: _path + ".subtitleTemplateId",
|
|
@@ -15861,13 +15941,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
15861
15941
|
path: _path + ".guides",
|
|
15862
15942
|
expected: "(Array<__type>.o2 | undefined)",
|
|
15863
15943
|
value: input.guides
|
|
15864
|
-
})) && input.guides.map((elem,
|
|
15865
|
-
path: _path + ".guides[" +
|
|
15866
|
-
expected: "__type.
|
|
15944
|
+
})) && input.guides.map((elem, _index50) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
15945
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
15946
|
+
expected: "__type.o42",
|
|
15867
15947
|
value: elem
|
|
15868
|
-
})) &&
|
|
15869
|
-
path: _path + ".guides[" +
|
|
15870
|
-
expected: "__type.
|
|
15948
|
+
})) && _vo49(elem, _path + ".guides[" + _index50 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
15949
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
15950
|
+
expected: "__type.o42",
|
|
15871
15951
|
value: elem
|
|
15872
15952
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
15873
15953
|
path: _path + ".guides",
|
|
@@ -15879,33 +15959,33 @@ function _validateDomainRecord(domain, input) {
|
|
|
15879
15959
|
value: input.download
|
|
15880
15960
|
}), undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || _report(_exceptionable, {
|
|
15881
15961
|
path: _path + ".editMode",
|
|
15882
|
-
expected: "(__type.
|
|
15962
|
+
expected: "(__type.o43 | undefined)",
|
|
15883
15963
|
value: input.editMode
|
|
15884
|
-
})) &&
|
|
15964
|
+
})) && _vo50(input.editMode, _path + ".editMode", true && _exceptionable) || _report(_exceptionable, {
|
|
15885
15965
|
path: _path + ".editMode",
|
|
15886
|
-
expected: "(__type.
|
|
15966
|
+
expected: "(__type.o43 | undefined)",
|
|
15887
15967
|
value: input.editMode
|
|
15888
15968
|
}), undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || _report(_exceptionable, {
|
|
15889
15969
|
path: _path + ".transcribe",
|
|
15890
|
-
expected: "(__type.
|
|
15970
|
+
expected: "(__type.o44 | undefined)",
|
|
15891
15971
|
value: input.transcribe
|
|
15892
|
-
})) &&
|
|
15972
|
+
})) && _vo51(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
|
|
15893
15973
|
path: _path + ".transcribe",
|
|
15894
|
-
expected: "(__type.
|
|
15974
|
+
expected: "(__type.o44 | undefined)",
|
|
15895
15975
|
value: input.transcribe
|
|
15896
15976
|
}), (null !== input.openCommand || _report(_exceptionable, {
|
|
15897
15977
|
path: _path + ".openCommand",
|
|
15898
|
-
expected: "(__type.
|
|
15978
|
+
expected: "(__type.o48 | string | undefined)",
|
|
15899
15979
|
value: input.openCommand
|
|
15900
15980
|
})) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || _report(_exceptionable, {
|
|
15901
15981
|
path: _path + ".openCommand",
|
|
15902
|
-
expected: "(__type.
|
|
15982
|
+
expected: "(__type.o48 | string | undefined)",
|
|
15903
15983
|
value: input.openCommand
|
|
15904
|
-
})) &&
|
|
15984
|
+
})) && _vo55(input.openCommand, _path + ".openCommand", true && _exceptionable) || _report(_exceptionable, {
|
|
15905
15985
|
path: _path + ".openCommand",
|
|
15906
|
-
expected: "(__type.
|
|
15986
|
+
expected: "(__type.o48 | string | undefined)",
|
|
15907
15987
|
value: input.openCommand
|
|
15908
|
-
}))].every(flag => flag); const
|
|
15988
|
+
}))].every(flag => flag); const _vo44 = (input, _path, _exceptionable = true) => [undefined === input.mask || "boolean" === typeof input.mask || _report(_exceptionable, {
|
|
15909
15989
|
path: _path + ".mask",
|
|
15910
15990
|
expected: "(boolean | undefined)",
|
|
15911
15991
|
value: input.mask
|
|
@@ -15917,7 +15997,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15917
15997
|
path: _path + ".titleSafe",
|
|
15918
15998
|
expected: "(boolean | undefined)",
|
|
15919
15999
|
value: input.titleSafe
|
|
15920
|
-
})].every(flag => flag); const
|
|
16000
|
+
})].every(flag => flag); const _vo45 = (input, _path, _exceptionable = true) => [undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview || _report(_exceptionable, {
|
|
15921
16001
|
path: _path + ".preview",
|
|
15922
16002
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
|
|
15923
16003
|
value: input.preview
|
|
@@ -15925,7 +16005,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15925
16005
|
path: _path + ".showRenderProgress",
|
|
15926
16006
|
expected: "(boolean | undefined)",
|
|
15927
16007
|
value: input.showRenderProgress
|
|
15928
|
-
})].every(flag => flag); const
|
|
16008
|
+
})].every(flag => flag); const _vo46 = (input, _path, _exceptionable = true) => [undefined === input.spacing || "number" === typeof input.spacing || _report(_exceptionable, {
|
|
15929
16009
|
path: _path + ".spacing",
|
|
15930
16010
|
expected: "(number | undefined)",
|
|
15931
16011
|
value: input.spacing
|
|
@@ -15937,13 +16017,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
15937
16017
|
path: _path + ".suggestions",
|
|
15938
16018
|
expected: "(Array<__type> | undefined)",
|
|
15939
16019
|
value: input.suggestions
|
|
15940
|
-
})) && input.suggestions.map((elem,
|
|
15941
|
-
path: _path + ".suggestions[" +
|
|
15942
|
-
expected: "__type.
|
|
16020
|
+
})) && input.suggestions.map((elem, _index51) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
16021
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
16022
|
+
expected: "__type.o40",
|
|
15943
16023
|
value: elem
|
|
15944
|
-
})) &&
|
|
15945
|
-
path: _path + ".suggestions[" +
|
|
15946
|
-
expected: "__type.
|
|
16024
|
+
})) && _vo47(elem, _path + ".suggestions[" + _index51 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
16025
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
16026
|
+
expected: "__type.o40",
|
|
15947
16027
|
value: elem
|
|
15948
16028
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
15949
16029
|
path: _path + ".suggestions",
|
|
@@ -15953,13 +16033,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
15953
16033
|
path: _path + ".colors",
|
|
15954
16034
|
expected: "(Array<__type>.o1 | undefined)",
|
|
15955
16035
|
value: input.colors
|
|
15956
|
-
})) && input.colors.map((elem,
|
|
15957
|
-
path: _path + ".colors[" +
|
|
15958
|
-
expected: "__type.
|
|
16036
|
+
})) && input.colors.map((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
16037
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
16038
|
+
expected: "__type.o41",
|
|
15959
16039
|
value: elem
|
|
15960
|
-
})) &&
|
|
15961
|
-
path: _path + ".colors[" +
|
|
15962
|
-
expected: "__type.
|
|
16040
|
+
})) && _vo48(elem, _path + ".colors[" + _index52 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
16041
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
16042
|
+
expected: "__type.o41",
|
|
15963
16043
|
value: elem
|
|
15964
16044
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
15965
16045
|
path: _path + ".colors",
|
|
@@ -15969,15 +16049,15 @@ function _validateDomainRecord(domain, input) {
|
|
|
15969
16049
|
path: _path + ".overridableProperties",
|
|
15970
16050
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
15971
16051
|
value: input.overridableProperties
|
|
15972
|
-
})) && input.overridableProperties.map((elem,
|
|
15973
|
-
path: _path + ".overridableProperties[" +
|
|
16052
|
+
})) && input.overridableProperties.map((elem, _index53) => null === elem || true === _vv54.has(elem) || _report(_exceptionable, {
|
|
16053
|
+
path: _path + ".overridableProperties[" + _index53 + "]",
|
|
15974
16054
|
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)",
|
|
15975
16055
|
value: elem
|
|
15976
16056
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
15977
16057
|
path: _path + ".overridableProperties",
|
|
15978
16058
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
15979
16059
|
value: input.overridableProperties
|
|
15980
|
-
})].every(flag => flag); const
|
|
16060
|
+
})].every(flag => flag); const _vo47 = (input, _path, _exceptionable = true) => [null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || _report(_exceptionable, {
|
|
15981
16061
|
path: _path + ".ifAspectRatio",
|
|
15982
16062
|
expected: "(null | string | undefined)",
|
|
15983
16063
|
value: input.ifAspectRatio
|
|
@@ -15993,7 +16073,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15993
16073
|
path: _path + ".thenMaxCharactersPerLine",
|
|
15994
16074
|
expected: "(null | number | undefined)",
|
|
15995
16075
|
value: input.thenMaxCharactersPerLine
|
|
15996
|
-
})].every(flag => flag); const
|
|
16076
|
+
})].every(flag => flag); const _vo48 = (input, _path, _exceptionable = true) => [null === input.label || undefined === input.label || "string" === typeof input.label || _report(_exceptionable, {
|
|
15997
16077
|
path: _path + ".label",
|
|
15998
16078
|
expected: "(null | string | undefined)",
|
|
15999
16079
|
value: input.label
|
|
@@ -16001,7 +16081,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16001
16081
|
path: _path + ".color",
|
|
16002
16082
|
expected: "(null | string | undefined)",
|
|
16003
16083
|
value: input.color
|
|
16004
|
-
})].every(flag => flag); const
|
|
16084
|
+
})].every(flag => flag); const _vo49 = (input, _path, _exceptionable = true) => [undefined === input.label || "string" === typeof input.label || _report(_exceptionable, {
|
|
16005
16085
|
path: _path + ".label",
|
|
16006
16086
|
expected: "(string | undefined)",
|
|
16007
16087
|
value: input.label
|
|
@@ -16009,7 +16089,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16009
16089
|
path: _path + ".aspectRatio",
|
|
16010
16090
|
expected: "(string | undefined)",
|
|
16011
16091
|
value: input.aspectRatio
|
|
16012
|
-
})].every(flag => flag); const
|
|
16092
|
+
})].every(flag => flag); const _vo50 = (input, _path, _exceptionable = true) => [undefined === input.enabled || "boolean" === typeof input.enabled || _report(_exceptionable, {
|
|
16013
16093
|
path: _path + ".enabled",
|
|
16014
16094
|
expected: "(boolean | undefined)",
|
|
16015
16095
|
value: input.enabled
|
|
@@ -16021,27 +16101,27 @@ function _validateDomainRecord(domain, input) {
|
|
|
16021
16101
|
path: _path + ".defaultExitOption",
|
|
16022
16102
|
expected: "(\"leave\" | \"none\" | \"update\" | undefined)",
|
|
16023
16103
|
value: input.defaultExitOption
|
|
16024
|
-
})].every(flag => flag); const
|
|
16104
|
+
})].every(flag => flag); const _vo51 = (input, _path, _exceptionable = true) => [undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || _report(_exceptionable, {
|
|
16025
16105
|
path: _path + ".subtitleDisclaimer",
|
|
16026
|
-
expected: "(__type.
|
|
16106
|
+
expected: "(__type.o45 | undefined)",
|
|
16027
16107
|
value: input.subtitleDisclaimer
|
|
16028
|
-
})) &&
|
|
16108
|
+
})) && _vo52(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || _report(_exceptionable, {
|
|
16029
16109
|
path: _path + ".subtitleDisclaimer",
|
|
16030
|
-
expected: "(__type.
|
|
16110
|
+
expected: "(__type.o45 | undefined)",
|
|
16031
16111
|
value: input.subtitleDisclaimer
|
|
16032
|
-
})].every(flag => flag); const
|
|
16112
|
+
})].every(flag => flag); const _vo52 = (input, _path, _exceptionable = true) => [undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || _report(_exceptionable, {
|
|
16033
16113
|
path: _path + ".isUserConfigurable",
|
|
16034
16114
|
expected: "(boolean | undefined)",
|
|
16035
16115
|
value: input.isUserConfigurable
|
|
16036
16116
|
}), undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || _report(_exceptionable, {
|
|
16037
16117
|
path: _path + ".defaultValue",
|
|
16038
|
-
expected: "(__type.
|
|
16118
|
+
expected: "(__type.o46 | undefined)",
|
|
16039
16119
|
value: input.defaultValue
|
|
16040
|
-
})) &&
|
|
16120
|
+
})) && _vo53(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || _report(_exceptionable, {
|
|
16041
16121
|
path: _path + ".defaultValue",
|
|
16042
|
-
expected: "(__type.
|
|
16122
|
+
expected: "(__type.o46 | undefined)",
|
|
16043
16123
|
value: input.defaultValue
|
|
16044
|
-
})].every(flag => flag); const
|
|
16124
|
+
})].every(flag => flag); const _vo53 = (input, _path, _exceptionable = true) => [undefined === input.enabled || false === input.enabled || _report(_exceptionable, {
|
|
16045
16125
|
path: _path + ".enabled",
|
|
16046
16126
|
expected: "(false | undefined)",
|
|
16047
16127
|
value: input.enabled
|
|
@@ -16049,13 +16129,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
16049
16129
|
path: _path + ".text",
|
|
16050
16130
|
expected: "(Array<__type>.o3 | undefined)",
|
|
16051
16131
|
value: input.text
|
|
16052
|
-
})) && input.text.map((elem,
|
|
16053
|
-
path: _path + ".text[" +
|
|
16054
|
-
expected: "__type.
|
|
16132
|
+
})) && input.text.map((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
16133
|
+
path: _path + ".text[" + _index55 + "]",
|
|
16134
|
+
expected: "__type.o47",
|
|
16055
16135
|
value: elem
|
|
16056
|
-
})) &&
|
|
16057
|
-
path: _path + ".text[" +
|
|
16058
|
-
expected: "__type.
|
|
16136
|
+
})) && _vo54(elem, _path + ".text[" + _index55 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
16137
|
+
path: _path + ".text[" + _index55 + "]",
|
|
16138
|
+
expected: "__type.o47",
|
|
16059
16139
|
value: elem
|
|
16060
16140
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
16061
16141
|
path: _path + ".text",
|
|
@@ -16069,7 +16149,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16069
16149
|
path: _path + ".duration",
|
|
16070
16150
|
expected: "(number | undefined)",
|
|
16071
16151
|
value: input.duration
|
|
16072
|
-
})].every(flag => flag); const
|
|
16152
|
+
})].every(flag => flag); const _vo54 = (input, _path, _exceptionable = true) => [undefined === input.language || "string" === typeof input.language || _report(_exceptionable, {
|
|
16073
16153
|
path: _path + ".language",
|
|
16074
16154
|
expected: "(string | undefined)",
|
|
16075
16155
|
value: input.language
|
|
@@ -16077,7 +16157,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16077
16157
|
path: _path + ".value",
|
|
16078
16158
|
expected: "(string | undefined)",
|
|
16079
16159
|
value: input.value
|
|
16080
|
-
})].every(flag => flag); const
|
|
16160
|
+
})].every(flag => flag); const _vo55 = (input, _path, _exceptionable = true) => [undefined === input.url || "string" === typeof input.url || _report(_exceptionable, {
|
|
16081
16161
|
path: _path + ".url",
|
|
16082
16162
|
expected: "(string | undefined)",
|
|
16083
16163
|
value: input.url
|
|
@@ -16093,27 +16173,27 @@ function _validateDomainRecord(domain, input) {
|
|
|
16093
16173
|
path: _path + ".args",
|
|
16094
16174
|
expected: "(Array<string> | undefined)",
|
|
16095
16175
|
value: input.args
|
|
16096
|
-
})) && input.args.map((elem,
|
|
16097
|
-
path: _path + ".args[" +
|
|
16176
|
+
})) && input.args.map((elem, _index56) => "string" === typeof elem || _report(_exceptionable, {
|
|
16177
|
+
path: _path + ".args[" + _index56 + "]",
|
|
16098
16178
|
expected: "string",
|
|
16099
16179
|
value: elem
|
|
16100
16180
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
16101
16181
|
path: _path + ".args",
|
|
16102
16182
|
expected: "(Array<string> | undefined)",
|
|
16103
16183
|
value: input.args
|
|
16104
|
-
})].every(flag => flag); const
|
|
16184
|
+
})].every(flag => flag); const _vo56 = (input, _path, _exceptionable = true) => [undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || _report(_exceptionable, {
|
|
16105
16185
|
path: _path + ".thumbnailView",
|
|
16106
16186
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
16107
16187
|
value: input.thumbnailView
|
|
16108
16188
|
}), undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || _report(_exceptionable, {
|
|
16109
16189
|
path: _path + ".voiceOver",
|
|
16110
|
-
expected: "(__type.
|
|
16190
|
+
expected: "(__type.o50 | undefined)",
|
|
16111
16191
|
value: input.voiceOver
|
|
16112
|
-
})) &&
|
|
16192
|
+
})) && _vo57(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || _report(_exceptionable, {
|
|
16113
16193
|
path: _path + ".voiceOver",
|
|
16114
|
-
expected: "(__type.
|
|
16194
|
+
expected: "(__type.o50 | undefined)",
|
|
16115
16195
|
value: input.voiceOver
|
|
16116
|
-
})].every(flag => flag); const
|
|
16196
|
+
})].every(flag => flag); const _vo57 = (input, _path, _exceptionable = true) => [undefined === input.inputDevice || "string" === typeof input.inputDevice || _report(_exceptionable, {
|
|
16117
16197
|
path: _path + ".inputDevice",
|
|
16118
16198
|
expected: "(string | undefined)",
|
|
16119
16199
|
value: input.inputDevice
|
|
@@ -16133,7 +16213,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16133
16213
|
path: _path + ".preRollDuration",
|
|
16134
16214
|
expected: "(number | undefined)",
|
|
16135
16215
|
value: input.preRollDuration
|
|
16136
|
-
})].every(flag => flag); const
|
|
16216
|
+
})].every(flag => flag); const _vo58 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
|
|
16137
16217
|
path: _path + ".title",
|
|
16138
16218
|
expected: "(string | undefined)",
|
|
16139
16219
|
value: input.title
|
|
@@ -16145,75 +16225,75 @@ function _validateDomainRecord(domain, input) {
|
|
|
16145
16225
|
path: _path + ".args",
|
|
16146
16226
|
expected: "(Array<string> | undefined)",
|
|
16147
16227
|
value: input.args
|
|
16148
|
-
})) && input.args.map((elem,
|
|
16149
|
-
path: _path + ".args[" +
|
|
16228
|
+
})) && input.args.map((elem, _index57) => "string" === typeof elem || _report(_exceptionable, {
|
|
16229
|
+
path: _path + ".args[" + _index57 + "]",
|
|
16150
16230
|
expected: "string",
|
|
16151
16231
|
value: elem
|
|
16152
16232
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
16153
16233
|
path: _path + ".args",
|
|
16154
16234
|
expected: "(Array<string> | undefined)",
|
|
16155
16235
|
value: input.args
|
|
16156
|
-
})].every(flag => flag); const
|
|
16236
|
+
})].every(flag => flag); const _vo59 = (input, _path, _exceptionable = true) => [undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || _report(_exceptionable, {
|
|
16157
16237
|
path: _path + ".folded",
|
|
16158
|
-
expected: "(__type.
|
|
16238
|
+
expected: "(__type.o53 | undefined)",
|
|
16159
16239
|
value: input.folded
|
|
16160
|
-
})) &&
|
|
16240
|
+
})) && _vo60(input.folded, _path + ".folded", true && _exceptionable) || _report(_exceptionable, {
|
|
16161
16241
|
path: _path + ".folded",
|
|
16162
|
-
expected: "(__type.
|
|
16242
|
+
expected: "(__type.o53 | undefined)",
|
|
16163
16243
|
value: input.folded
|
|
16164
16244
|
}), undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || _report(_exceptionable, {
|
|
16165
16245
|
path: _path + ".assets",
|
|
16166
|
-
expected: "(__type.
|
|
16246
|
+
expected: "(__type.o54 | undefined)",
|
|
16167
16247
|
value: input.assets
|
|
16168
|
-
})) &&
|
|
16248
|
+
})) && _vo61(input.assets, _path + ".assets", true && _exceptionable) || _report(_exceptionable, {
|
|
16169
16249
|
path: _path + ".assets",
|
|
16170
|
-
expected: "(__type.
|
|
16250
|
+
expected: "(__type.o54 | undefined)",
|
|
16171
16251
|
value: input.assets
|
|
16172
16252
|
}), undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || _report(_exceptionable, {
|
|
16173
16253
|
path: _path + ".pipeline",
|
|
16174
|
-
expected: "(__type.
|
|
16254
|
+
expected: "(__type.o58 | undefined)",
|
|
16175
16255
|
value: input.pipeline
|
|
16176
|
-
})) &&
|
|
16256
|
+
})) && _vo65(input.pipeline, _path + ".pipeline", true && _exceptionable) || _report(_exceptionable, {
|
|
16177
16257
|
path: _path + ".pipeline",
|
|
16178
|
-
expected: "(__type.
|
|
16258
|
+
expected: "(__type.o58 | undefined)",
|
|
16179
16259
|
value: input.pipeline
|
|
16180
16260
|
}), undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || _report(_exceptionable, {
|
|
16181
16261
|
path: _path + ".item",
|
|
16182
|
-
expected: "(__type.
|
|
16262
|
+
expected: "(__type.o60 | undefined)",
|
|
16183
16263
|
value: input.item
|
|
16184
|
-
})) &&
|
|
16264
|
+
})) && _vo67(input.item, _path + ".item", true && _exceptionable) || _report(_exceptionable, {
|
|
16185
16265
|
path: _path + ".item",
|
|
16186
|
-
expected: "(__type.
|
|
16266
|
+
expected: "(__type.o60 | undefined)",
|
|
16187
16267
|
value: input.item
|
|
16188
|
-
})].every(flag => flag); const
|
|
16268
|
+
})].every(flag => flag); const _vo60 = (input, _path, _exceptionable = true) => [undefined === input.auto || "boolean" === typeof input.auto || _report(_exceptionable, {
|
|
16189
16269
|
path: _path + ".auto",
|
|
16190
16270
|
expected: "(boolean | undefined)",
|
|
16191
16271
|
value: input.auto
|
|
16192
|
-
})].every(flag => flag); const
|
|
16272
|
+
})].every(flag => flag); const _vo61 = (input, _path, _exceptionable = true) => [undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || _report(_exceptionable, {
|
|
16193
16273
|
path: _path + ".story",
|
|
16194
|
-
expected: "(__type.
|
|
16274
|
+
expected: "(__type.o55 | undefined)",
|
|
16195
16275
|
value: input.story
|
|
16196
|
-
})) &&
|
|
16276
|
+
})) && _vo62(input.story, _path + ".story", true && _exceptionable) || _report(_exceptionable, {
|
|
16197
16277
|
path: _path + ".story",
|
|
16198
|
-
expected: "(__type.
|
|
16278
|
+
expected: "(__type.o55 | undefined)",
|
|
16199
16279
|
value: input.story
|
|
16200
16280
|
}), undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || _report(_exceptionable, {
|
|
16201
16281
|
path: _path + ".note",
|
|
16202
|
-
expected: "(__type.
|
|
16282
|
+
expected: "(__type.o57 | undefined)",
|
|
16203
16283
|
value: input.note
|
|
16204
|
-
})) &&
|
|
16284
|
+
})) && _vo64(input.note, _path + ".note", true && _exceptionable) || _report(_exceptionable, {
|
|
16205
16285
|
path: _path + ".note",
|
|
16206
|
-
expected: "(__type.
|
|
16286
|
+
expected: "(__type.o57 | undefined)",
|
|
16207
16287
|
value: input.note
|
|
16208
|
-
})].every(flag => flag); const
|
|
16288
|
+
})].every(flag => flag); const _vo62 = (input, _path, _exceptionable = true) => [undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || _report(_exceptionable, {
|
|
16209
16289
|
path: _path + ".excerpt",
|
|
16210
|
-
expected: "(__type.
|
|
16290
|
+
expected: "(__type.o56 | undefined)",
|
|
16211
16291
|
value: input.excerpt
|
|
16212
|
-
})) &&
|
|
16292
|
+
})) && _vo63(input.excerpt, _path + ".excerpt", true && _exceptionable) || _report(_exceptionable, {
|
|
16213
16293
|
path: _path + ".excerpt",
|
|
16214
|
-
expected: "(__type.
|
|
16294
|
+
expected: "(__type.o56 | undefined)",
|
|
16215
16295
|
value: input.excerpt
|
|
16216
|
-
})].every(flag => flag); const
|
|
16296
|
+
})].every(flag => flag); const _vo63 = (input, _path, _exceptionable = true) => [undefined === input.maxLines || "number" === typeof input.maxLines || _report(_exceptionable, {
|
|
16217
16297
|
path: _path + ".maxLines",
|
|
16218
16298
|
expected: "(number | undefined)",
|
|
16219
16299
|
value: input.maxLines
|
|
@@ -16225,27 +16305,27 @@ function _validateDomainRecord(domain, input) {
|
|
|
16225
16305
|
path: _path + ".comments",
|
|
16226
16306
|
expected: "(boolean | undefined)",
|
|
16227
16307
|
value: input.comments
|
|
16228
|
-
})].every(flag => flag); const
|
|
16308
|
+
})].every(flag => flag); const _vo64 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
|
|
16229
16309
|
path: _path + ".maxHeight",
|
|
16230
16310
|
expected: "(number | undefined)",
|
|
16231
16311
|
value: input.maxHeight
|
|
16232
|
-
})].every(flag => flag); const
|
|
16312
|
+
})].every(flag => flag); const _vo65 = (input, _path, _exceptionable = true) => [undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || _report(_exceptionable, {
|
|
16233
16313
|
path: _path + ".search",
|
|
16234
|
-
expected: "(__type.
|
|
16314
|
+
expected: "(__type.o59 | undefined)",
|
|
16235
16315
|
value: input.search
|
|
16236
|
-
})) &&
|
|
16316
|
+
})) && _vo66(input.search, _path + ".search", true && _exceptionable) || _report(_exceptionable, {
|
|
16237
16317
|
path: _path + ".search",
|
|
16238
|
-
expected: "(__type.
|
|
16318
|
+
expected: "(__type.o59 | undefined)",
|
|
16239
16319
|
value: input.search
|
|
16240
|
-
}), undefined === input.sortMode || true ===
|
|
16320
|
+
}), undefined === input.sortMode || true === _vv58.has(input.sortMode) || _report(_exceptionable, {
|
|
16241
16321
|
path: _path + ".sortMode",
|
|
16242
16322
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
16243
16323
|
value: input.sortMode
|
|
16244
|
-
})].every(flag => flag); const
|
|
16324
|
+
})].every(flag => flag); const _vo66 = (input, _path, _exceptionable = true) => [undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || _report(_exceptionable, {
|
|
16245
16325
|
path: _path + ".maxItemsDisplayed",
|
|
16246
16326
|
expected: "(number | undefined)",
|
|
16247
16327
|
value: input.maxItemsDisplayed
|
|
16248
|
-
})].every(flag => flag); const
|
|
16328
|
+
})].every(flag => flag); const _vo67 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
|
|
16249
16329
|
path: _path + ".maxHeight",
|
|
16250
16330
|
expected: "(number | undefined)",
|
|
16251
16331
|
value: input.maxHeight
|
|
@@ -16253,19 +16333,19 @@ function _validateDomainRecord(domain, input) {
|
|
|
16253
16333
|
path: _path + ".titleLines",
|
|
16254
16334
|
expected: "(number | undefined)",
|
|
16255
16335
|
value: input.titleLines
|
|
16256
|
-
})].every(flag => flag); const
|
|
16336
|
+
})].every(flag => flag); const _vo68 = (input, _path, _exceptionable = true) => [undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || _report(_exceptionable, {
|
|
16257
16337
|
path: _path + ".fontFamilies",
|
|
16258
16338
|
expected: "(Array<string> | undefined)",
|
|
16259
16339
|
value: input.fontFamilies
|
|
16260
|
-
})) && input.fontFamilies.map((elem,
|
|
16261
|
-
path: _path + ".fontFamilies[" +
|
|
16340
|
+
})) && input.fontFamilies.map((elem, _index59) => "string" === typeof elem || _report(_exceptionable, {
|
|
16341
|
+
path: _path + ".fontFamilies[" + _index59 + "]",
|
|
16262
16342
|
expected: "string",
|
|
16263
16343
|
value: elem
|
|
16264
16344
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
16265
16345
|
path: _path + ".fontFamilies",
|
|
16266
16346
|
expected: "(Array<string> | undefined)",
|
|
16267
16347
|
value: input.fontFamilies
|
|
16268
|
-
})].every(flag => flag); const
|
|
16348
|
+
})].every(flag => flag); const _vo69 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
|
|
16269
16349
|
path: _path + ".id",
|
|
16270
16350
|
expected: "(string | undefined)",
|
|
16271
16351
|
value: input.id
|
|
@@ -16273,31 +16353,31 @@ function _validateDomainRecord(domain, input) {
|
|
|
16273
16353
|
path: _path + ".folded",
|
|
16274
16354
|
expected: "(boolean | undefined)",
|
|
16275
16355
|
value: input.folded
|
|
16276
|
-
})].every(flag => flag); const
|
|
16356
|
+
})].every(flag => flag); const _vo70 = (input, _path, _exceptionable = true) => [undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || _report(_exceptionable, {
|
|
16277
16357
|
path: _path + ".adobe",
|
|
16278
|
-
expected: "(__type.
|
|
16358
|
+
expected: "(__type.o64 | undefined)",
|
|
16279
16359
|
value: input.adobe
|
|
16280
|
-
})) &&
|
|
16360
|
+
})) && _vo71(input.adobe, _path + ".adobe", true && _exceptionable) || _report(_exceptionable, {
|
|
16281
16361
|
path: _path + ".adobe",
|
|
16282
|
-
expected: "(__type.
|
|
16362
|
+
expected: "(__type.o64 | undefined)",
|
|
16283
16363
|
value: input.adobe
|
|
16284
16364
|
}), undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || _report(_exceptionable, {
|
|
16285
16365
|
path: _path + ".rive",
|
|
16286
|
-
expected: "(__type.
|
|
16366
|
+
expected: "(__type.o65 | undefined)",
|
|
16287
16367
|
value: input.rive
|
|
16288
|
-
})) &&
|
|
16368
|
+
})) && _vo72(input.rive, _path + ".rive", true && _exceptionable) || _report(_exceptionable, {
|
|
16289
16369
|
path: _path + ".rive",
|
|
16290
|
-
expected: "(__type.
|
|
16370
|
+
expected: "(__type.o65 | undefined)",
|
|
16291
16371
|
value: input.rive
|
|
16292
|
-
})].every(flag => flag); const
|
|
16372
|
+
})].every(flag => flag); const _vo71 = (input, _path, _exceptionable = true) => [undefined === input.useProxies || "boolean" === typeof input.useProxies || _report(_exceptionable, {
|
|
16293
16373
|
path: _path + ".useProxies",
|
|
16294
16374
|
expected: "(boolean | undefined)",
|
|
16295
16375
|
value: input.useProxies
|
|
16296
|
-
})].every(flag => flag); const
|
|
16376
|
+
})].every(flag => flag); const _vo72 = (input, _path, _exceptionable = true) => [undefined === input.template || "string" === typeof input.template || _report(_exceptionable, {
|
|
16297
16377
|
path: _path + ".template",
|
|
16298
16378
|
expected: "(string | undefined)",
|
|
16299
16379
|
value: input.template
|
|
16300
|
-
})].every(flag => flag); const
|
|
16380
|
+
})].every(flag => flag); const _vo73 = (input, _path, _exceptionable = true) => [undefined === input.collections || "boolean" === typeof input.collections || _report(_exceptionable, {
|
|
16301
16381
|
path: _path + ".collections",
|
|
16302
16382
|
expected: "(boolean | undefined)",
|
|
16303
16383
|
value: input.collections
|
|
@@ -16309,7 +16389,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16309
16389
|
path: _path + ".ameRemoteRendering",
|
|
16310
16390
|
expected: "(boolean | undefined)",
|
|
16311
16391
|
value: input.ameRemoteRendering
|
|
16312
|
-
})].every(flag => flag); const
|
|
16392
|
+
})].every(flag => flag); const _vo74 = (input, _path, _exceptionable = true) => [undefined === input.utils || "boolean" === typeof input.utils || _report(_exceptionable, {
|
|
16313
16393
|
path: _path + ".utils",
|
|
16314
16394
|
expected: "(boolean | undefined)",
|
|
16315
16395
|
value: input.utils
|
|
@@ -16385,20 +16465,20 @@ function _validateDomainRecord(domain, input) {
|
|
|
16385
16465
|
path: _path + ".systemHealth",
|
|
16386
16466
|
expected: "(boolean | undefined)",
|
|
16387
16467
|
value: input.systemHealth
|
|
16388
|
-
})].every(flag => flag); const
|
|
16468
|
+
})].every(flag => flag); const _vo75 = (input, _path, _exceptionable = true) => [undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || _report(_exceptionable, {
|
|
16389
16469
|
path: _path + ".events",
|
|
16390
|
-
expected: "(__type.
|
|
16470
|
+
expected: "(__type.o69 | undefined)",
|
|
16391
16471
|
value: input.events
|
|
16392
|
-
})) &&
|
|
16472
|
+
})) && _vo76(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
|
|
16393
16473
|
path: _path + ".events",
|
|
16394
|
-
expected: "(__type.
|
|
16474
|
+
expected: "(__type.o69 | undefined)",
|
|
16395
16475
|
value: input.events
|
|
16396
|
-
})].every(flag => flag); const
|
|
16476
|
+
})].every(flag => flag); const _vo76 = (input, _path, _exceptionable = true) => [undefined === input.comment || (Array.isArray(input.comment) || _report(_exceptionable, {
|
|
16397
16477
|
path: _path + ".comment",
|
|
16398
16478
|
expected: "(Array<NotificationReason> | undefined)",
|
|
16399
16479
|
value: input.comment
|
|
16400
|
-
})) && input.comment.map((elem,
|
|
16401
|
-
path: _path + ".comment[" +
|
|
16480
|
+
})) && input.comment.map((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
16481
|
+
path: _path + ".comment[" + _index60 + "]",
|
|
16402
16482
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
16403
16483
|
value: elem
|
|
16404
16484
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -16409,8 +16489,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
16409
16489
|
path: _path + ".assigned",
|
|
16410
16490
|
expected: "(Array<NotificationReason> | undefined)",
|
|
16411
16491
|
value: input.assigned
|
|
16412
|
-
})) && input.assigned.map((elem,
|
|
16413
|
-
path: _path + ".assigned[" +
|
|
16492
|
+
})) && input.assigned.map((elem, _index61) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
16493
|
+
path: _path + ".assigned[" + _index61 + "]",
|
|
16414
16494
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
16415
16495
|
value: elem
|
|
16416
16496
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -16421,8 +16501,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
16421
16501
|
path: _path + ".unassigned",
|
|
16422
16502
|
expected: "(Array<NotificationReason> | undefined)",
|
|
16423
16503
|
value: input.unassigned
|
|
16424
|
-
})) && input.unassigned.map((elem,
|
|
16425
|
-
path: _path + ".unassigned[" +
|
|
16504
|
+
})) && input.unassigned.map((elem, _index62) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
16505
|
+
path: _path + ".unassigned[" + _index62 + "]",
|
|
16426
16506
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
16427
16507
|
value: elem
|
|
16428
16508
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -16431,13 +16511,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
16431
16511
|
value: input.unassigned
|
|
16432
16512
|
}), undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || _report(_exceptionable, {
|
|
16433
16513
|
path: _path + ".publishSucceeded",
|
|
16434
|
-
expected: "(__type.
|
|
16514
|
+
expected: "(__type.o70 | undefined)",
|
|
16435
16515
|
value: input.publishSucceeded
|
|
16436
|
-
})) &&
|
|
16516
|
+
})) && _vo77(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || _report(_exceptionable, {
|
|
16437
16517
|
path: _path + ".publishSucceeded",
|
|
16438
|
-
expected: "(__type.
|
|
16518
|
+
expected: "(__type.o70 | undefined)",
|
|
16439
16519
|
value: input.publishSucceeded
|
|
16440
|
-
})].every(flag => flag); const
|
|
16520
|
+
})].every(flag => flag); const _vo77 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
16441
16521
|
const value = input[key];
|
|
16442
16522
|
if (undefined === value)
|
|
16443
16523
|
return true;
|
|
@@ -16445,8 +16525,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
16445
16525
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16446
16526
|
expected: "Array<NotificationReason>",
|
|
16447
16527
|
value: value
|
|
16448
|
-
})) && value.map((elem,
|
|
16449
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
16528
|
+
})) && value.map((elem, _index63) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
16529
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index63 + "]",
|
|
16450
16530
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
16451
16531
|
value: elem
|
|
16452
16532
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -16454,12 +16534,28 @@ function _validateDomainRecord(domain, input) {
|
|
|
16454
16534
|
expected: "Array<NotificationReason>",
|
|
16455
16535
|
value: value
|
|
16456
16536
|
});
|
|
16457
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
16537
|
+
}).every(flag => flag)].every(flag => flag); const _vo78 = (input, _path, _exceptionable = true) => [undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || _report(_exceptionable, {
|
|
16538
|
+
path: _path + ".duplicate",
|
|
16539
|
+
expected: "(__type.o72 | undefined)",
|
|
16540
|
+
value: input.duplicate
|
|
16541
|
+
})) && _vo79(input.duplicate, _path + ".duplicate", true && _exceptionable) || _report(_exceptionable, {
|
|
16542
|
+
path: _path + ".duplicate",
|
|
16543
|
+
expected: "(__type.o72 | undefined)",
|
|
16544
|
+
value: input.duplicate
|
|
16545
|
+
})].every(flag => flag); const _vo79 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
|
|
16546
|
+
path: _path + ".titlePrefix",
|
|
16547
|
+
expected: "(string | undefined)",
|
|
16548
|
+
value: input.titlePrefix
|
|
16549
|
+
}), undefined === input.titleSuffix || "string" === typeof input.titleSuffix || _report(_exceptionable, {
|
|
16550
|
+
path: _path + ".titleSuffix",
|
|
16551
|
+
expected: "(string | undefined)",
|
|
16552
|
+
value: input.titleSuffix
|
|
16553
|
+
})].every(flag => flag); const _vo80 = (input, _path, _exceptionable = true) => [undefined === input.stateFilter || (Array.isArray(input.stateFilter) || _report(_exceptionable, {
|
|
16458
16554
|
path: _path + ".stateFilter",
|
|
16459
16555
|
expected: "(Array<number> | undefined)",
|
|
16460
16556
|
value: input.stateFilter
|
|
16461
|
-
})) && input.stateFilter.map((elem,
|
|
16462
|
-
path: _path + ".stateFilter[" +
|
|
16557
|
+
})) && input.stateFilter.map((elem, _index64) => "number" === typeof elem || _report(_exceptionable, {
|
|
16558
|
+
path: _path + ".stateFilter[" + _index64 + "]",
|
|
16463
16559
|
expected: "number",
|
|
16464
16560
|
value: elem
|
|
16465
16561
|
})).every(flag => flag) || _report(_exceptionable, {
|