@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.
@@ -22260,8 +22260,15 @@ function _validateEqualsDomainRecord(domain, input) {
22260
22260
  }; })()(input);
22261
22261
  }
22262
22262
  case ":script": {
22263
- return (() => { const _io0 = (input, _exceptionable = true) => "string" === typeof input.value && (1 === Object.keys(input).length || Object.keys(input).every(key => {
22264
- if (["value"].some(prop => key === prop))
22263
+ return (() => { const _io0 = (input, _exceptionable = true) => "string" === typeof input.value && (undefined === input.refs || Array.isArray(input.refs) && input.refs.every((elem, _index1) => "object" === typeof elem && null !== elem && _io1(elem, true && _exceptionable))) && (1 === Object.keys(input).length || Object.keys(input).every(key => {
22264
+ if (["value", "refs"].some(prop => key === prop))
22265
+ return true;
22266
+ const value = input[key];
22267
+ if (undefined === value)
22268
+ return true;
22269
+ return false;
22270
+ })); const _io1 = (input, _exceptionable = true) => "string" === typeof input.mixin && (undefined === input.asset || "string" === typeof input.asset) && (1 === Object.keys(input).length || Object.keys(input).every(key => {
22271
+ if (["mixin", "asset"].some(prop => key === prop))
22265
22272
  return true;
22266
22273
  const value = input[key];
22267
22274
  if (undefined === value)
@@ -22271,8 +22278,48 @@ function _validateEqualsDomainRecord(domain, input) {
22271
22278
  path: _path + ".value",
22272
22279
  expected: "string",
22273
22280
  value: input.value
22281
+ }), undefined === input.refs || (Array.isArray(input.refs) || _report(_exceptionable, {
22282
+ path: _path + ".refs",
22283
+ expected: "(Array<__type> | undefined)",
22284
+ value: input.refs
22285
+ })) && input.refs.map((elem, _index2) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
22286
+ path: _path + ".refs[" + _index2 + "]",
22287
+ expected: "__type",
22288
+ value: elem
22289
+ })) && _vo1(elem, _path + ".refs[" + _index2 + "]", true && _exceptionable) || _report(_exceptionable, {
22290
+ path: _path + ".refs[" + _index2 + "]",
22291
+ expected: "__type",
22292
+ value: elem
22293
+ })).every(flag => flag) || _report(_exceptionable, {
22294
+ path: _path + ".refs",
22295
+ expected: "(Array<__type> | undefined)",
22296
+ value: input.refs
22274
22297
  }), 1 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
22275
- if (["value"].some(prop => key === prop))
22298
+ if (["value", "refs"].some(prop => key === prop))
22299
+ return true;
22300
+ const value = input[key];
22301
+ if (undefined === value)
22302
+ return true;
22303
+ return _report(_exceptionable, {
22304
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
22305
+ expected: "undefined",
22306
+ value: value,
22307
+ description: [
22308
+ `The property \`${key}\` is not defined in the object type.`,
22309
+ "",
22310
+ "Please remove the property next time."
22311
+ ].join("\n")
22312
+ });
22313
+ }).every(flag => flag))].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.mixin || _report(_exceptionable, {
22314
+ path: _path + ".mixin",
22315
+ expected: "string",
22316
+ value: input.mixin
22317
+ }), undefined === input.asset || "string" === typeof input.asset || _report(_exceptionable, {
22318
+ path: _path + ".asset",
22319
+ expected: "(string | undefined)",
22320
+ value: input.asset
22321
+ }), 1 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
22322
+ if (["mixin", "asset"].some(prop => key === prop))
22276
22323
  return true;
22277
22324
  const value = input[key];
22278
22325
  if (undefined === value)
@@ -23566,8 +23613,8 @@ function _validateEqualsDomainRecord(domain, input) {
23566
23613
  }; })()(input);
23567
23614
  }
23568
23615
  case ":search": {
23569
- return (() => { const _io0 = (input, _exceptionable = true) => (undefined === input.type || "conditions_and" === input.type || "conditions_or" === input.type) && (undefined === input.sort || Array.isArray(input.sort) && input.sort.every((elem, _index1) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem, true && _exceptionable))) && (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, _index2) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem, true && _exceptionable))) && (null === input.visibleColumnKeys || undefined === input.visibleColumnKeys || Array.isArray(input.visibleColumnKeys) && input.visibleColumnKeys.every((elem, _index3) => "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, true && _exceptionable)) && (undefined === input.refreshInterval || "number" === typeof input.refreshInterval) && (undefined === input.color || "string" === typeof input.color) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
23570
- if (["type", "sort", "showDefault", "showDeleted", "showHidden", "view", "conditions", "visibleColumnKeys", "connectionId", "calendar", "refreshInterval", "color"].some(prop => key === prop))
23616
+ return (() => { const _io0 = (input, _exceptionable = true) => (undefined === input.type || "conditions_and" === input.type || "conditions_or" === input.type) && (undefined === input.sort || Array.isArray(input.sort) && input.sort.every((elem, _index1) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem, true && _exceptionable))) && (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, _index2) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem, true && _exceptionable))) && (null === input.visibleColumnKeys || undefined === input.visibleColumnKeys || Array.isArray(input.visibleColumnKeys) && input.visibleColumnKeys.every((elem, _index3) => "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, true && _exceptionable)) && (undefined === input.refreshInterval || "number" === typeof input.refreshInterval) && (undefined === input.color || "string" === typeof input.color) && (undefined === input.icon || "string" === typeof input.icon) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
23617
+ if (["type", "sort", "showDefault", "showDeleted", "showHidden", "view", "conditions", "visibleColumnKeys", "connectionId", "calendar", "refreshInterval", "color", "icon"].some(prop => key === prop))
23571
23618
  return true;
23572
23619
  const value = input[key];
23573
23620
  if (undefined === value)
@@ -23676,8 +23723,12 @@ function _validateEqualsDomainRecord(domain, input) {
23676
23723
  path: _path + ".color",
23677
23724
  expected: "(string | undefined)",
23678
23725
  value: input.color
23726
+ }), undefined === input.icon || "string" === typeof input.icon || _report(_exceptionable, {
23727
+ path: _path + ".icon",
23728
+ expected: "(string | undefined)",
23729
+ value: input.icon
23679
23730
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
23680
- if (["type", "sort", "showDefault", "showDeleted", "showHidden", "view", "conditions", "visibleColumnKeys", "connectionId", "calendar", "refreshInterval", "color"].some(prop => key === prop))
23731
+ if (["type", "sort", "showDefault", "showDeleted", "showHidden", "view", "conditions", "visibleColumnKeys", "connectionId", "calendar", "refreshInterval", "color", "icon"].some(prop => key === prop))
23681
23732
  return true;
23682
23733
  const value = input[key];
23683
23734
  if (undefined === value)
@@ -23994,8 +24045,8 @@ function _validateEqualsDomainRecord(domain, input) {
23994
24045
  }; })()(input);
23995
24046
  }
23996
24047
  case ":settings": {
23997
- return (() => { const _iv21 = 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 _iv25 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _vv52 = 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 _vv56 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"], true && _exceptionable)) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload, true && _exceptionable)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download, true && _exceptionable)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser, true && _exceptionable)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags, true && _exceptionable)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every((elem, _index1) => Array.isArray(elem) && elem.every((elem, _index2) => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines, true && _exceptionable)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees, true && _exceptionable)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments, true && _exceptionable)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock, true && _exceptionable)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm, true && _exceptionable)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard, true && _exceptionable)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io19(input.script, true && _exceptionable)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io24(input.events, true && _exceptionable)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io27(input.rundown, true && _exceptionable)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io28(input.gallery, true && _exceptionable)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io29(input.keymap, true && _exceptionable)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io42(input.media, true && _exceptionable)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io55(input.edit, true && _exceptionable)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every((elem, _index3) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io57(elem, true && _exceptionable))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every((elem, _index4) => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io58(input.storyboard, true && _exceptionable)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io67(input.print, true && _exceptionable)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every((elem, _index5) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io68(elem, true && _exceptionable))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io69(input.plugins, true && _exceptionable)) && (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) && _io72(input.featurePreview, true && _exceptionable)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io73(input.flags, true && _exceptionable)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io74(input.notifications, true && _exceptionable)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io77(input.utilsAssetEditorPanel, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
23998
- if (["autoLogoutTime", "permission", "module", "upload", "download", "browser", "toolbarTags", "exclusiveTagGroups", "deadlines", "assignees", "comments", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "edit", "commands", "predefinedTags", "storyboard", "print", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "suppressDeleteAlert", "utilsAssetEditorPanel"].some(prop => key === prop))
24048
+ 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, _exceptionable = true) => (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, true && _exceptionable)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"], true && _exceptionable)) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload, true && _exceptionable)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download, true && _exceptionable)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser, true && _exceptionable)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags, true && _exceptionable)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every((elem, _index1) => Array.isArray(elem) && elem.every((elem, _index2) => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines, true && _exceptionable)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees, true && _exceptionable)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments, true && _exceptionable)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock, true && _exceptionable)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm, true && _exceptionable)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard, true && _exceptionable)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script, true && _exceptionable)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io25(input.events, true && _exceptionable)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io28(input.rundown, true && _exceptionable)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io29(input.gallery, true && _exceptionable)) && (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, true && _exceptionable)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io43(input.media, true && _exceptionable)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io56(input.edit, true && _exceptionable)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every((elem, _index3) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io58(elem, true && _exceptionable))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every((elem, _index4) => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io59(input.storyboard, true && _exceptionable)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io68(input.print, true && _exceptionable)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every((elem, _index5) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io69(elem, true && _exceptionable))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io70(input.plugins, true && _exceptionable)) && (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, true && _exceptionable)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io74(input.flags, true && _exceptionable)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io75(input.notifications, true && _exceptionable)) && (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, true && _exceptionable)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io80(input.utilsAssetEditorPanel, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24049
+ if (["autoLogoutTime", "permission", "module", "upload", "download", "browser", "toolbarTags", "exclusiveTagGroups", "deadlines", "assignees", "comments", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "edit", "commands", "predefinedTags", "storyboard", "print", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "suppressDeleteAlert", "clone", "utilsAssetEditorPanel"].some(prop => key === prop))
23999
24050
  return true;
24000
24051
  const value = input[key];
24001
24052
  if (undefined === value)
@@ -24008,8 +24059,8 @@ function _validateEqualsDomainRecord(domain, input) {
24008
24059
  if (undefined === value)
24009
24060
  return true;
24010
24061
  return false;
24011
- })); const _io2 = (input, _exceptionable = true) => (undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24012
- if (["tabs"].some(prop => key === prop))
24062
+ })); const _io2 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24063
+ if (["editor", "tabs"].some(prop => key === prop))
24013
24064
  return true;
24014
24065
  const value = input[key];
24015
24066
  if (undefined === value)
@@ -24022,15 +24073,15 @@ function _validateEqualsDomainRecord(domain, input) {
24022
24073
  if (undefined === value)
24023
24074
  return true;
24024
24075
  return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value, true && _exceptionable);
24025
- }); const _io4 = (input, _exceptionable = true) => (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex) && (undefined === input.activeTab || "string" === typeof input.activeTab) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24026
- if (["activeSectionIndex", "activeTab"].some(prop => key === prop))
24076
+ }); const _io4 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24077
+ if (["activeSectionIndex", "activeTab", "priority", "height"].some(prop => key === prop))
24027
24078
  return true;
24028
24079
  const value = input[key];
24029
24080
  if (undefined === value)
24030
24081
  return true;
24031
24082
  return false;
24032
- })); const _io5 = (input, _exceptionable = true) => (undefined === input.activeTab || "string" === typeof input.activeTab) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24033
- if (["activeTab"].some(prop => key === prop))
24083
+ })); const _io5 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24084
+ if (["activeTab", "priority", "height"].some(prop => key === prop))
24034
24085
  return true;
24035
24086
  const value = input[key];
24036
24087
  if (undefined === value)
@@ -24078,28 +24129,28 @@ function _validateEqualsDomainRecord(domain, input) {
24078
24129
  if (undefined === value)
24079
24130
  return true;
24080
24131
  return false;
24081
- })); const _io12 = (input, _exceptionable = true) => (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, _index7) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24082
- if (["exclude"].some(prop => key === prop))
24132
+ })); const _io12 = (input, _exceptionable = true) => (undefined === input.include || Array.isArray(input.include) && input.include.every((elem, _index7) => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, _index8) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24133
+ if (["include", "exclude"].some(prop => key === prop))
24083
24134
  return true;
24084
24135
  const value = input[key];
24085
24136
  if (undefined === value)
24086
24137
  return true;
24087
24138
  return false;
24088
- })); const _io13 = (input, _exceptionable = true) => (undefined === input.include || Array.isArray(input.include) && input.include.every((elem, _index8) => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, _index9) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24139
+ })); const _io13 = (input, _exceptionable = true) => (undefined === input.include || Array.isArray(input.include) && input.include.every((elem, _index9) => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, _index10) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24089
24140
  if (["include", "exclude"].some(prop => key === prop))
24090
24141
  return true;
24091
24142
  const value = input[key];
24092
24143
  if (undefined === value)
24093
24144
  return true;
24094
24145
  return false;
24095
- })); const _io14 = (input, _exceptionable = true) => (undefined === input.include || Array.isArray(input.include) && input.include.every((elem, _index10) => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, _index11) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24146
+ })); const _io14 = (input, _exceptionable = true) => (undefined === input.include || Array.isArray(input.include) && input.include.every((elem, _index11) => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, _index12) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24096
24147
  if (["include", "exclude"].some(prop => key === prop))
24097
24148
  return true;
24098
24149
  const value = input[key];
24099
24150
  if (undefined === value)
24100
24151
  return true;
24101
24152
  return false;
24102
- })); const _io15 = (input, _exceptionable = true) => (undefined === input.include || Array.isArray(input.include) && input.include.every((elem, _index12) => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, _index13) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24153
+ })); const _io15 = (input, _exceptionable = true) => (undefined === input.include || Array.isArray(input.include) && input.include.every((elem, _index13) => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, _index14) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24103
24154
  if (["include", "exclude"].some(prop => key === prop))
24104
24155
  return true;
24105
24156
  const value = input[key];
@@ -24120,392 +24171,413 @@ function _validateEqualsDomainRecord(domain, input) {
24120
24171
  if (undefined === value)
24121
24172
  return true;
24122
24173
  return false;
24123
- })); const _io18 = (input, _exceptionable = true) => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24124
- if (["maxMru", "maxTabs"].some(prop => key === prop))
24174
+ })); const _io18 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24175
+ if (["maxMru", "maxTabs", "layout"].some(prop => key === prop))
24176
+ return true;
24177
+ const value = input[key];
24178
+ if (undefined === value)
24179
+ return true;
24180
+ return false;
24181
+ })); const _io19 = (input, _exceptionable = true) => (undefined === input.bookmarks || "number" === typeof input.bookmarks) && (undefined === input.browser || "number" === typeof input.browser) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24182
+ if (["bookmarks", "browser"].some(prop => key === prop))
24125
24183
  return true;
24126
24184
  const value = input[key];
24127
24185
  if (undefined === value)
24128
24186
  return true;
24129
24187
  return false;
24130
- })); const _io19 = (input, _exceptionable = true) => (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io20(input.createMenu, true && _exceptionable)) && (undefined === input.colorTags || Array.isArray(input.colorTags) && input.colorTags.every((elem, _index14) => "object" === typeof elem && null !== elem && _io21(elem, true && _exceptionable))) && (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) && _io22(input.collapsedNodes, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24188
+ })); const _io20 = (input, _exceptionable = true) => (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io21(input.createMenu, true && _exceptionable)) && (undefined === input.colorTags || Array.isArray(input.colorTags) && input.colorTags.every((elem, _index15) => "object" === typeof elem && null !== elem && _io22(elem, true && _exceptionable))) && (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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24131
24189
  if (["createMenu", "colorTags", "readType", "readRate", "collapsedNodes"].some(prop => key === prop))
24132
24190
  return true;
24133
24191
  const value = input[key];
24134
24192
  if (undefined === value)
24135
24193
  return true;
24136
24194
  return false;
24137
- })); const _io20 = (input, _exceptionable = true) => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy) && (undefined === input.showPreview || "boolean" === typeof input.showPreview) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24195
+ })); const _io21 = (input, _exceptionable = true) => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy) && (undefined === input.showPreview || "boolean" === typeof input.showPreview) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24138
24196
  if (["sortBy", "showPreview"].some(prop => key === prop))
24139
24197
  return true;
24140
24198
  const value = input[key];
24141
24199
  if (undefined === value)
24142
24200
  return true;
24143
24201
  return false;
24144
- })); const _io21 = (input, _exceptionable = true) => (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) && (4 === Object.keys(input).length || Object.keys(input).every(key => {
24202
+ })); const _io22 = (input, _exceptionable = true) => (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) && (4 === Object.keys(input).length || Object.keys(input).every(key => {
24145
24203
  if (["name", "icon", "color", "description"].some(prop => key === prop))
24146
24204
  return true;
24147
24205
  const value = input[key];
24148
24206
  if (undefined === value)
24149
24207
  return true;
24150
24208
  return false;
24151
- })); const _io22 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24209
+ })); const _io23 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24152
24210
  const value = input[key];
24153
24211
  if (undefined === value)
24154
24212
  return true;
24155
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io23(value, true && _exceptionable);
24156
- }); const _io23 = (input, _exceptionable = true) => (undefined === input.preview || "boolean" === typeof input.preview) && (undefined === input.children || "boolean" === typeof input.children) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24213
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io24(value, true && _exceptionable);
24214
+ }); const _io24 = (input, _exceptionable = true) => (undefined === input.preview || "boolean" === typeof input.preview) && (undefined === input.children || "boolean" === typeof input.children) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24157
24215
  if (["preview", "children"].some(prop => key === prop))
24158
24216
  return true;
24159
24217
  const value = input[key];
24160
24218
  if (undefined === value)
24161
24219
  return true;
24162
24220
  return false;
24163
- })); const _io24 = (input, _exceptionable = true) => (undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate) && (undefined === input.favorites || Array.isArray(input.favorites) && input.favorites.every((elem, _index15) => "string" === typeof elem)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && false === Array.isArray(input.defaults) && _io25(input.defaults, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24221
+ })); const _io25 = (input, _exceptionable = true) => (undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate) && (undefined === input.favorites || Array.isArray(input.favorites) && input.favorites.every((elem, _index16) => "string" === typeof elem)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && false === Array.isArray(input.defaults) && _io26(input.defaults, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24164
24222
  if (["graphicBaseTemplate", "favorites", "defaults"].some(prop => key === prop))
24165
24223
  return true;
24166
24224
  const value = input[key];
24167
24225
  if (undefined === value)
24168
24226
  return true;
24169
24227
  return false;
24170
- })); const _io25 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24228
+ })); const _io26 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24171
24229
  const value = input[key];
