@nxtedition/types 23.0.58 → 23.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/settings.d.ts +15 -1
- package/dist/nxtpression.d.ts +20 -1
- package/dist/records/domains/script.d.ts +4 -0
- package/dist/records/domains/search.d.ts +1 -0
- package/dist/records/validate/assert-guard.js +464 -344
- package/dist/records/validate/assert.js +464 -344
- package/dist/records/validate/is.js +26 -26
- package/dist/records/validate/schemas.js +84 -2
- package/dist/records/validate/stringify.js +45 -45
- package/dist/records/validate/validate-equals.js +599 -411
- package/dist/records/validate/validate.js +436 -340
- package/package.json +1 -1
|
@@ -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
|
|
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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
24077
|
+
if (["activeSectionIndex", "activeTab", "priority"].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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
24084
|
+
if (["activeTab", "priority"].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,
|
|
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,
|
|
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,
|
|
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,
|
|
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))
|
|
24125
24176
|
return true;
|
|
24126
24177
|
const value = input[key];
|
|
24127
24178
|
if (undefined === value)
|
|
24128
24179
|
return true;
|
|
24129
24180
|
return false;
|
|
24130
|
-
})); const _io19 = (input, _exceptionable = true) => (undefined === input.
|
|
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))
|
|
24183
|
+
return true;
|
|
24184
|
+
const value = input[key];
|
|
24185
|
+
if (undefined === value)
|
|
24186
|
+
return true;
|
|
24187
|
+
return false;
|
|
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
|
|
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
|
|
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
|
|
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) &&
|
|
24156
|
-
}); const
|
|
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
|
|
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
|
|
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) &&
|
|
24175
|
-
}); const
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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) &&
|
|
24208
|
-
}); const
|
|
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
|
|
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) &&
|
|
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) &&
|
|
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) &&
|
|
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) &&
|
|
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) &&
|
|
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) &&
|
|
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) &&
|
|
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) &&
|
|
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) &&
|
|
24265
|
-
}); const _io42 = (input, _exceptionable = true) =>
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
24561
|
+
})); const _io77 = (input, _exceptionable = true) => Object.keys(input).every(key => {
|
|
24504
24562
|
const value = input[key];
|
|
24505
24563
|
if (undefined === value)
|
|
24506
24564
|
return true;
|
|
24507
|
-
return Array.isArray(value) && value.every((elem,
|
|
24508
|
-
}); const
|
|
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;
|
|
24576
|
+
const value = input[key];
|
|
24577
|
+
if (undefined === value)
|
|
24578
|
+
return true;
|
|
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,
|
|
24572
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
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,
|
|
24576
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
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[" +
|
|
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.
|
|
24709
|
+
expected: "(__type.o16 | undefined)",
|
|
24638
24710
|
value: input.script
|
|
24639
|
-
})) &&
|
|
24711
|
+
})) && _vo20(input.script, _path + ".script", true && _exceptionable) || _report(_exceptionable, {
|
|
24640
24712
|
path: _path + ".script",
|
|
24641
|
-
expected: "(__type.
|
|
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.
|
|
24717
|
+
expected: "(__type.o20 | undefined)",
|
|
24646
24718
|
value: input.events
|
|
24647
|
-
})) &&
|
|
24719
|
+
})) && _vo25(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
|
|
24648
24720
|
path: _path + ".events",
|
|
24649
|
-
expected: "(__type.
|
|
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.
|
|
24725
|
+
expected: "(__type.o22 | undefined)",
|
|
24654
24726
|
value: input.rundown
|
|
24655
|
-
})) &&
|
|
24727
|
+
})) && _vo28(input.rundown, _path + ".rundown", true && _exceptionable) || _report(_exceptionable, {
|
|
24656
24728
|
path: _path + ".rundown",
|
|
24657
|
-
expected: "(__type.
|
|
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.
|
|
24733
|
+
expected: "(__type.o23 | undefined)",
|
|
24662
24734
|
value: input.gallery
|
|
24663
|
-
})) &&
|
|
24735
|
+
})) && _vo29(input.gallery, _path + ".gallery", true && _exceptionable) || _report(_exceptionable, {
|
|
24664
24736
|
path: _path + ".gallery",
|
|
24665
|
-
expected: "(__type.
|
|
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.
|
|
24745
|
+
expected: "(__type.o24 | undefined)",
|
|
24674
24746
|
value: input.keymap
|
|
24675
|
-
})) &&
|
|
24747
|
+
})) && _vo30(input.keymap, _path + ".keymap", true && _exceptionable) || _report(_exceptionable, {
|
|
24676
24748
|
path: _path + ".keymap",
|
|
24677
|
-
expected: "(__type.
|
|
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.
|
|
24753
|
+
expected: "(__type.o36 | undefined)",
|
|
24682
24754
|
value: input.media
|
|
24683
|
-
})) &&
|
|
24755
|
+
})) && _vo43(input.media, _path + ".media", true && _exceptionable) || _report(_exceptionable, {
|
|
24684
24756
|
path: _path + ".media",
|
|
24685
|
-
expected: "(__type.
|
|
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.
|
|
24761
|
+
expected: "(__type.o49 | undefined)",
|
|
24690
24762
|
value: input.edit
|
|
24691
|
-
})) &&
|
|
24763
|
+
})) && _vo56(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
|
|
24692
24764
|
path: _path + ".edit",
|
|
24693
|
-
expected: "(__type.
|
|
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,
|
|
24700
|
-
path: _path + ".commands[" +
|
|
24701
|
-
expected: "__type.
|
|
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
|
-
})) &&
|
|
24704
|
-
path: _path + ".commands[" +
|
|
24705
|
-
expected: "__type.
|
|
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,
|
|
24716
|
-
path: _path + ".predefinedTags[" +
|
|
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.
|
|
24797
|
+
expected: "(__type.o52 | undefined)",
|
|
24726
24798
|
value: input.storyboard
|
|
24727
|
-
})) &&
|
|
24799
|
+
})) && _vo59(input.storyboard, _path + ".storyboard", true && _exceptionable) || _report(_exceptionable, {
|
|
24728
24800
|
path: _path + ".storyboard",
|
|
24729
|
-
expected: "(__type.
|
|
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.
|
|
24805
|
+
expected: "(__type.o61 | undefined)",
|
|
24734
24806
|
value: input.print
|
|
24735
|
-
})) &&
|
|
24807
|
+
})) && _vo68(input.print, _path + ".print", true && _exceptionable) || _report(_exceptionable, {
|
|
24736
24808
|
path: _path + ".print",
|
|
24737
|
-
expected: "(__type.
|
|
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,
|
|
24744
|
-
path: _path + ".hiddenPreviews[" +
|
|
24745
|
-
expected: "__type.
|
|
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
|
-
})) &&
|
|
24748
|
-
path: _path + ".hiddenPreviews[" +
|
|
24749
|
-
expected: "__type.
|
|
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.
|
|
24829
|
+
expected: "(__type.o63 | undefined)",
|
|
24758
24830
|
value: input.plugins
|
|
24759
|
-
})) &&
|
|
24831
|
+
})) && _vo70(input.plugins, _path + ".plugins", true && _exceptionable) || _report(_exceptionable, {
|
|
24760
24832
|
path: _path + ".plugins",
|
|
24761
|
-
expected: "(__type.
|
|
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.
|
|
24845
|
+
expected: "(__type.o66 | undefined)",
|
|
24774
24846
|
value: input.featurePreview
|
|
24775
|
-
})) &&
|
|
24847
|
+
})) && _vo73(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || _report(_exceptionable, {
|
|
24776
24848
|
path: _path + ".featurePreview",
|
|
24777
|
-
expected: "(__type.
|
|
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.
|
|
24853
|
+
expected: "(__type.o67 | undefined)",
|
|
24782
24854
|
value: input.flags
|
|
24783
|
-
})) &&
|
|
24855
|
+
})) && _vo74(input.flags, _path + ".flags", true && _exceptionable) || _report(_exceptionable, {
|
|
24784
24856
|
path: _path + ".flags",
|
|
24785
|
-
expected: "(__type.
|
|
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.
|
|
24861
|
+
expected: "(__type.o68 | undefined)",
|
|
24790
24862
|
value: input.notifications
|
|
24791
|
-
})) &&
|
|
24863
|
+
})) && _vo75(input.notifications, _path + ".notifications", true && _exceptionable) || _report(_exceptionable, {
|
|
24792
24864
|
path: _path + ".notifications",
|
|
24793
|
-
expected: "(__type.
|
|
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.
|
|
24881
|
+
expected: "(__type.o73 | undefined)",
|
|
24802
24882
|
value: input.utilsAssetEditorPanel
|
|
24803
|
-
})) &&
|
|
24883
|
+
})) && _vo80(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || _report(_exceptionable, {
|
|
24804
24884
|
path: _path + ".utilsAssetEditorPanel",
|
|
24805
|
-
expected: "(__type.
|
|
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.
|
|
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,16 @@ 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
|
|
24902
24990
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
24903
|
-
if (["activeSectionIndex", "activeTab"].some(prop => key === prop))
|
|
24991
|
+
if (["activeSectionIndex", "activeTab", "priority"].some(prop => key === prop))
|
|
24904
24992
|
return true;
|
|
24905
24993
|
const value = input[key];
|
|
24906
24994
|
if (undefined === value)
|
|
@@ -24915,12 +25003,16 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
24915
25003
|
"Please remove the property next time."
|
|
24916
25004
|
].join("\n")
|
|
24917
25005
|
});
|
|
24918
|
-
}).every(flag => flag))].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => [undefined === input.activeTab || "string" === typeof input.activeTab || _report(_exceptionable, {
|
|
25006
|
+
}).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
25007
|
path: _path + ".activeTab",
|
|
24920
|
-
expected: "(string | undefined)",
|
|
25008
|
+
expected: "(null | string | undefined)",
|
|
24921
25009
|
value: input.activeTab
|
|
25010
|
+
}), undefined === input.priority || "number" === typeof input.priority || _report(_exceptionable, {
|
|
25011
|
+
path: _path + ".priority",
|
|
25012
|
+
expected: "(number | undefined)",
|
|
25013
|
+
value: input.priority
|
|
24922
25014
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
24923
|
-
if (["activeTab"].some(prop => key === prop))
|
|
25015
|
+
if (["activeTab", "priority"].some(prop => key === prop))
|
|
24924
25016
|
return true;
|
|
24925
25017
|
const value = input[key];
|
|
24926
25018
|
if (undefined === value)
|
|
@@ -25079,8 +25171,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25079
25171
|
path: _path + ".sortOrder",
|
|
25080
25172
|
expected: "(Array<string> | undefined)",
|
|
25081
25173
|
value: input.sortOrder
|
|
25082
|
-
})) && input.sortOrder.map((elem,
|
|
25083
|
-
path: _path + ".sortOrder[" +
|
|
25174
|
+
})) && input.sortOrder.map((elem, _index38) => "string" === typeof elem || _report(_exceptionable, {
|
|
25175
|
+
path: _path + ".sortOrder[" + _index38 + "]",
|
|
25084
25176
|
expected: "string",
|
|
25085
25177
|
value: elem
|
|
25086
25178
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -25103,12 +25195,24 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25103
25195
|
"Please remove the property next time."
|
|
25104
25196
|
].join("\n")
|
|
25105
25197
|
});
|
|
25106
|
-
}).every(flag => flag))].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [undefined === input.
|
|
25198
|
+
}).every(flag => flag))].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [undefined === input.include || (Array.isArray(input.include) || _report(_exceptionable, {
|
|
25199
|
+
path: _path + ".include",
|
|
25200
|
+
expected: "(Array<string> | undefined)",
|
|
25201
|
+
value: input.include
|
|
25202
|
+
})) && input.include.map((elem, _index39) => "string" === typeof elem || _report(_exceptionable, {
|
|
25203
|
+
path: _path + ".include[" + _index39 + "]",
|
|
25204
|
+
expected: "string",
|
|
25205
|
+
value: elem
|
|
25206
|
+
})).every(flag => flag) || _report(_exceptionable, {
|
|
25207
|
+
path: _path + ".include",
|
|
25208
|
+
expected: "(Array<string> | undefined)",
|
|
25209
|
+
value: input.include
|
|
25210
|
+
}), undefined === input.exclude || (Array.isArray(input.exclude) || _report(_exceptionable, {
|
|
25107
25211
|
path: _path + ".exclude",
|
|
25108
25212
|
expected: "(Array<string> | undefined)",
|
|
25109
25213
|
value: input.exclude
|
|
25110
|
-
})) && input.exclude.map((elem,
|
|
25111
|
-
path: _path + ".exclude[" +
|
|
25214
|
+
})) && input.exclude.map((elem, _index40) => "string" === typeof elem || _report(_exceptionable, {
|
|
25215
|
+
path: _path + ".exclude[" + _index40 + "]",
|
|
25112
25216
|
expected: "string",
|
|
25113
25217
|
value: elem
|
|
25114
25218
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -25116,7 +25220,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25116
25220
|
expected: "(Array<string> | undefined)",
|
|
25117
25221
|
value: input.exclude
|
|
25118
25222
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
25119
|
-
if (["exclude"].some(prop => key === prop))
|
|
25223
|
+
if (["include", "exclude"].some(prop => key === prop))
|
|
25120
25224
|
return true;
|
|
25121
25225
|
const value = input[key];
|
|
25122
25226
|
if (undefined === value)
|
|
@@ -25135,8 +25239,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25135
25239
|
path: _path + ".include",
|
|
25136
25240
|
expected: "(Array<string> | undefined)",
|
|
25137
25241
|
value: input.include
|
|
25138
|
-
})) && input.include.map((elem,
|
|
25139
|
-
path: _path + ".include[" +
|
|
25242
|
+
})) && input.include.map((elem, _index41) => "string" === typeof elem || _report(_exceptionable, {
|
|
25243
|
+
path: _path + ".include[" + _index41 + "]",
|
|
25140
25244
|
expected: "string",
|
|
25141
25245
|
value: elem
|
|
25142
25246
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -25147,8 +25251,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25147
25251
|
path: _path + ".exclude",
|
|
25148
25252
|
expected: "(Array<string> | undefined)",
|
|
25149
25253
|
value: input.exclude
|
|
25150
|
-
})) && input.exclude.map((elem,
|
|
25151
|
-
path: _path + ".exclude[" +
|
|
25254
|
+
})) && input.exclude.map((elem, _index42) => "string" === typeof elem || _report(_exceptionable, {
|
|
25255
|
+
path: _path + ".exclude[" + _index42 + "]",
|
|
25152
25256
|
expected: "string",
|
|
25153
25257
|
value: elem
|
|
25154
25258
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -25175,8 +25279,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25175
25279
|
path: _path + ".include",
|
|
25176
25280
|
expected: "(Array<string> | undefined)",
|
|
25177
25281
|
value: input.include
|
|
25178
|
-
})) && input.include.map((elem,
|
|
25179
|
-
path: _path + ".include[" +
|
|
25282
|
+
})) && input.include.map((elem, _index43) => "string" === typeof elem || _report(_exceptionable, {
|
|
25283
|
+
path: _path + ".include[" + _index43 + "]",
|
|
25180
25284
|
expected: "string",
|
|
25181
25285
|
value: elem
|
|
25182
25286
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -25187,8 +25291,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25187
25291
|
path: _path + ".exclude",
|
|
25188
25292
|
expected: "(Array<string> | undefined)",
|
|
25189
25293
|
value: input.exclude
|
|
25190
|
-
})) && input.exclude.map((elem,
|
|
25191
|
-
path: _path + ".exclude[" +
|
|
25294
|
+
})) && input.exclude.map((elem, _index44) => "string" === typeof elem || _report(_exceptionable, {
|
|
25295
|
+
path: _path + ".exclude[" + _index44 + "]",
|
|
25192
25296
|
expected: "string",
|
|
25193
25297
|
value: elem
|
|
25194
25298
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -25215,8 +25319,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25215
25319
|
path: _path + ".include",
|
|
25216
25320
|
expected: "(Array<string> | undefined)",
|
|
25217
25321
|
value: input.include
|
|
25218
|
-
})) && input.include.map((elem,
|
|
25219
|
-
path: _path + ".include[" +
|
|
25322
|
+
})) && input.include.map((elem, _index45) => "string" === typeof elem || _report(_exceptionable, {
|
|
25323
|
+
path: _path + ".include[" + _index45 + "]",
|
|
25220
25324
|
expected: "string",
|
|
25221
25325
|
value: elem
|
|
25222
25326
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -25227,8 +25331,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25227
25331
|
path: _path + ".exclude",
|
|
25228
25332
|
expected: "(Array<string> | undefined)",
|
|
25229
25333
|
value: input.exclude
|
|
25230
|
-
})) && input.exclude.map((elem,
|
|
25231
|
-
path: _path + ".exclude[" +
|
|
25334
|
+
})) && input.exclude.map((elem, _index46) => "string" === typeof elem || _report(_exceptionable, {
|
|
25335
|
+
path: _path + ".exclude[" + _index46 + "]",
|
|
25232
25336
|
expected: "string",
|
|
25233
25337
|
value: elem
|
|
25234
25338
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -25327,8 +25431,16 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25327
25431
|
path: _path + ".maxTabs",
|
|
25328
25432
|
expected: "(number | undefined)",
|
|
25329
25433
|
value: input.maxTabs
|
|
25434
|
+
}), undefined === input.layout || ("object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) || _report(_exceptionable, {
|
|
25435
|
+
path: _path + ".layout",
|
|
25436
|
+
expected: "(__type.o15 | undefined)",
|
|
25437
|
+
value: input.layout
|
|
25438
|
+
})) && _vo19(input.layout, _path + ".layout", true && _exceptionable) || _report(_exceptionable, {
|
|
25439
|
+
path: _path + ".layout",
|
|
25440
|
+
expected: "(__type.o15 | undefined)",
|
|
25441
|
+
value: input.layout
|
|
25330
25442
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
25331
|
-
if (["maxMru", "maxTabs"].some(prop => key === prop))
|
|
25443
|
+
if (["maxMru", "maxTabs", "layout"].some(prop => key === prop))
|
|
25332
25444
|
return true;
|
|
25333
25445
|
const value = input[key];
|
|
25334
25446
|
if (undefined === value)
|
|
@@ -25343,24 +25455,48 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25343
25455
|
"Please remove the property next time."
|
|
25344
25456
|
].join("\n")
|
|
25345
25457
|
});
|
|
25346
|
-
}).every(flag => flag))].every(flag => flag); const _vo19 = (input, _path, _exceptionable = true) => [undefined === input.
|
|
25458
|
+
}).every(flag => flag))].every(flag => flag); const _vo19 = (input, _path, _exceptionable = true) => [undefined === input.bookmarks || "number" === typeof input.bookmarks || _report(_exceptionable, {
|
|
25459
|
+
path: _path + ".bookmarks",
|
|
25460
|
+
expected: "(number | undefined)",
|
|
25461
|
+
value: input.bookmarks
|
|
25462
|
+
}), undefined === input.browser || "number" === typeof input.browser || _report(_exceptionable, {
|
|
25463
|
+
path: _path + ".browser",
|
|
25464
|
+
expected: "(number | undefined)",
|
|
25465
|
+
value: input.browser
|
|
25466
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
25467
|
+
if (["bookmarks", "browser"].some(prop => key === prop))
|
|
25468
|
+
return true;
|
|
25469
|
+
const value = input[key];
|
|
25470
|
+
if (undefined === value)
|
|
25471
|
+
return true;
|
|
25472
|
+
return _report(_exceptionable, {
|
|
25473
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25474
|
+
expected: "undefined",
|
|
25475
|
+
value: value,
|
|
25476
|
+
description: [
|
|
25477
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
25478
|
+
"",
|
|
25479
|
+
"Please remove the property next time."
|
|
25480
|
+
].join("\n")
|
|
25481
|
+
});
|
|
25482
|
+
}).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
25483
|
path: _path + ".createMenu",
|
|
25348
|
-
expected: "(__type.
|
|
25484
|
+
expected: "(__type.o17 | undefined)",
|
|
25349
25485
|
value: input.createMenu
|
|
25350
|
-
})) &&
|
|
25486
|
+
})) && _vo21(input.createMenu, _path + ".createMenu", true && _exceptionable) || _report(_exceptionable, {
|
|
25351
25487
|
path: _path + ".createMenu",
|
|
25352
|
-
expected: "(__type.
|
|
25488
|
+
expected: "(__type.o17 | undefined)",
|
|
25353
25489
|
value: input.createMenu
|
|
25354
25490
|
}), undefined === input.colorTags || (Array.isArray(input.colorTags) || _report(_exceptionable, {
|
|
25355
25491
|
path: _path + ".colorTags",
|
|
25356
25492
|
expected: "(Array<PromotedTag> | undefined)",
|
|
25357
25493
|
value: input.colorTags
|
|
25358
|
-
})) && input.colorTags.map((elem,
|
|
25359
|
-
path: _path + ".colorTags[" +
|
|
25494
|
+
})) && input.colorTags.map((elem, _index47) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
25495
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
25360
25496
|
expected: "PromotedTag",
|
|
25361
25497
|
value: elem
|
|
25362
|
-
})) &&
|
|
25363
|
-
path: _path + ".colorTags[" +
|
|
25498
|
+
})) && _vo22(elem, _path + ".colorTags[" + _index47 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
25499
|
+
path: _path + ".colorTags[" + _index47 + "]",
|
|
25364
25500
|
expected: "PromotedTag",
|
|
25365
25501
|
value: elem
|
|
25366
25502
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -25377,11 +25513,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25377
25513
|
value: input.readRate
|
|
25378
25514
|
}), undefined === input.collapsedNodes || ("object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) || _report(_exceptionable, {
|
|
25379
25515
|
path: _path + ".collapsedNodes",
|
|
25380
|
-
expected: "(__type.
|
|
25516
|
+
expected: "(__type.o18 | undefined)",
|
|
25381
25517
|
value: input.collapsedNodes
|
|
25382
|
-
})) &&
|
|
25518
|
+
})) && _vo23(input.collapsedNodes, _path + ".collapsedNodes", true && _exceptionable) || _report(_exceptionable, {
|
|
25383
25519
|
path: _path + ".collapsedNodes",
|
|
25384
|
-
expected: "(__type.
|
|
25520
|
+
expected: "(__type.o18 | undefined)",
|
|
25385
25521
|
value: input.collapsedNodes
|
|
25386
25522
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
25387
25523
|
if (["createMenu", "colorTags", "readType", "readRate", "collapsedNodes"].some(prop => key === prop))
|
|
@@ -25399,7 +25535,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25399
25535
|
"Please remove the property next time."
|
|
25400
25536
|
].join("\n")
|
|
25401
25537
|
});
|
|
25402
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
25538
|
+
}).every(flag => flag))].every(flag => flag); const _vo21 = (input, _path, _exceptionable = true) => [undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy || _report(_exceptionable, {
|
|
25403
25539
|
path: _path + ".sortBy",
|
|
25404
25540
|
expected: "(\"index\" | \"title\" | undefined)",
|
|
25405
25541
|
value: input.sortBy
|
|
@@ -25423,7 +25559,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25423
25559
|
"Please remove the property next time."
|
|
25424
25560
|
].join("\n")
|
|
25425
25561
|
});
|
|
25426
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
25562
|
+
}).every(flag => flag))].every(flag => flag); const _vo22 = (input, _path, _exceptionable = true) => [null === input.name || "string" === typeof input.name || _report(_exceptionable, {
|
|
25427
25563
|
path: _path + ".name",
|
|
25428
25564
|
expected: "(null | string)",
|
|
25429
25565
|
value: input.name
|
|
@@ -25455,20 +25591,20 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25455
25591
|
"Please remove the property next time."
|
|
25456
25592
|
].join("\n")
|
|
25457
25593
|
});
|
|
25458
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
25594
|
+
}).every(flag => flag))].every(flag => flag); const _vo23 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25459
25595
|
const value = input[key];
|
|
25460
25596
|
if (undefined === value)
|
|
25461
25597
|
return true;
|
|
25462
25598
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || _report(_exceptionable, {
|
|
25463
25599
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25464
|
-
expected: "__type.
|
|
25600
|
+
expected: "__type.o19",
|
|
25465
25601
|
value: value
|
|
25466
|
-
})) &&
|
|
25602
|
+
})) && _vo24(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25467
25603
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25468
|
-
expected: "__type.
|
|
25604
|
+
expected: "__type.o19",
|
|
25469
25605
|
value: value
|
|
25470
25606
|
});
|
|
25471
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
25607
|
+
}).every(flag => flag)].every(flag => flag); const _vo24 = (input, _path, _exceptionable = true) => [undefined === input.preview || "boolean" === typeof input.preview || _report(_exceptionable, {
|
|
25472
25608
|
path: _path + ".preview",
|
|
25473
25609
|
expected: "(boolean | undefined)",
|
|
25474
25610
|
value: input.preview
|
|
@@ -25492,7 +25628,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25492
25628
|
"Please remove the property next time."
|
|
25493
25629
|
].join("\n")
|
|
25494
25630
|
});
|
|
25495
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
25631
|
+
}).every(flag => flag))].every(flag => flag); const _vo25 = (input, _path, _exceptionable = true) => [undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || _report(_exceptionable, {
|
|
25496
25632
|
path: _path + ".graphicBaseTemplate",
|
|
25497
25633
|
expected: "(string | undefined)",
|
|
25498
25634
|
value: input.graphicBaseTemplate
|
|
@@ -25500,8 +25636,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25500
25636
|
path: _path + ".favorites",
|
|
25501
25637
|
expected: "(Array<string> | undefined)",
|
|
25502
25638
|
value: input.favorites
|
|
25503
|
-
})) && input.favorites.map((elem,
|
|
25504
|
-
path: _path + ".favorites[" +
|
|
25639
|
+
})) && input.favorites.map((elem, _index48) => "string" === typeof elem || _report(_exceptionable, {
|
|
25640
|
+
path: _path + ".favorites[" + _index48 + "]",
|
|
25505
25641
|
expected: "string",
|
|
25506
25642
|
value: elem
|
|
25507
25643
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -25512,7 +25648,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25512
25648
|
path: _path + ".defaults",
|
|
25513
25649
|
expected: "(Record<string, __type> | undefined)",
|
|
25514
25650
|
value: input.defaults
|
|
25515
|
-
})) &&
|
|
25651
|
+
})) && _vo26(input.defaults, _path + ".defaults", true && _exceptionable) || _report(_exceptionable, {
|
|
25516
25652
|
path: _path + ".defaults",
|
|
25517
25653
|
expected: "(Record<string, __type> | undefined)",
|
|
25518
25654
|
value: input.defaults
|
|
@@ -25532,20 +25668,20 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25532
25668
|
"Please remove the property next time."
|
|
25533
25669
|
].join("\n")
|
|
25534
25670
|
});
|
|
25535
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
25671
|
+
}).every(flag => flag))].every(flag => flag); const _vo26 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25536
25672
|
const value = input[key];
|
|
25537
25673
|
if (undefined === value)
|
|
25538
25674
|
return true;
|
|
25539
25675
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || _report(_exceptionable, {
|
|
25540
25676
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25541
|
-
expected: "__type.
|
|
25677
|
+
expected: "__type.o21",
|
|
25542
25678
|
value: value
|
|
25543
|
-
})) &&
|
|
25679
|
+
})) && _vo27(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25544
25680
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25545
|
-
expected: "__type.
|
|
25681
|
+
expected: "__type.o21",
|
|
25546
25682
|
value: value
|
|
25547
25683
|
});
|
|
25548
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
25684
|
+
}).every(flag => flag)].every(flag => flag); const _vo27 = (input, _path, _exceptionable = true) => [undefined === input.event || "string" === typeof input.event || _report(_exceptionable, {
|
|
25549
25685
|
path: _path + ".event",
|
|
25550
25686
|
expected: "(string | undefined)",
|
|
25551
25687
|
value: input.event
|
|
@@ -25569,7 +25705,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25569
25705
|
"Please remove the property next time."
|
|
25570
25706
|
].join("\n")
|
|
25571
25707
|
});
|
|
25572
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
25708
|
+
}).every(flag => flag))].every(flag => flag); const _vo28 = (input, _path, _exceptionable = true) => [undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || _report(_exceptionable, {
|
|
25573
25709
|
path: _path + ".eventThumbnails",
|
|
25574
25710
|
expected: "(boolean | undefined)",
|
|
25575
25711
|
value: input.eventThumbnails
|
|
@@ -25589,7 +25725,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25589
25725
|
"Please remove the property next time."
|
|
25590
25726
|
].join("\n")
|
|
25591
25727
|
});
|
|
25592
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
25728
|
+
}).every(flag => flag))].every(flag => flag); const _vo29 = (input, _path, _exceptionable = true) => [undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || _report(_exceptionable, {
|
|
25593
25729
|
path: _path + ".dimOnBlur",
|
|
25594
25730
|
expected: "(boolean | undefined)",
|
|
25595
25731
|
value: input.dimOnBlur
|
|
@@ -25597,8 +25733,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25597
25733
|
path: _path + ".float",
|
|
25598
25734
|
expected: "(\"disabled\" | \"gallery\" | \"rundown\" | undefined)",
|
|
25599
25735
|
value: input.float
|
|
25736
|
+
}), undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration || _report(_exceptionable, {
|
|
25737
|
+
path: _path + ".countFloatedDuration",
|
|
25738
|
+
expected: "(boolean | undefined)",
|
|
25739
|
+
value: input.countFloatedDuration
|
|
25600
25740
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
25601
|
-
if (["dimOnBlur", "float"].some(prop => key === prop))
|
|
25741
|
+
if (["dimOnBlur", "float", "countFloatedDuration"].some(prop => key === prop))
|
|
25602
25742
|
return true;
|
|
25603
25743
|
const value = input[key];
|
|
25604
25744
|
if (undefined === value)
|
|
@@ -25613,93 +25753,93 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25613
25753
|
"Please remove the property next time."
|
|
25614
25754
|
].join("\n")
|
|
25615
25755
|
});
|
|
25616
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
25756
|
+
}).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
25757
|
path: _path + ".display",
|
|
25618
|
-
expected: "(__type.
|
|
25758
|
+
expected: "(__type.o25 | undefined)",
|
|
25619
25759
|
value: input.display
|
|
25620
|
-
})) &&
|
|
25760
|
+
})) && _vo31(input.display, _path + ".display", true && _exceptionable) || _report(_exceptionable, {
|
|
25621
25761
|
path: _path + ".display",
|
|
25622
|
-
expected: "(__type.
|
|
25762
|
+
expected: "(__type.o25 | undefined)",
|
|
25623
25763
|
value: input.display
|
|
25624
25764
|
}), undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || _report(_exceptionable, {
|
|
25625
25765
|
path: _path + ".browser",
|
|
25626
|
-
expected: "(__type.
|
|
25766
|
+
expected: "(__type.o26 | undefined)",
|
|
25627
25767
|
value: input.browser
|
|
25628
|
-
})) &&
|
|
25768
|
+
})) && _vo33(input.browser, _path + ".browser", true && _exceptionable) || _report(_exceptionable, {
|
|
25629
25769
|
path: _path + ".browser",
|
|
25630
|
-
expected: "(__type.
|
|
25770
|
+
expected: "(__type.o26 | undefined)",
|
|
25631
25771
|
value: input.browser
|
|
25632
25772
|
}), undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || _report(_exceptionable, {
|
|
25633
25773
|
path: _path + ".gallery",
|
|
25634
|
-
expected: "(__type.
|
|
25774
|
+
expected: "(__type.o27 | undefined)",
|
|
25635
25775
|
value: input.gallery
|
|
25636
|
-
})) &&
|
|
25776
|
+
})) && _vo34(input.gallery, _path + ".gallery", true && _exceptionable) || _report(_exceptionable, {
|
|
25637
25777
|
path: _path + ".gallery",
|
|
25638
|
-
expected: "(__type.
|
|
25778
|
+
expected: "(__type.o27 | undefined)",
|
|
25639
25779
|
value: input.gallery
|
|
25640
25780
|
}), undefined === input.global || ("object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) || _report(_exceptionable, {
|
|
25641
25781
|
path: _path + ".global",
|
|
25642
|
-
expected: "(__type.
|
|
25782
|
+
expected: "(__type.o28 | undefined)",
|
|
25643
25783
|
value: input.global
|
|
25644
|
-
})) &&
|
|
25784
|
+
})) && _vo35(input.global, _path + ".global", true && _exceptionable) || _report(_exceptionable, {
|
|
25645
25785
|
path: _path + ".global",
|
|
25646
|
-
expected: "(__type.
|
|
25786
|
+
expected: "(__type.o28 | undefined)",
|
|
25647
25787
|
value: input.global
|
|
25648
25788
|
}), undefined === input.player || ("object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) || _report(_exceptionable, {
|
|
25649
25789
|
path: _path + ".player",
|
|
25650
|
-
expected: "(__type.
|
|
25790
|
+
expected: "(__type.o29 | undefined)",
|
|
25651
25791
|
value: input.player
|
|
25652
|
-
})) &&
|
|
25792
|
+
})) && _vo36(input.player, _path + ".player", true && _exceptionable) || _report(_exceptionable, {
|
|
25653
25793
|
path: _path + ".player",
|
|
25654
|
-
expected: "(__type.
|
|
25794
|
+
expected: "(__type.o29 | undefined)",
|
|
25655
25795
|
value: input.player
|
|
25656
25796
|
}), undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || _report(_exceptionable, {
|
|
25657
25797
|
path: _path + ".script",
|
|
25658
|
-
expected: "(__type.
|
|
25798
|
+
expected: "(__type.o30 | undefined)",
|
|
25659
25799
|
value: input.script
|
|
25660
|
-
})) &&
|
|
25800
|
+
})) && _vo37(input.script, _path + ".script", true && _exceptionable) || _report(_exceptionable, {
|
|
25661
25801
|
path: _path + ".script",
|
|
25662
|
-
expected: "(__type.
|
|
25802
|
+
expected: "(__type.o30 | undefined)",
|
|
25663
25803
|
value: input.script
|
|
25664
25804
|
}), undefined === input.codeEditor || ("object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) || _report(_exceptionable, {
|
|
25665
25805
|
path: _path + ".codeEditor",
|
|
25666
|
-
expected: "(__type.
|
|
25806
|
+
expected: "(__type.o31 | undefined)",
|
|
25667
25807
|
value: input.codeEditor
|
|
25668
|
-
})) &&
|
|
25808
|
+
})) && _vo38(input.codeEditor, _path + ".codeEditor", true && _exceptionable) || _report(_exceptionable, {
|
|
25669
25809
|
path: _path + ".codeEditor",
|
|
25670
|
-
expected: "(__type.
|
|
25810
|
+
expected: "(__type.o31 | undefined)",
|
|
25671
25811
|
value: input.codeEditor
|
|
25672
25812
|
}), undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || _report(_exceptionable, {
|
|
25673
25813
|
path: _path + ".bookmarks",
|
|
25674
|
-
expected: "(__type.
|
|
25814
|
+
expected: "(__type.o32 | undefined)",
|
|
25675
25815
|
value: input.bookmarks
|
|
25676
|
-
})) &&
|
|
25816
|
+
})) && _vo39(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || _report(_exceptionable, {
|
|
25677
25817
|
path: _path + ".bookmarks",
|
|
25678
|
-
expected: "(__type.
|
|
25818
|
+
expected: "(__type.o32 | undefined)",
|
|
25679
25819
|
value: input.bookmarks
|
|
25680
25820
|
}), undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || _report(_exceptionable, {
|
|
25681
25821
|
path: _path + ".edit",
|
|
25682
|
-
expected: "(__type.
|
|
25822
|
+
expected: "(__type.o33 | undefined)",
|
|
25683
25823
|
value: input.edit
|
|
25684
|
-
})) &&
|
|
25824
|
+
})) && _vo40(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
|
|
25685
25825
|
path: _path + ".edit",
|
|
25686
|
-
expected: "(__type.
|
|
25826
|
+
expected: "(__type.o33 | undefined)",
|
|
25687
25827
|
value: input.edit
|
|
25688
25828
|
}), undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || _report(_exceptionable, {
|
|
25689
25829
|
path: _path + ".rundown",
|
|
25690
|
-
expected: "(__type.
|
|
25830
|
+
expected: "(__type.o34 | undefined)",
|
|
25691
25831
|
value: input.rundown
|
|
25692
|
-
})) &&
|
|
25832
|
+
})) && _vo41(input.rundown, _path + ".rundown", true && _exceptionable) || _report(_exceptionable, {
|
|
25693
25833
|
path: _path + ".rundown",
|
|
25694
|
-
expected: "(__type.
|
|
25834
|
+
expected: "(__type.o34 | undefined)",
|
|
25695
25835
|
value: input.rundown
|
|
25696
25836
|
}), undefined === input.segment || ("object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) || _report(_exceptionable, {
|
|
25697
25837
|
path: _path + ".segment",
|
|
25698
|
-
expected: "(__type.
|
|
25838
|
+
expected: "(__type.o35 | undefined)",
|
|
25699
25839
|
value: input.segment
|
|
25700
|
-
})) &&
|
|
25840
|
+
})) && _vo42(input.segment, _path + ".segment", true && _exceptionable) || _report(_exceptionable, {
|
|
25701
25841
|
path: _path + ".segment",
|
|
25702
|
-
expected: "(__type.
|
|
25842
|
+
expected: "(__type.o35 | undefined)",
|
|
25703
25843
|
value: input.segment
|
|
25704
25844
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
25705
25845
|
if (["display", "browser", "gallery", "global", "player", "script", "codeEditor", "bookmarks", "edit", "rundown", "segment"].some(prop => key === prop))
|
|
@@ -25717,7 +25857,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25717
25857
|
"Please remove the property next time."
|
|
25718
25858
|
].join("\n")
|
|
25719
25859
|
});
|
|
25720
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
25860
|
+
}).every(flag => flag))].every(flag => flag); const _vo31 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25721
25861
|
const value = input[key];
|
|
25722
25862
|
if (undefined === value)
|
|
25723
25863
|
return true;
|
|
@@ -25725,12 +25865,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25725
25865
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25726
25866
|
expected: "KeymapSetting",
|
|
25727
25867
|
value: value
|
|
25728
|
-
})) &&
|
|
25868
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25729
25869
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25730
25870
|
expected: "KeymapSetting",
|
|
25731
25871
|
value: value
|
|
25732
25872
|
});
|
|
25733
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
25873
|
+
}).every(flag => flag)].every(flag => flag); const _vo32 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
|
|
25734
25874
|
path: _path + ".title",
|
|
25735
25875
|
expected: "(string | undefined)",
|
|
25736
25876
|
value: input.title
|
|
@@ -25754,7 +25894,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25754
25894
|
"Please remove the property next time."
|
|
25755
25895
|
].join("\n")
|
|
25756
25896
|
});
|
|
25757
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
25897
|
+
}).every(flag => flag))].every(flag => flag); const _vo33 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25758
25898
|
const value = input[key];
|
|
25759
25899
|
if (undefined === value)
|
|
25760
25900
|
return true;
|
|
@@ -25762,12 +25902,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25762
25902
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25763
25903
|
expected: "KeymapSetting",
|
|
25764
25904
|
value: value
|
|
25765
|
-
})) &&
|
|
25905
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25766
25906
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25767
25907
|
expected: "KeymapSetting",
|
|
25768
25908
|
value: value
|
|
25769
25909
|
});
|
|
25770
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
25910
|
+
}).every(flag => flag)].every(flag => flag); const _vo34 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25771
25911
|
const value = input[key];
|
|
25772
25912
|
if (undefined === value)
|
|
25773
25913
|
return true;
|
|
@@ -25775,12 +25915,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25775
25915
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25776
25916
|
expected: "KeymapSetting",
|
|
25777
25917
|
value: value
|
|
25778
|
-
})) &&
|
|
25918
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25779
25919
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25780
25920
|
expected: "KeymapSetting",
|
|
25781
25921
|
value: value
|
|
25782
25922
|
});
|
|
25783
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
25923
|
+
}).every(flag => flag)].every(flag => flag); const _vo35 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25784
25924
|
const value = input[key];
|
|
25785
25925
|
if (undefined === value)
|
|
25786
25926
|
return true;
|
|
@@ -25788,12 +25928,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25788
25928
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25789
25929
|
expected: "KeymapSetting",
|
|
25790
25930
|
value: value
|
|
25791
|
-
})) &&
|
|
25931
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25792
25932
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25793
25933
|
expected: "KeymapSetting",
|
|
25794
25934
|
value: value
|
|
25795
25935
|
});
|
|
25796
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
25936
|
+
}).every(flag => flag)].every(flag => flag); const _vo36 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25797
25937
|
const value = input[key];
|
|
25798
25938
|
if (undefined === value)
|
|
25799
25939
|
return true;
|
|
@@ -25801,12 +25941,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25801
25941
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25802
25942
|
expected: "KeymapSetting",
|
|
25803
25943
|
value: value
|
|
25804
|
-
})) &&
|
|
25944
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25805
25945
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25806
25946
|
expected: "KeymapSetting",
|
|
25807
25947
|
value: value
|
|
25808
25948
|
});
|
|
25809
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
25949
|
+
}).every(flag => flag)].every(flag => flag); const _vo37 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25810
25950
|
const value = input[key];
|
|
25811
25951
|
if (undefined === value)
|
|
25812
25952
|
return true;
|
|
@@ -25814,12 +25954,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25814
25954
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25815
25955
|
expected: "KeymapSetting",
|
|
25816
25956
|
value: value
|
|
25817
|
-
})) &&
|
|
25957
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25818
25958
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25819
25959
|
expected: "KeymapSetting",
|
|
25820
25960
|
value: value
|
|
25821
25961
|
});
|
|
25822
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
25962
|
+
}).every(flag => flag)].every(flag => flag); const _vo38 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25823
25963
|
const value = input[key];
|
|
25824
25964
|
if (undefined === value)
|
|
25825
25965
|
return true;
|
|
@@ -25827,12 +25967,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25827
25967
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25828
25968
|
expected: "KeymapSetting",
|
|
25829
25969
|
value: value
|
|
25830
|
-
})) &&
|
|
25970
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25831
25971
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25832
25972
|
expected: "KeymapSetting",
|
|
25833
25973
|
value: value
|
|
25834
25974
|
});
|
|
25835
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
25975
|
+
}).every(flag => flag)].every(flag => flag); const _vo39 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25836
25976
|
const value = input[key];
|
|
25837
25977
|
if (undefined === value)
|
|
25838
25978
|
return true;
|
|
@@ -25840,12 +25980,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25840
25980
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25841
25981
|
expected: "KeymapSetting",
|
|
25842
25982
|
value: value
|
|
25843
|
-
})) &&
|
|
25983
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25844
25984
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25845
25985
|
expected: "KeymapSetting",
|
|
25846
25986
|
value: value
|
|
25847
25987
|
});
|
|
25848
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
25988
|
+
}).every(flag => flag)].every(flag => flag); const _vo40 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25849
25989
|
const value = input[key];
|
|
25850
25990
|
if (undefined === value)
|
|
25851
25991
|
return true;
|
|
@@ -25853,12 +25993,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25853
25993
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25854
25994
|
expected: "KeymapSetting",
|
|
25855
25995
|
value: value
|
|
25856
|
-
})) &&
|
|
25996
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25857
25997
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25858
25998
|
expected: "KeymapSetting",
|
|
25859
25999
|
value: value
|
|
25860
26000
|
});
|
|
25861
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
26001
|
+
}).every(flag => flag)].every(flag => flag); const _vo41 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25862
26002
|
const value = input[key];
|
|
25863
26003
|
if (undefined === value)
|
|
25864
26004
|
return true;
|
|
@@ -25866,12 +26006,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25866
26006
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25867
26007
|
expected: "KeymapSetting",
|
|
25868
26008
|
value: value
|
|
25869
|
-
})) &&
|
|
26009
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25870
26010
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25871
26011
|
expected: "KeymapSetting",
|
|
25872
26012
|
value: value
|
|
25873
26013
|
});
|
|
25874
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
26014
|
+
}).every(flag => flag)].every(flag => flag); const _vo42 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
25875
26015
|
const value = input[key];
|
|
25876
26016
|
if (undefined === value)
|
|
25877
26017
|
return true;
|
|
@@ -25879,12 +26019,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25879
26019
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25880
26020
|
expected: "KeymapSetting",
|
|
25881
26021
|
value: value
|
|
25882
|
-
})) &&
|
|
26022
|
+
})) && _vo32(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
25883
26023
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25884
26024
|
expected: "KeymapSetting",
|
|
25885
26025
|
value: value
|
|
25886
26026
|
});
|
|
25887
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
26027
|
+
}).every(flag => flag)].every(flag => flag); const _vo43 = (input, _path, _exceptionable = true) => [undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate || _report(_exceptionable, {
|
|
25888
26028
|
path: _path + ".defaultFrameRate",
|
|
25889
26029
|
expected: "(number | undefined)",
|
|
25890
26030
|
value: input.defaultFrameRate
|
|
@@ -25894,11 +26034,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25894
26034
|
value: input.placeholder
|
|
25895
26035
|
}), undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || _report(_exceptionable, {
|
|
25896
26036
|
path: _path + ".guide",
|
|
25897
|
-
expected: "(__type.
|
|
26037
|
+
expected: "(__type.o37 | undefined)",
|
|
25898
26038
|
value: input.guide
|
|
25899
|
-
})) &&
|
|
26039
|
+
})) && _vo44(input.guide, _path + ".guide", true && _exceptionable) || _report(_exceptionable, {
|
|
25900
26040
|
path: _path + ".guide",
|
|
25901
|
-
expected: "(__type.
|
|
26041
|
+
expected: "(__type.o37 | undefined)",
|
|
25902
26042
|
value: input.guide
|
|
25903
26043
|
}), undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames || _report(_exceptionable, {
|
|
25904
26044
|
path: _path + ".stepManyFrames",
|
|
@@ -25914,11 +26054,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25914
26054
|
value: input.importTitleTemplate
|
|
25915
26055
|
}), undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || _report(_exceptionable, {
|
|
25916
26056
|
path: _path + ".tile",
|
|
25917
|
-
expected: "(__type.
|
|
26057
|
+
expected: "(__type.o38 | undefined)",
|
|
25918
26058
|
value: input.tile
|
|
25919
|
-
})) &&
|
|
26059
|
+
})) && _vo45(input.tile, _path + ".tile", true && _exceptionable) || _report(_exceptionable, {
|
|
25920
26060
|
path: _path + ".tile",
|
|
25921
|
-
expected: "(__type.
|
|
26061
|
+
expected: "(__type.o38 | undefined)",
|
|
25922
26062
|
value: input.tile
|
|
25923
26063
|
}), undefined === input.timecodeReference || "string" === typeof input.timecodeReference || _report(_exceptionable, {
|
|
25924
26064
|
path: _path + ".timecodeReference",
|
|
@@ -25944,8 +26084,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25944
26084
|
path: _path + ".playbackRates",
|
|
25945
26085
|
expected: "(Array<number> | undefined)",
|
|
25946
26086
|
value: input.playbackRates
|
|
25947
|
-
})) && input.playbackRates.map((elem,
|
|
25948
|
-
path: _path + ".playbackRates[" +
|
|
26087
|
+
})) && input.playbackRates.map((elem, _index49) => "number" === typeof elem || _report(_exceptionable, {
|
|
26088
|
+
path: _path + ".playbackRates[" + _index49 + "]",
|
|
25949
26089
|
expected: "number",
|
|
25950
26090
|
value: elem
|
|
25951
26091
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -25954,11 +26094,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25954
26094
|
value: input.playbackRates
|
|
25955
26095
|
}), undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || _report(_exceptionable, {
|
|
25956
26096
|
path: _path + ".subtitles",
|
|
25957
|
-
expected: "(__type.
|
|
26097
|
+
expected: "(__type.o39 | undefined)",
|
|
25958
26098
|
value: input.subtitles
|
|
25959
|
-
})) &&
|
|
26099
|
+
})) && _vo46(input.subtitles, _path + ".subtitles", true && _exceptionable) || _report(_exceptionable, {
|
|
25960
26100
|
path: _path + ".subtitles",
|
|
25961
|
-
expected: "(__type.
|
|
26101
|
+
expected: "(__type.o39 | undefined)",
|
|
25962
26102
|
value: input.subtitles
|
|
25963
26103
|
}), undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || _report(_exceptionable, {
|
|
25964
26104
|
path: _path + ".subtitleTemplateId",
|
|
@@ -25972,13 +26112,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25972
26112
|
path: _path + ".guides",
|
|
25973
26113
|
expected: "(Array<__type>.o2 | undefined)",
|
|
25974
26114
|
value: input.guides
|
|
25975
|
-
})) && input.guides.map((elem,
|
|
25976
|
-
path: _path + ".guides[" +
|
|
25977
|
-
expected: "__type.
|
|
26115
|
+
})) && input.guides.map((elem, _index50) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
26116
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
26117
|
+
expected: "__type.o42",
|
|
25978
26118
|
value: elem
|
|
25979
|
-
})) &&
|
|
25980
|
-
path: _path + ".guides[" +
|
|
25981
|
-
expected: "__type.
|
|
26119
|
+
})) && _vo49(elem, _path + ".guides[" + _index50 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
26120
|
+
path: _path + ".guides[" + _index50 + "]",
|
|
26121
|
+
expected: "__type.o42",
|
|
25982
26122
|
value: elem
|
|
25983
26123
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
25984
26124
|
path: _path + ".guides",
|
|
@@ -25990,31 +26130,31 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
25990
26130
|
value: input.download
|
|
25991
26131
|
}), undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || _report(_exceptionable, {
|
|
25992
26132
|
path: _path + ".editMode",
|
|
25993
|
-
expected: "(__type.
|
|
26133
|
+
expected: "(__type.o43 | undefined)",
|
|
25994
26134
|
value: input.editMode
|
|
25995
|
-
})) &&
|
|
26135
|
+
})) && _vo50(input.editMode, _path + ".editMode", true && _exceptionable) || _report(_exceptionable, {
|
|
25996
26136
|
path: _path + ".editMode",
|
|
25997
|
-
expected: "(__type.
|
|
26137
|
+
expected: "(__type.o43 | undefined)",
|
|
25998
26138
|
value: input.editMode
|
|
25999
26139
|
}), undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || _report(_exceptionable, {
|
|
26000
26140
|
path: _path + ".transcribe",
|
|
26001
|
-
expected: "(__type.
|
|
26141
|
+
expected: "(__type.o44 | undefined)",
|
|
26002
26142
|
value: input.transcribe
|
|
26003
|
-
})) &&
|
|
26143
|
+
})) && _vo51(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
|
|
26004
26144
|
path: _path + ".transcribe",
|
|
26005
|
-
expected: "(__type.
|
|
26145
|
+
expected: "(__type.o44 | undefined)",
|
|
26006
26146
|
value: input.transcribe
|
|
26007
26147
|
}), (null !== input.openCommand || _report(_exceptionable, {
|
|
26008
26148
|
path: _path + ".openCommand",
|
|
26009
|
-
expected: "(__type.
|
|
26149
|
+
expected: "(__type.o48 | string | undefined)",
|
|
26010
26150
|
value: input.openCommand
|
|
26011
26151
|
})) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || _report(_exceptionable, {
|
|
26012
26152
|
path: _path + ".openCommand",
|
|
26013
|
-
expected: "(__type.
|
|
26153
|
+
expected: "(__type.o48 | string | undefined)",
|
|
26014
26154
|
value: input.openCommand
|
|
26015
|
-
})) &&
|
|
26155
|
+
})) && _vo55(input.openCommand, _path + ".openCommand", true && _exceptionable) || _report(_exceptionable, {
|
|
26016
26156
|
path: _path + ".openCommand",
|
|
26017
|
-
expected: "(__type.
|
|
26157
|
+
expected: "(__type.o48 | string | undefined)",
|
|
26018
26158
|
value: input.openCommand
|
|
26019
26159
|
})), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
26020
26160
|
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 +26172,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26032
26172
|
"Please remove the property next time."
|
|
26033
26173
|
].join("\n")
|
|
26034
26174
|
});
|
|
26035
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26175
|
+
}).every(flag => flag))].every(flag => flag); const _vo44 = (input, _path, _exceptionable = true) => [undefined === input.mask || "boolean" === typeof input.mask || _report(_exceptionable, {
|
|
26036
26176
|
path: _path + ".mask",
|
|
26037
26177
|
expected: "(boolean | undefined)",
|
|
26038
26178
|
value: input.mask
|
|
@@ -26060,7 +26200,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26060
26200
|
"Please remove the property next time."
|
|
26061
26201
|
].join("\n")
|
|
26062
26202
|
});
|
|
26063
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26203
|
+
}).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
26204
|
path: _path + ".preview",
|
|
26065
26205
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
|
|
26066
26206
|
value: input.preview
|
|
@@ -26084,7 +26224,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26084
26224
|
"Please remove the property next time."
|
|
26085
26225
|
].join("\n")
|
|
26086
26226
|
});
|
|
26087
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26227
|
+
}).every(flag => flag))].every(flag => flag); const _vo46 = (input, _path, _exceptionable = true) => [undefined === input.spacing || "number" === typeof input.spacing || _report(_exceptionable, {
|
|
26088
26228
|
path: _path + ".spacing",
|
|
26089
26229
|
expected: "(number | undefined)",
|
|
26090
26230
|
value: input.spacing
|
|
@@ -26096,13 +26236,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26096
26236
|
path: _path + ".suggestions",
|
|
26097
26237
|
expected: "(Array<__type> | undefined)",
|
|
26098
26238
|
value: input.suggestions
|
|
26099
|
-
})) && input.suggestions.map((elem,
|
|
26100
|
-
path: _path + ".suggestions[" +
|
|
26101
|
-
expected: "__type.
|
|
26239
|
+
})) && input.suggestions.map((elem, _index51) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
26240
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
26241
|
+
expected: "__type.o40",
|
|
26102
26242
|
value: elem
|
|
26103
|
-
})) &&
|
|
26104
|
-
path: _path + ".suggestions[" +
|
|
26105
|
-
expected: "__type.
|
|
26243
|
+
})) && _vo47(elem, _path + ".suggestions[" + _index51 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
26244
|
+
path: _path + ".suggestions[" + _index51 + "]",
|
|
26245
|
+
expected: "__type.o40",
|
|
26106
26246
|
value: elem
|
|
26107
26247
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
26108
26248
|
path: _path + ".suggestions",
|
|
@@ -26112,13 +26252,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26112
26252
|
path: _path + ".colors",
|
|
26113
26253
|
expected: "(Array<__type>.o1 | undefined)",
|
|
26114
26254
|
value: input.colors
|
|
26115
|
-
})) && input.colors.map((elem,
|
|
26116
|
-
path: _path + ".colors[" +
|
|
26117
|
-
expected: "__type.
|
|
26255
|
+
})) && input.colors.map((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
26256
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
26257
|
+
expected: "__type.o41",
|
|
26118
26258
|
value: elem
|
|
26119
|
-
})) &&
|
|
26120
|
-
path: _path + ".colors[" +
|
|
26121
|
-
expected: "__type.
|
|
26259
|
+
})) && _vo48(elem, _path + ".colors[" + _index52 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
26260
|
+
path: _path + ".colors[" + _index52 + "]",
|
|
26261
|
+
expected: "__type.o41",
|
|
26122
26262
|
value: elem
|
|
26123
26263
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
26124
26264
|
path: _path + ".colors",
|
|
@@ -26128,8 +26268,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26128
26268
|
path: _path + ".overridableProperties",
|
|
26129
26269
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
26130
26270
|
value: input.overridableProperties
|
|
26131
|
-
})) && input.overridableProperties.map((elem,
|
|
26132
|
-
path: _path + ".overridableProperties[" +
|
|
26271
|
+
})) && input.overridableProperties.map((elem, _index53) => null === elem || true === _vv54.has(elem) || _report(_exceptionable, {
|
|
26272
|
+
path: _path + ".overridableProperties[" + _index53 + "]",
|
|
26133
26273
|
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
26274
|
value: elem
|
|
26135
26275
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -26152,7 +26292,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26152
26292
|
"Please remove the property next time."
|
|
26153
26293
|
].join("\n")
|
|
26154
26294
|
});
|
|
26155
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26295
|
+
}).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
26296
|
path: _path + ".ifAspectRatio",
|
|
26157
26297
|
expected: "(null | string | undefined)",
|
|
26158
26298
|
value: input.ifAspectRatio
|
|
@@ -26184,7 +26324,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26184
26324
|
"Please remove the property next time."
|
|
26185
26325
|
].join("\n")
|
|
26186
26326
|
});
|
|
26187
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26327
|
+
}).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
26328
|
path: _path + ".label",
|
|
26189
26329
|
expected: "(null | string | undefined)",
|
|
26190
26330
|
value: input.label
|
|
@@ -26208,7 +26348,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26208
26348
|
"Please remove the property next time."
|
|
26209
26349
|
].join("\n")
|
|
26210
26350
|
});
|
|
26211
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26351
|
+
}).every(flag => flag))].every(flag => flag); const _vo49 = (input, _path, _exceptionable = true) => [undefined === input.label || "string" === typeof input.label || _report(_exceptionable, {
|
|
26212
26352
|
path: _path + ".label",
|
|
26213
26353
|
expected: "(string | undefined)",
|
|
26214
26354
|
value: input.label
|
|
@@ -26232,7 +26372,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26232
26372
|
"Please remove the property next time."
|
|
26233
26373
|
].join("\n")
|
|
26234
26374
|
});
|
|
26235
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26375
|
+
}).every(flag => flag))].every(flag => flag); const _vo50 = (input, _path, _exceptionable = true) => [undefined === input.enabled || "boolean" === typeof input.enabled || _report(_exceptionable, {
|
|
26236
26376
|
path: _path + ".enabled",
|
|
26237
26377
|
expected: "(boolean | undefined)",
|
|
26238
26378
|
value: input.enabled
|
|
@@ -26260,13 +26400,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26260
26400
|
"Please remove the property next time."
|
|
26261
26401
|
].join("\n")
|
|
26262
26402
|
});
|
|
26263
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26403
|
+
}).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
26404
|
path: _path + ".subtitleDisclaimer",
|
|
26265
|
-
expected: "(__type.
|
|
26405
|
+
expected: "(__type.o45 | undefined)",
|
|
26266
26406
|
value: input.subtitleDisclaimer
|
|
26267
|
-
})) &&
|
|
26407
|
+
})) && _vo52(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || _report(_exceptionable, {
|
|
26268
26408
|
path: _path + ".subtitleDisclaimer",
|
|
26269
|
-
expected: "(__type.
|
|
26409
|
+
expected: "(__type.o45 | undefined)",
|
|
26270
26410
|
value: input.subtitleDisclaimer
|
|
26271
26411
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
26272
26412
|
if (["subtitleDisclaimer"].some(prop => key === prop))
|
|
@@ -26284,17 +26424,17 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26284
26424
|
"Please remove the property next time."
|
|
26285
26425
|
].join("\n")
|
|
26286
26426
|
});
|
|
26287
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26427
|
+
}).every(flag => flag))].every(flag => flag); const _vo52 = (input, _path, _exceptionable = true) => [undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || _report(_exceptionable, {
|
|
26288
26428
|
path: _path + ".isUserConfigurable",
|
|
26289
26429
|
expected: "(boolean | undefined)",
|
|
26290
26430
|
value: input.isUserConfigurable
|
|
26291
26431
|
}), undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || _report(_exceptionable, {
|
|
26292
26432
|
path: _path + ".defaultValue",
|
|
26293
|
-
expected: "(__type.
|
|
26433
|
+
expected: "(__type.o46 | undefined)",
|
|
26294
26434
|
value: input.defaultValue
|
|
26295
|
-
})) &&
|
|
26435
|
+
})) && _vo53(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || _report(_exceptionable, {
|
|
26296
26436
|
path: _path + ".defaultValue",
|
|
26297
|
-
expected: "(__type.
|
|
26437
|
+
expected: "(__type.o46 | undefined)",
|
|
26298
26438
|
value: input.defaultValue
|
|
26299
26439
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
26300
26440
|
if (["isUserConfigurable", "defaultValue"].some(prop => key === prop))
|
|
@@ -26312,7 +26452,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26312
26452
|
"Please remove the property next time."
|
|
26313
26453
|
].join("\n")
|
|
26314
26454
|
});
|
|
26315
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26455
|
+
}).every(flag => flag))].every(flag => flag); const _vo53 = (input, _path, _exceptionable = true) => [undefined === input.enabled || false === input.enabled || _report(_exceptionable, {
|
|
26316
26456
|
path: _path + ".enabled",
|
|
26317
26457
|
expected: "(false | undefined)",
|
|
26318
26458
|
value: input.enabled
|
|
@@ -26320,13 +26460,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26320
26460
|
path: _path + ".text",
|
|
26321
26461
|
expected: "(Array<__type>.o3 | undefined)",
|
|
26322
26462
|
value: input.text
|
|
26323
|
-
})) && input.text.map((elem,
|
|
26324
|
-
path: _path + ".text[" +
|
|
26325
|
-
expected: "__type.
|
|
26463
|
+
})) && input.text.map((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
26464
|
+
path: _path + ".text[" + _index55 + "]",
|
|
26465
|
+
expected: "__type.o47",
|
|
26326
26466
|
value: elem
|
|
26327
|
-
})) &&
|
|
26328
|
-
path: _path + ".text[" +
|
|
26329
|
-
expected: "__type.
|
|
26467
|
+
})) && _vo54(elem, _path + ".text[" + _index55 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
26468
|
+
path: _path + ".text[" + _index55 + "]",
|
|
26469
|
+
expected: "__type.o47",
|
|
26330
26470
|
value: elem
|
|
26331
26471
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
26332
26472
|
path: _path + ".text",
|
|
@@ -26356,7 +26496,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26356
26496
|
"Please remove the property next time."
|
|
26357
26497
|
].join("\n")
|
|
26358
26498
|
});
|
|
26359
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26499
|
+
}).every(flag => flag))].every(flag => flag); const _vo54 = (input, _path, _exceptionable = true) => [undefined === input.language || "string" === typeof input.language || _report(_exceptionable, {
|
|
26360
26500
|
path: _path + ".language",
|
|
26361
26501
|
expected: "(string | undefined)",
|
|
26362
26502
|
value: input.language
|
|
@@ -26380,7 +26520,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26380
26520
|
"Please remove the property next time."
|
|
26381
26521
|
].join("\n")
|
|
26382
26522
|
});
|
|
26383
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26523
|
+
}).every(flag => flag))].every(flag => flag); const _vo55 = (input, _path, _exceptionable = true) => [undefined === input.url || "string" === typeof input.url || _report(_exceptionable, {
|
|
26384
26524
|
path: _path + ".url",
|
|
26385
26525
|
expected: "(string | undefined)",
|
|
26386
26526
|
value: input.url
|
|
@@ -26396,8 +26536,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26396
26536
|
path: _path + ".args",
|
|
26397
26537
|
expected: "(Array<string> | undefined)",
|
|
26398
26538
|
value: input.args
|
|
26399
|
-
})) && input.args.map((elem,
|
|
26400
|
-
path: _path + ".args[" +
|
|
26539
|
+
})) && input.args.map((elem, _index56) => "string" === typeof elem || _report(_exceptionable, {
|
|
26540
|
+
path: _path + ".args[" + _index56 + "]",
|
|
26401
26541
|
expected: "string",
|
|
26402
26542
|
value: elem
|
|
26403
26543
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -26420,17 +26560,17 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26420
26560
|
"Please remove the property next time."
|
|
26421
26561
|
].join("\n")
|
|
26422
26562
|
});
|
|
26423
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26563
|
+
}).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
26564
|
path: _path + ".thumbnailView",
|
|
26425
26565
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
26426
26566
|
value: input.thumbnailView
|
|
26427
26567
|
}), undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || _report(_exceptionable, {
|
|
26428
26568
|
path: _path + ".voiceOver",
|
|
26429
|
-
expected: "(__type.
|
|
26569
|
+
expected: "(__type.o50 | undefined)",
|
|
26430
26570
|
value: input.voiceOver
|
|
26431
|
-
})) &&
|
|
26571
|
+
})) && _vo57(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || _report(_exceptionable, {
|
|
26432
26572
|
path: _path + ".voiceOver",
|
|
26433
|
-
expected: "(__type.
|
|
26573
|
+
expected: "(__type.o50 | undefined)",
|
|
26434
26574
|
value: input.voiceOver
|
|
26435
26575
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
26436
26576
|
if (["thumbnailView", "voiceOver"].some(prop => key === prop))
|
|
@@ -26448,7 +26588,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26448
26588
|
"Please remove the property next time."
|
|
26449
26589
|
].join("\n")
|
|
26450
26590
|
});
|
|
26451
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26591
|
+
}).every(flag => flag))].every(flag => flag); const _vo57 = (input, _path, _exceptionable = true) => [undefined === input.inputDevice || "string" === typeof input.inputDevice || _report(_exceptionable, {
|
|
26452
26592
|
path: _path + ".inputDevice",
|
|
26453
26593
|
expected: "(string | undefined)",
|
|
26454
26594
|
value: input.inputDevice
|
|
@@ -26484,7 +26624,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26484
26624
|
"Please remove the property next time."
|
|
26485
26625
|
].join("\n")
|
|
26486
26626
|
});
|
|
26487
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26627
|
+
}).every(flag => flag))].every(flag => flag); const _vo58 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
|
|
26488
26628
|
path: _path + ".title",
|
|
26489
26629
|
expected: "(string | undefined)",
|
|
26490
26630
|
value: input.title
|
|
@@ -26496,8 +26636,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26496
26636
|
path: _path + ".args",
|
|
26497
26637
|
expected: "(Array<string> | undefined)",
|
|
26498
26638
|
value: input.args
|
|
26499
|
-
})) && input.args.map((elem,
|
|
26500
|
-
path: _path + ".args[" +
|
|
26639
|
+
})) && input.args.map((elem, _index57) => "string" === typeof elem || _report(_exceptionable, {
|
|
26640
|
+
path: _path + ".args[" + _index57 + "]",
|
|
26501
26641
|
expected: "string",
|
|
26502
26642
|
value: elem
|
|
26503
26643
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -26520,37 +26660,37 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26520
26660
|
"Please remove the property next time."
|
|
26521
26661
|
].join("\n")
|
|
26522
26662
|
});
|
|
26523
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26663
|
+
}).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
26664
|
path: _path + ".folded",
|
|
26525
|
-
expected: "(__type.
|
|
26665
|
+
expected: "(__type.o53 | undefined)",
|
|
26526
26666
|
value: input.folded
|
|
26527
|
-
})) &&
|
|
26667
|
+
})) && _vo60(input.folded, _path + ".folded", true && _exceptionable) || _report(_exceptionable, {
|
|
26528
26668
|
path: _path + ".folded",
|
|
26529
|
-
expected: "(__type.
|
|
26669
|
+
expected: "(__type.o53 | undefined)",
|
|
26530
26670
|
value: input.folded
|
|
26531
26671
|
}), undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || _report(_exceptionable, {
|
|
26532
26672
|
path: _path + ".assets",
|
|
26533
|
-
expected: "(__type.
|
|
26673
|
+
expected: "(__type.o54 | undefined)",
|
|
26534
26674
|
value: input.assets
|
|
26535
|
-
})) &&
|
|
26675
|
+
})) && _vo61(input.assets, _path + ".assets", true && _exceptionable) || _report(_exceptionable, {
|
|
26536
26676
|
path: _path + ".assets",
|
|
26537
|
-
expected: "(__type.
|
|
26677
|
+
expected: "(__type.o54 | undefined)",
|
|
26538
26678
|
value: input.assets
|
|
26539
26679
|
}), undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || _report(_exceptionable, {
|
|
26540
26680
|
path: _path + ".pipeline",
|
|
26541
|
-
expected: "(__type.
|
|
26681
|
+
expected: "(__type.o58 | undefined)",
|
|
26542
26682
|
value: input.pipeline
|
|
26543
|
-
})) &&
|
|
26683
|
+
})) && _vo65(input.pipeline, _path + ".pipeline", true && _exceptionable) || _report(_exceptionable, {
|
|
26544
26684
|
path: _path + ".pipeline",
|
|
26545
|
-
expected: "(__type.
|
|
26685
|
+
expected: "(__type.o58 | undefined)",
|
|
26546
26686
|
value: input.pipeline
|
|
26547
26687
|
}), undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || _report(_exceptionable, {
|
|
26548
26688
|
path: _path + ".item",
|
|
26549
|
-
expected: "(__type.
|
|
26689
|
+
expected: "(__type.o60 | undefined)",
|
|
26550
26690
|
value: input.item
|
|
26551
|
-
})) &&
|
|
26691
|
+
})) && _vo67(input.item, _path + ".item", true && _exceptionable) || _report(_exceptionable, {
|
|
26552
26692
|
path: _path + ".item",
|
|
26553
|
-
expected: "(__type.
|
|
26693
|
+
expected: "(__type.o60 | undefined)",
|
|
26554
26694
|
value: input.item
|
|
26555
26695
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
26556
26696
|
if (["folded", "assets", "pipeline", "item"].some(prop => key === prop))
|
|
@@ -26568,7 +26708,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26568
26708
|
"Please remove the property next time."
|
|
26569
26709
|
].join("\n")
|
|
26570
26710
|
});
|
|
26571
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26711
|
+
}).every(flag => flag))].every(flag => flag); const _vo60 = (input, _path, _exceptionable = true) => [undefined === input.auto || "boolean" === typeof input.auto || _report(_exceptionable, {
|
|
26572
26712
|
path: _path + ".auto",
|
|
26573
26713
|
expected: "(boolean | undefined)",
|
|
26574
26714
|
value: input.auto
|
|
@@ -26588,21 +26728,21 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26588
26728
|
"Please remove the property next time."
|
|
26589
26729
|
].join("\n")
|
|
26590
26730
|
});
|
|
26591
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26731
|
+
}).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
26732
|
path: _path + ".story",
|
|
26593
|
-
expected: "(__type.
|
|
26733
|
+
expected: "(__type.o55 | undefined)",
|
|
26594
26734
|
value: input.story
|
|
26595
|
-
})) &&
|
|
26735
|
+
})) && _vo62(input.story, _path + ".story", true && _exceptionable) || _report(_exceptionable, {
|
|
26596
26736
|
path: _path + ".story",
|
|
26597
|
-
expected: "(__type.
|
|
26737
|
+
expected: "(__type.o55 | undefined)",
|
|
26598
26738
|
value: input.story
|
|
26599
26739
|
}), undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || _report(_exceptionable, {
|
|
26600
26740
|
path: _path + ".note",
|
|
26601
|
-
expected: "(__type.
|
|
26741
|
+
expected: "(__type.o57 | undefined)",
|
|
26602
26742
|
value: input.note
|
|
26603
|
-
})) &&
|
|
26743
|
+
})) && _vo64(input.note, _path + ".note", true && _exceptionable) || _report(_exceptionable, {
|
|
26604
26744
|
path: _path + ".note",
|
|
26605
|
-
expected: "(__type.
|
|
26745
|
+
expected: "(__type.o57 | undefined)",
|
|
26606
26746
|
value: input.note
|
|
26607
26747
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
26608
26748
|
if (["story", "note"].some(prop => key === prop))
|
|
@@ -26620,13 +26760,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26620
26760
|
"Please remove the property next time."
|
|
26621
26761
|
].join("\n")
|
|
26622
26762
|
});
|
|
26623
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26763
|
+
}).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
26764
|
path: _path + ".excerpt",
|
|
26625
|
-
expected: "(__type.
|
|
26765
|
+
expected: "(__type.o56 | undefined)",
|
|
26626
26766
|
value: input.excerpt
|
|
26627
|
-
})) &&
|
|
26767
|
+
})) && _vo63(input.excerpt, _path + ".excerpt", true && _exceptionable) || _report(_exceptionable, {
|
|
26628
26768
|
path: _path + ".excerpt",
|
|
26629
|
-
expected: "(__type.
|
|
26769
|
+
expected: "(__type.o56 | undefined)",
|
|
26630
26770
|
value: input.excerpt
|
|
26631
26771
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
26632
26772
|
if (["excerpt"].some(prop => key === prop))
|
|
@@ -26644,7 +26784,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26644
26784
|
"Please remove the property next time."
|
|
26645
26785
|
].join("\n")
|
|
26646
26786
|
});
|
|
26647
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26787
|
+
}).every(flag => flag))].every(flag => flag); const _vo63 = (input, _path, _exceptionable = true) => [undefined === input.maxLines || "number" === typeof input.maxLines || _report(_exceptionable, {
|
|
26648
26788
|
path: _path + ".maxLines",
|
|
26649
26789
|
expected: "(number | undefined)",
|
|
26650
26790
|
value: input.maxLines
|
|
@@ -26672,7 +26812,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26672
26812
|
"Please remove the property next time."
|
|
26673
26813
|
].join("\n")
|
|
26674
26814
|
});
|
|
26675
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26815
|
+
}).every(flag => flag))].every(flag => flag); const _vo64 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
|
|
26676
26816
|
path: _path + ".maxHeight",
|
|
26677
26817
|
expected: "(number | undefined)",
|
|
26678
26818
|
value: input.maxHeight
|
|
@@ -26692,15 +26832,15 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26692
26832
|
"Please remove the property next time."
|
|
26693
26833
|
].join("\n")
|
|
26694
26834
|
});
|
|
26695
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26835
|
+
}).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
26836
|
path: _path + ".search",
|
|
26697
|
-
expected: "(__type.
|
|
26837
|
+
expected: "(__type.o59 | undefined)",
|
|
26698
26838
|
value: input.search
|
|
26699
|
-
})) &&
|
|
26839
|
+
})) && _vo66(input.search, _path + ".search", true && _exceptionable) || _report(_exceptionable, {
|
|
26700
26840
|
path: _path + ".search",
|
|
26701
|
-
expected: "(__type.
|
|
26841
|
+
expected: "(__type.o59 | undefined)",
|
|
26702
26842
|
value: input.search
|
|
26703
|
-
}), undefined === input.sortMode || true ===
|
|
26843
|
+
}), undefined === input.sortMode || true === _vv58.has(input.sortMode) || _report(_exceptionable, {
|
|
26704
26844
|
path: _path + ".sortMode",
|
|
26705
26845
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
26706
26846
|
value: input.sortMode
|
|
@@ -26720,7 +26860,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26720
26860
|
"Please remove the property next time."
|
|
26721
26861
|
].join("\n")
|
|
26722
26862
|
});
|
|
26723
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26863
|
+
}).every(flag => flag))].every(flag => flag); const _vo66 = (input, _path, _exceptionable = true) => [undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || _report(_exceptionable, {
|
|
26724
26864
|
path: _path + ".maxItemsDisplayed",
|
|
26725
26865
|
expected: "(number | undefined)",
|
|
26726
26866
|
value: input.maxItemsDisplayed
|
|
@@ -26740,7 +26880,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26740
26880
|
"Please remove the property next time."
|
|
26741
26881
|
].join("\n")
|
|
26742
26882
|
});
|
|
26743
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26883
|
+
}).every(flag => flag))].every(flag => flag); const _vo67 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
|
|
26744
26884
|
path: _path + ".maxHeight",
|
|
26745
26885
|
expected: "(number | undefined)",
|
|
26746
26886
|
value: input.maxHeight
|
|
@@ -26764,12 +26904,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26764
26904
|
"Please remove the property next time."
|
|
26765
26905
|
].join("\n")
|
|
26766
26906
|
});
|
|
26767
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26907
|
+
}).every(flag => flag))].every(flag => flag); const _vo68 = (input, _path, _exceptionable = true) => [undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || _report(_exceptionable, {
|
|
26768
26908
|
path: _path + ".fontFamilies",
|
|
26769
26909
|
expected: "(Array<string> | undefined)",
|
|
26770
26910
|
value: input.fontFamilies
|
|
26771
|
-
})) && input.fontFamilies.map((elem,
|
|
26772
|
-
path: _path + ".fontFamilies[" +
|
|
26911
|
+
})) && input.fontFamilies.map((elem, _index59) => "string" === typeof elem || _report(_exceptionable, {
|
|
26912
|
+
path: _path + ".fontFamilies[" + _index59 + "]",
|
|
26773
26913
|
expected: "string",
|
|
26774
26914
|
value: elem
|
|
26775
26915
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -26792,7 +26932,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26792
26932
|
"Please remove the property next time."
|
|
26793
26933
|
].join("\n")
|
|
26794
26934
|
});
|
|
26795
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26935
|
+
}).every(flag => flag))].every(flag => flag); const _vo69 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
|
|
26796
26936
|
path: _path + ".id",
|
|
26797
26937
|
expected: "(string | undefined)",
|
|
26798
26938
|
value: input.id
|
|
@@ -26816,21 +26956,21 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26816
26956
|
"Please remove the property next time."
|
|
26817
26957
|
].join("\n")
|
|
26818
26958
|
});
|
|
26819
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26959
|
+
}).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
26960
|
path: _path + ".adobe",
|
|
26821
|
-
expected: "(__type.
|
|
26961
|
+
expected: "(__type.o64 | undefined)",
|
|
26822
26962
|
value: input.adobe
|
|
26823
|
-
})) &&
|
|
26963
|
+
})) && _vo71(input.adobe, _path + ".adobe", true && _exceptionable) || _report(_exceptionable, {
|
|
26824
26964
|
path: _path + ".adobe",
|
|
26825
|
-
expected: "(__type.
|
|
26965
|
+
expected: "(__type.o64 | undefined)",
|
|
26826
26966
|
value: input.adobe
|
|
26827
26967
|
}), undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || _report(_exceptionable, {
|
|
26828
26968
|
path: _path + ".rive",
|
|
26829
|
-
expected: "(__type.
|
|
26969
|
+
expected: "(__type.o65 | undefined)",
|
|
26830
26970
|
value: input.rive
|
|
26831
|
-
})) &&
|
|
26971
|
+
})) && _vo72(input.rive, _path + ".rive", true && _exceptionable) || _report(_exceptionable, {
|
|
26832
26972
|
path: _path + ".rive",
|
|
26833
|
-
expected: "(__type.
|
|
26973
|
+
expected: "(__type.o65 | undefined)",
|
|
26834
26974
|
value: input.rive
|
|
26835
26975
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
26836
26976
|
if (["adobe", "rive"].some(prop => key === prop))
|
|
@@ -26848,7 +26988,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26848
26988
|
"Please remove the property next time."
|
|
26849
26989
|
].join("\n")
|
|
26850
26990
|
});
|
|
26851
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
26991
|
+
}).every(flag => flag))].every(flag => flag); const _vo71 = (input, _path, _exceptionable = true) => [undefined === input.useProxies || "boolean" === typeof input.useProxies || _report(_exceptionable, {
|
|
26852
26992
|
path: _path + ".useProxies",
|
|
26853
26993
|
expected: "(boolean | undefined)",
|
|
26854
26994
|
value: input.useProxies
|
|
@@ -26868,7 +27008,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26868
27008
|
"Please remove the property next time."
|
|
26869
27009
|
].join("\n")
|
|
26870
27010
|
});
|
|
26871
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
27011
|
+
}).every(flag => flag))].every(flag => flag); const _vo72 = (input, _path, _exceptionable = true) => [undefined === input.template || "string" === typeof input.template || _report(_exceptionable, {
|
|
26872
27012
|
path: _path + ".template",
|
|
26873
27013
|
expected: "(string | undefined)",
|
|
26874
27014
|
value: input.template
|
|
@@ -26888,7 +27028,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26888
27028
|
"Please remove the property next time."
|
|
26889
27029
|
].join("\n")
|
|
26890
27030
|
});
|
|
26891
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
27031
|
+
}).every(flag => flag))].every(flag => flag); const _vo73 = (input, _path, _exceptionable = true) => [undefined === input.collections || "boolean" === typeof input.collections || _report(_exceptionable, {
|
|
26892
27032
|
path: _path + ".collections",
|
|
26893
27033
|
expected: "(boolean | undefined)",
|
|
26894
27034
|
value: input.collections
|
|
@@ -26916,7 +27056,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
26916
27056
|
"Please remove the property next time."
|
|
26917
27057
|
].join("\n")
|
|
26918
27058
|
});
|
|
26919
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
27059
|
+
}).every(flag => flag))].every(flag => flag); const _vo74 = (input, _path, _exceptionable = true) => [undefined === input.utils || "boolean" === typeof input.utils || _report(_exceptionable, {
|
|
26920
27060
|
path: _path + ".utils",
|
|
26921
27061
|
expected: "(boolean | undefined)",
|
|
26922
27062
|
value: input.utils
|
|
@@ -27008,13 +27148,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27008
27148
|
"Please remove the property next time."
|
|
27009
27149
|
].join("\n")
|
|
27010
27150
|
});
|
|
27011
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
27151
|
+
}).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
27152
|
path: _path + ".events",
|
|
27013
|
-
expected: "(__type.
|
|
27153
|
+
expected: "(__type.o69 | undefined)",
|
|
27014
27154
|
value: input.events
|
|
27015
|
-
})) &&
|
|
27155
|
+
})) && _vo76(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
|
|
27016
27156
|
path: _path + ".events",
|
|
27017
|
-
expected: "(__type.
|
|
27157
|
+
expected: "(__type.o69 | undefined)",
|
|
27018
27158
|
value: input.events
|
|
27019
27159
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
27020
27160
|
if (["events"].some(prop => key === prop))
|
|
@@ -27032,12 +27172,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27032
27172
|
"Please remove the property next time."
|
|
27033
27173
|
].join("\n")
|
|
27034
27174
|
});
|
|
27035
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
27175
|
+
}).every(flag => flag))].every(flag => flag); const _vo76 = (input, _path, _exceptionable = true) => [undefined === input.comment || (Array.isArray(input.comment) || _report(_exceptionable, {
|
|
27036
27176
|
path: _path + ".comment",
|
|
27037
27177
|
expected: "(Array<NotificationReason> | undefined)",
|
|
27038
27178
|
value: input.comment
|
|
27039
|
-
})) && input.comment.map((elem,
|
|
27040
|
-
path: _path + ".comment[" +
|
|
27179
|
+
})) && input.comment.map((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
27180
|
+
path: _path + ".comment[" + _index60 + "]",
|
|
27041
27181
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
27042
27182
|
value: elem
|
|
27043
27183
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -27048,8 +27188,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27048
27188
|
path: _path + ".assigned",
|
|
27049
27189
|
expected: "(Array<NotificationReason> | undefined)",
|
|
27050
27190
|
value: input.assigned
|
|
27051
|
-
})) && input.assigned.map((elem,
|
|
27052
|
-
path: _path + ".assigned[" +
|
|
27191
|
+
})) && input.assigned.map((elem, _index61) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
27192
|
+
path: _path + ".assigned[" + _index61 + "]",
|
|
27053
27193
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
27054
27194
|
value: elem
|
|
27055
27195
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -27060,8 +27200,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27060
27200
|
path: _path + ".unassigned",
|
|
27061
27201
|
expected: "(Array<NotificationReason> | undefined)",
|
|
27062
27202
|
value: input.unassigned
|
|
27063
|
-
})) && input.unassigned.map((elem,
|
|
27064
|
-
path: _path + ".unassigned[" +
|
|
27203
|
+
})) && input.unassigned.map((elem, _index62) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
27204
|
+
path: _path + ".unassigned[" + _index62 + "]",
|
|
27065
27205
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
27066
27206
|
value: elem
|
|
27067
27207
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -27070,11 +27210,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27070
27210
|
value: input.unassigned
|
|
27071
27211
|
}), undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || _report(_exceptionable, {
|
|
27072
27212
|
path: _path + ".publishSucceeded",
|
|
27073
|
-
expected: "(__type.
|
|
27213
|
+
expected: "(__type.o70 | undefined)",
|
|
27074
27214
|
value: input.publishSucceeded
|
|
27075
|
-
})) &&
|
|
27215
|
+
})) && _vo77(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || _report(_exceptionable, {
|
|
27076
27216
|
path: _path + ".publishSucceeded",
|
|
27077
|
-
expected: "(__type.
|
|
27217
|
+
expected: "(__type.o70 | undefined)",
|
|
27078
27218
|
value: input.publishSucceeded
|
|
27079
27219
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
27080
27220
|
if (["comment", "assigned", "unassigned", "publishSucceeded"].some(prop => key === prop))
|
|
@@ -27092,7 +27232,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27092
27232
|
"Please remove the property next time."
|
|
27093
27233
|
].join("\n")
|
|
27094
27234
|
});
|
|
27095
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
27235
|
+
}).every(flag => flag))].every(flag => flag); const _vo77 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
27096
27236
|
const value = input[key];
|
|
27097
27237
|
if (undefined === value)
|
|
27098
27238
|
return true;
|
|
@@ -27100,8 +27240,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27100
27240
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
27101
27241
|
expected: "Array<NotificationReason>",
|
|
27102
27242
|
value: value
|
|
27103
|
-
})) && value.map((elem,
|
|
27104
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
27243
|
+
})) && value.map((elem, _index63) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
27244
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index63 + "]",
|
|
27105
27245
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
27106
27246
|
value: elem
|
|
27107
27247
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -27109,12 +27249,60 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27109
27249
|
expected: "Array<NotificationReason>",
|
|
27110
27250
|
value: value
|
|
27111
27251
|
});
|
|
27112
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
27252
|
+
}).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, {
|
|
27253
|
+
path: _path + ".duplicate",
|
|
27254
|
+
expected: "(__type.o72 | undefined)",
|
|
27255
|
+
value: input.duplicate
|
|
27256
|
+
})) && _vo79(input.duplicate, _path + ".duplicate", true && _exceptionable) || _report(_exceptionable, {
|
|
27257
|
+
path: _path + ".duplicate",
|
|
27258
|
+
expected: "(__type.o72 | undefined)",
|
|
27259
|
+
value: input.duplicate
|
|
27260
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
27261
|
+
if (["duplicate"].some(prop => key === prop))
|
|
27262
|
+
return true;
|
|
27263
|
+
const value = input[key];
|
|
27264
|
+
if (undefined === value)
|
|
27265
|
+
return true;
|
|
27266
|
+
return _report(_exceptionable, {
|
|
27267
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
27268
|
+
expected: "undefined",
|
|
27269
|
+
value: value,
|
|
27270
|
+
description: [
|
|
27271
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
27272
|
+
"",
|
|
27273
|
+
"Please remove the property next time."
|
|
27274
|
+
].join("\n")
|
|
27275
|
+
});
|
|
27276
|
+
}).every(flag => flag))].every(flag => flag); const _vo79 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
|
|
27277
|
+
path: _path + ".titlePrefix",
|
|
27278
|
+
expected: "(string | undefined)",
|
|
27279
|
+
value: input.titlePrefix
|
|
27280
|
+
}), undefined === input.titleSuffix || "string" === typeof input.titleSuffix || _report(_exceptionable, {
|
|
27281
|
+
path: _path + ".titleSuffix",
|
|
27282
|
+
expected: "(string | undefined)",
|
|
27283
|
+
value: input.titleSuffix
|
|
27284
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
27285
|
+
if (["titlePrefix", "titleSuffix"].some(prop => key === prop))
|
|
27286
|
+
return true;
|
|
27287
|
+
const value = input[key];
|
|
27288
|
+
if (undefined === value)
|
|
27289
|
+
return true;
|
|
27290
|
+
return _report(_exceptionable, {
|
|
27291
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
27292
|
+
expected: "undefined",
|
|
27293
|
+
value: value,
|
|
27294
|
+
description: [
|
|
27295
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
27296
|
+
"",
|
|
27297
|
+
"Please remove the property next time."
|
|
27298
|
+
].join("\n")
|
|
27299
|
+
});
|
|
27300
|
+
}).every(flag => flag))].every(flag => flag); const _vo80 = (input, _path, _exceptionable = true) => [undefined === input.stateFilter || (Array.isArray(input.stateFilter) || _report(_exceptionable, {
|
|
27113
27301
|
path: _path + ".stateFilter",
|
|
27114
27302
|
expected: "(Array<number> | undefined)",
|
|
27115
27303
|
value: input.stateFilter
|
|
27116
|
-
})) && input.stateFilter.map((elem,
|
|
27117
|
-
path: _path + ".stateFilter[" +
|
|
27304
|
+
})) && input.stateFilter.map((elem, _index64) => "number" === typeof elem || _report(_exceptionable, {
|
|
27305
|
+
path: _path + ".stateFilter[" + _index64 + "]",
|
|
27118
27306
|
expected: "number",
|
|
27119
27307
|
value: elem
|
|
27120
27308
|
})).every(flag => flag) || _report(_exceptionable, {
|