@nxtedition/types 23.0.58 → 23.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/settings.d.ts +16 -1
- package/dist/nxtpression.d.ts +25 -2
- package/dist/records/domains/script.d.ts +4 -0
- package/dist/records/domains/search.d.ts +1 -0
- package/dist/records/utils.d.ts +4 -1
- package/dist/records/utils.tds.js +11 -8
- package/dist/records/validate/assert-guard.js +474 -344
- package/dist/records/validate/assert.js +474 -344
- package/dist/records/validate/is.js +26 -26
- package/dist/records/validate/schemas.js +104 -2
- package/dist/records/validate/stringify.js +45 -45
- package/dist/records/validate/validate-equals.js +607 -411
- package/dist/records/validate/validate.js +444 -340
- package/package.json +1 -1
|
@@ -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) && (null === input.height || undefined === input.height || "number" === typeof input.height); const _io5 = input => (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority) && (null === input.height || undefined === input.height || "number" === typeof input.height); const _io6 = input => (undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping) && (undefined === input.hideStoryboardCollection || "boolean" === typeof input.hideStoryboardCollection) && (undefined === input.displayUploadFilesDialog || "always" === input.displayUploadFilesDialog || "never" === input.displayUploadFilesDialog || "ifMultipleFiles" === input.displayUploadFilesDialog); const _io7 = input => (undefined === input.displaySaveDialog || "boolean" === typeof input.displaySaveDialog) && (undefined === input.batchDownloadDialogMode || "file" === input.batchDownloadDialogMode || "directory" === input.batchDownloadDialogMode); const _io8 = input => (undefined === input.map || "object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) && _io9(input.map)) && (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io11(input.createMenu)); const _io9 = input => (undefined === input.clustering || "boolean" === typeof input.clustering) && (undefined === input.zoom || "number" === typeof input.zoom) && (undefined === input.center || "object" === typeof input.center && null !== input.center && false === Array.isArray(input.center) && _io10(input.center)); const _io10 = input => (undefined === input.lat || "number" === typeof input.lat) && (undefined === input.lon || "number" === typeof input.lon); const _io11 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem); const _io12 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io13 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io14 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io15 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io16 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format); const _io17 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name); const _io18 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs) && (undefined === input.layout || "object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) && _io19(input.layout)); const _io19 = input => (undefined === input.bookmarks || "number" === typeof input.bookmarks) && (undefined === input.browser || "number" === typeof input.browser); const _io20 = input => (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io21(input.createMenu)) && (undefined === input.colorTags || Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && _io22(elem))) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType) && (undefined === input.readRate || "number" === typeof input.readRate) && (undefined === input.collapsedNodes || "object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) && _io23(input.collapsedNodes)); const _io21 = input => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy) && (undefined === input.showPreview || "boolean" === typeof input.showPreview); const _io22 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description); const _io23 = input => Object.keys(input).every(key => {
|
|
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,30 @@ 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
|
+
}), null === input.height || undefined === input.height || "number" === typeof input.height || _report(_exceptionable, {
|
|
15236
|
+
path: _path + ".height",
|
|
15237
|
+
expected: "(null | number | undefined)",
|
|
15238
|
+
value: input.height
|
|
15239
|
+
})].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => [null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab || _report(_exceptionable, {
|
|
15192
15240
|
path: _path + ".activeTab",
|
|
15193
|
-
expected: "(string | undefined)",
|
|
15241
|
+
expected: "(null | string | undefined)",
|
|
15194
15242
|
value: input.activeTab
|
|
15243
|
+
}), undefined === input.priority || "number" === typeof input.priority || _report(_exceptionable, {
|
|
15244
|
+
path: _path + ".priority",
|
|
15245
|
+
expected: "(number | undefined)",
|
|
15246
|
+
value: input.priority
|
|
15247
|
+
}), null === input.height || undefined === input.height || "number" === typeof input.height || _report(_exceptionable, {
|
|
15248
|
+
path: _path + ".height",
|
|
15249
|
+
expected: "(null | number | undefined)",
|
|
15250
|
+
value: input.height
|
|
15195
15251
|
})].every(flag => flag); const _vo6 = (input, _path, _exceptionable = true) => [undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping || _report(_exceptionable, {
|
|
15196
15252
|
path: _path + ".defaultGrouping",
|
|
15197
15253
|
expected: "(\"\" | \"collection\" | \"stitch\" | undefined)",
|
|
@@ -15256,27 +15312,15 @@ function _validateDomainRecord(domain, input) {
|
|
|
15256
15312
|
path: _path + ".sortOrder",
|
|
15257
15313
|
expected: "(Array<string> | undefined)",
|
|
15258
15314
|
value: input.sortOrder
|
|
15259
|
-
})) && input.sortOrder.map((elem,
|
|
15260
|
-
path: _path + ".sortOrder[" +
|
|
15315
|
+
})) && input.sortOrder.map((elem, _index38) => "string" === typeof elem || _report(_exceptionable, {
|
|
15316
|
+
path: _path + ".sortOrder[" + _index38 + "]",
|
|
15261
15317
|
expected: "string",
|
|
15262
15318
|
value: elem
|
|
15263
15319
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
15264
15320
|
path: _path + ".sortOrder",
|
|
15265
15321
|
expected: "(Array<string> | undefined)",
|
|
15266
15322
|
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, {
|
|
15323
|
+
})].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [undefined === input.include || (Array.isArray(input.include) || _report(_exceptionable, {
|
|
15280
15324
|
path: _path + ".include",
|
|
15281
15325
|
expected: "(Array<string> | undefined)",
|
|
15282
15326
|
value: input.include
|
|
@@ -15300,7 +15344,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15300
15344
|
path: _path + ".exclude",
|
|
15301
15345
|
expected: "(Array<string> | undefined)",
|
|
15302
15346
|
value: input.exclude
|
|
15303
|
-
})].every(flag => flag); const
|
|
15347
|
+
})].every(flag => flag); const _vo13 = (input, _path, _exceptionable = true) => [undefined === input.include || (Array.isArray(input.include) || _report(_exceptionable, {
|
|
15304
15348
|
path: _path + ".include",
|
|
15305
15349
|
expected: "(Array<string> | undefined)",
|
|
15306
15350
|
value: input.include
|
|
@@ -15324,7 +15368,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15324
15368
|
path: _path + ".exclude",
|
|
15325
15369
|
expected: "(Array<string> | undefined)",
|
|
15326
15370
|
value: input.exclude
|
|
15327
|
-
})].every(flag => flag); const
|
|
15371
|
+
})].every(flag => flag); const _vo14 = (input, _path, _exceptionable = true) => [undefined === input.include || (Array.isArray(input.include) || _report(_exceptionable, {
|
|
15328
15372
|
path: _path + ".include",
|
|
15329
15373
|
expected: "(Array<string> | undefined)",
|
|
15330
15374
|
value: input.include
|
|
@@ -15348,6 +15392,30 @@ function _validateDomainRecord(domain, input) {
|
|
|
15348
15392
|
path: _path + ".exclude",
|
|
15349
15393
|
expected: "(Array<string> | undefined)",
|
|
15350
15394
|
value: input.exclude
|
|
15395
|
+
})].every(flag => flag); const _vo15 = (input, _path, _exceptionable = true) => [undefined === input.include || (Array.isArray(input.include) || _report(_exceptionable, {
|
|
15396
|
+
path: _path + ".include",
|
|
15397
|
+
expected: "(Array<string> | undefined)",
|
|
15398
|
+
value: input.include
|
|
15399
|
+
})) && input.include.map((elem, _index45) => "string" === typeof elem || _report(_exceptionable, {
|
|
15400
|
+
path: _path + ".include[" + _index45 + "]",
|
|
15401
|
+
expected: "string",
|
|
15402
|
+
value: elem
|
|
15403
|
+
})).every(flag => flag) || _report(_exceptionable, {
|
|
15404
|
+
path: _path + ".include",
|
|
15405
|
+
expected: "(Array<string> | undefined)",
|
|
15406
|
+
value: input.include
|
|
15407
|
+
}), undefined === input.exclude || (Array.isArray(input.exclude) || _report(_exceptionable, {
|
|
15408
|
+
path: _path + ".exclude",
|
|
15409
|
+
expected: "(Array<string> | undefined)",
|
|
15410
|
+
value: input.exclude
|
|
15411
|
+
})) && input.exclude.map((elem, _index46) => "string" === typeof elem || _report(_exceptionable, {
|
|
15412
|
+
path: _path + ".exclude[" + _index46 + "]",
|
|
15413
|
+
expected: "string",
|
|
15414
|
+
value: elem
|
|
15415
|
+
})).every(flag => flag) || _report(_exceptionable, {
|
|
15416
|
+
path: _path + ".exclude",
|
|
15417
|
+
expected: "(Array<string> | undefined)",
|
|
15418
|
+
value: input.exclude
|
|
15351
15419
|
})].every(flag => flag); const _vo16 = (input, _path, _exceptionable = true) => [undefined === input.enable || "boolean" === typeof input.enable || _report(_exceptionable, {
|
|
15352
15420
|
path: _path + ".enable",
|
|
15353
15421
|
expected: "(boolean | undefined)",
|
|
@@ -15392,24 +15460,40 @@ function _validateDomainRecord(domain, input) {
|
|
|
15392
15460
|
path: _path + ".maxTabs",
|
|
15393
15461
|
expected: "(number | undefined)",
|
|
15394
15462
|
value: input.maxTabs
|
|
15395
|
-
})
|
|
15463
|
+
}), undefined === input.layout || ("object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) || _report(_exceptionable, {
|
|
15464
|
+
path: _path + ".layout",
|
|
15465
|
+
expected: "(__type.o15 | undefined)",
|
|
15466
|
+
value: input.layout
|
|
15467
|
+
})) && _vo19(input.layout, _path + ".layout", true && _exceptionable) || _report(_exceptionable, {
|
|
15468
|
+
path: _path + ".layout",
|
|
15469
|
+
expected: "(__type.o15 | undefined)",
|
|
15470
|
+
value: input.layout
|
|
15471
|
+
})].every(flag => flag); const _vo19 = (input, _path, _exceptionable = true) => [undefined === input.bookmarks || "number" === typeof input.bookmarks || _report(_exceptionable, {
|
|
15472
|
+
path: _path + ".bookmarks",
|
|
15473
|
+
expected: "(number | undefined)",
|
|
15474
|
+
value: input.bookmarks
|
|
15475
|
+
}), undefined === input.browser || "number" === typeof input.browser || _report(_exceptionable, {
|
|
15476
|
+
path: _path + ".browser",
|
|
15477
|
+
expected: "(number | undefined)",
|
|
15478
|
+
value: input.browser
|
|
15479
|
+
})].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
15480
|
path: _path + ".createMenu",
|
|
15397
|
-
expected: "(__type.
|
|
15481
|
+
expected: "(__type.o17 | undefined)",
|
|
15398
15482
|
value: input.createMenu
|
|
15399
|
-
})) &&
|
|
15483
|
+
})) && _vo21(input.createMenu, _path + ".createMenu", true && _exceptionable) || _report(_exceptionable, {
|
|
15400
15484
|
path: _path + ".createMenu",
|
|
15401
|
-
expected: "(__type.
|
|
15485
|
+
expected: "(__type.o17 | undefined)",
|
|
15402
15486
|
value: input.createMenu
|
|
15403
15487
|
}), undefined === input.colorTags || (Array.isArray(input.colorTags) || _report(_exceptionable, {
|
|
15404
15488
|
path: _path + ".colorTags",
|
|
15405
15489
|
expected: "(Array<PromotedTag> | undefined)",
|
|
15406
15490
|
value: input.colorTags
|
|
15407
|
-
})) && input.colorTags.map((elem,
|
|
15408
|
-
path: _path + ".colorTags[" +
|
|
15491
|
+
})) && input.colorTags.map((elem, _index47) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
15492
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
15409
15493
|
expected: "PromotedTag",
|
|
15410
15494
|
value: elem
|
|
15411
|
-
})) &&
|
|
15412
|
-
path: _path + ".colorTags[" +
|
|
15495
|
+
})) && _vo22(elem, _path + ".colorTags[" + _index47 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
15496
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
15413
15497
|
expected: "PromotedTag",
|
|
15414
15498
|
value: elem
|
|
15415
15499
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -15426,13 +15510,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
15426
15510
|
value: input.readRate
|
|
15427
15511
|
}), undefined === input.collapsedNodes || ("object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) || _report(_exceptionable, {
|
|
15428
15512
|
path: _path + ".collapsedNodes",
|
|
15429
|
-
expected: "(__type.
|
|
15513
|
+
expected: "(__type.o18 | undefined)",
|
|
15430
15514
|
value: input.collapsedNodes
|
|
15431
|
-
})) &&
|
|
15515
|
+
})) && _vo23(input.collapsedNodes, _path + ".collapsedNodes", true && _exceptionable) || _report(_exceptionable, {
|
|
15432
15516
|
path: _path + ".collapsedNodes",
|
|
15433
|
-
expected: "(__type.
|
|
15517
|
+
expected: "(__type.o18 | undefined)",
|
|
15434
15518
|
value: input.collapsedNodes
|
|
15435
|
-
})].every(flag => flag); const
|
|
15519
|
+
})].every(flag => flag); const _vo21 = (input, _path, _exceptionable = true) => [undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy || _report(_exceptionable, {
|
|
15436
15520
|
path: _path + ".sortBy",
|
|
15437
15521
|
expected: "(\"index\" | \"title\" | undefined)",
|
|
15438
15522
|
value: input.sortBy
|
|
@@ -15440,7 +15524,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15440
15524
|
path: _path + ".showPreview",
|
|
15441
15525
|
expected: "(boolean | undefined)",
|
|
15442
15526
|
value: input.showPreview
|
|
15443
|
-
})].every(flag => flag); const
|
|
15527
|
+
})].every(flag => flag); const _vo22 = (input, _path, _exceptionable = true) => [null === input.name || "string" === typeof input.name || _report(_exceptionable, {
|
|
15444
15528
|
path: _path + ".name",
|
|
15445
15529
|
expected: "(null | string)",
|
|
15446
15530
|
value: input.name
|
|
@@ -15456,20 +15540,20 @@ function _validateDomainRecord(domain, input) {
|
|
|
15456
15540
|
path: _path + ".description",
|
|
15457
15541
|
expected: "(null | string)",
|
|
15458
15542
|
value: input.description
|
|
15459
|
-
})].every(flag => flag); const
|
|
15543
|
+
})].every(flag => flag); const _vo23 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15460
15544
|
const value = input[key];
|
|
15461
15545
|
if (undefined === value)
|
|
15462
15546
|
return true;
|
|
15463
15547
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || _report(_exceptionable, {
|
|
15464
15548
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15465
|
-
expected: "__type.
|
|
15549
|
+
expected: "__type.o19",
|
|
15466
15550
|
value: value
|
|
15467
|
-
})) &&
|
|
15551
|
+
})) && _vo24(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15468
15552
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15469
|
-
expected: "__type.
|
|
15553
|
+
expected: "__type.o19",
|
|
15470
15554
|
value: value
|
|
15471
15555
|
});
|
|
15472
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15556
|
+
}).every(flag => flag)].every(flag => flag); const _vo24 = (input, _path, _exceptionable = true) => [undefined === input.preview || "boolean" === typeof input.preview || _report(_exceptionable, {
|
|
15473
15557
|
path: _path + ".preview",
|
|
15474
15558
|
expected: "(boolean | undefined)",
|
|
15475
15559
|
value: input.preview
|
|
@@ -15477,7 +15561,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15477
15561
|
path: _path + ".children",
|
|
15478
15562
|
expected: "(boolean | undefined)",
|
|
15479
15563
|
value: input.children
|
|
15480
|
-
})].every(flag => flag); const
|
|
15564
|
+
})].every(flag => flag); const _vo25 = (input, _path, _exceptionable = true) => [undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || _report(_exceptionable, {
|
|
15481
15565
|
path: _path + ".graphicBaseTemplate",
|
|
15482
15566
|
expected: "(string | undefined)",
|
|
15483
15567
|
value: input.graphicBaseTemplate
|
|
@@ -15485,8 +15569,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
15485
15569
|
path: _path + ".favorites",
|
|
15486
15570
|
expected: "(Array<string> | undefined)",
|
|
15487
15571
|
value: input.favorites
|
|
15488
|
-
})) && input.favorites.map((elem,
|
|
15489
|
-
path: _path + ".favorites[" +
|
|
15572
|
+
})) && input.favorites.map((elem, _index48) => "string" === typeof elem || _report(_exceptionable, {
|
|
15573
|
+
path: _path + ".favorites[" + _index48 + "]",
|
|
15490
15574
|
expected: "string",
|
|
15491
15575
|
value: elem
|
|
15492
15576
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -15497,24 +15581,24 @@ function _validateDomainRecord(domain, input) {
|
|
|
15497
15581
|
path: _path + ".defaults",
|
|
15498
15582
|
expected: "(Record<string, __type> | undefined)",
|
|
15499
15583
|
value: input.defaults
|
|
15500
|
-
})) &&
|
|
15584
|
+
})) && _vo26(input.defaults, _path + ".defaults", true && _exceptionable) || _report(_exceptionable, {
|
|
15501
15585
|
path: _path + ".defaults",
|
|
15502
15586
|
expected: "(Record<string, __type> | undefined)",
|
|
15503
15587
|
value: input.defaults
|
|
15504
|
-
})].every(flag => flag); const
|
|
15588
|
+
})].every(flag => flag); const _vo26 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15505
15589
|
const value = input[key];
|
|
15506
15590
|
if (undefined === value)
|
|
15507
15591
|
return true;
|
|
15508
15592
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || _report(_exceptionable, {
|
|
15509
15593
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15510
|
-
expected: "__type.
|
|
15594
|
+
expected: "__type.o21",
|
|
15511
15595
|
value: value
|
|
15512
|
-
})) &&
|
|
15596
|
+
})) && _vo27(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15513
15597
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15514
|
-
expected: "__type.
|
|
15598
|
+
expected: "__type.o21",
|
|
15515
15599
|
value: value
|
|
15516
15600
|
});
|
|
15517
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15601
|
+
}).every(flag => flag)].every(flag => flag); const _vo27 = (input, _path, _exceptionable = true) => [undefined === input.event || "string" === typeof input.event || _report(_exceptionable, {
|
|
15518
15602
|
path: _path + ".event",
|
|
15519
15603
|
expected: "(string | undefined)",
|
|
15520
15604
|
value: input.event
|
|
@@ -15522,11 +15606,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
15522
15606
|
path: _path + ".property",
|
|
15523
15607
|
expected: "(string | undefined)",
|
|
15524
15608
|
value: input.property
|
|
15525
|
-
})].every(flag => flag); const
|
|
15609
|
+
})].every(flag => flag); const _vo28 = (input, _path, _exceptionable = true) => [undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || _report(_exceptionable, {
|
|
15526
15610
|
path: _path + ".eventThumbnails",
|
|
15527
15611
|
expected: "(boolean | undefined)",
|
|
15528
15612
|
value: input.eventThumbnails
|
|
15529
|
-
})].every(flag => flag); const
|
|
15613
|
+
})].every(flag => flag); const _vo29 = (input, _path, _exceptionable = true) => [undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || _report(_exceptionable, {
|
|
15530
15614
|
path: _path + ".dimOnBlur",
|
|
15531
15615
|
expected: "(boolean | undefined)",
|
|
15532
15616
|
value: input.dimOnBlur
|
|
@@ -15534,95 +15618,99 @@ function _validateDomainRecord(domain, input) {
|
|
|
15534
15618
|
path: _path + ".float",
|
|
15535
15619
|
expected: "(\"disabled\" | \"gallery\" | \"rundown\" | undefined)",
|
|
15536
15620
|
value: input.float
|
|
15537
|
-
})
|
|
15621
|
+
}), undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration || _report(_exceptionable, {
|
|
15622
|
+
path: _path + ".countFloatedDuration",
|
|
15623
|
+
expected: "(boolean | undefined)",
|
|
15624
|
+
value: input.countFloatedDuration
|
|
15625
|
+
})].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
15626
|
path: _path + ".display",
|
|
15539
|
-
expected: "(__type.
|
|
15627
|
+
expected: "(__type.o25 | undefined)",
|
|
15540
15628
|
value: input.display
|
|
15541
|
-
})) &&
|
|
15629
|
+
})) && _vo31(input.display, _path + ".display", true && _exceptionable) || _report(_exceptionable, {
|
|
15542
15630
|
path: _path + ".display",
|
|
15543
|
-
expected: "(__type.
|
|
15631
|
+
expected: "(__type.o25 | undefined)",
|
|
15544
15632
|
value: input.display
|
|
15545
15633
|
}), undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || _report(_exceptionable, {
|
|
15546
15634
|
path: _path + ".browser",
|
|
15547
|
-
expected: "(__type.
|
|
15635
|
+
expected: "(__type.o26 | undefined)",
|
|
15548
15636
|
value: input.browser
|
|
15549
|
-
})) &&
|
|
15637
|
+
})) && _vo33(input.browser, _path + ".browser", true && _exceptionable) || _report(_exceptionable, {
|
|
15550
15638
|
path: _path + ".browser",
|
|
15551
|
-
expected: "(__type.
|
|
15639
|
+
expected: "(__type.o26 | undefined)",
|
|
15552
15640
|
value: input.browser
|
|
15553
15641
|
}), undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || _report(_exceptionable, {
|
|
15554
15642
|
path: _path + ".gallery",
|
|
15555
|
-
expected: "(__type.
|
|
15643
|
+
expected: "(__type.o27 | undefined)",
|
|
15556
15644
|
value: input.gallery
|
|
15557
|
-
})) &&
|
|
15645
|
+
})) && _vo34(input.gallery, _path + ".gallery", true && _exceptionable) || _report(_exceptionable, {
|
|
15558
15646
|
path: _path + ".gallery",
|
|
15559
|
-
expected: "(__type.
|
|
15647
|
+
expected: "(__type.o27 | undefined)",
|
|
15560
15648
|
value: input.gallery
|
|
15561
15649
|
}), undefined === input.global || ("object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) || _report(_exceptionable, {
|
|
15562
15650
|
path: _path + ".global",
|
|
15563
|
-
expected: "(__type.
|
|
15651
|
+
expected: "(__type.o28 | undefined)",
|
|
15564
15652
|
value: input.global
|
|
15565
|
-
})) &&
|
|
15653
|
+
})) && _vo35(input.global, _path + ".global", true && _exceptionable) || _report(_exceptionable, {
|
|
15566
15654
|
path: _path + ".global",
|
|
15567
|
-
expected: "(__type.
|
|
15655
|
+
expected: "(__type.o28 | undefined)",
|
|
15568
15656
|
value: input.global
|
|
15569
15657
|
}), undefined === input.player || ("object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) || _report(_exceptionable, {
|
|
15570
15658
|
path: _path + ".player",
|
|
15571
|
-
expected: "(__type.
|
|
15659
|
+
expected: "(__type.o29 | undefined)",
|
|
15572
15660
|
value: input.player
|
|
15573
|
-
})) &&
|
|
15661
|
+
})) && _vo36(input.player, _path + ".player", true && _exceptionable) || _report(_exceptionable, {
|
|
15574
15662
|
path: _path + ".player",
|
|
15575
|
-
expected: "(__type.
|
|
15663
|
+
expected: "(__type.o29 | undefined)",
|
|
15576
15664
|
value: input.player
|
|
15577
15665
|
}), undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || _report(_exceptionable, {
|
|
15578
15666
|
path: _path + ".script",
|
|
15579
|
-
expected: "(__type.
|
|
15667
|
+
expected: "(__type.o30 | undefined)",
|
|
15580
15668
|
value: input.script
|
|
15581
|
-
})) &&
|
|
15669
|
+
})) && _vo37(input.script, _path + ".script", true && _exceptionable) || _report(_exceptionable, {
|
|
15582
15670
|
path: _path + ".script",
|
|
15583
|
-
expected: "(__type.
|
|
15671
|
+
expected: "(__type.o30 | undefined)",
|
|
15584
15672
|
value: input.script
|
|
15585
15673
|
}), undefined === input.codeEditor || ("object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) || _report(_exceptionable, {
|
|
15586
15674
|
path: _path + ".codeEditor",
|
|
15587
|
-
expected: "(__type.
|
|
15675
|
+
expected: "(__type.o31 | undefined)",
|
|
15588
15676
|
value: input.codeEditor
|
|
15589
|
-
})) &&
|
|
15677
|
+
})) && _vo38(input.codeEditor, _path + ".codeEditor", true && _exceptionable) || _report(_exceptionable, {
|
|
15590
15678
|
path: _path + ".codeEditor",
|
|
15591
|
-
expected: "(__type.
|
|
15679
|
+
expected: "(__type.o31 | undefined)",
|
|
15592
15680
|
value: input.codeEditor
|
|
15593
15681
|
}), undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || _report(_exceptionable, {
|
|
15594
15682
|
path: _path + ".bookmarks",
|
|
15595
|
-
expected: "(__type.
|
|
15683
|
+
expected: "(__type.o32 | undefined)",
|
|
15596
15684
|
value: input.bookmarks
|
|
15597
|
-
})) &&
|
|
15685
|
+
})) && _vo39(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || _report(_exceptionable, {
|
|
15598
15686
|
path: _path + ".bookmarks",
|
|
15599
|
-
expected: "(__type.
|
|
15687
|
+
expected: "(__type.o32 | undefined)",
|
|
15600
15688
|
value: input.bookmarks
|
|
15601
15689
|
}), undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || _report(_exceptionable, {
|
|
15602
15690
|
path: _path + ".edit",
|
|
15603
|
-
expected: "(__type.
|
|
15691
|
+
expected: "(__type.o33 | undefined)",
|
|
15604
15692
|
value: input.edit
|
|
15605
|
-
})) &&
|
|
15693
|
+
})) && _vo40(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
|
|
15606
15694
|
path: _path + ".edit",
|
|
15607
|
-
expected: "(__type.
|
|
15695
|
+
expected: "(__type.o33 | undefined)",
|
|
15608
15696
|
value: input.edit
|
|
15609
15697
|
}), undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || _report(_exceptionable, {
|
|
15610
15698
|
path: _path + ".rundown",
|
|
15611
|
-
expected: "(__type.
|
|
15699
|
+
expected: "(__type.o34 | undefined)",
|
|
15612
15700
|
value: input.rundown
|
|
15613
|
-
})) &&
|
|
15701
|
+
})) && _vo41(input.rundown, _path + ".rundown", true && _exceptionable) || _report(_exceptionable, {
|
|
15614
15702
|
path: _path + ".rundown",
|
|
15615
|
-
expected: "(__type.
|
|
15703
|
+
expected: "(__type.o34 | undefined)",
|
|
15616
15704
|
value: input.rundown
|
|
15617
15705
|
}), undefined === input.segment || ("object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) || _report(_exceptionable, {
|
|
15618
15706
|
path: _path + ".segment",
|
|
15619
|
-
expected: "(__type.
|
|
15707
|
+
expected: "(__type.o35 | undefined)",
|
|
15620
15708
|
value: input.segment
|
|
15621
|
-
})) &&
|
|
15709
|
+
})) && _vo42(input.segment, _path + ".segment", true && _exceptionable) || _report(_exceptionable, {
|
|
15622
15710
|
path: _path + ".segment",
|
|
15623
|
-
expected: "(__type.
|
|
15711
|
+
expected: "(__type.o35 | undefined)",
|
|
15624
15712
|
value: input.segment
|
|
15625
|
-
})].every(flag => flag); const
|
|
15713
|
+
})].every(flag => flag); const _vo31 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15626
15714
|
const value = input[key];
|
|
15627
15715
|
if (undefined === value)
|
|
15628
15716
|
return true;
|
|
@@ -15630,12 +15718,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15630
15718
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15631
15719
|
expected: "KeymapSetting",
|
|
15632
15720
|
value: value
|
|
15633
|
-
})) &&
|
|
15721
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15634
15722
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15635
15723
|
expected: "KeymapSetting",
|
|
15636
15724
|
value: value
|
|
15637
15725
|
});
|
|
15638
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15726
|
+
}).every(flag => flag)].every(flag => flag); const _vo32 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
|
|
15639
15727
|
path: _path + ".title",
|
|
15640
15728
|
expected: "(string | undefined)",
|
|
15641
15729
|
value: input.title
|
|
@@ -15643,7 +15731,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15643
15731
|
path: _path + ".sequence",
|
|
15644
15732
|
expected: "(string | undefined)",
|
|
15645
15733
|
value: input.sequence
|
|
15646
|
-
})].every(flag => flag); const
|
|
15734
|
+
})].every(flag => flag); const _vo33 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15647
15735
|
const value = input[key];
|
|
15648
15736
|
if (undefined === value)
|
|
15649
15737
|
return true;
|
|
@@ -15651,12 +15739,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15651
15739
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15652
15740
|
expected: "KeymapSetting",
|
|
15653
15741
|
value: value
|
|
15654
|
-
})) &&
|
|
15742
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15655
15743
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15656
15744
|
expected: "KeymapSetting",
|
|
15657
15745
|
value: value
|
|
15658
15746
|
});
|
|
15659
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15747
|
+
}).every(flag => flag)].every(flag => flag); const _vo34 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15660
15748
|
const value = input[key];
|
|
15661
15749
|
if (undefined === value)
|
|
15662
15750
|
return true;
|
|
@@ -15664,12 +15752,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15664
15752
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15665
15753
|
expected: "KeymapSetting",
|
|
15666
15754
|
value: value
|
|
15667
|
-
})) &&
|
|
15755
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15668
15756
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15669
15757
|
expected: "KeymapSetting",
|
|
15670
15758
|
value: value
|
|
15671
15759
|
});
|
|
15672
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15760
|
+
}).every(flag => flag)].every(flag => flag); const _vo35 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15673
15761
|
const value = input[key];
|
|
15674
15762
|
if (undefined === value)
|
|
15675
15763
|
return true;
|
|
@@ -15677,12 +15765,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15677
15765
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15678
15766
|
expected: "KeymapSetting",
|
|
15679
15767
|
value: value
|
|
15680
|
-
})) &&
|
|
15768
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15681
15769
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15682
15770
|
expected: "KeymapSetting",
|
|
15683
15771
|
value: value
|
|
15684
15772
|
});
|
|
15685
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15773
|
+
}).every(flag => flag)].every(flag => flag); const _vo36 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15686
15774
|
const value = input[key];
|
|
15687
15775
|
if (undefined === value)
|
|
15688
15776
|
return true;
|
|
@@ -15690,12 +15778,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15690
15778
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15691
15779
|
expected: "KeymapSetting",
|
|
15692
15780
|
value: value
|
|
15693
|
-
})) &&
|
|
15781
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15694
15782
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15695
15783
|
expected: "KeymapSetting",
|
|
15696
15784
|
value: value
|
|
15697
15785
|
});
|
|
15698
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15786
|
+
}).every(flag => flag)].every(flag => flag); const _vo37 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15699
15787
|
const value = input[key];
|
|
15700
15788
|
if (undefined === value)
|
|
15701
15789
|
return true;
|
|
@@ -15703,12 +15791,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15703
15791
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15704
15792
|
expected: "KeymapSetting",
|
|
15705
15793
|
value: value
|
|
15706
|
-
})) &&
|
|
15794
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15707
15795
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15708
15796
|
expected: "KeymapSetting",
|
|
15709
15797
|
value: value
|
|
15710
15798
|
});
|
|
15711
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15799
|
+
}).every(flag => flag)].every(flag => flag); const _vo38 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15712
15800
|
const value = input[key];
|
|
15713
15801
|
if (undefined === value)
|
|
15714
15802
|
return true;
|
|
@@ -15716,12 +15804,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15716
15804
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15717
15805
|
expected: "KeymapSetting",
|
|
15718
15806
|
value: value
|
|
15719
|
-
})) &&
|
|
15807
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15720
15808
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15721
15809
|
expected: "KeymapSetting",
|
|
15722
15810
|
value: value
|
|
15723
15811
|
});
|
|
15724
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15812
|
+
}).every(flag => flag)].every(flag => flag); const _vo39 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15725
15813
|
const value = input[key];
|
|
15726
15814
|
if (undefined === value)
|
|
15727
15815
|
return true;
|
|
@@ -15729,12 +15817,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15729
15817
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15730
15818
|
expected: "KeymapSetting",
|
|
15731
15819
|
value: value
|
|
15732
|
-
})) &&
|
|
15820
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15733
15821
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15734
15822
|
expected: "KeymapSetting",
|
|
15735
15823
|
value: value
|
|
15736
15824
|
});
|
|
15737
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15825
|
+
}).every(flag => flag)].every(flag => flag); const _vo40 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15738
15826
|
const value = input[key];
|
|
15739
15827
|
if (undefined === value)
|
|
15740
15828
|
return true;
|
|
@@ -15742,12 +15830,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15742
15830
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15743
15831
|
expected: "KeymapSetting",
|
|
15744
15832
|
value: value
|
|
15745
|
-
})) &&
|
|
15833
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15746
15834
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15747
15835
|
expected: "KeymapSetting",
|
|
15748
15836
|
value: value
|
|
15749
15837
|
});
|
|
15750
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15838
|
+
}).every(flag => flag)].every(flag => flag); const _vo41 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15751
15839
|
const value = input[key];
|
|
15752
15840
|
if (undefined === value)
|
|
15753
15841
|
return true;
|
|
@@ -15755,12 +15843,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15755
15843
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15756
15844
|
expected: "KeymapSetting",
|
|
15757
15845
|
value: value
|
|
15758
|
-
})) &&
|
|
15846
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15759
15847
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15760
15848
|
expected: "KeymapSetting",
|
|
15761
15849
|
value: value
|
|
15762
15850
|
});
|
|
15763
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15851
|
+
}).every(flag => flag)].every(flag => flag); const _vo42 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
15764
15852
|
const value = input[key];
|
|
15765
15853
|
if (undefined === value)
|
|
15766
15854
|
return true;
|
|
@@ -15768,12 +15856,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
15768
15856
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15769
15857
|
expected: "KeymapSetting",
|
|
15770
15858
|
value: value
|
|
15771
|
-
})) &&
|
|
15859
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
15772
15860
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15773
15861
|
expected: "KeymapSetting",
|
|
15774
15862
|
value: value
|
|
15775
15863
|
});
|
|
15776
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
15864
|
+
}).every(flag => flag)].every(flag => flag); const _vo43 = (input, _path, _exceptionable = true) => [undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate || _report(_exceptionable, {
|
|
15777
15865
|
path: _path + ".defaultFrameRate",
|
|
15778
15866
|
expected: "(number | undefined)",
|
|
15779
15867
|
value: input.defaultFrameRate
|
|
@@ -15783,11 +15871,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
15783
15871
|
value: input.placeholder
|
|
15784
15872
|
}), undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || _report(_exceptionable, {
|
|
15785
15873
|
path: _path + ".guide",
|
|
15786
|
-
expected: "(__type.
|
|
15874
|
+
expected: "(__type.o37 | undefined)",
|
|
15787
15875
|
value: input.guide
|
|
15788
|
-
})) &&
|
|
15876
|
+
})) && _vo44(input.guide, _path + ".guide", true && _exceptionable) || _report(_exceptionable, {
|
|
15789
15877
|
path: _path + ".guide",
|
|
15790
|
-
expected: "(__type.
|
|
15878
|
+
expected: "(__type.o37 | undefined)",
|
|
15791
15879
|
value: input.guide
|
|
15792
15880
|
}), undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames || _report(_exceptionable, {
|
|
15793
15881
|
path: _path + ".stepManyFrames",
|
|
@@ -15803,11 +15891,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
15803
15891
|
value: input.importTitleTemplate
|
|
15804
15892
|
}), undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || _report(_exceptionable, {
|
|
15805
15893
|
path: _path + ".tile",
|
|
15806
|
-
expected: "(__type.
|
|
15894
|
+
expected: "(__type.o38 | undefined)",
|
|
15807
15895
|
value: input.tile
|
|
15808
|
-
})) &&
|
|
15896
|
+
})) && _vo45(input.tile, _path + ".tile", true && _exceptionable) || _report(_exceptionable, {
|
|
15809
15897
|
path: _path + ".tile",
|
|
15810
|
-
expected: "(__type.
|
|
15898
|
+
expected: "(__type.o38 | undefined)",
|
|
15811
15899
|
value: input.tile
|
|
15812
15900
|
}), undefined === input.timecodeReference || "string" === typeof input.timecodeReference || _report(_exceptionable, {
|
|
15813
15901
|
path: _path + ".timecodeReference",
|
|
@@ -15833,8 +15921,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
15833
15921
|
path: _path + ".playbackRates",
|
|
15834
15922
|
expected: "(Array<number> | undefined)",
|
|
15835
15923
|
value: input.playbackRates
|
|
15836
|
-
})) && input.playbackRates.map((elem,
|
|
15837
|
-
path: _path + ".playbackRates[" +
|
|
15924
|
+
})) && input.playbackRates.map((elem, _index49) => "number" === typeof elem || _report(_exceptionable, {
|
|
15925
|
+
path: _path + ".playbackRates[" + _index49 + "]",
|
|
15838
15926
|
expected: "number",
|
|
15839
15927
|
value: elem
|
|
15840
15928
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -15843,11 +15931,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
15843
15931
|
value: input.playbackRates
|
|
15844
15932
|
}), undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || _report(_exceptionable, {
|
|
15845
15933
|
path: _path + ".subtitles",
|
|
15846
|
-
expected: "(__type.
|
|
15934
|
+
expected: "(__type.o39 | undefined)",
|
|
15847
15935
|
value: input.subtitles
|
|
15848
|
-
})) &&
|
|
15936
|
+
})) && _vo46(input.subtitles, _path + ".subtitles", true && _exceptionable) || _report(_exceptionable, {
|
|
15849
15937
|
path: _path + ".subtitles",
|
|
15850
|
-
expected: "(__type.
|
|
15938
|
+
expected: "(__type.o39 | undefined)",
|
|
15851
15939
|
value: input.subtitles
|
|
15852
15940
|
}), undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || _report(_exceptionable, {
|
|
15853
15941
|
path: _path + ".subtitleTemplateId",
|
|
@@ -15861,13 +15949,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
15861
15949
|
path: _path + ".guides",
|
|
15862
15950
|
expected: "(Array<__type>.o2 | undefined)",
|
|
15863
15951
|
value: input.guides
|
|
15864
|
-
})) && input.guides.map((elem,
|
|
15865
|
-
path: _path + ".guides[" +
|
|
15866
|
-
expected: "__type.
|
|
15952
|
+
})) && input.guides.map((elem, _index50) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
15953
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
15954
|
+
expected: "__type.o42",
|
|
15867
15955
|
value: elem
|
|
15868
|
-
})) &&
|
|
15869
|
-
path: _path + ".guides[" +
|
|
15870
|
-
expected: "__type.
|
|
15956
|
+
})) && _vo49(elem, _path + ".guides[" + _index50 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
15957
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
15958
|
+
expected: "__type.o42",
|
|
15871
15959
|
value: elem
|
|
15872
15960
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
15873
15961
|
path: _path + ".guides",
|
|
@@ -15879,33 +15967,33 @@ function _validateDomainRecord(domain, input) {
|
|
|
15879
15967
|
value: input.download
|
|
15880
15968
|
}), undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || _report(_exceptionable, {
|
|
15881
15969
|
path: _path + ".editMode",
|
|
15882
|
-
expected: "(__type.
|
|
15970
|
+
expected: "(__type.o43 | undefined)",
|
|
15883
15971
|
value: input.editMode
|
|
15884
|
-
})) &&
|
|
15972
|
+
})) && _vo50(input.editMode, _path + ".editMode", true && _exceptionable) || _report(_exceptionable, {
|
|
15885
15973
|
path: _path + ".editMode",
|
|
15886
|
-
expected: "(__type.
|
|
15974
|
+
expected: "(__type.o43 | undefined)",
|
|
15887
15975
|
value: input.editMode
|
|
15888
15976
|
}), undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || _report(_exceptionable, {
|
|
15889
15977
|
path: _path + ".transcribe",
|
|
15890
|
-
expected: "(__type.
|
|
15978
|
+
expected: "(__type.o44 | undefined)",
|
|
15891
15979
|
value: input.transcribe
|
|
15892
|
-
})) &&
|
|
15980
|
+
})) && _vo51(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
|
|
15893
15981
|
path: _path + ".transcribe",
|
|
15894
|
-
expected: "(__type.
|
|
15982
|
+
expected: "(__type.o44 | undefined)",
|
|
15895
15983
|
value: input.transcribe
|
|
15896
15984
|
}), (null !== input.openCommand || _report(_exceptionable, {
|
|
15897
15985
|
path: _path + ".openCommand",
|
|
15898
|
-
expected: "(__type.
|
|
15986
|
+
expected: "(__type.o48 | string | undefined)",
|
|
15899
15987
|
value: input.openCommand
|
|
15900
15988
|
})) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || _report(_exceptionable, {
|
|
15901
15989
|
path: _path + ".openCommand",
|
|
15902
|
-
expected: "(__type.
|
|
15990
|
+
expected: "(__type.o48 | string | undefined)",
|
|
15903
15991
|
value: input.openCommand
|
|
15904
|
-
})) &&
|
|
15992
|
+
})) && _vo55(input.openCommand, _path + ".openCommand", true && _exceptionable) || _report(_exceptionable, {
|
|
15905
15993
|
path: _path + ".openCommand",
|
|
15906
|
-
expected: "(__type.
|
|
15994
|
+
expected: "(__type.o48 | string | undefined)",
|
|
15907
15995
|
value: input.openCommand
|
|
15908
|
-
}))].every(flag => flag); const
|
|
15996
|
+
}))].every(flag => flag); const _vo44 = (input, _path, _exceptionable = true) => [undefined === input.mask || "boolean" === typeof input.mask || _report(_exceptionable, {
|
|
15909
15997
|
path: _path + ".mask",
|
|
15910
15998
|
expected: "(boolean | undefined)",
|
|
15911
15999
|
value: input.mask
|
|
@@ -15917,7 +16005,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15917
16005
|
path: _path + ".titleSafe",
|
|
15918
16006
|
expected: "(boolean | undefined)",
|
|
15919
16007
|
value: input.titleSafe
|
|
15920
|
-
})].every(flag => flag); const
|
|
16008
|
+
})].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
16009
|
path: _path + ".preview",
|
|
15922
16010
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
|
|
15923
16011
|
value: input.preview
|
|
@@ -15925,7 +16013,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15925
16013
|
path: _path + ".showRenderProgress",
|
|
15926
16014
|
expected: "(boolean | undefined)",
|
|
15927
16015
|
value: input.showRenderProgress
|
|
15928
|
-
})].every(flag => flag); const
|
|
16016
|
+
})].every(flag => flag); const _vo46 = (input, _path, _exceptionable = true) => [undefined === input.spacing || "number" === typeof input.spacing || _report(_exceptionable, {
|
|
15929
16017
|
path: _path + ".spacing",
|
|
15930
16018
|
expected: "(number | undefined)",
|
|
15931
16019
|
value: input.spacing
|
|
@@ -15937,13 +16025,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
15937
16025
|
path: _path + ".suggestions",
|
|
15938
16026
|
expected: "(Array<__type> | undefined)",
|
|
15939
16027
|
value: input.suggestions
|
|
15940
|
-
})) && input.suggestions.map((elem,
|
|
15941
|
-
path: _path + ".suggestions[" +
|
|
15942
|
-
expected: "__type.
|
|
16028
|
+
})) && input.suggestions.map((elem, _index51) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
16029
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
16030
|
+
expected: "__type.o40",
|
|
15943
16031
|
value: elem
|
|
15944
|
-
})) &&
|
|
15945
|
-
path: _path + ".suggestions[" +
|
|
15946
|
-
expected: "__type.
|
|
16032
|
+
})) && _vo47(elem, _path + ".suggestions[" + _index51 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
16033
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
16034
|
+
expected: "__type.o40",
|
|
15947
16035
|
value: elem
|
|
15948
16036
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
15949
16037
|
path: _path + ".suggestions",
|
|
@@ -15953,13 +16041,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
15953
16041
|
path: _path + ".colors",
|
|
15954
16042
|
expected: "(Array<__type>.o1 | undefined)",
|
|
15955
16043
|
value: input.colors
|
|
15956
|
-
})) && input.colors.map((elem,
|
|
15957
|
-
path: _path + ".colors[" +
|
|
15958
|
-
expected: "__type.
|
|
16044
|
+
})) && input.colors.map((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
16045
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
16046
|
+
expected: "__type.o41",
|
|
15959
16047
|
value: elem
|
|
15960
|
-
})) &&
|
|
15961
|
-
path: _path + ".colors[" +
|
|
15962
|
-
expected: "__type.
|
|
16048
|
+
})) && _vo48(elem, _path + ".colors[" + _index52 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
16049
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
16050
|
+
expected: "__type.o41",
|
|
15963
16051
|
value: elem
|
|
15964
16052
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
15965
16053
|
path: _path + ".colors",
|
|
@@ -15969,15 +16057,15 @@ function _validateDomainRecord(domain, input) {
|
|
|
15969
16057
|
path: _path + ".overridableProperties",
|
|
15970
16058
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
15971
16059
|
value: input.overridableProperties
|
|
15972
|
-
})) && input.overridableProperties.map((elem,
|
|
15973
|
-
path: _path + ".overridableProperties[" +
|
|
16060
|
+
})) && input.overridableProperties.map((elem, _index53) => null === elem || true === _vv54.has(elem) || _report(_exceptionable, {
|
|
16061
|
+
path: _path + ".overridableProperties[" + _index53 + "]",
|
|
15974
16062
|
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
16063
|
value: elem
|
|
15976
16064
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
15977
16065
|
path: _path + ".overridableProperties",
|
|
15978
16066
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
15979
16067
|
value: input.overridableProperties
|
|
15980
|
-
})].every(flag => flag); const
|
|
16068
|
+
})].every(flag => flag); const _vo47 = (input, _path, _exceptionable = true) => [null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || _report(_exceptionable, {
|
|
15981
16069
|
path: _path + ".ifAspectRatio",
|
|
15982
16070
|
expected: "(null | string | undefined)",
|
|
15983
16071
|
value: input.ifAspectRatio
|
|
@@ -15993,7 +16081,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
15993
16081
|
path: _path + ".thenMaxCharactersPerLine",
|
|
15994
16082
|
expected: "(null | number | undefined)",
|
|
15995
16083
|
value: input.thenMaxCharactersPerLine
|
|
15996
|
-
})].every(flag => flag); const
|
|
16084
|
+
})].every(flag => flag); const _vo48 = (input, _path, _exceptionable = true) => [null === input.label || undefined === input.label || "string" === typeof input.label || _report(_exceptionable, {
|
|
15997
16085
|
path: _path + ".label",
|
|
15998
16086
|
expected: "(null | string | undefined)",
|
|
15999
16087
|
value: input.label
|
|
@@ -16001,7 +16089,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16001
16089
|
path: _path + ".color",
|
|
16002
16090
|
expected: "(null | string | undefined)",
|
|
16003
16091
|
value: input.color
|
|
16004
|
-
})].every(flag => flag); const
|
|
16092
|
+
})].every(flag => flag); const _vo49 = (input, _path, _exceptionable = true) => [undefined === input.label || "string" === typeof input.label || _report(_exceptionable, {
|
|
16005
16093
|
path: _path + ".label",
|
|
16006
16094
|
expected: "(string | undefined)",
|
|
16007
16095
|
value: input.label
|
|
@@ -16009,7 +16097,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16009
16097
|
path: _path + ".aspectRatio",
|
|
16010
16098
|
expected: "(string | undefined)",
|
|
16011
16099
|
value: input.aspectRatio
|
|
16012
|
-
})].every(flag => flag); const
|
|
16100
|
+
})].every(flag => flag); const _vo50 = (input, _path, _exceptionable = true) => [undefined === input.enabled || "boolean" === typeof input.enabled || _report(_exceptionable, {
|
|
16013
16101
|
path: _path + ".enabled",
|
|
16014
16102
|
expected: "(boolean | undefined)",
|
|
16015
16103
|
value: input.enabled
|
|
@@ -16021,27 +16109,27 @@ function _validateDomainRecord(domain, input) {
|
|
|
16021
16109
|
path: _path + ".defaultExitOption",
|
|
16022
16110
|
expected: "(\"leave\" | \"none\" | \"update\" | undefined)",
|
|
16023
16111
|
value: input.defaultExitOption
|
|
16024
|
-
})].every(flag => flag); const
|
|
16112
|
+
})].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
16113
|
path: _path + ".subtitleDisclaimer",
|
|
16026
|
-
expected: "(__type.
|
|
16114
|
+
expected: "(__type.o45 | undefined)",
|
|
16027
16115
|
value: input.subtitleDisclaimer
|
|
16028
|
-
})) &&
|
|
16116
|
+
})) && _vo52(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || _report(_exceptionable, {
|
|
16029
16117
|
path: _path + ".subtitleDisclaimer",
|
|
16030
|
-
expected: "(__type.
|
|
16118
|
+
expected: "(__type.o45 | undefined)",
|
|
16031
16119
|
value: input.subtitleDisclaimer
|
|
16032
|
-
})].every(flag => flag); const
|
|
16120
|
+
})].every(flag => flag); const _vo52 = (input, _path, _exceptionable = true) => [undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || _report(_exceptionable, {
|
|
16033
16121
|
path: _path + ".isUserConfigurable",
|
|
16034
16122
|
expected: "(boolean | undefined)",
|
|
16035
16123
|
value: input.isUserConfigurable
|
|
16036
16124
|
}), undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || _report(_exceptionable, {
|
|
16037
16125
|
path: _path + ".defaultValue",
|
|
16038
|
-
expected: "(__type.
|
|
16126
|
+
expected: "(__type.o46 | undefined)",
|
|
16039
16127
|
value: input.defaultValue
|
|
16040
|
-
})) &&
|
|
16128
|
+
})) && _vo53(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || _report(_exceptionable, {
|
|
16041
16129
|
path: _path + ".defaultValue",
|
|
16042
|
-
expected: "(__type.
|
|
16130
|
+
expected: "(__type.o46 | undefined)",
|
|
16043
16131
|
value: input.defaultValue
|
|
16044
|
-
})].every(flag => flag); const
|
|
16132
|
+
})].every(flag => flag); const _vo53 = (input, _path, _exceptionable = true) => [undefined === input.enabled || false === input.enabled || _report(_exceptionable, {
|
|
16045
16133
|
path: _path + ".enabled",
|
|
16046
16134
|
expected: "(false | undefined)",
|
|
16047
16135
|
value: input.enabled
|
|
@@ -16049,13 +16137,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
16049
16137
|
path: _path + ".text",
|
|
16050
16138
|
expected: "(Array<__type>.o3 | undefined)",
|
|
16051
16139
|
value: input.text
|
|
16052
|
-
})) && input.text.map((elem,
|
|
16053
|
-
path: _path + ".text[" +
|
|
16054
|
-
expected: "__type.
|
|
16140
|
+
})) && input.text.map((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
16141
|
+
path: _path + ".text[" + _index55 + "]",
|
|
16142
|
+
expected: "__type.o47",
|
|
16055
16143
|
value: elem
|
|
16056
|
-
})) &&
|
|
16057
|
-
path: _path + ".text[" +
|
|
16058
|
-
expected: "__type.
|
|
16144
|
+
})) && _vo54(elem, _path + ".text[" + _index55 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
16145
|
+
path: _path + ".text[" + _index55 + "]",
|
|
16146
|
+
expected: "__type.o47",
|
|
16059
16147
|
value: elem
|
|
16060
16148
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
16061
16149
|
path: _path + ".text",
|
|
@@ -16069,7 +16157,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16069
16157
|
path: _path + ".duration",
|
|
16070
16158
|
expected: "(number | undefined)",
|
|
16071
16159
|
value: input.duration
|
|
16072
|
-
})].every(flag => flag); const
|
|
16160
|
+
})].every(flag => flag); const _vo54 = (input, _path, _exceptionable = true) => [undefined === input.language || "string" === typeof input.language || _report(_exceptionable, {
|
|
16073
16161
|
path: _path + ".language",
|
|
16074
16162
|
expected: "(string | undefined)",
|
|
16075
16163
|
value: input.language
|
|
@@ -16077,7 +16165,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16077
16165
|
path: _path + ".value",
|
|
16078
16166
|
expected: "(string | undefined)",
|
|
16079
16167
|
value: input.value
|
|
16080
|
-
})].every(flag => flag); const
|
|
16168
|
+
})].every(flag => flag); const _vo55 = (input, _path, _exceptionable = true) => [undefined === input.url || "string" === typeof input.url || _report(_exceptionable, {
|
|
16081
16169
|
path: _path + ".url",
|
|
16082
16170
|
expected: "(string | undefined)",
|
|
16083
16171
|
value: input.url
|
|
@@ -16093,27 +16181,27 @@ function _validateDomainRecord(domain, input) {
|
|
|
16093
16181
|
path: _path + ".args",
|
|
16094
16182
|
expected: "(Array<string> | undefined)",
|
|
16095
16183
|
value: input.args
|
|
16096
|
-
})) && input.args.map((elem,
|
|
16097
|
-
path: _path + ".args[" +
|
|
16184
|
+
})) && input.args.map((elem, _index56) => "string" === typeof elem || _report(_exceptionable, {
|
|
16185
|
+
path: _path + ".args[" + _index56 + "]",
|
|
16098
16186
|
expected: "string",
|
|
16099
16187
|
value: elem
|
|
16100
16188
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
16101
16189
|
path: _path + ".args",
|
|
16102
16190
|
expected: "(Array<string> | undefined)",
|
|
16103
16191
|
value: input.args
|
|
16104
|
-
})].every(flag => flag); const
|
|
16192
|
+
})].every(flag => flag); const _vo56 = (input, _path, _exceptionable = true) => [undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || _report(_exceptionable, {
|
|
16105
16193
|
path: _path + ".thumbnailView",
|
|
16106
16194
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
16107
16195
|
value: input.thumbnailView
|
|
16108
16196
|
}), undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || _report(_exceptionable, {
|
|
16109
16197
|
path: _path + ".voiceOver",
|
|
16110
|
-
expected: "(__type.
|
|
16198
|
+
expected: "(__type.o50 | undefined)",
|
|
16111
16199
|
value: input.voiceOver
|
|
16112
|
-
})) &&
|
|
16200
|
+
})) && _vo57(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || _report(_exceptionable, {
|
|
16113
16201
|
path: _path + ".voiceOver",
|
|
16114
|
-
expected: "(__type.
|
|
16202
|
+
expected: "(__type.o50 | undefined)",
|
|
16115
16203
|
value: input.voiceOver
|
|
16116
|
-
})].every(flag => flag); const
|
|
16204
|
+
})].every(flag => flag); const _vo57 = (input, _path, _exceptionable = true) => [undefined === input.inputDevice || "string" === typeof input.inputDevice || _report(_exceptionable, {
|
|
16117
16205
|
path: _path + ".inputDevice",
|
|
16118
16206
|
expected: "(string | undefined)",
|
|
16119
16207
|
value: input.inputDevice
|
|
@@ -16133,7 +16221,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16133
16221
|
path: _path + ".preRollDuration",
|
|
16134
16222
|
expected: "(number | undefined)",
|
|
16135
16223
|
value: input.preRollDuration
|
|
16136
|
-
})].every(flag => flag); const
|
|
16224
|
+
})].every(flag => flag); const _vo58 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
|
|
16137
16225
|
path: _path + ".title",
|
|
16138
16226
|
expected: "(string | undefined)",
|
|
16139
16227
|
value: input.title
|
|
@@ -16145,75 +16233,75 @@ function _validateDomainRecord(domain, input) {
|
|
|
16145
16233
|
path: _path + ".args",
|
|
16146
16234
|
expected: "(Array<string> | undefined)",
|
|
16147
16235
|
value: input.args
|
|
16148
|
-
})) && input.args.map((elem,
|
|
16149
|
-
path: _path + ".args[" +
|
|
16236
|
+
})) && input.args.map((elem, _index57) => "string" === typeof elem || _report(_exceptionable, {
|
|
16237
|
+
path: _path + ".args[" + _index57 + "]",
|
|
16150
16238
|
expected: "string",
|
|
16151
16239
|
value: elem
|
|
16152
16240
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
16153
16241
|
path: _path + ".args",
|
|
16154
16242
|
expected: "(Array<string> | undefined)",
|
|
16155
16243
|
value: input.args
|
|
16156
|
-
})].every(flag => flag); const
|
|
16244
|
+
})].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
16245
|
path: _path + ".folded",
|
|
16158
|
-
expected: "(__type.
|
|
16246
|
+
expected: "(__type.o53 | undefined)",
|
|
16159
16247
|
value: input.folded
|
|
16160
|
-
})) &&
|
|
16248
|
+
})) && _vo60(input.folded, _path + ".folded", true && _exceptionable) || _report(_exceptionable, {
|
|
16161
16249
|
path: _path + ".folded",
|
|
16162
|
-
expected: "(__type.
|
|
16250
|
+
expected: "(__type.o53 | undefined)",
|
|
16163
16251
|
value: input.folded
|
|
16164
16252
|
}), undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || _report(_exceptionable, {
|
|
16165
16253
|
path: _path + ".assets",
|
|
16166
|
-
expected: "(__type.
|
|
16254
|
+
expected: "(__type.o54 | undefined)",
|
|
16167
16255
|
value: input.assets
|
|
16168
|
-
})) &&
|
|
16256
|
+
})) && _vo61(input.assets, _path + ".assets", true && _exceptionable) || _report(_exceptionable, {
|
|
16169
16257
|
path: _path + ".assets",
|
|
16170
|
-
expected: "(__type.
|
|
16258
|
+
expected: "(__type.o54 | undefined)",
|
|
16171
16259
|
value: input.assets
|
|
16172
16260
|
}), undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || _report(_exceptionable, {
|
|
16173
16261
|
path: _path + ".pipeline",
|
|
16174
|
-
expected: "(__type.
|
|
16262
|
+
expected: "(__type.o58 | undefined)",
|
|
16175
16263
|
value: input.pipeline
|
|
16176
|
-
})) &&
|
|
16264
|
+
})) && _vo65(input.pipeline, _path + ".pipeline", true && _exceptionable) || _report(_exceptionable, {
|
|
16177
16265
|
path: _path + ".pipeline",
|
|
16178
|
-
expected: "(__type.
|
|
16266
|
+
expected: "(__type.o58 | undefined)",
|
|
16179
16267
|
value: input.pipeline
|
|
16180
16268
|
}), undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || _report(_exceptionable, {
|
|
16181
16269
|
path: _path + ".item",
|
|
16182
|
-
expected: "(__type.
|
|
16270
|
+
expected: "(__type.o60 | undefined)",
|
|
16183
16271
|
value: input.item
|
|
16184
|
-
})) &&
|
|
16272
|
+
})) && _vo67(input.item, _path + ".item", true && _exceptionable) || _report(_exceptionable, {
|
|
16185
16273
|
path: _path + ".item",
|
|
16186
|
-
expected: "(__type.
|
|
16274
|
+
expected: "(__type.o60 | undefined)",
|
|
16187
16275
|
value: input.item
|
|
16188
|
-
})].every(flag => flag); const
|
|
16276
|
+
})].every(flag => flag); const _vo60 = (input, _path, _exceptionable = true) => [undefined === input.auto || "boolean" === typeof input.auto || _report(_exceptionable, {
|
|
16189
16277
|
path: _path + ".auto",
|
|
16190
16278
|
expected: "(boolean | undefined)",
|
|
16191
16279
|
value: input.auto
|
|
16192
|
-
})].every(flag => flag); const
|
|
16280
|
+
})].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
16281
|
path: _path + ".story",
|
|
16194
|
-
expected: "(__type.
|
|
16282
|
+
expected: "(__type.o55 | undefined)",
|
|
16195
16283
|
value: input.story
|
|
16196
|
-
})) &&
|
|
16284
|
+
})) && _vo62(input.story, _path + ".story", true && _exceptionable) || _report(_exceptionable, {
|
|
16197
16285
|
path: _path + ".story",
|
|
16198
|
-
expected: "(__type.
|
|
16286
|
+
expected: "(__type.o55 | undefined)",
|
|
16199
16287
|
value: input.story
|
|
16200
16288
|
}), undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || _report(_exceptionable, {
|
|
16201
16289
|
path: _path + ".note",
|
|
16202
|
-
expected: "(__type.
|
|
16290
|
+
expected: "(__type.o57 | undefined)",
|
|
16203
16291
|
value: input.note
|
|
16204
|
-
})) &&
|
|
16292
|
+
})) && _vo64(input.note, _path + ".note", true && _exceptionable) || _report(_exceptionable, {
|
|
16205
16293
|
path: _path + ".note",
|
|
16206
|
-
expected: "(__type.
|
|
16294
|
+
expected: "(__type.o57 | undefined)",
|
|
16207
16295
|
value: input.note
|
|
16208
|
-
})].every(flag => flag); const
|
|
16296
|
+
})].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
16297
|
path: _path + ".excerpt",
|
|
16210
|
-
expected: "(__type.
|
|
16298
|
+
expected: "(__type.o56 | undefined)",
|
|
16211
16299
|
value: input.excerpt
|
|
16212
|
-
})) &&
|
|
16300
|
+
})) && _vo63(input.excerpt, _path + ".excerpt", true && _exceptionable) || _report(_exceptionable, {
|
|
16213
16301
|
path: _path + ".excerpt",
|
|
16214
|
-
expected: "(__type.
|
|
16302
|
+
expected: "(__type.o56 | undefined)",
|
|
16215
16303
|
value: input.excerpt
|
|
16216
|
-
})].every(flag => flag); const
|
|
16304
|
+
})].every(flag => flag); const _vo63 = (input, _path, _exceptionable = true) => [undefined === input.maxLines || "number" === typeof input.maxLines || _report(_exceptionable, {
|
|
16217
16305
|
path: _path + ".maxLines",
|
|
16218
16306
|
expected: "(number | undefined)",
|
|
16219
16307
|
value: input.maxLines
|
|
@@ -16225,27 +16313,27 @@ function _validateDomainRecord(domain, input) {
|
|
|
16225
16313
|
path: _path + ".comments",
|
|
16226
16314
|
expected: "(boolean | undefined)",
|
|
16227
16315
|
value: input.comments
|
|
16228
|
-
})].every(flag => flag); const
|
|
16316
|
+
})].every(flag => flag); const _vo64 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
|
|
16229
16317
|
path: _path + ".maxHeight",
|
|
16230
16318
|
expected: "(number | undefined)",
|
|
16231
16319
|
value: input.maxHeight
|
|
16232
|
-
})].every(flag => flag); const
|
|
16320
|
+
})].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
16321
|
path: _path + ".search",
|
|
16234
|
-
expected: "(__type.
|
|
16322
|
+
expected: "(__type.o59 | undefined)",
|
|
16235
16323
|
value: input.search
|
|
16236
|
-
})) &&
|
|
16324
|
+
})) && _vo66(input.search, _path + ".search", true && _exceptionable) || _report(_exceptionable, {
|
|
16237
16325
|
path: _path + ".search",
|
|
16238
|
-
expected: "(__type.
|
|
16326
|
+
expected: "(__type.o59 | undefined)",
|
|
16239
16327
|
value: input.search
|
|
16240
|
-
}), undefined === input.sortMode || true ===
|
|
16328
|
+
}), undefined === input.sortMode || true === _vv58.has(input.sortMode) || _report(_exceptionable, {
|
|
16241
16329
|
path: _path + ".sortMode",
|
|
16242
16330
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
16243
16331
|
value: input.sortMode
|
|
16244
|
-
})].every(flag => flag); const
|
|
16332
|
+
})].every(flag => flag); const _vo66 = (input, _path, _exceptionable = true) => [undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || _report(_exceptionable, {
|
|
16245
16333
|
path: _path + ".maxItemsDisplayed",
|
|
16246
16334
|
expected: "(number | undefined)",
|
|
16247
16335
|
value: input.maxItemsDisplayed
|
|
16248
|
-
})].every(flag => flag); const
|
|
16336
|
+
})].every(flag => flag); const _vo67 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
|
|
16249
16337
|
path: _path + ".maxHeight",
|
|
16250
16338
|
expected: "(number | undefined)",
|
|
16251
16339
|
value: input.maxHeight
|
|
@@ -16253,19 +16341,19 @@ function _validateDomainRecord(domain, input) {
|
|
|
16253
16341
|
path: _path + ".titleLines",
|
|
16254
16342
|
expected: "(number | undefined)",
|
|
16255
16343
|
value: input.titleLines
|
|
16256
|
-
})].every(flag => flag); const
|
|
16344
|
+
})].every(flag => flag); const _vo68 = (input, _path, _exceptionable = true) => [undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || _report(_exceptionable, {
|
|
16257
16345
|
path: _path + ".fontFamilies",
|
|
16258
16346
|
expected: "(Array<string> | undefined)",
|
|
16259
16347
|
value: input.fontFamilies
|
|
16260
|
-
})) && input.fontFamilies.map((elem,
|
|
16261
|
-
path: _path + ".fontFamilies[" +
|
|
16348
|
+
})) && input.fontFamilies.map((elem, _index59) => "string" === typeof elem || _report(_exceptionable, {
|
|
16349
|
+
path: _path + ".fontFamilies[" + _index59 + "]",
|
|
16262
16350
|
expected: "string",
|
|
16263
16351
|
value: elem
|
|
16264
16352
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
16265
16353
|
path: _path + ".fontFamilies",
|
|
16266
16354
|
expected: "(Array<string> | undefined)",
|
|
16267
16355
|
value: input.fontFamilies
|
|
16268
|
-
})].every(flag => flag); const
|
|
16356
|
+
})].every(flag => flag); const _vo69 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
|
|
16269
16357
|
path: _path + ".id",
|
|
16270
16358
|
expected: "(string | undefined)",
|
|
16271
16359
|
value: input.id
|
|
@@ -16273,31 +16361,31 @@ function _validateDomainRecord(domain, input) {
|
|
|
16273
16361
|
path: _path + ".folded",
|
|
16274
16362
|
expected: "(boolean | undefined)",
|
|
16275
16363
|
value: input.folded
|
|
16276
|
-
})].every(flag => flag); const
|
|
16364
|
+
})].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
16365
|
path: _path + ".adobe",
|
|
16278
|
-
expected: "(__type.
|
|
16366
|
+
expected: "(__type.o64 | undefined)",
|
|
16279
16367
|
value: input.adobe
|
|
16280
|
-
})) &&
|
|
16368
|
+
})) && _vo71(input.adobe, _path + ".adobe", true && _exceptionable) || _report(_exceptionable, {
|
|
16281
16369
|
path: _path + ".adobe",
|
|
16282
|
-
expected: "(__type.
|
|
16370
|
+
expected: "(__type.o64 | undefined)",
|
|
16283
16371
|
value: input.adobe
|
|
16284
16372
|
}), undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || _report(_exceptionable, {
|
|
16285
16373
|
path: _path + ".rive",
|
|
16286
|
-
expected: "(__type.
|
|
16374
|
+
expected: "(__type.o65 | undefined)",
|
|
16287
16375
|
value: input.rive
|
|
16288
|
-
})) &&
|
|
16376
|
+
})) && _vo72(input.rive, _path + ".rive", true && _exceptionable) || _report(_exceptionable, {
|
|
16289
16377
|
path: _path + ".rive",
|
|
16290
|
-
expected: "(__type.
|
|
16378
|
+
expected: "(__type.o65 | undefined)",
|
|
16291
16379
|
value: input.rive
|
|
16292
|
-
})].every(flag => flag); const
|
|
16380
|
+
})].every(flag => flag); const _vo71 = (input, _path, _exceptionable = true) => [undefined === input.useProxies || "boolean" === typeof input.useProxies || _report(_exceptionable, {
|
|
16293
16381
|
path: _path + ".useProxies",
|
|
16294
16382
|
expected: "(boolean | undefined)",
|
|
16295
16383
|
value: input.useProxies
|
|
16296
|
-
})].every(flag => flag); const
|
|
16384
|
+
})].every(flag => flag); const _vo72 = (input, _path, _exceptionable = true) => [undefined === input.template || "string" === typeof input.template || _report(_exceptionable, {
|
|
16297
16385
|
path: _path + ".template",
|
|
16298
16386
|
expected: "(string | undefined)",
|
|
16299
16387
|
value: input.template
|
|
16300
|
-
})].every(flag => flag); const
|
|
16388
|
+
})].every(flag => flag); const _vo73 = (input, _path, _exceptionable = true) => [undefined === input.collections || "boolean" === typeof input.collections || _report(_exceptionable, {
|
|
16301
16389
|
path: _path + ".collections",
|
|
16302
16390
|
expected: "(boolean | undefined)",
|
|
16303
16391
|
value: input.collections
|
|
@@ -16309,7 +16397,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16309
16397
|
path: _path + ".ameRemoteRendering",
|
|
16310
16398
|
expected: "(boolean | undefined)",
|
|
16311
16399
|
value: input.ameRemoteRendering
|
|
16312
|
-
})].every(flag => flag); const
|
|
16400
|
+
})].every(flag => flag); const _vo74 = (input, _path, _exceptionable = true) => [undefined === input.utils || "boolean" === typeof input.utils || _report(_exceptionable, {
|
|
16313
16401
|
path: _path + ".utils",
|
|
16314
16402
|
expected: "(boolean | undefined)",
|
|
16315
16403
|
value: input.utils
|
|
@@ -16385,20 +16473,20 @@ function _validateDomainRecord(domain, input) {
|
|
|
16385
16473
|
path: _path + ".systemHealth",
|
|
16386
16474
|
expected: "(boolean | undefined)",
|
|
16387
16475
|
value: input.systemHealth
|
|
16388
|
-
})].every(flag => flag); const
|
|
16476
|
+
})].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
16477
|
path: _path + ".events",
|
|
16390
|
-
expected: "(__type.
|
|
16478
|
+
expected: "(__type.o69 | undefined)",
|
|
16391
16479
|
value: input.events
|
|
16392
|
-
})) &&
|
|
16480
|
+
})) && _vo76(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
|
|
16393
16481
|
path: _path + ".events",
|
|
16394
|
-
expected: "(__type.
|
|
16482
|
+
expected: "(__type.o69 | undefined)",
|
|
16395
16483
|
value: input.events
|
|
16396
|
-
})].every(flag => flag); const
|
|
16484
|
+
})].every(flag => flag); const _vo76 = (input, _path, _exceptionable = true) => [undefined === input.comment || (Array.isArray(input.comment) || _report(_exceptionable, {
|
|
16397
16485
|
path: _path + ".comment",
|
|
16398
16486
|
expected: "(Array<NotificationReason> | undefined)",
|
|
16399
16487
|
value: input.comment
|
|
16400
|
-
})) && input.comment.map((elem,
|
|
16401
|
-
path: _path + ".comment[" +
|
|
16488
|
+
})) && input.comment.map((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
16489
|
+
path: _path + ".comment[" + _index60 + "]",
|
|
16402
16490
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
16403
16491
|
value: elem
|
|
16404
16492
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -16409,8 +16497,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
16409
16497
|
path: _path + ".assigned",
|
|
16410
16498
|
expected: "(Array<NotificationReason> | undefined)",
|
|
16411
16499
|
value: input.assigned
|
|
16412
|
-
})) && input.assigned.map((elem,
|
|
16413
|
-
path: _path + ".assigned[" +
|
|
16500
|
+
})) && input.assigned.map((elem, _index61) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
16501
|
+
path: _path + ".assigned[" + _index61 + "]",
|
|
16414
16502
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
16415
16503
|
value: elem
|
|
16416
16504
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -16421,8 +16509,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
16421
16509
|
path: _path + ".unassigned",
|
|
16422
16510
|
expected: "(Array<NotificationReason> | undefined)",
|
|
16423
16511
|
value: input.unassigned
|
|
16424
|
-
})) && input.unassigned.map((elem,
|
|
16425
|
-
path: _path + ".unassigned[" +
|
|
16512
|
+
})) && input.unassigned.map((elem, _index62) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
16513
|
+
path: _path + ".unassigned[" + _index62 + "]",
|
|
16426
16514
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
16427
16515
|
value: elem
|
|
16428
16516
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -16431,13 +16519,13 @@ function _validateDomainRecord(domain, input) {
|
|
|
16431
16519
|
value: input.unassigned
|
|
16432
16520
|
}), undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || _report(_exceptionable, {
|
|
16433
16521
|
path: _path + ".publishSucceeded",
|
|
16434
|
-
expected: "(__type.
|
|
16522
|
+
expected: "(__type.o70 | undefined)",
|
|
16435
16523
|
value: input.publishSucceeded
|
|
16436
|
-
})) &&
|
|
16524
|
+
})) && _vo77(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || _report(_exceptionable, {
|
|
16437
16525
|
path: _path + ".publishSucceeded",
|
|
16438
|
-
expected: "(__type.
|
|
16526
|
+
expected: "(__type.o70 | undefined)",
|
|
16439
16527
|
value: input.publishSucceeded
|
|
16440
|
-
})].every(flag => flag); const
|
|
16528
|
+
})].every(flag => flag); const _vo77 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
16441
16529
|
const value = input[key];
|
|
16442
16530
|
if (undefined === value)
|
|
16443
16531
|
return true;
|
|
@@ -16445,8 +16533,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
16445
16533
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16446
16534
|
expected: "Array<NotificationReason>",
|
|
16447
16535
|
value: value
|
|
16448
|
-
})) && value.map((elem,
|
|
16449
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
16536
|
+
})) && value.map((elem, _index63) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
16537
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index63 + "]",
|
|
16450
16538
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
16451
16539
|
value: elem
|
|
16452
16540
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -16454,12 +16542,28 @@ function _validateDomainRecord(domain, input) {
|
|
|
16454
16542
|
expected: "Array<NotificationReason>",
|
|
16455
16543
|
value: value
|
|
16456
16544
|
});
|
|
16457
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
16545
|
+
}).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, {
|
|
16546
|
+
path: _path + ".duplicate",
|
|
16547
|
+
expected: "(__type.o72 | undefined)",
|
|
16548
|
+
value: input.duplicate
|
|
16549
|
+
})) && _vo79(input.duplicate, _path + ".duplicate", true && _exceptionable) || _report(_exceptionable, {
|
|
16550
|
+
path: _path + ".duplicate",
|
|
16551
|
+
expected: "(__type.o72 | undefined)",
|
|
16552
|
+
value: input.duplicate
|
|
16553
|
+
})].every(flag => flag); const _vo79 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
|
|
16554
|
+
path: _path + ".titlePrefix",
|
|
16555
|
+
expected: "(string | undefined)",
|
|
16556
|
+
value: input.titlePrefix
|
|
16557
|
+
}), undefined === input.titleSuffix || "string" === typeof input.titleSuffix || _report(_exceptionable, {
|
|
16558
|
+
path: _path + ".titleSuffix",
|
|
16559
|
+
expected: "(string | undefined)",
|
|
16560
|
+
value: input.titleSuffix
|
|
16561
|
+
})].every(flag => flag); const _vo80 = (input, _path, _exceptionable = true) => [undefined === input.stateFilter || (Array.isArray(input.stateFilter) || _report(_exceptionable, {
|
|
16458
16562
|
path: _path + ".stateFilter",
|
|
16459
16563
|
expected: "(Array<number> | undefined)",
|
|
16460
16564
|
value: input.stateFilter
|
|
16461
|
-
})) && input.stateFilter.map((elem,
|
|
16462
|
-
path: _path + ".stateFilter[" +
|
|
16565
|
+
})) && input.stateFilter.map((elem, _index64) => "number" === typeof elem || _report(_exceptionable, {
|
|
16566
|
+
path: _path + ".stateFilter[" + _index64 + "]",
|
|
16463
16567
|
expected: "number",
|
|
16464
16568
|
value: elem
|
|
16465
16569
|
})).every(flag => flag) || _report(_exceptionable, {
|