24172
24230
  if (undefined === value)
24173
24231
  return true;
24174
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io26(value, true && _exceptionable);
24175
- }); const _io26 = (input, _exceptionable = true) => (undefined === input.event || "string" === typeof input.event) && (undefined === input.property || "string" === typeof input.property) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24232
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io27(value, true && _exceptionable);
24233
+ }); const _io27 = (input, _exceptionable = true) => (undefined === input.event || "string" === typeof input.event) && (undefined === input.property || "string" === typeof input.property) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24176
24234
  if (["event", "property"].some(prop => key === prop))
24177
24235
  return true;
24178
24236
  const value = input[key];
24179
24237
  if (undefined === value)
24180
24238
  return true;
24181
24239
  return false;
24182
- })); const _io27 = (input, _exceptionable = true) => (undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24240
+ })); const _io28 = (input, _exceptionable = true) => (undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24183
24241
  if (["eventThumbnails"].some(prop => key === prop))
24184
24242
  return true;
24185
24243
  const value = input[key];
24186
24244
  if (undefined === value)
24187
24245
  return true;
24188
24246
  return false;
24189
- })); const _io28 = (input, _exceptionable = true) => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur) && (undefined === input.float || "rundown" === input.float || "gallery" === input.float || "disabled" === input.float) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24190
- if (["dimOnBlur", "float"].some(prop => key === prop))
24247
+ })); const _io29 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24248
+ if (["dimOnBlur", "float", "countFloatedDuration"].some(prop => key === prop))
24191
24249
  return true;
24192
24250
  const value = input[key];
24193
24251
  if (undefined === value)
24194
24252
  return true;
24195
24253
  return false;
24196
- })); const _io29 = (input, _exceptionable = true) => (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io30(input.display, true && _exceptionable)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io32(input.browser, true && _exceptionable)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io33(input.gallery, true && _exceptionable)) && (undefined === input.global || "object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) && _io34(input.global, true && _exceptionable)) && (undefined === input.player || "object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) && _io35(input.player, true && _exceptionable)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io36(input.script, true && _exceptionable)) && (undefined === input.codeEditor || "object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) && _io37(input.codeEditor, true && _exceptionable)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io38(input.bookmarks, true && _exceptionable)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io39(input.edit, true && _exceptionable)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io40(input.rundown, true && _exceptionable)) && (undefined === input.segment || "object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) && _io41(input.segment, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24254
+ })); const _io30 = (input, _exceptionable = true) => (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io31(input.display, true && _exceptionable)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io33(input.browser, true && _exceptionable)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io34(input.gallery, true && _exceptionable)) && (undefined === input.global || "object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) && _io35(input.global, true && _exceptionable)) && (undefined === input.player || "object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) && _io36(input.player, true && _exceptionable)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io37(input.script, true && _exceptionable)) && (undefined === input.codeEditor || "object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) && _io38(input.codeEditor, true && _exceptionable)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io39(input.bookmarks, true && _exceptionable)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io40(input.edit, true && _exceptionable)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io41(input.rundown, true && _exceptionable)) && (undefined === input.segment || "object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) && _io42(input.segment, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24197
24255
  if (["display", "browser", "gallery", "global", "player", "script", "codeEditor", "bookmarks", "edit", "rundown", "segment"].some(prop => key === prop))
24198
24256
  return true;
24199
24257
  const value = input[key];
24200
24258
  if (undefined === value)
24201
24259
  return true;
24202
24260
  return false;
24203
- })); const _io30 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24261
+ })); const _io31 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24204
24262
  const value = input[key];
24205
24263
  if (undefined === value)
24206
24264
  return true;
24207
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value, true && _exceptionable);
24208
- }); const _io31 = (input, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title) && (undefined === input.sequence || "string" === typeof input.sequence) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24265
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value, true && _exceptionable);
24266
+ }); const _io32 = (input, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title) && (undefined === input.sequence || "string" === typeof input.sequence) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24209
24267
  if (["title", "sequence"].some(prop => key === prop))
24210
24268
  return true;
24211
24269
  const value = input[key];
24212
24270
  if (undefined === value)
24213
24271
  return true;
24214
24272
  return false;
24215
- })); const _io32 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24216
- const value = input[key];
24217
- if (undefined === value)
24218
- return true;
24219
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value, true && _exceptionable);
24220
- }); const _io33 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24273
+ })); const _io33 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24221
24274
  const value = input[key];
24222
24275
  if (undefined === value)
24223
24276
  return true;
24224
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value, true && _exceptionable);
24277
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value, true && _exceptionable);
24225
24278
  }); const _io34 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24226
24279
  const value = input[key];
24227
24280
  if (undefined === value)
24228
24281
  return true;
24229
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value, true && _exceptionable);
24282
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value, true && _exceptionable);
24230
24283
  }); const _io35 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24231
24284
  const value = input[key];
24232
24285
  if (undefined === value)
24233
24286
  return true;
24234
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value, true && _exceptionable);
24287
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value, true && _exceptionable);
24235
24288
  }); const _io36 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24236
24289
  const value = input[key];
24237
24290
  if (undefined === value)
24238
24291
  return true;
24239
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value, true && _exceptionable);
24292
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value, true && _exceptionable);
24240
24293
  }); const _io37 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24241
24294
  const value = input[key];
24242
24295
  if (undefined === value)
24243
24296
  return true;
24244
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value, true && _exceptionable);
24297
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value, true && _exceptionable);
24245
24298
  }); const _io38 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24246
24299
  const value = input[key];
24247
24300
  if (undefined === value)
24248
24301
  return true;
24249
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value, true && _exceptionable);
24302
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value, true && _exceptionable);
24250
24303
  }); const _io39 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24251
24304
  const value = input[key];
24252
24305
  if (undefined === value)
24253
24306
  return true;
24254
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value, true && _exceptionable);
24307
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value, true && _exceptionable);
24255
24308
  }); const _io40 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24256
24309
  const value = input[key];
24257
24310
  if (undefined === value)
24258
24311
  return true;
24259
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value, true && _exceptionable);
24312
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value, true && _exceptionable);
24260
24313
  }); const _io41 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24261
24314
  const value = input[key];
24262
24315
  if (undefined === value)
24263
24316
  return true;
24264
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value, true && _exceptionable);
24265
- }); const _io42 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (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, true && _exceptionable)) && (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, _index16) => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io45(input.subtitles, true && _exceptionable)) && (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, _index17) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem, true && _exceptionable))) && (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, true && _exceptionable)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io50(input.transcribe, true && _exceptionable)) && (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, true && _exceptionable))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24317
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value, true && _exceptionable);
24318
+ }); const _io42 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24319
+ const value = input[key];
24320
+ if (undefined === value)
24321
+ return true;
24322
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value, true && _exceptionable);
24323
+ }); const _io43 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (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, true && _exceptionable)) && (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, _index17) => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io46(input.subtitles, true && _exceptionable)) && (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, _index18) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem, true && _exceptionable))) && (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, true && _exceptionable)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io51(input.transcribe, true && _exceptionable)) && (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, true && _exceptionable))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24266
24324
  if (["defaultFrameRate", "placeholder", "guide", "stepManyFrames", "liveZoomDuration", "importTitleTemplate", "tile", "timecodeReference", "maxSubclipDuration", "rewindStep", "forwardStep", "interlacedPlayback", "playbackRates", "subtitles", "subtitleTemplateId", "initialVolume", "guides", "download", "editMode", "transcribe", "openCommand"].some(prop => key === prop))
24267
24325
  return true;
24268
24326
  const value = input[key];
24269
24327
  if (undefined === value)
24270
24328
  return true;
24271
24329
  return false;
24272
- })); const _io43 = (input, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24330
+ })); const _io44 = (input, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24273
24331
  if (["mask", "actionSafe", "titleSafe"].some(prop => key === prop))
24274
24332
  return true;
24275
24333
  const value = input[key];
24276
24334
  if (undefined === value)
24277
24335
  return true;
24278
24336
  return false;
24279
- })); const _io44 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24337
+ })); const _io45 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24280
24338
  if (["preview", "showRenderProgress"].some(prop => key === prop))
24281
24339
  return true;
24282
24340
  const value = input[key];
24283
24341
  if (undefined === value)
24284
24342
  return true;
24285
24343
  return false;
24286
- })); const _io45 = (input, _exceptionable = true) => (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, _index18) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem, true && _exceptionable))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every((elem, _index19) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io47(elem, true && _exceptionable))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every((elem, _index20) => null === elem || true === _iv21.has(elem))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24344
+ })); const _io46 = (input, _exceptionable = true) => (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, _index19) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io47(elem, true && _exceptionable))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every((elem, _index20) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem, true && _exceptionable))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every((elem, _index21) => null === elem || true === _iv22.has(elem))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24287
24345
  if (["spacing", "maxCharactersPerLine", "suggestions", "colors", "overridableProperties"].some(prop => key === prop))
24288
24346
  return true;
24289
24347
  const value = input[key];
24290
24348
  if (undefined === value)
24291
24349
  return true;
24292
24350
  return false;
24293
- })); const _io46 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24351
+ })); const _io47 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24294
24352
  if (["ifAspectRatio", "ifLang", "thenStyle", "thenMaxCharactersPerLine"].some(prop => key === prop))
24295
24353
  return true;
24296
24354
  const value = input[key];
24297
24355
  if (undefined === value)
24298
24356
  return true;
24299
24357
  return false;
24300
- })); const _io47 = (input, _exceptionable = true) => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24358
+ })); const _io48 = (input, _exceptionable = true) => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24301
24359
  if (["label", "color"].some(prop => key === prop))
24302
24360
  return true;
24303
24361
  const value = input[key];
24304
24362
  if (undefined === value)
24305
24363
  return true;
24306
24364
  return false;
24307
- })); const _io48 = (input, _exceptionable = true) => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24365
+ })); const _io49 = (input, _exceptionable = true) => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24308
24366
  if (["label", "aspectRatio"].some(prop => key === prop))
24309
24367
  return true;
24310
24368
  const value = input[key];
24311
24369
  if (undefined === value)
24312
24370
  return true;
24313
24371
  return false;
24314
- })); const _io49 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24372
+ })); const _io50 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24315
24373
  if (["enabled", "defaultEnterOption", "defaultExitOption"].some(prop => key === prop))
24316
24374
  return true;
24317
24375
  const value = input[key];
24318
24376
  if (undefined === value)
24319
24377
  return true;
24320
24378
  return false;
24321
- })); const _io50 = (input, _exceptionable = true) => (undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io51(input.subtitleDisclaimer, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24379
+ })); const _io51 = (input, _exceptionable = true) => (undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io52(input.subtitleDisclaimer, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24322
24380
  if (["subtitleDisclaimer"].some(prop => key === prop))
24323
24381
  return true;
24324
24382
  const value = input[key];
24325
24383
  if (undefined === value)
24326
24384
  return true;
24327
24385
  return false;
24328
- })); const _io51 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24386
+ })); const _io52 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24329
24387
  if (["isUserConfigurable", "defaultValue"].some(prop => key === prop))
24330
24388
  return true;
24331
24389
  const value = input[key];
24332
24390
  if (undefined === value)
24333
24391
  return true;
24334
24392
  return false;
24335
- })); const _io52 = (input, _exceptionable = true) => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every((elem, _index22) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io53(elem, true && _exceptionable))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24393
+ })); const _io53 = (input, _exceptionable = true) => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every((elem, _index23) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io54(elem, true && _exceptionable))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24336
24394
  if (["enabled", "text", "offset", "duration"].some(prop => key === prop))
24337
24395
  return true;
24338
24396
  const value = input[key];
24339
24397
  if (undefined === value)
24340
24398
  return true;
24341
24399
  return false;
24342
- })); const _io53 = (input, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24400
+ })); const _io54 = (input, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24343
24401
  if (["language", "value"].some(prop => key === prop))
24344
24402
  return true;
24345
24403
  const value = input[key];
24346
24404
  if (undefined === value)
24347
24405
  return true;
24348
24406
  return false;
24349
- })); const _io54 = (input, _exceptionable = true) => (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, _index23) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24407
+ })); const _io55 = (input, _exceptionable = true) => (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, _index24) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24350
24408
  if (["url", "command", "app", "args"].some(prop => key === prop))
24351
24409
  return true;
24352
24410
  const value = input[key];
24353
24411
  if (undefined === value)
24354
24412
  return true;
24355
24413
  return false;
24356
- })); const _io55 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24414
+ })); const _io56 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24357
24415
  if (["thumbnailView", "voiceOver"].some(prop => key === prop))
24358
24416
  return true;
24359
24417
  const value = input[key];
24360
24418
  if (undefined === value)
24361
24419
  return true;
24362
24420
  return false;
24363
- })); const _io56 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24421
+ })); const _io57 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24364
24422
  if (["inputDevice", "inputGainDb", "backgroundReductionDb", "recordMode", "preRollDuration"].some(prop => key === prop))
24365
24423
  return true;
24366
24424
  const value = input[key];
24367
24425
  if (undefined === value)
24368
24426
  return true;
24369
24427
  return false;
24370
- })); const _io57 = (input, _exceptionable = true) => (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, _index24) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24428
+ })); const _io58 = (input, _exceptionable = true) => (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, _index25) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24371
24429
  if (["title", "command", "args"].some(prop => key === prop))
24372
24430
  return true;
24373
24431
  const value = input[key];
24374
24432
  if (undefined === value)
24375
24433
  return true;
24376
24434
  return false;
24377
- })); const _io58 = (input, _exceptionable = true) => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io59(input.folded, true && _exceptionable)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io60(input.assets, true && _exceptionable)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io64(input.pipeline, true && _exceptionable)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io66(input.item, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24435
+ })); const _io59 = (input, _exceptionable = true) => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io60(input.folded, true && _exceptionable)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io61(input.assets, true && _exceptionable)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io65(input.pipeline, true && _exceptionable)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io67(input.item, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24378
24436
  if (["folded", "assets", "pipeline", "item"].some(prop => key === prop))
24379
24437
  return true;
24380
24438
  const value = input[key];
24381
24439
  if (undefined === value)
24382
24440
  return true;
24383
24441
  return false;
24384
- })); const _io59 = (input, _exceptionable = true) => (undefined === input.auto || "boolean" === typeof input.auto) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24442
+ })); const _io60 = (input, _exceptionable = true) => (undefined === input.auto || "boolean" === typeof input.auto) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24385
24443
  if (["auto"].some(prop => key === prop))
24386
24444
  return true;
24387
24445
  const value = input[key];
24388
24446
  if (undefined === value)
24389
24447
  return true;
24390
24448
  return false;
24391
- })); const _io60 = (input, _exceptionable = true) => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io61(input.story, true && _exceptionable)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io63(input.note, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24449
+ })); const _io61 = (input, _exceptionable = true) => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io62(input.story, true && _exceptionable)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io64(input.note, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24392
24450
  if (["story", "note"].some(prop => key === prop))
24393
24451
  return true;
24394
24452
  const value = input[key];
24395
24453
  if (undefined === value)
24396
24454
  return true;
24397
24455
  return false;
24398
- })); const _io61 = (input, _exceptionable = true) => (undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io62(input.excerpt, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24456
+ })); const _io62 = (input, _exceptionable = true) => (undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io63(input.excerpt, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24399
24457
  if (["excerpt"].some(prop => key === prop))
24400
24458
  return true;
24401
24459
  const value = input[key];
24402
24460
  if (undefined === value)
24403
24461
  return true;
24404
24462
  return false;
24405
- })); const _io62 = (input, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24463
+ })); const _io63 = (input, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24406
24464
  if (["maxLines", "mode", "comments"].some(prop => key === prop))
24407
24465
  return true;
24408
24466
  const value = input[key];
24409
24467
  if (undefined === value)
24410
24468
  return true;
24411
24469
  return false;
24412
- })); const _io63 = (input, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24470
+ })); const _io64 = (input, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24413
24471
  if (["maxHeight"].some(prop => key === prop))
24414
24472
  return true;
24415
24473
  const value = input[key];
24416
24474
  if (undefined === value)
24417
24475
  return true;
24418
24476
  return false;
24419
- })); const _io64 = (input, _exceptionable = true) => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io65(input.search, true && _exceptionable)) && (undefined === input.sortMode || true === _iv25.has(input.sortMode)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24477
+ })); const _io65 = (input, _exceptionable = true) => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io66(input.search, true && _exceptionable)) && (undefined === input.sortMode || true === _iv26.has(input.sortMode)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24420
24478
  if (["search", "sortMode"].some(prop => key === prop))
24421
24479
  return true;
24422
24480
  const value = input[key];
24423
24481
  if (undefined === value)
24424
24482
  return true;
24425
24483
  return false;
24426
- })); const _io65 = (input, _exceptionable = true) => (undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24484
+ })); const _io66 = (input, _exceptionable = true) => (undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24427
24485
  if (["maxItemsDisplayed"].some(prop => key === prop))
24428
24486
  return true;
24429
24487
  const value = input[key];
24430
24488
  if (undefined === value)
24431
24489
  return true;
24432
24490
  return false;
24433
- })); const _io66 = (input, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24491
+ })); const _io67 = (input, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24434
24492
  if (["maxHeight", "titleLines"].some(prop => key === prop))
24435
24493
  return true;
24436
24494
  const value = input[key];
24437
24495
  if (undefined === value)
24438
24496
  return true;
24439
24497
  return false;
24440
- })); const _io67 = (input, _exceptionable = true) => (undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every((elem, _index26) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24498
+ })); const _io68 = (input, _exceptionable = true) => (undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every((elem, _index27) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24441
24499
  if (["fontFamilies"].some(prop => key === prop))
24442
24500
  return true;
24443
24501
  const value = input[key];
24444
24502
  if (undefined === value)
24445
24503
  return true;
24446
24504
  return false;
24447
- })); const _io68 = (input, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24505
+ })); const _io69 = (input, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24448
24506
  if (["id", "folded"].some(prop => key === prop))
24449
24507
  return true;
24450
24508
  const value = input[key];
24451
24509
  if (undefined === value)
24452
24510
  return true;
24453
24511
  return false;
24454
- })); const _io69 = (input, _exceptionable = true) => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io70(input.adobe, true && _exceptionable)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io71(input.rive, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24512
+ })); const _io70 = (input, _exceptionable = true) => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io71(input.adobe, true && _exceptionable)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io72(input.rive, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24455
24513
  if (["adobe", "rive"].some(prop => key === prop))
24456
24514
  return true;
24457
24515
  const value = input[key];
24458
24516
  if (undefined === value)
24459
24517
  return true;
24460
24518
  return false;
24461
- })); const _io70 = (input, _exceptionable = true) => (undefined === input.useProxies || "boolean" === typeof input.useProxies) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24519
+ })); const _io71 = (input, _exceptionable = true) => (undefined === input.useProxies || "boolean" === typeof input.useProxies) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24462
24520
  if (["useProxies"].some(prop => key === prop))
24463
24521
  return true;
24464
24522
  const value = input[key];
24465
24523
  if (undefined === value)
24466
24524
  return true;
24467
24525
  return false;
24468
- })); const _io71 = (input, _exceptionable = true) => (undefined === input.template || "string" === typeof input.template) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24526
+ })); const _io72 = (input, _exceptionable = true) => (undefined === input.template || "string" === typeof input.template) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24469
24527
  if (["template"].some(prop => key === prop))
24470
24528
  return true;
24471
24529
  const value = input[key];
24472
24530
  if (undefined === value)
24473
24531
  return true;
24474
24532
  return false;
24475
- })); const _io72 = (input, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24533
+ })); const _io73 = (input, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24476
24534
  if (["collections", "semanticSearch", "ameRemoteRendering"].some(prop => key === prop))
24477
24535
  return true;
24478
24536
  const value = input[key];
24479
24537
  if (undefined === value)
24480
24538
  return true;
24481
24539
  return false;
24482
- })); const _io73 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24540
+ })); const _io74 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24483
24541
  if (["utils", "utilsAssetEditor", "utilsAssetPanel", "history", "refs", "access", "files", "export", "json", "hlsjs", "resetRenders", "resetReplicas", "assetStatus", "consolidateMedia", "hideInAssetMenu", "assetRoute", "devWarnings", "multiplexWebSockets", "systemHealth"].some(prop => key === prop))
24484
24542
  return true;
24485
24543
  const value = input[key];
24486
24544
  if (undefined === value)
24487
24545
  return true;
24488
24546
  return false;
24489
- })); const _io74 = (input, _exceptionable = true) => (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io75(input.events, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24547
+ })); const _io75 = (input, _exceptionable = true) => (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io76(input.events, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24490
24548
  if (["events"].some(prop => key === prop))
24491
24549
  return true;
24492
24550
  const value = input[key];
24493
24551
  if (undefined === value)
24494
24552
  return true;
24495
24553
  return false;
24496
- })); const _io75 = (input, _exceptionable = true) => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every((elem, _index27) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every((elem, _index28) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every((elem, _index29) => "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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24554
+ })); const _io76 = (input, _exceptionable = true) => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every((elem, _index28) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every((elem, _index29) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every((elem, _index30) => "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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24497
24555
  if (["comment", "assigned", "unassigned", "publishSucceeded"].some(prop => key === prop))
24498
24556
  return true;
24499
24557
  const value = input[key];
24500
24558
  if (undefined === value)
24501
24559
  return true;
24502
24560
  return false;
24503
- })); const _io76 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24561
+ })); const _io77 = (input, _exceptionable = true) => Object.keys(input).every(key => {
24562
+ const value = input[key];
24563
+ if (undefined === value)
24564
+ return true;
24565
+ return Array.isArray(value) && value.every((elem, _index31) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
24566
+ }); const _io78 = (input, _exceptionable = true) => (undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io79(input.duplicate, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24567
+ if (["duplicate"].some(prop => key === prop))
24568
+ return true;
24569
+ const value = input[key];
24570
+ if (undefined === value)
24571
+ return true;
24572
+ return false;
24573
+ })); const _io79 = (input, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24574
+ if (["titlePrefix", "titleSuffix"].some(prop => key === prop))
24575
+ return true;
24504
24576
  const value = input[key];
24505
24577
  if (undefined === value)
24506
24578
  return true;
24507
- return Array.isArray(value) && value.every((elem, _index30) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
24508
- }); const _io77 = (input, _exceptionable = true) => (undefined === input.stateFilter || Array.isArray(input.stateFilter) && input.stateFilter.every((elem, _index31) => "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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24579
+ return false;
24580
+ })); const _io80 = (input, _exceptionable = true) => (undefined === input.stateFilter || Array.isArray(input.stateFilter) && input.stateFilter.every((elem, _index32) => "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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
24509
24581
  if (["stateFilter", "textFilter", "showEmpty", "selectedRecord", "subscribeSearchHits", "parseRegex"].some(prop => key === prop))
24510
24582
  return true;
24511
24583
  const value = input[key];
@@ -24568,16 +24640,16 @@ function _validateEqualsDomainRecord(domain, input) {
24568
24640
  path: _path + ".exclusiveTagGroups",
24569
24641
  expected: "(Array<Array<string>> | undefined)",
24570
24642
  value: input.exclusiveTagGroups
24571
- })) && input.exclusiveTagGroups.map((elem, _index32) => (Array.isArray(elem) || _report(_exceptionable, {
24572
- path: _path + ".exclusiveTagGroups[" + _index32 + "]",
24643
+ })) && input.exclusiveTagGroups.map((elem, _index33) => (Array.isArray(elem) || _report(_exceptionable, {
24644
+ path: _path + ".exclusiveTagGroups[" + _index33 + "]",
24573
24645
  expected: "Array<string>",
24574
24646
  value: elem
24575
- })) && elem.map((elem, _index33) => "string" === typeof elem || _report(_exceptionable, {
24576
- path: _path + ".exclusiveTagGroups[" + _index32 + "][" + _index33 + "]",
24647
+ })) && elem.map((elem, _index34) => "string" === typeof elem || _report(_exceptionable, {
24648
+ path: _path + ".exclusiveTagGroups[" + _index33 + "][" + _index34 + "]",
24577
24649
  expected: "string",
24578
24650
  value: elem
24579
24651
  })).every(flag => flag) || _report(_exceptionable, {
24580
- path: _path + ".exclusiveTagGroups[" + _index32 + "]",
24652
+ path: _path + ".exclusiveTagGroups[" + _index33 + "]",
24581
24653
  expected: "Array<string>",
24582
24654
  value: elem
24583
24655
  })).every(flag => flag) || _report(_exceptionable, {
@@ -24634,35 +24706,35 @@ function _validateEqualsDomainRecord(domain, input) {
24634
24706
  value: input.dashboard
24635
24707
  }), undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || _report(_exceptionable, {
24636
24708
  path: _path + ".script",
24637
- expected: "(__type.o15 | undefined)",
24709
+ expected: "(__type.o16 | undefined)",
24638
24710
  value: input.script
24639
- })) && _vo19(input.script, _path + ".script", true && _exceptionable) || _report(_exceptionable, {
24711
+ })) && _vo20(input.script, _path + ".script", true && _exceptionable) || _report(_exceptionable, {
24640
24712
  path: _path + ".script",
24641
- expected: "(__type.o15 | undefined)",
24713
+ expected: "(__type.o16 | undefined)",
24642
24714
  value: input.script
24643
24715
  }), undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || _report(_exceptionable, {
24644
24716
  path: _path + ".events",
24645
- expected: "(__type.o19 | undefined)",
24717
+ expected: "(__type.o20 | undefined)",
24646
24718
  value: input.events
24647
- })) && _vo24(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
24719
+ })) && _vo25(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
24648
24720
  path: _path + ".events",
24649
- expected: "(__type.o19 | undefined)",
24721
+ expected: "(__type.o20 | undefined)",
24650
24722
  value: input.events
24651
24723
  }), undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || _report(_exceptionable, {
24652
24724
  path: _path + ".rundown",
24653
- expected: "(__type.o21 | undefined)",
24725
+ expected: "(__type.o22 | undefined)",
24654
24726
  value: input.rundown
24655
- })) && _vo27(input.rundown, _path + ".rundown", true && _exceptionable) || _report(_exceptionable, {
24727
+ })) && _vo28(input.rundown, _path + ".rundown", true && _exceptionable) || _report(_exceptionable, {
24656
24728
  path: _path + ".rundown",
24657
- expected: "(__type.o21 | undefined)",
24729
+ expected: "(__type.o22 | undefined)",
24658
24730
  value: input.rundown
24659
24731
  }), undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || _report(_exceptionable, {
24660
24732
  path: _path + ".gallery",
24661
- expected: "(__type.o22 | undefined)",
24733
+ expected: "(__type.o23 | undefined)",
24662
24734
  value: input.gallery
24663
- })) && _vo28(input.gallery, _path + ".gallery", true && _exceptionable) || _report(_exceptionable, {
24735
+ })) && _vo29(input.gallery, _path + ".gallery", true && _exceptionable) || _report(_exceptionable, {
24664
24736
  path: _path + ".gallery",
24665
- expected: "(__type.o22 | undefined)",
24737
+ expected: "(__type.o23 | undefined)",
24666
24738
  value: input.gallery
24667
24739
  }), undefined === input.history || "boolean" === typeof input.history || _report(_exceptionable, {
24668
24740
  path: _path + ".history",
@@ -24670,39 +24742,39 @@ function _validateEqualsDomainRecord(domain, input) {
24670
24742
  value: input.history
24671
24743
  }), undefined === input.keymap || ("object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) || _report(_exceptionable, {
24672
24744
  path: _path + ".keymap",
24673
- expected: "(__type.o23 | undefined)",
24745
+ expected: "(__type.o24 | undefined)",
24674
24746
  value: input.keymap
24675
- })) && _vo29(input.keymap, _path + ".keymap", true && _exceptionable) || _report(_exceptionable, {
24747
+ })) && _vo30(input.keymap, _path + ".keymap", true && _exceptionable) || _report(_exceptionable, {
24676
24748
  path: _path + ".keymap",
24677
- expected: "(__type.o23 | undefined)",
24749
+ expected: "(__type.o24 | undefined)",
24678
24750
  value: input.keymap
24679
24751
  }), undefined === input.media || ("object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) || _report(_exceptionable, {
24680
24752
  path: _path + ".media",
24681
- expected: "(__type.o35 | undefined)",
24753
+ expected: "(__type.o36 | undefined)",
24682
24754
  value: input.media
24683
- })) && _vo42(input.media, _path + ".media", true && _exceptionable) || _report(_exceptionable, {
24755
+ })) && _vo43(input.media, _path + ".media", true && _exceptionable) || _report(_exceptionable, {
24684
24756
  path: _path + ".media",
24685
- expected: "(__type.o35 | undefined)",
24757
+ expected: "(__type.o36 | undefined)",
24686
24758
  value: input.media
24687
24759
  }), undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || _report(_exceptionable, {
24688
24760
  path: _path + ".edit",
24689
- expected: "(__type.o48 | undefined)",
24761
+ expected: "(__type.o49 | undefined)",
24690
24762
  value: input.edit
24691
- })) && _vo55(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
24763
+ })) && _vo56(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
24692
24764
  path: _path + ".edit",
24693
- expected: "(__type.o48 | undefined)",
24765
+ expected: "(__type.o49 | undefined)",
24694
24766
  value: input.edit
24695
24767
  }), undefined === input.commands || (Array.isArray(input.commands) || _report(_exceptionable, {
24696
24768
  path: _path + ".commands",
24697
24769
  expected: "(Array<__type>.o4 | undefined)",
24698
24770
  value: input.commands
24699
- })) && input.commands.map((elem, _index34) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
24700
- path: _path + ".commands[" + _index34 + "]",
24701
- expected: "__type.o50",
24771
+ })) && input.commands.map((elem, _index35) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
24772
+ path: _path + ".commands[" + _index35 + "]",
24773
+ expected: "__type.o51",
24702
24774
  value: elem
24703
- })) && _vo57(elem, _path + ".commands[" + _index34 + "]", true && _exceptionable) || _report(_exceptionable, {
24704
- path: _path + ".commands[" + _index34 + "]",
24705
- expected: "__type.o50",
24775
+ })) && _vo58(elem, _path + ".commands[" + _index35 + "]", true && _exceptionable) || _report(_exceptionable, {
24776
+ path: _path + ".commands[" + _index35 + "]",
24777
+ expected: "__type.o51",
24706
24778
  value: elem
24707
24779
  })).every(flag => flag) || _report(_exceptionable, {
24708
24780
  path: _path + ".commands",
@@ -24712,8 +24784,8 @@ function _validateEqualsDomainRecord(domain, input) {
24712
24784
  path: _path + ".predefinedTags",
24713
24785
  expected: "(Array<string> | undefined)",
24714
24786
  value: input.predefinedTags
24715
- })) && input.predefinedTags.map((elem, _index35) => "string" === typeof elem || _report(_exceptionable, {
24716
- path: _path + ".predefinedTags[" + _index35 + "]",
24787
+ })) && input.predefinedTags.map((elem, _index36) => "string" === typeof elem || _report(_exceptionable, {
24788
+ path: _path + ".predefinedTags[" + _index36 + "]",
24717
24789
  expected: "string",
24718
24790
  value: elem
24719
24791
  })).every(flag => flag) || _report(_exceptionable, {
@@ -24722,31 +24794,31 @@ function _validateEqualsDomainRecord(domain, input) {
24722
24794
  value: input.predefinedTags
24723
24795
  }), undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || _report(_exceptionable, {
24724
24796
  path: _path + ".storyboard",
24725
- expected: "(__type.o51 | undefined)",
24797
+ expected: "(__type.o52 | undefined)",
24726
24798
  value: input.storyboard
24727
- })) && _vo58(input.storyboard, _path + ".storyboard", true && _exceptionable) || _report(_exceptionable, {
24799
+ })) && _vo59(input.storyboard, _path + ".storyboard", true && _exceptionable) || _report(_exceptionable, {
24728
24800
  path: _path + ".storyboard",
24729
- expected: "(__type.o51 | undefined)",
24801
+ expected: "(__type.o52 | undefined)",
24730
24802
  value: input.storyboard
24731
24803
  }), undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || _report(_exceptionable, {
24732
24804
  path: _path + ".print",
24733
- expected: "(__type.o60 | undefined)",
24805
+ expected: "(__type.o61 | undefined)",
24734
24806
  value: input.print
24735
- })) && _vo67(input.print, _path + ".print", true && _exceptionable) || _report(_exceptionable, {
24807
+ })) && _vo68(input.print, _path + ".print", true && _exceptionable) || _report(_exceptionable, {
24736
24808
  path: _path + ".print",
24737
- expected: "(__type.o60 | undefined)",
24809
+ expected: "(__type.o61 | undefined)",
24738
24810
  value: input.print
24739
24811
  }), undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || _report(_exceptionable, {
24740
24812
  path: _path + ".hiddenPreviews",
24741
24813
  expected: "(Array<__type>.o5 | undefined)",
24742
24814
  value: input.hiddenPreviews
24743
- })) && input.hiddenPreviews.map((elem, _index36) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
24744
- path: _path + ".hiddenPreviews[" + _index36 + "]",
24745
- expected: "__type.o61",
24815
+ })) && input.hiddenPreviews.map((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
24816
+ path: _path + ".hiddenPreviews[" + _index37 + "]",
24817
+ expected: "__type.o62",
24746
24818
  value: elem
24747
- })) && _vo68(elem, _path + ".hiddenPreviews[" + _index36 + "]", true && _exceptionable) || _report(_exceptionable, {
24748
- path: _path + ".hiddenPreviews[" + _index36 + "]",
24749
- expected: "__type.o61",
24819
+ })) && _vo69(elem, _path + ".hiddenPreviews[" + _index37 + "]", true && _exceptionable) || _report(_exceptionable, {
24820
+ path: _path + ".hiddenPreviews[" + _index37 + "]",
24821
+ expected: "__type.o62",
24750
24822
  value: elem
24751
24823
  })).every(flag => flag) || _report(_exceptionable, {
24752
24824
  path: _path + ".hiddenPreviews",
@@ -24754,11 +24826,11 @@ function _validateEqualsDomainRecord(domain, input) {
24754
24826
  value: input.hiddenPreviews
24755
24827
  }), undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || _report(_exceptionable, {
24756
24828
  path: _path + ".plugins",
24757
- expected: "(__type.o62 | undefined)",
24829
+ expected: "(__type.o63 | undefined)",
24758
24830
  value: input.plugins
24759
- })) && _vo69(input.plugins, _path + ".plugins", true && _exceptionable) || _report(_exceptionable, {
24831
+ })) && _vo70(input.plugins, _path + ".plugins", true && _exceptionable) || _report(_exceptionable, {
24760
24832
  path: _path + ".plugins",
24761
- expected: "(__type.o62 | undefined)",
24833
+ expected: "(__type.o63 | undefined)",
24762
24834
  value: input.plugins
24763
24835
  }), undefined === input.crashScreen || "boolean" === typeof input.crashScreen || _report(_exceptionable, {
24764
24836
  path: _path + ".crashScreen",
@@ -24770,42 +24842,50 @@ function _validateEqualsDomainRecord(domain, input) {
24770
24842
  value: input.debug
24771
24843
  }), undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || _report(_exceptionable, {
24772
24844
  path: _path + ".featurePreview",
24773
- expected: "(__type.o65 | undefined)",
24845
+ expected: "(__type.o66 | undefined)",
24774
24846
  value: input.featurePreview
24775
- })) && _vo72(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || _report(_exceptionable, {
24847
+ })) && _vo73(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || _report(_exceptionable, {
24776
24848
  path: _path + ".featurePreview",
24777
- expected: "(__type.o65 | undefined)",
24849
+ expected: "(__type.o66 | undefined)",
24778
24850
  value: input.featurePreview
24779
24851
  }), undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || _report(_exceptionable, {
24780
24852
  path: _path + ".flags",
24781
- expected: "(__type.o66 | undefined)",
24853
+ expected: "(__type.o67 | undefined)",
24782
24854
  value: input.flags
24783
- })) && _vo73(input.flags, _path + ".flags", true && _exceptionable) || _report(_exceptionable, {
24855
+ })) && _vo74(input.flags, _path + ".flags", true && _exceptionable) || _report(_exceptionable, {
24784
24856
  path: _path + ".flags",
24785
- expected: "(__type.o66 | undefined)",
24857
+ expected: "(__type.o67 | undefined)",
24786
24858
  value: input.flags
24787
24859
  }), undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || _report(_exceptionable, {
24788
24860
  path: _path + ".notifications",
24789
- expected: "(__type.o67 | undefined)",
24861
+ expected: "(__type.o68 | undefined)",
24790
24862
  value: input.notifications
24791
- })) && _vo74(input.notifications, _path + ".notifications", true && _exceptionable) || _report(_exceptionable, {
24863
+ })) && _vo75(input.notifications, _path + ".notifications", true && _exceptionable) || _report(_exceptionable, {
24792
24864
  path: _path + ".notifications",
24793
- expected: "(__type.o67 | undefined)",
24865
+ expected: "(__type.o68 | undefined)",
24794
24866
  value: input.notifications
24795
24867
  }), undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || _report(_exceptionable, {
24796
24868
  path: _path + ".suppressDeleteAlert",
24797
24869
  expected: "(boolean | undefined)",
24798
24870
  value: input.suppressDeleteAlert
24871
+ }), undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || _report(_exceptionable, {
24872
+ path: _path + ".clone",
24873
+ expected: "(__type.o71 | undefined)",
24874
+ value: input.clone
24875
+ })) && _vo78(input.clone, _path + ".clone", true && _exceptionable) || _report(_exceptionable, {
24876
+ path: _path + ".clone",
24877
+ expected: "(__type.o71 | undefined)",
24878
+ value: input.clone
24799
24879
  }), undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || _report(_exceptionable, {
24800
24880
  path: _path + ".utilsAssetEditorPanel",
24801
- expected: "(__type.o70 | undefined)",
24881
+ expected: "(__type.o73 | undefined)",
24802
24882
  value: input.utilsAssetEditorPanel
24803
- })) && _vo77(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || _report(_exceptionable, {
24883
+ })) && _vo80(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || _report(_exceptionable, {
24804
24884
  path: _path + ".utilsAssetEditorPanel",
24805
- expected: "(__type.o70 | undefined)",
24885
+ expected: "(__type.o73 | undefined)",
24806
24886
  value: input.utilsAssetEditorPanel
24807
24887
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
24808
- if (["autoLogoutTime", "permission", "module", "upload", "download", "browser", "toolbarTags", "exclusiveTagGroups", "deadlines", "assignees", "comments", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "edit", "commands", "predefinedTags", "storyboard", "print", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "suppressDeleteAlert", "utilsAssetEditorPanel"].some(prop => key === prop))
24888
+ if (["autoLogoutTime", "permission", "module", "upload", "download", "browser", "toolbarTags", "exclusiveTagGroups", "deadlines", "assignees", "comments", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "edit", "commands", "predefinedTags", "storyboard", "print", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "suppressDeleteAlert", "clone", "utilsAssetEditorPanel"].some(prop => key === prop))
24809
24889
  return true;
24810
24890
  const value = input[key];
24811
24891
  if (undefined === value)
@@ -24844,7 +24924,11 @@ function _validateEqualsDomainRecord(domain, input) {
24844
24924
  "Please remove the property next time."
24845
24925
  ].join("\n")
24846
24926
  });
24847
- }).every(flag => flag))].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => [undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || _report(_exceptionable, {
24927
+ }).every(flag => flag))].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => [undefined === input.editor || "string" === typeof input.editor || _report(_exceptionable, {
24928
+ path: _path + ".editor",
24929
+ expected: "(string | undefined)",
24930
+ value: input.editor
24931
+ }), undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || _report(_exceptionable, {
24848
24932
  path: _path + ".tabs",
24849
24933
  expected: "(ModuleTabs | undefined)",
24850
24934
  value: input.tabs
@@ -24853,7 +24937,7 @@ function _validateEqualsDomainRecord(domain, input) {
24853
24937
  expected: "(ModuleTabs | undefined)",
24854
24938
  value: input.tabs
24855
24939
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
24856
- if (["tabs"].some(prop => key === prop))
24940
+ if (["editor", "tabs"].some(prop => key === prop))
24857
24941
  return true;
24858
24942
  const value = input[key];
24859
24943
  if (undefined === value)
@@ -24895,12 +24979,20 @@ function _validateEqualsDomainRecord(domain, input) {
24895
24979
  path: _path + ".activeSectionIndex",
24896
24980
  expected: "(number | undefined)",
24897
24981
  value: input.activeSectionIndex
24898
- }), undefined === input.activeTab || "string" === typeof input.activeTab || _report(_exceptionable, {
24982
+ }), null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab || _report(_exceptionable, {
24899
24983
  path: _path + ".activeTab",
24900
- expected: "(string | undefined)",
24984
+ expected: "(null | string | undefined)",
24901
24985
  value: input.activeTab
24986
+ }), undefined === input.priority || "number" === typeof input.priority || _report(_exceptionable, {
24987
+ path: _path + ".priority",
24988
+ expected: "(number | undefined)",
24989
+ value: input.priority
24990
+ }), null === input.height || undefined === input.height || "number" === typeof input.height || _report(_exceptionable, {
24991
+ path: _path + ".height",
24992
+ expected: "(null | number | undefined)",
24993
+ value: input.height
24902
24994
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
24903
- if (["activeSectionIndex", "activeTab"].some(prop => key === prop))
24995
+ if (["activeSectionIndex", "activeTab", "priority", "height"].some(prop => key === prop))
24904
24996
  return true;
24905
24997
  const value = input[key];
24906
24998
  if (undefined === value)
@@ -24915,12 +25007,20 @@ function _validateEqualsDomainRecord(domain, input) {
24915
25007
  "Please remove the property next time."
24916
25008
  ].join("\n")
24917
25009
  });
24918
- }).every(flag => flag))].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => [undefined === input.activeTab || "string" === typeof input.activeTab || _report(_exceptionable, {
25010
+ }).every(flag => flag))].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => [null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab || _report(_exceptionable, {
24919
25011
  path: _path + ".activeTab",
24920
- expected: "(string | undefined)",
25012
+ expected: "(null | string | undefined)",
24921
25013
  value: input.activeTab
25014
+ }), undefined === input.priority || "number" === typeof input.priority || _report(_exceptionable, {
25015
+ path: _path + ".priority",
25016
+ expected: "(number | undefined)",
25017
+ value: input.priority
25018
+ }), null === input.height || undefined === input.height || "number" === typeof input.height || _report(_exceptionable, {
25019
+ path: _path + ".height",
25020
+ expected: "(null | number | undefined)",
25021
+ value: input.height
24922
25022
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
24923
- if (["activeTab"].some(prop => key === prop))
25023
+ if (["activeTab", "priority", "height"].some(prop => key === prop))
24924
25024
  return true;
24925
25025
  const value = input[key];
24926
25026
  if (undefined === value)
@@ -25079,8 +25179,8 @@ function _validateEqualsDomainRecord(domain, input) {
25079
25179
  path: _path + ".sortOrder",
25080
25180
  expected: "(Array<string> | undefined)",
25081
25181
  value: input.sortOrder
25082
- })) && input.sortOrder.map((elem, _index37) => "string" === typeof elem || _report(_exceptionable, {
25083
- path: _path + ".sortOrder[" + _index37 + "]",
25182
+ })) && input.sortOrder.map((elem, _index38) => "string" === typeof elem || _report(_exceptionable, {
25183
+ path: _path + ".sortOrder[" + _index38 + "]",
25084
25184
  expected: "string",
25085
25185
  value: elem
25086
25186
  })).every(flag => flag) || _report(_exceptionable, {
@@ -25103,12 +25203,24 @@ function _validateEqualsDomainRecord(domain, input) {
25103
25203
  "Please remove the property next time."
25104
25204
  ].join("\n")
25105
25205
  });
25106
- }).every(flag => flag))].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [undefined === input.exclude || (Array.isArray(input.exclude) || _report(_exceptionable, {
25206
+ }).every(flag => flag))].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [undefined === input.include || (Array.isArray(input.include) || _report(_exceptionable, {
25207
+ path: _path + ".include",
25208
+ expected: "(Array<string> | undefined)",
25209
+ value: input.include
25210
+ })) && input.include.map((elem, _index39) => "string" === typeof elem || _report(_exceptionable, {
25211
+ path: _path + ".include[" + _index39 + "]",
25212
+ expected: "string",
25213
+ value: elem
25214
+ })).every(flag => flag) || _report(_exceptionable, {
25215
+ path: _path + ".include",
25216
+ expected: "(Array<string> | undefined)",
25217
+ value: input.include
25218
+ }), undefined === input.exclude || (Array.isArray(input.exclude) || _report(_exceptionable, {
25107
25219
  path: _path + ".exclude",
25108
25220
  expected: "(Array<string> | undefined)",
25109
25221
  value: input.exclude
25110
- })) && input.exclude.map((elem, _index38) => "string" === typeof elem || _report(_exceptionable, {
25111
- path: _path + ".exclude[" + _index38 + "]",
25222
+ })) && input.exclude.map((elem, _index40) => "string" === typeof elem || _report(_exceptionable, {
25223
+ path: _path + ".exclude[" + _index40 + "]",
25112
25224
  expected: "string",
25113
25225
  value: elem
25114
25226
  })).every(flag => flag) || _report(_exceptionable, {
@@ -25116,7 +25228,7 @@ function _validateEqualsDomainRecord(domain, input) {
25116
25228
  expected: "(Array<string> | undefined)",
25117
25229
  value: input.exclude
25118
25230
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
25119
- if (["exclude"].some(prop => key === prop))
25231
+ if (["include", "exclude"].some(prop => key === prop))
25120
25232
  return true;
25121
25233
  const value = input[key];
25122
25234
  if (undefined === value)
@@ -25135,8 +25247,8 @@ function _validateEqualsDomainRecord(domain, input) {
25135
25247
  path: _path + ".include",
25136
25248
  expected: "(Array<string> | undefined)",
25137
25249
  value: input.include
25138
- })) && input.include.map((elem, _index39) => "string" === typeof elem || _report(_exceptionable, {
25139
- path: _path + ".include[" + _index39 + "]",
25250
+ })) && input.include.map((elem, _index41) => "string" === typeof elem || _report(_exceptionable, {
25251
+ path: _path + ".include[" + _index41 + "]",
25140
25252
  expected: "string",
25141
25253
  value: elem
25142
25254
  })).every(flag => flag) || _report(_exceptionable, {
@@ -25147,8 +25259,8 @@ function _validateEqualsDomainRecord(domain, input) {
25147
25259
  path: _path + ".exclude",
25148
25260
  expected: "(Array<string> | undefined)",
25149
25261
  value: input.exclude
25150
- })) && input.exclude.map((elem, _index40) => "string" === typeof elem || _report(_exceptionable, {
25151
- path: _path + ".exclude[" + _index40 + "]",
25262
+ })) && input.exclude.map((elem, _index42) => "string" === typeof elem || _report(_exceptionable, {
25263
+ path: _path + ".exclude[" + _index42 + "]",
25152
25264
  expected: "string",
25153
25265
  value: elem
25154
25266
  })).every(flag => flag) || _report(_exceptionable, {
@@ -25175,8 +25287,8 @@ function _validateEqualsDomainRecord(domain, input) {
25175
25287
  path: _path + ".include",
25176
25288
  expected: "(Array<string> | undefined)",
25177
25289
  value: input.include
25178
- })) && input.include.map((elem, _index41) => "string" === typeof elem || _report(_exceptionable, {
25179
- path: _path + ".include[" + _index41 + "]",
25290
+ })) && input.include.map((elem, _index43) => "string" === typeof elem || _report(_exceptionable, {
25291
+ path: _path + ".include[" + _index43 + "]",
25180
25292
  expected: "string",
25181
25293
  value: elem
25182
25294
  })).every(flag => flag) || _report(_exceptionable, {
@@ -25187,8 +25299,8 @@ function _validateEqualsDomainRecord(domain, input) {
25187
25299
  path: _path + ".exclude",
25188
25300
  expected: "(Array<string> | undefined)",
25189
25301
  value: input.exclude
25190
- })) && input.exclude.map((elem, _index42) => "string" === typeof elem || _report(_exceptionable, {
25191
- path: _path + ".exclude[" + _index42 + "]",
25302
+ })) && input.exclude.map((elem, _index44) => "string" === typeof elem || _report(_exceptionable, {
25303
+ path: _path + ".exclude[" + _index44 + "]",
25192
25304
  expected: "string",
25193
25305
  value: elem
25194
25306
  })).every(flag => flag) || _report(_exceptionable, {
@@ -25215,8 +25327,8 @@ function _validateEqualsDomainRecord(domain, input) {
25215
25327
  path: _path + ".include",
25216
25328
  expected: "(Array<string> | undefined)",
25217
25329
  value: input.include
25218
- })) && input.include.map((elem, _index43) => "string" === typeof elem || _report(_exceptionable, {
25219
- path: _path + ".include[" + _index43 + "]",
25330
+ })) && input.include.map((elem, _index45) => "string" === typeof elem || _report(_exceptionable, {
25331
+ path: _path + ".include[" + _index45 + "]",
25220
25332
  expected: "string",
25221
25333
  value: elem
25222
25334
  })).every(flag => flag) || _report(_exceptionable, {
@@ -25227,8 +25339,8 @@ function _validateEqualsDomainRecord(domain, input) {
25227
25339
  path: _path + ".exclude",
25228
25340
  expected: "(Array<string> | undefined)",
25229
25341
  value: input.exclude
25230
- })) && input.exclude.map((elem, _index44) => "string" === typeof elem || _report(_exceptionable, {
25231
- path: _path + ".exclude[" + _index44 + "]",
25342
+ })) && input.exclude.map((elem, _index46) => "string" === typeof elem || _report(_exceptionable, {
25343
+ path: _path + ".exclude[" + _index46 + "]",
25232
25344
  expected: "string",
25233
25345
  value: elem
25234
25346
  })).every(flag => flag) || _report(_exceptionable, {
@@ -25327,8 +25439,16 @@ function _validateEqualsDomainRecord(domain, input) {
25327
25439
  path: _path + ".maxTabs",
25328
25440
  expected: "(number | undefined)",
25329
25441
  value: input.maxTabs
25442
+ }), undefined === input.layout || ("object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) || _report(_exceptionable, {
25443
+ path: _path + ".layout",
25444
+ expected: "(__type.o15 | undefined)",
25445
+ value: input.layout
25446
+ })) && _vo19(input.layout, _path + ".layout", true && _exceptionable) || _report(_exceptionable, {
25447
+ path: _path + ".layout",
25448
+ expected: "(__type.o15 | undefined)",
25449
+ value: input.layout
25330
25450
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
25331
- if (["maxMru", "maxTabs"].some(prop => key === prop))
25451
+ if (["maxMru", "maxTabs", "layout"].some(prop => key === prop))
25332
25452
  return true;
25333
25453
  const value = input[key];
25334
25454
  if (undefined === value)
@@ -25343,24 +25463,48 @@ function _validateEqualsDomainRecord(domain, input) {
25343
25463
  "Please remove the property next time."
25344
25464
  ].join("\n")
25345
25465
  });
25346
- }).every(flag => flag))].every(flag => flag); const _vo19 = (input, _path, _exceptionable = true) => [undefined === input.createMenu || ("object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) || _report(_exceptionable, {
25466
+ }).every(flag => flag))].every(flag => flag); const _vo19 = (input, _path, _exceptionable = true) => [undefined === input.bookmarks || "number" === typeof input.bookmarks || _report(_exceptionable, {
25467
+ path: _path + ".bookmarks",
25468
+ expected: "(number | undefined)",
25469
+ value: input.bookmarks
25470
+ }), undefined === input.browser || "number" === typeof input.browser || _report(_exceptionable, {
25471
+ path: _path + ".browser",
25472
+ expected: "(number | undefined)",
25473
+ value: input.browser
25474
+ }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
25475
+ if (["bookmarks", "browser"].some(prop => key === prop))
25476
+ return true;
25477
+ const value = input[key];
25478
+ if (undefined === value)
25479
+ return true;
25480
+ return _report(_exceptionable, {
25481
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25482
+ expected: "undefined",
25483
+ value: value,
25484
+ description: [
25485
+ `The property \`${key}\` is not defined in the object type.`,
25486
+ "",
25487
+ "Please remove the property next time."
25488
+ ].join("\n")
25489
+ });
25490
+ }).every(flag => flag))].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, {
25347
25491
  path: _path + ".createMenu",
25348
- expected: "(__type.o16 | undefined)",
25492
+ expected: "(__type.o17 | undefined)",
25349
25493
  value: input.createMenu
25350
- })) && _vo20(input.createMenu, _path + ".createMenu", true && _exceptionable) || _report(_exceptionable, {
25494
+ })) && _vo21(input.createMenu, _path + ".createMenu", true && _exceptionable) || _report(_exceptionable, {
25351
25495
  path: _path + ".createMenu",
25352
- expected: "(__type.o16 | undefined)",
25496
+ expected: "(__type.o17 | undefined)",
25353
25497
  value: input.createMenu
25354
25498
  }), undefined === input.colorTags || (Array.isArray(input.colorTags) || _report(_exceptionable, {
25355
25499
  path: _path + ".colorTags",
25356
25500
  expected: "(Array<PromotedTag> | undefined)",
25357
25501
  value: input.colorTags
25358
- })) && input.colorTags.map((elem, _index45) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
25359
- path: _path + ".colorTags[" + _index45 + "]",
25502
+ })) && input.colorTags.map((elem, _index47) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
25503
+ path: _path + ".colorTags[" + _index47 + "]",
25360
25504
  expected: "PromotedTag",
25361
25505
  value: elem
25362
- })) && _vo21(elem, _path + ".colorTags[" + _index45 + "]", true && _exceptionable) || _report(_exceptionable, {
25363
- path: _path + ".colorTags[" + _index45 + "]",
25506
+ })) && _vo22(elem, _path + ".colorTags[" + _index47 + "]", true && _exceptionable) || _report(_exceptionable, {
25507
+ path: _path + ".colorTags[" + _index47 + "]",
25364
25508
  expected: "PromotedTag",
25365
25509
  value: elem
25366
25510
  })).every(flag => flag) || _report(_exceptionable, {
@@ -25377,11 +25521,11 @@ function _validateEqualsDomainRecord(domain, input) {
25377
25521
  value: input.readRate
25378
25522
  }), undefined === input.collapsedNodes || ("object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) || _report(_exceptionable, {
25379
25523
  path: _path + ".collapsedNodes",
25380
- expected: "(__type.o17 | undefined)",
25524
+ expected: "(__type.o18 | undefined)",
25381
25525
  value: input.collapsedNodes
25382
- })) && _vo22(input.collapsedNodes, _path + ".collapsedNodes", true && _exceptionable) || _report(_exceptionable, {
25526
+ })) && _vo23(input.collapsedNodes, _path + ".collapsedNodes", true && _exceptionable) || _report(_exceptionable, {
25383
25527
  path: _path + ".collapsedNodes",
25384
- expected: "(__type.o17 | undefined)",
25528
+ expected: "(__type.o18 | undefined)",
25385
25529
  value: input.collapsedNodes
25386
25530
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
25387
25531
  if (["createMenu", "colorTags", "readType", "readRate", "collapsedNodes"].some(prop => key === prop))
@@ -25399,7 +25543,7 @@ function _validateEqualsDomainRecord(domain, input) {
25399
25543
  "Please remove the property next time."
25400
25544
  ].join("\n")
25401
25545
  });
25402
- }).every(flag => flag))].every(flag => flag); const _vo20 = (input, _path, _exceptionable = true) => [undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy || _report(_exceptionable, {
25546
+ }).every(flag => flag))].every(flag => flag); const _vo21 = (input, _path, _exceptionable = true) => [undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy || _report(_exceptionable, {
25403
25547
  path: _path + ".sortBy",
25404
25548
  expected: "(\"index\" | \"title\" | undefined)",
25405
25549
  value: input.sortBy
@@ -25423,7 +25567,7 @@ function _validateEqualsDomainRecord(domain, input) {
25423
25567
  "Please remove the property next time."
25424
25568
  ].join("\n")
25425
25569
  });
25426
- }).every(flag => flag))].every(flag => flag); const _vo21 = (input, _path, _exceptionable = true) => [null === input.name || "string" === typeof input.name || _report(_exceptionable, {
25570
+ }).every(flag => flag))].every(flag => flag); const _vo22 = (input, _path, _exceptionable = true) => [null === input.name || "string" === typeof input.name || _report(_exceptionable, {
25427
25571
  path: _path + ".name",
25428
25572
  expected: "(null | string)",
25429
25573
  value: input.name
@@ -25455,20 +25599,20 @@ function _validateEqualsDomainRecord(domain, input) {
25455
25599
  "Please remove the property next time."
25456
25600
  ].join("\n")
25457
25601
  });
25458
- }).every(flag => flag))].every(flag => flag); const _vo22 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25602
+ }).every(flag => flag))].every(flag => flag); const _vo23 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25459
25603
  const value = input[key];
25460
25604
  if (undefined === value)
25461
25605
  return true;
25462
25606
  return ("object" === typeof value && null !== value && false === Array.isArray(value) || _report(_exceptionable, {
25463
25607
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25464
- expected: "__type.o18",
25608
+ expected: "__type.o19",
25465
25609
  value: value
25466
- })) && _vo23(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25610
+ })) && _vo24(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25467
25611
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25468
- expected: "__type.o18",
25612
+ expected: "__type.o19",
25469
25613
  value: value
25470
25614
  });
25471
- }).every(flag => flag)].every(flag => flag); const _vo23 = (input, _path, _exceptionable = true) => [undefined === input.preview || "boolean" === typeof input.preview || _report(_exceptionable, {
25615
+ }).every(flag => flag)].every(flag => flag); const _vo24 = (input, _path, _exceptionable = true) => [undefined === input.preview || "boolean" === typeof input.preview || _report(_exceptionable, {
25472
25616
  path: _path + ".preview",
25473
25617
  expected: "(boolean | undefined)",
25474
25618
  value: input.preview
@@ -25492,7 +25636,7 @@ function _validateEqualsDomainRecord(domain, input) {
25492
25636
  "Please remove the property next time."
25493
25637
  ].join("\n")
25494
25638
  });
25495
- }).every(flag => flag))].every(flag => flag); const _vo24 = (input, _path, _exceptionable = true) => [undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || _report(_exceptionable, {
25639
+ }).every(flag => flag))].every(flag => flag); const _vo25 = (input, _path, _exceptionable = true) => [undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || _report(_exceptionable, {
25496
25640
  path: _path + ".graphicBaseTemplate",
25497
25641
  expected: "(string | undefined)",
25498
25642
  value: input.graphicBaseTemplate
@@ -25500,8 +25644,8 @@ function _validateEqualsDomainRecord(domain, input) {
25500
25644
  path: _path + ".favorites",
25501
25645
  expected: "(Array<string> | undefined)",
25502
25646
  value: input.favorites
25503
- })) && input.favorites.map((elem, _index46) => "string" === typeof elem || _report(_exceptionable, {
25504
- path: _path + ".favorites[" + _index46 + "]",
25647
+ })) && input.favorites.map((elem, _index48) => "string" === typeof elem || _report(_exceptionable, {
25648
+ path: _path + ".favorites[" + _index48 + "]",
25505
25649
  expected: "string",
25506
25650
  value: elem
25507
25651
  })).every(flag => flag) || _report(_exceptionable, {
@@ -25512,7 +25656,7 @@ function _validateEqualsDomainRecord(domain, input) {
25512
25656
  path: _path + ".defaults",
25513
25657
  expected: "(Record<string, __type> | undefined)",
25514
25658
  value: input.defaults
25515
- })) && _vo25(input.defaults, _path + ".defaults", true && _exceptionable) || _report(_exceptionable, {
25659
+ })) && _vo26(input.defaults, _path + ".defaults", true && _exceptionable) || _report(_exceptionable, {
25516
25660
  path: _path + ".defaults",
25517
25661
  expected: "(Record<string, __type> | undefined)",
25518
25662
  value: input.defaults
@@ -25532,20 +25676,20 @@ function _validateEqualsDomainRecord(domain, input) {
25532
25676
  "Please remove the property next time."
25533
25677
  ].join("\n")
25534
25678
  });
25535
- }).every(flag => flag))].every(flag => flag); const _vo25 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25679
+ }).every(flag => flag))].every(flag => flag); const _vo26 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25536
25680
  const value = input[key];
25537
25681
  if (undefined === value)
25538
25682
  return true;
25539
25683
  return ("object" === typeof value && null !== value && false === Array.isArray(value) || _report(_exceptionable, {
25540
25684
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25541
- expected: "__type.o20",
25685
+ expected: "__type.o21",
25542
25686
  value: value
25543
- })) && _vo26(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25687
+ })) && _vo27(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25544
25688
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25545
- expected: "__type.o20",
25689
+ expected: "__type.o21",
25546
25690
  value: value
25547
25691
  });
25548
- }).every(flag => flag)].every(flag => flag); const _vo26 = (input, _path, _exceptionable = true) => [undefined === input.event || "string" === typeof input.event || _report(_exceptionable, {
25692
+ }).every(flag => flag)].every(flag => flag); const _vo27 = (input, _path, _exceptionable = true) => [undefined === input.event || "string" === typeof input.event || _report(_exceptionable, {
25549
25693
  path: _path + ".event",
25550
25694
  expected: "(string | undefined)",
25551
25695
  value: input.event
@@ -25569,7 +25713,7 @@ function _validateEqualsDomainRecord(domain, input) {
25569
25713
  "Please remove the property next time."
25570
25714
  ].join("\n")
25571
25715
  });
25572
- }).every(flag => flag))].every(flag => flag); const _vo27 = (input, _path, _exceptionable = true) => [undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || _report(_exceptionable, {
25716
+ }).every(flag => flag))].every(flag => flag); const _vo28 = (input, _path, _exceptionable = true) => [undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || _report(_exceptionable, {
25573
25717
  path: _path + ".eventThumbnails",
25574
25718
  expected: "(boolean | undefined)",
25575
25719
  value: input.eventThumbnails
@@ -25589,7 +25733,7 @@ function _validateEqualsDomainRecord(domain, input) {
25589
25733
  "Please remove the property next time."
25590
25734
  ].join("\n")
25591
25735
  });
25592
- }).every(flag => flag))].every(flag => flag); const _vo28 = (input, _path, _exceptionable = true) => [undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || _report(_exceptionable, {
25736
+ }).every(flag => flag))].every(flag => flag); const _vo29 = (input, _path, _exceptionable = true) => [undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || _report(_exceptionable, {
25593
25737
  path: _path + ".dimOnBlur",
25594
25738
  expected: "(boolean | undefined)",
25595
25739
  value: input.dimOnBlur
@@ -25597,8 +25741,12 @@ function _validateEqualsDomainRecord(domain, input) {
25597
25741
  path: _path + ".float",
25598
25742
  expected: "(\"disabled\" | \"gallery\" | \"rundown\" | undefined)",
25599
25743
  value: input.float
25744
+ }), undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration || _report(_exceptionable, {
25745
+ path: _path + ".countFloatedDuration",
25746
+ expected: "(boolean | undefined)",
25747
+ value: input.countFloatedDuration
25600
25748
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
25601
- if (["dimOnBlur", "float"].some(prop => key === prop))
25749
+ if (["dimOnBlur", "float", "countFloatedDuration"].some(prop => key === prop))
25602
25750
  return true;
25603
25751
  const value = input[key];
25604
25752
  if (undefined === value)
@@ -25613,93 +25761,93 @@ function _validateEqualsDomainRecord(domain, input) {
25613
25761
  "Please remove the property next time."
25614
25762
  ].join("\n")
25615
25763
  });
25616
- }).every(flag => flag))].every(flag => flag); const _vo29 = (input, _path, _exceptionable = true) => [undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || _report(_exceptionable, {
25764
+ }).every(flag => flag))].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, {
25617
25765
  path: _path + ".display",
25618
- expected: "(__type.o24 | undefined)",
25766
+ expected: "(__type.o25 | undefined)",
25619
25767
  value: input.display
25620
- })) && _vo30(input.display, _path + ".display", true && _exceptionable) || _report(_exceptionable, {
25768
+ })) && _vo31(input.display, _path + ".display", true && _exceptionable) || _report(_exceptionable, {
25621
25769
  path: _path + ".display",
25622
- expected: "(__type.o24 | undefined)",
25770
+ expected: "(__type.o25 | undefined)",
25623
25771
  value: input.display
25624
25772
  }), undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || _report(_exceptionable, {
25625
25773
  path: _path + ".browser",
25626
- expected: "(__type.o25 | undefined)",
25774
+ expected: "(__type.o26 | undefined)",
25627
25775
  value: input.browser
25628
- })) && _vo32(input.browser, _path + ".browser", true && _exceptionable) || _report(_exceptionable, {
25776
+ })) && _vo33(input.browser, _path + ".browser", true && _exceptionable) || _report(_exceptionable, {
25629
25777
  path: _path + ".browser",
25630
- expected: "(__type.o25 | undefined)",
25778
+ expected: "(__type.o26 | undefined)",
25631
25779
  value: input.browser
25632
25780
  }), undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || _report(_exceptionable, {
25633
25781
  path: _path + ".gallery",
25634
- expected: "(__type.o26 | undefined)",
25782
+ expected: "(__type.o27 | undefined)",
25635
25783
  value: input.gallery
25636
- })) && _vo33(input.gallery, _path + ".gallery", true && _exceptionable) || _report(_exceptionable, {
25784
+ })) && _vo34(input.gallery, _path + ".gallery", true && _exceptionable) || _report(_exceptionable, {
25637
25785
  path: _path + ".gallery",
25638
- expected: "(__type.o26 | undefined)",
25786
+ expected: "(__type.o27 | undefined)",
25639
25787
  value: input.gallery
25640
25788
  }), undefined === input.global || ("object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) || _report(_exceptionable, {
25641
25789
  path: _path + ".global",
25642
- expected: "(__type.o27 | undefined)",
25790
+ expected: "(__type.o28 | undefined)",
25643
25791
  value: input.global
25644
- })) && _vo34(input.global, _path + ".global", true && _exceptionable) || _report(_exceptionable, {
25792
+ })) && _vo35(input.global, _path + ".global", true && _exceptionable) || _report(_exceptionable, {
25645
25793
  path: _path + ".global",
25646
- expected: "(__type.o27 | undefined)",
25794
+ expected: "(__type.o28 | undefined)",
25647
25795
  value: input.global
25648
25796
  }), undefined === input.player || ("object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) || _report(_exceptionable, {
25649
25797
  path: _path + ".player",
25650
- expected: "(__type.o28 | undefined)",
25798
+ expected: "(__type.o29 | undefined)",
25651
25799
  value: input.player
25652
- })) && _vo35(input.player, _path + ".player", true && _exceptionable) || _report(_exceptionable, {
25800
+ })) && _vo36(input.player, _path + ".player", true && _exceptionable) || _report(_exceptionable, {
25653
25801
  path: _path + ".player",
25654
- expected: "(__type.o28 | undefined)",
25802
+ expected: "(__type.o29 | undefined)",
25655
25803
  value: input.player
25656
25804
  }), undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || _report(_exceptionable, {
25657
25805
  path: _path + ".script",
25658
- expected: "(__type.o29 | undefined)",
25806
+ expected: "(__type.o30 | undefined)",
25659
25807
  value: input.script
25660
- })) && _vo36(input.script, _path + ".script", true && _exceptionable) || _report(_exceptionable, {
25808
+ })) && _vo37(input.script, _path + ".script", true && _exceptionable) || _report(_exceptionable, {
25661
25809
  path: _path + ".script",
25662
- expected: "(__type.o29 | undefined)",
25810
+ expected: "(__type.o30 | undefined)",
25663
25811
  value: input.script
25664
25812
  }), undefined === input.codeEditor || ("object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) || _report(_exceptionable, {
25665
25813
  path: _path + ".codeEditor",
25666
- expected: "(__type.o30 | undefined)",
25814
+ expected: "(__type.o31 | undefined)",
25667
25815
  value: input.codeEditor
25668
- })) && _vo37(input.codeEditor, _path + ".codeEditor", true && _exceptionable) || _report(_exceptionable, {
25816
+ })) && _vo38(input.codeEditor, _path + ".codeEditor", true && _exceptionable) || _report(_exceptionable, {
25669
25817
  path: _path + ".codeEditor",
25670
- expected: "(__type.o30 | undefined)",
25818
+ expected: "(__type.o31 | undefined)",
25671
25819
  value: input.codeEditor
25672
25820
  }), undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || _report(_exceptionable, {
25673
25821
  path: _path + ".bookmarks",
25674
- expected: "(__type.o31 | undefined)",
25822
+ expected: "(__type.o32 | undefined)",
25675
25823
  value: input.bookmarks
25676
- })) && _vo38(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || _report(_exceptionable, {
25824
+ })) && _vo39(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || _report(_exceptionable, {
25677
25825
  path: _path + ".bookmarks",
25678
- expected: "(__type.o31 | undefined)",
25826
+ expected: "(__type.o32 | undefined)",
25679
25827
  value: input.bookmarks
25680
25828
  }), undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || _report(_exceptionable, {
25681
25829
  path: _path + ".edit",
25682
- expected: "(__type.o32 | undefined)",
25830
+ expected: "(__type.o33 | undefined)",
25683
25831
  value: input.edit
25684
- })) && _vo39(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
25832
+ })) && _vo40(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
25685
25833
  path: _path + ".edit",
25686
- expected: "(__type.o32 | undefined)",
25834
+ expected: "(__type.o33 | undefined)",
25687
25835
  value: input.edit
25688
25836
  }), undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || _report(_exceptionable, {
25689
25837
  path: _path + ".rundown",
25690
- expected: "(__type.o33 | undefined)",
25838
+ expected: "(__type.o34 | undefined)",
25691
25839
  value: input.rundown
25692
- })) && _vo40(input.rundown, _path + ".rundown", true && _exceptionable) || _report(_exceptionable, {
25840
+ })) && _vo41(input.rundown, _path + ".rundown", true && _exceptionable) || _report(_exceptionable, {
25693
25841
  path: _path + ".rundown",
25694
- expected: "(__type.o33 | undefined)",
25842
+ expected: "(__type.o34 | undefined)",
25695
25843
  value: input.rundown
25696
25844
  }), undefined === input.segment || ("object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) || _report(_exceptionable, {
25697
25845
  path: _path + ".segment",
25698
- expected: "(__type.o34 | undefined)",
25846
+ expected: "(__type.o35 | undefined)",
25699
25847
  value: input.segment
25700
- })) && _vo41(input.segment, _path + ".segment", true && _exceptionable) || _report(_exceptionable, {
25848
+ })) && _vo42(input.segment, _path + ".segment", true && _exceptionable) || _report(_exceptionable, {
25701
25849
  path: _path + ".segment",
25702
- expected: "(__type.o34 | undefined)",
25850
+ expected: "(__type.o35 | undefined)",
25703
25851
  value: input.segment
25704
25852
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
25705
25853
  if (["display", "browser", "gallery", "global", "player", "script", "codeEditor", "bookmarks", "edit", "rundown", "segment"].some(prop => key === prop))
@@ -25717,7 +25865,7 @@ function _validateEqualsDomainRecord(domain, input) {
25717
25865
  "Please remove the property next time."
25718
25866
  ].join("\n")
25719
25867
  });
25720
- }).every(flag => flag))].every(flag => flag); const _vo30 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25868
+ }).every(flag => flag))].every(flag => flag); const _vo31 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25721
25869
  const value = input[key];
25722
25870
  if (undefined === value)
25723
25871
  return true;
@@ -25725,12 +25873,12 @@ function _validateEqualsDomainRecord(domain, input) {
25725
25873
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25726
25874
  expected: "KeymapSetting",
25727
25875
  value: value
25728
- })) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25876
+ })) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25729
25877
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25730
25878
  expected: "KeymapSetting",
25731
25879
  value: value
25732
25880
  });
25733
- }).every(flag => flag)].every(flag => flag); const _vo31 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
25881
+ }).every(flag => flag)].every(flag => flag); const _vo32 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
25734
25882
  path: _path + ".title",
25735
25883
  expected: "(string | undefined)",
25736
25884
  value: input.title
@@ -25754,7 +25902,7 @@ function _validateEqualsDomainRecord(domain, input) {
25754
25902
  "Please remove the property next time."
25755
25903
  ].join("\n")
25756
25904
  });
25757
- }).every(flag => flag))].every(flag => flag); const _vo32 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25905
+ }).every(flag => flag))].every(flag => flag); const _vo33 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25758
25906
  const value = input[key];
25759
25907
  if (undefined === value)
25760
25908
  return true;
@@ -25762,12 +25910,12 @@ function _validateEqualsDomainRecord(domain, input) {
25762
25910
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25763
25911
  expected: "KeymapSetting",
25764
25912
  value: value
25765
- })) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25913
+ })) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25766
25914
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25767
25915
  expected: "KeymapSetting",
25768
25916
  value: value
25769
25917
  });
25770
- }).every(flag => flag)].every(flag => flag); const _vo33 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25918
+ }).every(flag => flag)].every(flag => flag); const _vo34 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25771
25919
  const value = input[key];
25772
25920
  if (undefined === value)
25773
25921
  return true;
@@ -25775,12 +25923,12 @@ function _validateEqualsDomainRecord(domain, input) {
25775
25923
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25776
25924
  expected: "KeymapSetting",
25777
25925
  value: value
25778
- })) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25926
+ })) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25779
25927
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25780
25928
  expected: "KeymapSetting",
25781
25929
  value: value
25782
25930
  });
25783
- }).every(flag => flag)].every(flag => flag); const _vo34 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25931
+ }).every(flag => flag)].every(flag => flag); const _vo35 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25784
25932
  const value = input[key];
25785
25933
  if (undefined === value)
25786
25934
  return true;
@@ -25788,12 +25936,12 @@ function _validateEqualsDomainRecord(domain, input) {
25788
25936
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25789
25937
  expected: "KeymapSetting",
25790
25938
  value: value
25791
- })) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25939
+ })) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25792
25940
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25793
25941
  expected: "KeymapSetting",
25794
25942
  value: value
25795
25943
  });
25796
- }).every(flag => flag)].every(flag => flag); const _vo35 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25944
+ }).every(flag => flag)].every(flag => flag); const _vo36 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25797
25945
  const value = input[key];
25798
25946
  if (undefined === value)
25799
25947
  return true;
@@ -25801,12 +25949,12 @@ function _validateEqualsDomainRecord(domain, input) {
25801
25949
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25802
25950
  expected: "KeymapSetting",
25803
25951
  value: value
25804
- })) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25952
+ })) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25805
25953
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25806
25954
  expected: "KeymapSetting",
25807
25955
  value: value
25808
25956
  });
25809
- }).every(flag => flag)].every(flag => flag); const _vo36 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25957
+ }).every(flag => flag)].every(flag => flag); const _vo37 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25810
25958
  const value = input[key];
25811
25959
  if (undefined === value)
25812
25960
  return true;
@@ -25814,12 +25962,12 @@ function _validateEqualsDomainRecord(domain, input) {
25814
25962
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25815
25963
  expected: "KeymapSetting",
25816
25964
  value: value
25817
- })) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25965
+ })) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25818
25966
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25819
25967
  expected: "KeymapSetting",
25820
25968
  value: value
25821
25969
  });
25822
- }).every(flag => flag)].every(flag => flag); const _vo37 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25970
+ }).every(flag => flag)].every(flag => flag); const _vo38 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25823
25971
  const value = input[key];
25824
25972
  if (undefined === value)
25825
25973
  return true;
@@ -25827,12 +25975,12 @@ function _validateEqualsDomainRecord(domain, input) {
25827
25975
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25828
25976
  expected: "KeymapSetting",
25829
25977
  value: value
25830
- })) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25978
+ })) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25831
25979
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25832
25980
  expected: "KeymapSetting",
25833
25981
  value: value
25834
25982
  });
25835
- }).every(flag => flag)].every(flag => flag); const _vo38 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25983
+ }).every(flag => flag)].every(flag => flag); const _vo39 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25836
25984
  const value = input[key];
25837
25985
  if (undefined === value)
25838
25986
  return true;
@@ -25840,12 +25988,12 @@ function _validateEqualsDomainRecord(domain, input) {
25840
25988
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25841
25989
  expected: "KeymapSetting",
25842
25990
  value: value
25843
- })) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25991
+ })) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25844
25992
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25845
25993
  expected: "KeymapSetting",
25846
25994
  value: value
25847
25995
  });
25848
- }).every(flag => flag)].every(flag => flag); const _vo39 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25996
+ }).every(flag => flag)].every(flag => flag); const _vo40 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25849
25997
  const value = input[key];
25850
25998
  if (undefined === value)
25851
25999
  return true;
@@ -25853,12 +26001,12 @@ function _validateEqualsDomainRecord(domain, input) {
25853
26001
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25854
26002
  expected: "KeymapSetting",
25855
26003
  value: value
25856
- })) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
26004
+ })) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25857
26005
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25858
26006
  expected: "KeymapSetting",
25859
26007
  value: value
25860
26008
  });
25861
- }).every(flag => flag)].every(flag => flag); const _vo40 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
26009
+ }).every(flag => flag)].every(flag => flag); const _vo41 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25862
26010
  const value = input[key];
25863
26011
  if (undefined === value)
25864
26012
  return true;
@@ -25866,12 +26014,12 @@ function _validateEqualsDomainRecord(domain, input) {
25866
26014
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25867
26015
  expected: "KeymapSetting",
25868
26016
  value: value
25869
- })) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
26017
+ })) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25870
26018
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25871
26019
  expected: "KeymapSetting",
25872
26020
  value: value
25873
26021
  });
25874
- }).every(flag => flag)].every(flag => flag); const _vo41 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
26022
+ }).every(flag => flag)].every(flag => flag); const _vo42 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
25875
26023
  const value = input[key];
25876
26024
  if (undefined === value)
25877
26025
  return true;
@@ -25879,12 +26027,12 @@ function _validateEqualsDomainRecord(domain, input) {
25879
26027
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25880
26028
  expected: "KeymapSetting",
25881
26029
  value: value
25882
- })) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
26030
+ })) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
25883
26031
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
25884
26032
  expected: "KeymapSetting",
25885
26033
  value: value
25886
26034
  });
25887
- }).every(flag => flag)].every(flag => flag); const _vo42 = (input, _path, _exceptionable = true) => [undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate || _report(_exceptionable, {
26035
+ }).every(flag => flag)].every(flag => flag); const _vo43 = (input, _path, _exceptionable = true) => [undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate || _report(_exceptionable, {
25888
26036
  path: _path + ".defaultFrameRate",
25889
26037
  expected: "(number | undefined)",
25890
26038
  value: input.defaultFrameRate
@@ -25894,11 +26042,11 @@ function _validateEqualsDomainRecord(domain, input) {
25894
26042
  value: input.placeholder
25895
26043
  }), undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || _report(_exceptionable, {
25896
26044
  path: _path + ".guide",
25897
- expected: "(__type.o36 | undefined)",
26045
+ expected: "(__type.o37 | undefined)",
25898
26046
  value: input.guide
25899
- })) && _vo43(input.guide, _path + ".guide", true && _exceptionable) || _report(_exceptionable, {
26047
+ })) && _vo44(input.guide, _path + ".guide", true && _exceptionable) || _report(_exceptionable, {
25900
26048
  path: _path + ".guide",
25901
- expected: "(__type.o36 | undefined)",
26049
+ expected: "(__type.o37 | undefined)",
25902
26050
  value: input.guide
25903
26051
  }), undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames || _report(_exceptionable, {
25904
26052
  path: _path + ".stepManyFrames",
@@ -25914,11 +26062,11 @@ function _validateEqualsDomainRecord(domain, input) {
25914
26062
  value: input.importTitleTemplate
25915
26063
  }), undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || _report(_exceptionable, {
25916
26064
  path: _path + ".tile",
25917
- expected: "(__type.o37 | undefined)",
26065
+ expected: "(__type.o38 | undefined)",
25918
26066
  value: input.tile
25919
- })) && _vo44(input.tile, _path + ".tile", true && _exceptionable) || _report(_exceptionable, {
26067
+ })) && _vo45(input.tile, _path + ".tile", true && _exceptionable) || _report(_exceptionable, {
25920
26068
  path: _path + ".tile",
25921
- expected: "(__type.o37 | undefined)",
26069
+ expected: "(__type.o38 | undefined)",
25922
26070
  value: input.tile
25923
26071
  }), undefined === input.timecodeReference || "string" === typeof input.timecodeReference || _report(_exceptionable, {
25924
26072
  path: _path + ".timecodeReference",
@@ -25944,8 +26092,8 @@ function _validateEqualsDomainRecord(domain, input) {
25944
26092
  path: _path + ".playbackRates",
25945
26093
  expected: "(Array<number> | undefined)",
25946
26094
  value: input.playbackRates
25947
- })) && input.playbackRates.map((elem, _index47) => "number" === typeof elem || _report(_exceptionable, {
25948
- path: _path + ".playbackRates[" + _index47 + "]",
26095
+ })) && input.playbackRates.map((elem, _index49) => "number" === typeof elem || _report(_exceptionable, {
26096
+ path: _path + ".playbackRates[" + _index49 + "]",
25949
26097
  expected: "number",
25950
26098
  value: elem
25951
26099
  })).every(flag => flag) || _report(_exceptionable, {
@@ -25954,11 +26102,11 @@ function _validateEqualsDomainRecord(domain, input) {
25954
26102
  value: input.playbackRates
25955
26103
  }), undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || _report(_exceptionable, {
25956
26104
  path: _path + ".subtitles",
25957
- expected: "(__type.o38 | undefined)",
26105
+ expected: "(__type.o39 | undefined)",
25958
26106
  value: input.subtitles
25959
- })) && _vo45(input.subtitles, _path + ".subtitles", true && _exceptionable) || _report(_exceptionable, {
26107
+ })) && _vo46(input.subtitles, _path + ".subtitles", true && _exceptionable) || _report(_exceptionable, {
25960
26108
  path: _path + ".subtitles",
25961
- expected: "(__type.o38 | undefined)",
26109
+ expected: "(__type.o39 | undefined)",
25962
26110
  value: input.subtitles
25963
26111
  }), undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || _report(_exceptionable, {
25964
26112
  path: _path + ".subtitleTemplateId",
@@ -25972,13 +26120,13 @@ function _validateEqualsDomainRecord(domain, input) {
25972
26120
  path: _path + ".guides",
25973
26121
  expected: "(Array<__type>.o2 | undefined)",
25974
26122
  value: input.guides
25975
- })) && input.guides.map((elem, _index48) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
25976
- path: _path + ".guides[" + _index48 + "]",
25977
- expected: "__type.o41",
26123
+ })) && input.guides.map((elem, _index50) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
26124
+ path: _path + ".guides[" + _index50 + "]",
26125
+ expected: "__type.o42",
25978
26126
  value: elem
25979
- })) && _vo48(elem, _path + ".guides[" + _index48 + "]", true && _exceptionable) || _report(_exceptionable, {
25980
- path: _path + ".guides[" + _index48 + "]",
25981
- expected: "__type.o41",
26127
+ })) && _vo49(elem, _path + ".guides[" + _index50 + "]", true && _exceptionable) || _report(_exceptionable, {
26128
+ path: _path + ".guides[" + _index50 + "]",
26129
+ expected: "__type.o42",
25982
26130
  value: elem
25983
26131
  })).every(flag => flag) || _report(_exceptionable, {
25984
26132
  path: _path + ".guides",
@@ -25990,31 +26138,31 @@ function _validateEqualsDomainRecord(domain, input) {
25990
26138
  value: input.download
25991
26139
  }), undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || _report(_exceptionable, {
25992
26140
  path: _path + ".editMode",
25993
- expected: "(__type.o42 | undefined)",
26141
+ expected: "(__type.o43 | undefined)",
25994
26142
  value: input.editMode
25995
- })) && _vo49(input.editMode, _path + ".editMode", true && _exceptionable) || _report(_exceptionable, {
26143
+ })) && _vo50(input.editMode, _path + ".editMode", true && _exceptionable) || _report(_exceptionable, {
25996
26144
  path: _path + ".editMode",
25997
- expected: "(__type.o42 | undefined)",
26145
+ expected: "(__type.o43 | undefined)",
25998
26146
  value: input.editMode
25999
26147
  }), undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || _report(_exceptionable, {
26000
26148
  path: _path + ".transcribe",
26001
- expected: "(__type.o43 | undefined)",
26149
+ expected: "(__type.o44 | undefined)",
26002
26150
  value: input.transcribe
26003
- })) && _vo50(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
26151
+ })) && _vo51(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
26004
26152
  path: _path + ".transcribe",
26005
- expected: "(__type.o43 | undefined)",
26153
+ expected: "(__type.o44 | undefined)",
26006
26154
  value: input.transcribe
26007
26155
  }), (null !== input.openCommand || _report(_exceptionable, {
26008
26156
  path: _path + ".openCommand",
26009
- expected: "(__type.o47 | string | undefined)",
26157
+ expected: "(__type.o48 | string | undefined)",
26010
26158
  value: input.openCommand
26011
26159
  })) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || _report(_exceptionable, {
26012
26160
  path: _path + ".openCommand",
26013
- expected: "(__type.o47 | string | undefined)",
26161
+ expected: "(__type.o48 | string | undefined)",
26014
26162
  value: input.openCommand
26015
- })) && _vo54(input.openCommand, _path + ".openCommand", true && _exceptionable) || _report(_exceptionable, {
26163
+ })) && _vo55(input.openCommand, _path + ".openCommand", true && _exceptionable) || _report(_exceptionable, {
26016
26164
  path: _path + ".openCommand",
26017
- expected: "(__type.o47 | string | undefined)",
26165
+ expected: "(__type.o48 | string | undefined)",
26018
26166
  value: input.openCommand
26019
26167
  })), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
26020
26168
  if (["defaultFrameRate", "placeholder", "guide", "stepManyFrames", "liveZoomDuration", "importTitleTemplate", "tile", "timecodeReference", "maxSubclipDuration", "rewindStep", "forwardStep", "interlacedPlayback", "playbackRates", "subtitles", "subtitleTemplateId", "initialVolume", "guides", "download", "editMode", "transcribe", "openCommand"].some(prop => key === prop))
@@ -26032,7 +26180,7 @@ function _validateEqualsDomainRecord(domain, input) {
26032
26180
  "Please remove the property next time."
26033
26181
  ].join("\n")
26034
26182
  });
26035
- }).every(flag => flag))].every(flag => flag); const _vo43 = (input, _path, _exceptionable = true) => [undefined === input.mask || "boolean" === typeof input.mask || _report(_exceptionable, {
26183
+ }).every(flag => flag))].every(flag => flag); const _vo44 = (input, _path, _exceptionable = true) => [undefined === input.mask || "boolean" === typeof input.mask || _report(_exceptionable, {
26036
26184
  path: _path + ".mask",
26037
26185
  expected: "(boolean | undefined)",
26038
26186
  value: input.mask
@@ -26060,7 +26208,7 @@ function _validateEqualsDomainRecord(domain, input) {
26060
26208
  "Please remove the property next time."
26061
26209
  ].join("\n")
26062
26210
  });
26063
- }).every(flag => flag))].every(flag => flag); const _vo44 = (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, {
26211
+ }).every(flag => flag))].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, {
26064
26212
  path: _path + ".preview",
26065
26213
  expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
26066
26214
  value: input.preview
@@ -26084,7 +26232,7 @@ function _validateEqualsDomainRecord(domain, input) {
26084
26232
  "Please remove the property next time."
26085
26233
  ].join("\n")
26086
26234
  });
26087
- }).every(flag => flag))].every(flag => flag); const _vo45 = (input, _path, _exceptionable = true) => [undefined === input.spacing || "number" === typeof input.spacing || _report(_exceptionable, {
26235
+ }).every(flag => flag))].every(flag => flag); const _vo46 = (input, _path, _exceptionable = true) => [undefined === input.spacing || "number" === typeof input.spacing || _report(_exceptionable, {
26088
26236
  path: _path + ".spacing",
26089
26237
  expected: "(number | undefined)",
26090
26238
  value: input.spacing
@@ -26096,13 +26244,13 @@ function _validateEqualsDomainRecord(domain, input) {
26096
26244
  path: _path + ".suggestions",
26097
26245
  expected: "(Array<__type> | undefined)",
26098
26246
  value: input.suggestions
26099
- })) && input.suggestions.map((elem, _index49) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
26100
- path: _path + ".suggestions[" + _index49 + "]",
26101
- expected: "__type.o39",
26247
+ })) && input.suggestions.map((elem, _index51) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
26248
+ path: _path + ".suggestions[" + _index51 + "]",
26249
+ expected: "__type.o40",
26102
26250
  value: elem
26103
- })) && _vo46(elem, _path + ".suggestions[" + _index49 + "]", true && _exceptionable) || _report(_exceptionable, {
26104
- path: _path + ".suggestions[" + _index49 + "]",
26105
- expected: "__type.o39",
26251
+ })) && _vo47(elem, _path + ".suggestions[" + _index51 + "]", true && _exceptionable) || _report(_exceptionable, {
26252
+ path: _path + ".suggestions[" + _index51 + "]",
26253
+ expected: "__type.o40",
26106
26254
  value: elem
26107
26255
  })).every(flag => flag) || _report(_exceptionable, {
26108
26256
  path: _path + ".suggestions",
@@ -26112,13 +26260,13 @@ function _validateEqualsDomainRecord(domain, input) {
26112
26260
  path: _path + ".colors",
26113
26261
  expected: "(Array<__type>.o1 | undefined)",
26114
26262
  value: input.colors
26115
- })) && input.colors.map((elem, _index50) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
26116
- path: _path + ".colors[" + _index50 + "]",
26117
- expected: "__type.o40",
26263
+ })) && input.colors.map((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
26264
+ path: _path + ".colors[" + _index52 + "]",
26265
+ expected: "__type.o41",
26118
26266
  value: elem
26119
- })) && _vo47(elem, _path + ".colors[" + _index50 + "]", true && _exceptionable) || _report(_exceptionable, {
26120
- path: _path + ".colors[" + _index50 + "]",
26121
- expected: "__type.o40",
26267
+ })) && _vo48(elem, _path + ".colors[" + _index52 + "]", true && _exceptionable) || _report(_exceptionable, {
26268
+ path: _path + ".colors[" + _index52 + "]",
26269
+ expected: "__type.o41",
26122
26270
  value: elem
26123
26271
  })).every(flag => flag) || _report(_exceptionable, {
26124
26272
  path: _path + ".colors",
@@ -26128,8 +26276,8 @@ function _validateEqualsDomainRecord(domain, input) {
26128
26276
  path: _path + ".overridableProperties",
26129
26277
  expected: "(Array<keyof SubtitleStyle | null> | undefined)",
26130
26278
  value: input.overridableProperties
26131
- })) && input.overridableProperties.map((elem, _index51) => null === elem || true === _vv52.has(elem) || _report(_exceptionable, {
26132
- path: _path + ".overridableProperties[" + _index51 + "]",
26279
+ })) && input.overridableProperties.map((elem, _index53) => null === elem || true === _vv54.has(elem) || _report(_exceptionable, {
26280
+ path: _path + ".overridableProperties[" + _index53 + "]",
26133
26281
  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)",
26134
26282
  value: elem
26135
26283
  })).every(flag => flag) || _report(_exceptionable, {
@@ -26152,7 +26300,7 @@ function _validateEqualsDomainRecord(domain, input) {
26152
26300
  "Please remove the property next time."
26153
26301
  ].join("\n")
26154
26302
  });
26155
- }).every(flag => flag))].every(flag => flag); const _vo46 = (input, _path, _exceptionable = true) => [null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || _report(_exceptionable, {
26303
+ }).every(flag => flag))].every(flag => flag); const _vo47 = (input, _path, _exceptionable = true) => [null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || _report(_exceptionable, {
26156
26304
  path: _path + ".ifAspectRatio",
26157
26305
  expected: "(null | string | undefined)",
26158
26306
  value: input.ifAspectRatio
@@ -26184,7 +26332,7 @@ function _validateEqualsDomainRecord(domain, input) {
26184
26332
  "Please remove the property next time."
26185
26333
  ].join("\n")
26186
26334
  });
26187
- }).every(flag => flag))].every(flag => flag); const _vo47 = (input, _path, _exceptionable = true) => [null === input.label || undefined === input.label || "string" === typeof input.label || _report(_exceptionable, {
26335
+ }).every(flag => flag))].every(flag => flag); const _vo48 = (input, _path, _exceptionable = true) => [null === input.label || undefined === input.label || "string" === typeof input.label || _report(_exceptionable, {
26188
26336
  path: _path + ".label",
26189
26337
  expected: "(null | string | undefined)",
26190
26338
  value: input.label
@@ -26208,7 +26356,7 @@ function _validateEqualsDomainRecord(domain, input) {
26208
26356
  "Please remove the property next time."
26209
26357
  ].join("\n")
26210
26358
  });
26211
- }).every(flag => flag))].every(flag => flag); const _vo48 = (input, _path, _exceptionable = true) => [undefined === input.label || "string" === typeof input.label || _report(_exceptionable, {
26359
+ }).every(flag => flag))].every(flag => flag); const _vo49 = (input, _path, _exceptionable = true) => [undefined === input.label || "string" === typeof input.label || _report(_exceptionable, {
26212
26360
  path: _path + ".label",
26213
26361
  expected: "(string | undefined)",
26214
26362
  value: input.label
@@ -26232,7 +26380,7 @@ function _validateEqualsDomainRecord(domain, input) {
26232
26380
  "Please remove the property next time."
26233
26381
  ].join("\n")
26234
26382
  });
26235
- }).every(flag => flag))].every(flag => flag); const _vo49 = (input, _path, _exceptionable = true) => [undefined === input.enabled || "boolean" === typeof input.enabled || _report(_exceptionable, {
26383
+ }).every(flag => flag))].every(flag => flag); const _vo50 = (input, _path, _exceptionable = true) => [undefined === input.enabled || "boolean" === typeof input.enabled || _report(_exceptionable, {
26236
26384
  path: _path + ".enabled",
26237
26385
  expected: "(boolean | undefined)",
26238
26386
  value: input.enabled
@@ -26260,13 +26408,13 @@ function _validateEqualsDomainRecord(domain, input) {
26260
26408
  "Please remove the property next time."
26261
26409
  ].join("\n")
26262
26410
  });
26263
- }).every(flag => flag))].every(flag => flag); const _vo50 = (input, _path, _exceptionable = true) => [undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || _report(_exceptionable, {
26411
+ }).every(flag => flag))].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, {
26264
26412
  path: _path + ".subtitleDisclaimer",
26265
- expected: "(__type.o44 | undefined)",
26413
+ expected: "(__type.o45 | undefined)",
26266
26414
  value: input.subtitleDisclaimer
26267
- })) && _vo51(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || _report(_exceptionable, {
26415
+ })) && _vo52(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || _report(_exceptionable, {
26268
26416
  path: _path + ".subtitleDisclaimer",
26269
- expected: "(__type.o44 | undefined)",
26417
+ expected: "(__type.o45 | undefined)",
26270
26418
  value: input.subtitleDisclaimer
26271
26419
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
26272
26420
  if (["subtitleDisclaimer"].some(prop => key === prop))
@@ -26284,17 +26432,17 @@ function _validateEqualsDomainRecord(domain, input) {
26284
26432
  "Please remove the property next time."
26285
26433
  ].join("\n")
26286
26434
  });
26287
- }).every(flag => flag))].every(flag => flag); const _vo51 = (input, _path, _exceptionable = true) => [undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || _report(_exceptionable, {
26435
+ }).every(flag => flag))].every(flag => flag); const _vo52 = (input, _path, _exceptionable = true) => [undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || _report(_exceptionable, {
26288
26436
  path: _path + ".isUserConfigurable",
26289
26437
  expected: "(boolean | undefined)",
26290
26438
  value: input.isUserConfigurable
26291
26439
  }), undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || _report(_exceptionable, {
26292
26440
  path: _path + ".defaultValue",
26293
- expected: "(__type.o45 | undefined)",
26441
+ expected: "(__type.o46 | undefined)",
26294
26442
  value: input.defaultValue
26295
- })) && _vo52(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || _report(_exceptionable, {
26443
+ })) && _vo53(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || _report(_exceptionable, {
26296
26444
  path: _path + ".defaultValue",
26297
- expected: "(__type.o45 | undefined)",
26445
+ expected: "(__type.o46 | undefined)",
26298
26446
  value: input.defaultValue
26299
26447
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
26300
26448
  if (["isUserConfigurable", "defaultValue"].some(prop => key === prop))
@@ -26312,7 +26460,7 @@ function _validateEqualsDomainRecord(domain, input) {
26312
26460
  "Please remove the property next time."
26313
26461
  ].join("\n")
26314
26462
  });
26315
- }).every(flag => flag))].every(flag => flag); const _vo52 = (input, _path, _exceptionable = true) => [undefined === input.enabled || false === input.enabled || _report(_exceptionable, {
26463
+ }).every(flag => flag))].every(flag => flag); const _vo53 = (input, _path, _exceptionable = true) => [undefined === input.enabled || false === input.enabled || _report(_exceptionable, {
26316
26464
  path: _path + ".enabled",
26317
26465
  expected: "(false | undefined)",
26318
26466
  value: input.enabled
@@ -26320,13 +26468,13 @@ function _validateEqualsDomainRecord(domain, input) {
26320
26468
  path: _path + ".text",
26321
26469
  expected: "(Array<__type>.o3 | undefined)",
26322
26470
  value: input.text
26323
- })) && input.text.map((elem, _index53) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
26324
- path: _path + ".text[" + _index53 + "]",
26325
- expected: "__type.o46",
26471
+ })) && input.text.map((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
26472
+ path: _path + ".text[" + _index55 + "]",
26473
+ expected: "__type.o47",
26326
26474
  value: elem
26327
- })) && _vo53(elem, _path + ".text[" + _index53 + "]", true && _exceptionable) || _report(_exceptionable, {
26328
- path: _path + ".text[" + _index53 + "]",
26329
- expected: "__type.o46",
26475
+ })) && _vo54(elem, _path + ".text[" + _index55 + "]", true && _exceptionable) || _report(_exceptionable, {
26476
+ path: _path + ".text[" + _index55 + "]",
26477
+ expected: "__type.o47",
26330
26478
  value: elem
26331
26479
  })).every(flag => flag) || _report(_exceptionable, {
26332
26480
  path: _path + ".text",
@@ -26356,7 +26504,7 @@ function _validateEqualsDomainRecord(domain, input) {
26356
26504
  "Please remove the property next time."
26357
26505
  ].join("\n")
26358
26506
  });
26359
- }).every(flag => flag))].every(flag => flag); const _vo53 = (input, _path, _exceptionable = true) => [undefined === input.language || "string" === typeof input.language || _report(_exceptionable, {
26507
+ }).every(flag => flag))].every(flag => flag); const _vo54 = (input, _path, _exceptionable = true) => [undefined === input.language || "string" === typeof input.language || _report(_exceptionable, {
26360
26508
  path: _path + ".language",
26361
26509
  expected: "(string | undefined)",
26362
26510
  value: input.language
@@ -26380,7 +26528,7 @@ function _validateEqualsDomainRecord(domain, input) {
26380
26528
  "Please remove the property next time."
26381
26529
  ].join("\n")
26382
26530
  });
26383
- }).every(flag => flag))].every(flag => flag); const _vo54 = (input, _path, _exceptionable = true) => [undefined === input.url || "string" === typeof input.url || _report(_exceptionable, {
26531
+ }).every(flag => flag))].every(flag => flag); const _vo55 = (input, _path, _exceptionable = true) => [undefined === input.url || "string" === typeof input.url || _report(_exceptionable, {
26384
26532
  path: _path + ".url",
26385
26533
  expected: "(string | undefined)",
26386
26534
  value: input.url
@@ -26396,8 +26544,8 @@ function _validateEqualsDomainRecord(domain, input) {
26396
26544
  path: _path + ".args",
26397
26545
  expected: "(Array<string> | undefined)",
26398
26546
  value: input.args
26399
- })) && input.args.map((elem, _index54) => "string" === typeof elem || _report(_exceptionable, {
26400
- path: _path + ".args[" + _index54 + "]",
26547
+ })) && input.args.map((elem, _index56) => "string" === typeof elem || _report(_exceptionable, {
26548
+ path: _path + ".args[" + _index56 + "]",
26401
26549
  expected: "string",
26402
26550
  value: elem
26403
26551
  })).every(flag => flag) || _report(_exceptionable, {
@@ -26420,17 +26568,17 @@ function _validateEqualsDomainRecord(domain, input) {
26420
26568
  "Please remove the property next time."
26421
26569
  ].join("\n")
26422
26570
  });
26423
- }).every(flag => flag))].every(flag => flag); const _vo55 = (input, _path, _exceptionable = true) => [undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || _report(_exceptionable, {
26571
+ }).every(flag => flag))].every(flag => flag); const _vo56 = (input, _path, _exceptionable = true) => [undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || _report(_exceptionable, {
26424
26572
  path: _path + ".thumbnailView",
26425
26573
  expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
26426
26574
  value: input.thumbnailView
26427
26575
  }), undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || _report(_exceptionable, {
26428
26576
  path: _path + ".voiceOver",
26429
- expected: "(__type.o49 | undefined)",
26577
+ expected: "(__type.o50 | undefined)",
26430
26578
  value: input.voiceOver
26431
- })) && _vo56(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || _report(_exceptionable, {
26579
+ })) && _vo57(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || _report(_exceptionable, {
26432
26580
  path: _path + ".voiceOver",
26433
- expected: "(__type.o49 | undefined)",
26581
+ expected: "(__type.o50 | undefined)",
26434
26582
  value: input.voiceOver
26435
26583
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
26436
26584
  if (["thumbnailView", "voiceOver"].some(prop => key === prop))
@@ -26448,7 +26596,7 @@ function _validateEqualsDomainRecord(domain, input) {
26448
26596
  "Please remove the property next time."
26449
26597
  ].join("\n")
26450
26598
  });
26451
- }).every(flag => flag))].every(flag => flag); const _vo56 = (input, _path, _exceptionable = true) => [undefined === input.inputDevice || "string" === typeof input.inputDevice || _report(_exceptionable, {
26599
+ }).every(flag => flag))].every(flag => flag); const _vo57 = (input, _path, _exceptionable = true) => [undefined === input.inputDevice || "string" === typeof input.inputDevice || _report(_exceptionable, {
26452
26600
  path: _path + ".inputDevice",
26453
26601
  expected: "(string | undefined)",
26454
26602
  value: input.inputDevice
@@ -26484,7 +26632,7 @@ function _validateEqualsDomainRecord(domain, input) {
26484
26632
  "Please remove the property next time."
26485
26633
  ].join("\n")
26486
26634
  });
26487
- }).every(flag => flag))].every(flag => flag); const _vo57 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
26635
+ }).every(flag => flag))].every(flag => flag); const _vo58 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
26488
26636
  path: _path + ".title",
26489
26637
  expected: "(string | undefined)",
26490
26638
  value: input.title
@@ -26496,8 +26644,8 @@ function _validateEqualsDomainRecord(domain, input) {
26496
26644
  path: _path + ".args",
26497
26645
  expected: "(Array<string> | undefined)",
26498
26646
  value: input.args
26499
- })) && input.args.map((elem, _index55) => "string" === typeof elem || _report(_exceptionable, {
26500
- path: _path + ".args[" + _index55 + "]",
26647
+ })) && input.args.map((elem, _index57) => "string" === typeof elem || _report(_exceptionable, {
26648
+ path: _path + ".args[" + _index57 + "]",
26501
26649
  expected: "string",
26502
26650
  value: elem
26503
26651
  })).every(flag => flag) || _report(_exceptionable, {
@@ -26520,37 +26668,37 @@ function _validateEqualsDomainRecord(domain, input) {
26520
26668
  "Please remove the property next time."
26521
26669
  ].join("\n")
26522
26670
  });
26523
- }).every(flag => flag))].every(flag => flag); const _vo58 = (input, _path, _exceptionable = true) => [undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || _report(_exceptionable, {
26671
+ }).every(flag => flag))].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, {
26524
26672
  path: _path + ".folded",
26525
- expected: "(__type.o52 | undefined)",
26673
+ expected: "(__type.o53 | undefined)",
26526
26674
  value: input.folded
26527
- })) && _vo59(input.folded, _path + ".folded", true && _exceptionable) || _report(_exceptionable, {
26675
+ })) && _vo60(input.folded, _path + ".folded", true && _exceptionable) || _report(_exceptionable, {
26528
26676
  path: _path + ".folded",
26529
- expected: "(__type.o52 | undefined)",
26677
+ expected: "(__type.o53 | undefined)",
26530
26678
  value: input.folded
26531
26679
  }), undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || _report(_exceptionable, {
26532
26680
  path: _path + ".assets",
26533
- expected: "(__type.o53 | undefined)",
26681
+ expected: "(__type.o54 | undefined)",
26534
26682
  value: input.assets
26535
- })) && _vo60(input.assets, _path + ".assets", true && _exceptionable) || _report(_exceptionable, {
26683
+ })) && _vo61(input.assets, _path + ".assets", true && _exceptionable) || _report(_exceptionable, {
26536
26684
  path: _path + ".assets",
26537
- expected: "(__type.o53 | undefined)",
26685
+ expected: "(__type.o54 | undefined)",
26538
26686
  value: input.assets
26539
26687
  }), undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || _report(_exceptionable, {
26540
26688
  path: _path + ".pipeline",
26541
- expected: "(__type.o57 | undefined)",
26689
+ expected: "(__type.o58 | undefined)",
26542
26690
  value: input.pipeline
26543
- })) && _vo64(input.pipeline, _path + ".pipeline", true && _exceptionable) || _report(_exceptionable, {
26691
+ })) && _vo65(input.pipeline, _path + ".pipeline", true && _exceptionable) || _report(_exceptionable, {
26544
26692
  path: _path + ".pipeline",
26545
- expected: "(__type.o57 | undefined)",
26693
+ expected: "(__type.o58 | undefined)",
26546
26694
  value: input.pipeline
26547
26695
  }), undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || _report(_exceptionable, {
26548
26696
  path: _path + ".item",
26549
- expected: "(__type.o59 | undefined)",
26697
+ expected: "(__type.o60 | undefined)",
26550
26698
  value: input.item
26551
- })) && _vo66(input.item, _path + ".item", true && _exceptionable) || _report(_exceptionable, {
26699
+ })) && _vo67(input.item, _path + ".item", true && _exceptionable) || _report(_exceptionable, {
26552
26700
  path: _path + ".item",
26553
- expected: "(__type.o59 | undefined)",
26701
+ expected: "(__type.o60 | undefined)",
26554
26702
  value: input.item
26555
26703
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
26556
26704
  if (["folded", "assets", "pipeline", "item"].some(prop => key === prop))
@@ -26568,7 +26716,7 @@ function _validateEqualsDomainRecord(domain, input) {
26568
26716
  "Please remove the property next time."
26569
26717
  ].join("\n")
26570
26718
  });
26571
- }).every(flag => flag))].every(flag => flag); const _vo59 = (input, _path, _exceptionable = true) => [undefined === input.auto || "boolean" === typeof input.auto || _report(_exceptionable, {
26719
+ }).every(flag => flag))].every(flag => flag); const _vo60 = (input, _path, _exceptionable = true) => [undefined === input.auto || "boolean" === typeof input.auto || _report(_exceptionable, {
26572
26720
  path: _path + ".auto",
26573
26721
  expected: "(boolean | undefined)",
26574
26722
  value: input.auto
@@ -26588,21 +26736,21 @@ function _validateEqualsDomainRecord(domain, input) {
26588
26736
  "Please remove the property next time."
26589
26737
  ].join("\n")
26590
26738
  });
26591
- }).every(flag => flag))].every(flag => flag); const _vo60 = (input, _path, _exceptionable = true) => [undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || _report(_exceptionable, {
26739
+ }).every(flag => flag))].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, {
26592
26740
  path: _path + ".story",
26593
- expected: "(__type.o54 | undefined)",
26741
+ expected: "(__type.o55 | undefined)",
26594
26742
  value: input.story
26595
- })) && _vo61(input.story, _path + ".story", true && _exceptionable) || _report(_exceptionable, {
26743
+ })) && _vo62(input.story, _path + ".story", true && _exceptionable) || _report(_exceptionable, {
26596
26744
  path: _path + ".story",
26597
- expected: "(__type.o54 | undefined)",
26745
+ expected: "(__type.o55 | undefined)",
26598
26746
  value: input.story
26599
26747
  }), undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || _report(_exceptionable, {
26600
26748
  path: _path + ".note",
26601
- expected: "(__type.o56 | undefined)",
26749
+ expected: "(__type.o57 | undefined)",
26602
26750
  value: input.note
26603
- })) && _vo63(input.note, _path + ".note", true && _exceptionable) || _report(_exceptionable, {
26751
+ })) && _vo64(input.note, _path + ".note", true && _exceptionable) || _report(_exceptionable, {
26604
26752
  path: _path + ".note",
26605
- expected: "(__type.o56 | undefined)",
26753
+ expected: "(__type.o57 | undefined)",
26606
26754
  value: input.note
26607
26755
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
26608
26756
  if (["story", "note"].some(prop => key === prop))
@@ -26620,13 +26768,13 @@ function _validateEqualsDomainRecord(domain, input) {
26620
26768
  "Please remove the property next time."
26621
26769
  ].join("\n")
26622
26770
  });
26623
- }).every(flag => flag))].every(flag => flag); const _vo61 = (input, _path, _exceptionable = true) => [undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || _report(_exceptionable, {
26771
+ }).every(flag => flag))].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, {
26624
26772
  path: _path + ".excerpt",
26625
- expected: "(__type.o55 | undefined)",
26773
+ expected: "(__type.o56 | undefined)",
26626
26774
  value: input.excerpt
26627
- })) && _vo62(input.excerpt, _path + ".excerpt", true && _exceptionable) || _report(_exceptionable, {
26775
+ })) && _vo63(input.excerpt, _path + ".excerpt", true && _exceptionable) || _report(_exceptionable, {
26628
26776
  path: _path + ".excerpt",
26629
- expected: "(__type.o55 | undefined)",
26777
+ expected: "(__type.o56 | undefined)",
26630
26778
  value: input.excerpt
26631
26779
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
26632
26780
  if (["excerpt"].some(prop => key === prop))
@@ -26644,7 +26792,7 @@ function _validateEqualsDomainRecord(domain, input) {
26644
26792
  "Please remove the property next time."
26645
26793
  ].join("\n")
26646
26794
  });
26647
- }).every(flag => flag))].every(flag => flag); const _vo62 = (input, _path, _exceptionable = true) => [undefined === input.maxLines || "number" === typeof input.maxLines || _report(_exceptionable, {
26795
+ }).every(flag => flag))].every(flag => flag); const _vo63 = (input, _path, _exceptionable = true) => [undefined === input.maxLines || "number" === typeof input.maxLines || _report(_exceptionable, {
26648
26796
  path: _path + ".maxLines",
26649
26797
  expected: "(number | undefined)",
26650
26798
  value: input.maxLines
@@ -26672,7 +26820,7 @@ function _validateEqualsDomainRecord(domain, input) {
26672
26820
  "Please remove the property next time."
26673
26821
  ].join("\n")
26674
26822
  });
26675
- }).every(flag => flag))].every(flag => flag); const _vo63 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
26823
+ }).every(flag => flag))].every(flag => flag); const _vo64 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
26676
26824
  path: _path + ".maxHeight",
26677
26825
  expected: "(number | undefined)",
26678
26826
  value: input.maxHeight
@@ -26692,15 +26840,15 @@ function _validateEqualsDomainRecord(domain, input) {
26692
26840
  "Please remove the property next time."
26693
26841
  ].join("\n")
26694
26842
  });
26695
- }).every(flag => flag))].every(flag => flag); const _vo64 = (input, _path, _exceptionable = true) => [undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || _report(_exceptionable, {
26843
+ }).every(flag => flag))].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, {
26696
26844
  path: _path + ".search",
26697
- expected: "(__type.o58 | undefined)",
26845
+ expected: "(__type.o59 | undefined)",
26698
26846
  value: input.search
26699
- })) && _vo65(input.search, _path + ".search", true && _exceptionable) || _report(_exceptionable, {
26847
+ })) && _vo66(input.search, _path + ".search", true && _exceptionable) || _report(_exceptionable, {
26700
26848
  path: _path + ".search",
26701
- expected: "(__type.o58 | undefined)",
26849
+ expected: "(__type.o59 | undefined)",
26702
26850
  value: input.search
26703
- }), undefined === input.sortMode || true === _vv56.has(input.sortMode) || _report(_exceptionable, {
26851
+ }), undefined === input.sortMode || true === _vv58.has(input.sortMode) || _report(_exceptionable, {
26704
26852
  path: _path + ".sortMode",
26705
26853
  expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
26706
26854
  value: input.sortMode
@@ -26720,7 +26868,7 @@ function _validateEqualsDomainRecord(domain, input) {
26720
26868
  "Please remove the property next time."
26721
26869
  ].join("\n")
26722
26870
  });
26723
- }).every(flag => flag))].every(flag => flag); const _vo65 = (input, _path, _exceptionable = true) => [undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || _report(_exceptionable, {
26871
+ }).every(flag => flag))].every(flag => flag); const _vo66 = (input, _path, _exceptionable = true) => [undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || _report(_exceptionable, {
26724
26872
  path: _path + ".maxItemsDisplayed",
26725
26873
  expected: "(number | undefined)",
26726
26874
  value: input.maxItemsDisplayed
@@ -26740,7 +26888,7 @@ function _validateEqualsDomainRecord(domain, input) {
26740
26888
  "Please remove the property next time."
26741
26889
  ].join("\n")
26742
26890
  });
26743
- }).every(flag => flag))].every(flag => flag); const _vo66 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
26891
+ }).every(flag => flag))].every(flag => flag); const _vo67 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
26744
26892
  path: _path + ".maxHeight",
26745
26893
  expected: "(number | undefined)",
26746
26894
  value: input.maxHeight
@@ -26764,12 +26912,12 @@ function _validateEqualsDomainRecord(domain, input) {
26764
26912
  "Please remove the property next time."
26765
26913
  ].join("\n")
26766
26914
  });
26767
- }).every(flag => flag))].every(flag => flag); const _vo67 = (input, _path, _exceptionable = true) => [undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || _report(_exceptionable, {
26915
+ }).every(flag => flag))].every(flag => flag); const _vo68 = (input, _path, _exceptionable = true) => [undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || _report(_exceptionable, {
26768
26916
  path: _path + ".fontFamilies",
26769
26917
  expected: "(Array<string> | undefined)",
26770
26918
  value: input.fontFamilies
26771
- })) && input.fontFamilies.map((elem, _index57) => "string" === typeof elem || _report(_exceptionable, {
26772
- path: _path + ".fontFamilies[" + _index57 + "]",
26919
+ })) && input.fontFamilies.map((elem, _index59) => "string" === typeof elem || _report(_exceptionable, {
26920
+ path: _path + ".fontFamilies[" + _index59 + "]",
26773
26921
  expected: "string",
26774
26922
  value: elem
26775
26923
  })).every(flag => flag) || _report(_exceptionable, {
@@ -26792,7 +26940,7 @@ function _validateEqualsDomainRecord(domain, input) {
26792
26940
  "Please remove the property next time."
26793
26941
  ].join("\n")
26794
26942
  });
26795
- }).every(flag => flag))].every(flag => flag); const _vo68 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
26943
+ }).every(flag => flag))].every(flag => flag); const _vo69 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
26796
26944
  path: _path + ".id",
26797
26945
  expected: "(string | undefined)",
26798
26946
  value: input.id
@@ -26816,21 +26964,21 @@ function _validateEqualsDomainRecord(domain, input) {
26816
26964
  "Please remove the property next time."
26817
26965
  ].join("\n")
26818
26966
  });
26819
- }).every(flag => flag))].every(flag => flag); const _vo69 = (input, _path, _exceptionable = true) => [undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || _report(_exceptionable, {
26967
+ }).every(flag => flag))].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, {
26820
26968
  path: _path + ".adobe",
26821
- expected: "(__type.o63 | undefined)",
26969
+ expected: "(__type.o64 | undefined)",
26822
26970
  value: input.adobe
26823
- })) && _vo70(input.adobe, _path + ".adobe", true && _exceptionable) || _report(_exceptionable, {
26971
+ })) && _vo71(input.adobe, _path + ".adobe", true && _exceptionable) || _report(_exceptionable, {
26824
26972
  path: _path + ".adobe",
26825
- expected: "(__type.o63 | undefined)",
26973
+ expected: "(__type.o64 | undefined)",
26826
26974
  value: input.adobe
26827
26975
  }), undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || _report(_exceptionable, {
26828
26976
  path: _path + ".rive",
26829
- expected: "(__type.o64 | undefined)",
26977
+ expected: "(__type.o65 | undefined)",
26830
26978
  value: input.rive
26831
- })) && _vo71(input.rive, _path + ".rive", true && _exceptionable) || _report(_exceptionable, {
26979
+ })) && _vo72(input.rive, _path + ".rive", true && _exceptionable) || _report(_exceptionable, {
26832
26980
  path: _path + ".rive",
26833
- expected: "(__type.o64 | undefined)",
26981
+ expected: "(__type.o65 | undefined)",
26834
26982
  value: input.rive
26835
26983
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
26836
26984
  if (["adobe", "rive"].some(prop => key === prop))
@@ -26848,7 +26996,7 @@ function _validateEqualsDomainRecord(domain, input) {
26848
26996
  "Please remove the property next time."
26849
26997
  ].join("\n")
26850
26998
  });
26851
- }).every(flag => flag))].every(flag => flag); const _vo70 = (input, _path, _exceptionable = true) => [undefined === input.useProxies || "boolean" === typeof input.useProxies || _report(_exceptionable, {
26999
+ }).every(flag => flag))].every(flag => flag); const _vo71 = (input, _path, _exceptionable = true) => [undefined === input.useProxies || "boolean" === typeof input.useProxies || _report(_exceptionable, {
26852
27000
  path: _path + ".useProxies",
26853
27001
  expected: "(boolean | undefined)",
26854
27002
  value: input.useProxies
@@ -26868,7 +27016,7 @@ function _validateEqualsDomainRecord(domain, input) {
26868
27016
  "Please remove the property next time."
26869
27017
  ].join("\n")
26870
27018
  });
26871
- }).every(flag => flag))].every(flag => flag); const _vo71 = (input, _path, _exceptionable = true) => [undefined === input.template || "string" === typeof input.template || _report(_exceptionable, {
27019
+ }).every(flag => flag))].every(flag => flag); const _vo72 = (input, _path, _exceptionable = true) => [undefined === input.template || "string" === typeof input.template || _report(_exceptionable, {
26872
27020
  path: _path + ".template",
26873
27021
  expected: "(string | undefined)",
26874
27022
  value: input.template
@@ -26888,7 +27036,7 @@ function _validateEqualsDomainRecord(domain, input) {
26888
27036
  "Please remove the property next time."
26889
27037
  ].join("\n")
26890
27038
  });
26891
- }).every(flag => flag))].every(flag => flag); const _vo72 = (input, _path, _exceptionable = true) => [undefined === input.collections || "boolean" === typeof input.collections || _report(_exceptionable, {
27039
+ }).every(flag => flag))].every(flag => flag); const _vo73 = (input, _path, _exceptionable = true) => [undefined === input.collections || "boolean" === typeof input.collections || _report(_exceptionable, {
26892
27040
  path: _path + ".collections",
26893
27041
  expected: "(boolean | undefined)",
26894
27042
  value: input.collections
@@ -26916,7 +27064,7 @@ function _validateEqualsDomainRecord(domain, input) {
26916
27064
  "Please remove the property next time."
26917
27065
  ].join("\n")
26918
27066
  });
26919
- }).every(flag => flag))].every(flag => flag); const _vo73 = (input, _path, _exceptionable = true) => [undefined === input.utils || "boolean" === typeof input.utils || _report(_exceptionable, {
27067
+ }).every(flag => flag))].every(flag => flag); const _vo74 = (input, _path, _exceptionable = true) => [undefined === input.utils || "boolean" === typeof input.utils || _report(_exceptionable, {
26920
27068
  path: _path + ".utils",
26921
27069
  expected: "(boolean | undefined)",
26922
27070
  value: input.utils
@@ -27008,13 +27156,13 @@ function _validateEqualsDomainRecord(domain, input) {
27008
27156
  "Please remove the property next time."
27009
27157
  ].join("\n")
27010
27158
  });
27011
- }).every(flag => flag))].every(flag => flag); const _vo74 = (input, _path, _exceptionable = true) => [undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || _report(_exceptionable, {
27159
+ }).every(flag => flag))].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, {
27012
27160
  path: _path + ".events",
27013
- expected: "(__type.o68 | undefined)",
27161
+ expected: "(__type.o69 | undefined)",
27014
27162
  value: input.events
27015
- })) && _vo75(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
27163
+ })) && _vo76(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
27016
27164
  path: _path + ".events",
27017
- expected: "(__type.o68 | undefined)",
27165
+ expected: "(__type.o69 | undefined)",
27018
27166
  value: input.events
27019
27167
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
27020
27168
  if (["events"].some(prop => key === prop))
@@ -27032,12 +27180,12 @@ function _validateEqualsDomainRecord(domain, input) {
27032
27180
  "Please remove the property next time."
27033
27181
  ].join("\n")
27034
27182
  });
27035
- }).every(flag => flag))].every(flag => flag); const _vo75 = (input, _path, _exceptionable = true) => [undefined === input.comment || (Array.isArray(input.comment) || _report(_exceptionable, {
27183
+ }).every(flag => flag))].every(flag => flag); const _vo76 = (input, _path, _exceptionable = true) => [undefined === input.comment || (Array.isArray(input.comment) || _report(_exceptionable, {
27036
27184
  path: _path + ".comment",
27037
27185
  expected: "(Array<NotificationReason> | undefined)",
27038
27186
  value: input.comment
27039
- })) && input.comment.map((elem, _index58) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
27040
- path: _path + ".comment[" + _index58 + "]",
27187
+ })) && input.comment.map((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
27188
+ path: _path + ".comment[" + _index60 + "]",
27041
27189
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
27042
27190
  value: elem
27043
27191
  })).every(flag => flag) || _report(_exceptionable, {
@@ -27048,8 +27196,8 @@ function _validateEqualsDomainRecord(domain, input) {
27048
27196
  path: _path + ".assigned",
27049
27197
  expected: "(Array<NotificationReason> | undefined)",
27050
27198
  value: input.assigned
27051
- })) && input.assigned.map((elem, _index59) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
27052
- path: _path + ".assigned[" + _index59 + "]",
27199
+ })) && input.assigned.map((elem, _index61) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
27200
+ path: _path + ".assigned[" + _index61 + "]",
27053
27201
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
27054
27202
  value: elem
27055
27203
  })).every(flag => flag) || _report(_exceptionable, {
@@ -27060,8 +27208,8 @@ function _validateEqualsDomainRecord(domain, input) {
27060
27208
  path: _path + ".unassigned",
27061
27209
  expected: "(Array<NotificationReason> | undefined)",
27062
27210
  value: input.unassigned
27063
- })) && input.unassigned.map((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
27064
- path: _path + ".unassigned[" + _index60 + "]",
27211
+ })) && input.unassigned.map((elem, _index62) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
27212
+ path: _path + ".unassigned[" + _index62 + "]",
27065
27213
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
27066
27214
  value: elem
27067
27215
  })).every(flag => flag) || _report(_exceptionable, {
@@ -27070,11 +27218,11 @@ function _validateEqualsDomainRecord(domain, input) {
27070
27218
  value: input.unassigned
27071
27219
  }), undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || _report(_exceptionable, {
27072
27220
  path: _path + ".publishSucceeded",
27073
- expected: "(__type.o69 | undefined)",
27221
+ expected: "(__type.o70 | undefined)",
27074
27222
  value: input.publishSucceeded
27075
- })) && _vo76(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || _report(_exceptionable, {
27223
+ })) && _vo77(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || _report(_exceptionable, {
27076
27224
  path: _path + ".publishSucceeded",
27077
- expected: "(__type.o69 | undefined)",
27225
+ expected: "(__type.o70 | undefined)",
27078
27226
  value: input.publishSucceeded
27079
27227
  }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
27080
27228
  if (["comment", "assigned", "unassigned", "publishSucceeded"].some(prop => key === prop))
@@ -27092,7 +27240,7 @@ function _validateEqualsDomainRecord(domain, input) {
27092
27240
  "Please remove the property next time."
27093
27241
  ].join("\n")
27094
27242
  });
27095
- }).every(flag => flag))].every(flag => flag); const _vo76 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
27243
+ }).every(flag => flag))].every(flag => flag); const _vo77 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
27096
27244
  const value = input[key];
27097
27245
  if (undefined === value)
27098
27246
  return true;
@@ -27100,8 +27248,8 @@ function _validateEqualsDomainRecord(domain, input) {
27100
27248
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
27101
27249
  expected: "Array<NotificationReason>",
27102
27250
  value: value
27103
- })) && value.map((elem, _index61) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
27104
- path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index61 + "]",
27251
+ })) && value.map((elem, _index63) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
27252
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index63 + "]",
27105
27253
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
27106
27254
  value: elem
27107
27255
  })).every(flag => flag) || _report(_exceptionable, {
@@ -27109,12 +27257,60 @@ function _validateEqualsDomainRecord(domain, input) {
27109
27257
  expected: "Array<NotificationReason>",
27110
27258
  value: value
27111
27259
  });
27112
- }).every(flag => flag)].every(flag => flag); const _vo77 = (input, _path, _exceptionable = true) => [undefined === input.stateFilter || (Array.isArray(input.stateFilter) || _report(_exceptionable, {
27260
+ }).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, {
27261
+ path: _path + ".duplicate",
27262
+ expected: "(__type.o72 | undefined)",
27263
+ value: input.duplicate
27264
+ })) && _vo79(input.duplicate, _path + ".duplicate", true && _exceptionable) || _report(_exceptionable, {
27265
+ path: _path + ".duplicate",
27266
+ expected: "(__type.o72 | undefined)",
27267
+ value: input.duplicate
27268
+ }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
27269
+ if (["duplicate"].some(prop => key === prop))
27270
+ return true;
27271
+ const value = input[key];
27272
+ if (undefined === value)
27273
+ return true;
27274
+ return _report(_exceptionable, {
27275
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
27276
+ expected: "undefined",
27277
+ value: value,
27278
+ description: [
27279
+ `The property \`${key}\` is not defined in the object type.`,
27280
+ "",
27281
+ "Please remove the property next time."
27282
+ ].join("\n")
27283
+ });
27284
+ }).every(flag => flag))].every(flag => flag); const _vo79 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
27285
+ path: _path + ".titlePrefix",
27286
+ expected: "(string | undefined)",
27287
+ value: input.titlePrefix
27288
+ }), undefined === input.titleSuffix || "string" === typeof input.titleSuffix || _report(_exceptionable, {
27289
+ path: _path + ".titleSuffix",
27290
+ expected: "(string | undefined)",
27291
+ value: input.titleSuffix
27292
+ }), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
27293
+ if (["titlePrefix", "titleSuffix"].some(prop => key === prop))
27294
+ return true;
27295
+ const value = input[key];
27296
+ if (undefined === value)
27297
+ return true;
27298
+ return _report(_exceptionable, {
27299
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
27300
+ expected: "undefined",
27301
+ value: value,
27302
+ description: [
27303
+ `The property \`${key}\` is not defined in the object type.`,
27304
+ "",
27305
+ "Please remove the property next time."
27306
+ ].join("\n")
27307
+ });
27308
+ }).every(flag => flag))].every(flag => flag); const _vo80 = (input, _path, _exceptionable = true) => [undefined === input.stateFilter || (Array.isArray(input.stateFilter) || _report(_exceptionable, {
27113
27309
  path: _path + ".stateFilter",
27114
27310
  expected: "(Array<number> | undefined)",
27115
27311
  value: input.stateFilter
27116
- })) && input.stateFilter.map((elem, _index62) => "number" === typeof elem || _report(_exceptionable, {
27117
- path: _path + ".stateFilter[" + _index62 + "]",
27312
+ })) && input.stateFilter.map((elem, _index64) => "number" === typeof elem || _report(_exceptionable, {
27313
+ path: _path + ".stateFilter[" + _index64 + "]",
27118
27314
  expected: "number",
27119
27315
  value: elem
27120
27316
  })).every(flag => flag) || _report(_exceptionable, {