@nxtedition/types 23.1.5 → 23.1.6

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.
@@ -10844,12 +10844,12 @@ function _assertGuardDomainRecord(domain, input) {
10844
10844
  }; })()(input);
10845
10845
  }
10846
10846
  case ":media.source": {
10847
- return (() => { const _io0 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io1(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.graphics || "string" === typeof input.graphics) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io3(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io6(input.video)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io12(input.audio)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io13(input.transcribe)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io11(input.crop)) && (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io7(input.filters)) && (undefined === input.orientation || "number" === typeof input.orientation) && (undefined === input.rotate || "number" === typeof input.rotate) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io1 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io2(input.video)) && (null === input.proxy || undefined === input.proxy || "string" === typeof input.proxy) && (null === input.proxyManifest || undefined === input.proxyManifest || "string" === typeof input.proxyManifest) && (null === input.proxyFile || undefined === input.proxyFile || "string" === typeof input.proxyFile) && (null === input.manifest || undefined === input.manifest || "string" === typeof input.manifest); const _io2 = input => (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced); const _io3 = input => Object.keys(input).every(key => {
10847
+ return (() => { const _io0 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io1(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.graphics || "string" === typeof input.graphics) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io3(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io6(input.video)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io13(input.audio)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io14(input.transcribe)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io11(input.crop)) && (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io7(input.filters)) && (undefined === input.orientation || "number" === typeof input.orientation) && (undefined === input.rotate || "number" === typeof input.rotate) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io1 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io2(input.video)) && (null === input.proxy || undefined === input.proxy || "string" === typeof input.proxy) && (null === input.proxyManifest || undefined === input.proxyManifest || "string" === typeof input.proxyManifest) && (null === input.proxyFile || undefined === input.proxyFile || "string" === typeof input.proxyFile) && (null === input.manifest || undefined === input.manifest || "string" === typeof input.manifest); const _io2 = input => (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced); const _io3 = input => Object.keys(input).every(key => {
10848
10848
  const value = input[key];
10849
10849
  if (undefined === value)
10850
10850
  return true;
10851
10851
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io4(value);
10852
- }); const _io4 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io5(input.styleOverrides)); const _io5 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io6 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io7(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io11(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io7 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io8(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io9(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io10(input.colorbalance)); const _io8 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io9 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io10 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io11 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io12 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io13 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10852
+ }); const _io4 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io5(input.styleOverrides)); const _io5 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io6 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io7(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io11(input.crop)) && (undefined === input.focus || "object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) && _io12(input.focus)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io7 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io8(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io9(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io10(input.colorbalance)); const _io8 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io9 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io10 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io11 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io12 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y); const _io13 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io14 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10853
10853
  method: "typia.assertGuard",
10854
10854
  path: _path + ".id",
10855
10855
  expected: "(string | undefined)",
@@ -10909,7 +10909,7 @@ function _assertGuardDomainRecord(domain, input) {
10909
10909
  path: _path + ".audio",
10910
10910
  expected: "(__type.o6 | undefined)",
10911
10911
  value: input.audio
10912
- }, _errorFactory)) && _ao12(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10912
+ }, _errorFactory)) && _ao13(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10913
10913
  method: "typia.assertGuard",
10914
10914
  path: _path + ".audio",
10915
10915
  expected: "(__type.o6 | undefined)",
@@ -10929,7 +10929,7 @@ function _assertGuardDomainRecord(domain, input) {
10929
10929
  path: _path + ".transcribe",
10930
10930
  expected: "(__type.o7 | undefined)",
10931
10931
  value: input.transcribe
10932
- }, _errorFactory)) && _ao13(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10932
+ }, _errorFactory)) && _ao14(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10933
10933
  method: "typia.assertGuard",
10934
10934
  path: _path + ".transcribe",
10935
10935
  expected: "(__type.o7 | undefined)",
@@ -11194,6 +11194,16 @@ function _assertGuardDomainRecord(domain, input) {
11194
11194
  path: _path + ".crop",
11195
11195
  expected: "(RenderSceneCrop | undefined)",
11196
11196
  value: input.crop
11197
+ }, _errorFactory)) && (undefined === input.focus || ("object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11198
+ method: "typia.assertGuard",
11199
+ path: _path + ".focus",
11200
+ expected: "(RenderSceneFocus | undefined)",
11201
+ value: input.focus
11202
+ }, _errorFactory)) && _ao12(input.focus, _path + ".focus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11203
+ method: "typia.assertGuard",
11204
+ path: _path + ".focus",
11205
+ expected: "(RenderSceneFocus | undefined)",
11206
+ value: input.focus
11197
11207
  }, _errorFactory)) && (undefined === input.orientation || "number" === typeof input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11198
11208
  method: "typia.assertGuard",
11199
11209
  path: _path + ".orientation",
@@ -11339,7 +11349,17 @@ function _assertGuardDomainRecord(domain, input) {
11339
11349
  path: _path + ".height",
11340
11350
  expected: "(number | undefined)",
11341
11351
  value: input.height
11342
- }, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11352
+ }, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11353
+ method: "typia.assertGuard",
11354
+ path: _path + ".x",
11355
+ expected: "(number | undefined)",
11356
+ value: input.x
11357
+ }, _errorFactory)) && (undefined === input.y || "number" === typeof input.y || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11358
+ method: "typia.assertGuard",
11359
+ path: _path + ".y",
11360
+ expected: "(number | undefined)",
11361
+ value: input.y
11362
+ }, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11343
11363
  method: "typia.assertGuard",
11344
11364
  path: _path + ".pan",
11345
11365
  expected: "(Array<Array<number>> | undefined)",
@@ -11364,7 +11384,7 @@ function _assertGuardDomainRecord(domain, input) {
11364
11384
  path: _path + ".pan",
11365
11385
  expected: "(Array<Array<number>> | undefined)",
11366
11386
  value: input.pan
11367
- }, _errorFactory); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11387
+ }, _errorFactory); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11368
11388
  method: "typia.assertGuard",
11369
11389
  path: _path + ".language",
11370
11390
  expected: "(string | undefined)",
@@ -12199,12 +12219,12 @@ function _assertGuardDomainRecord(domain, input) {
12199
12219
  if (undefined === value)
12200
12220
  return true;
12201
12221
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io1(value);
12202
- }); const _io1 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io2(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.graphics || "string" === typeof input.graphics) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io4(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io7(input.video)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io13(input.audio)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io14(input.transcribe)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io12(input.crop)) && (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io8(input.filters)) && (undefined === input.orientation || "number" === typeof input.orientation) && (undefined === input.rotate || "number" === typeof input.rotate) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io2 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io3(input.video)) && (null === input.proxy || undefined === input.proxy || "string" === typeof input.proxy) && (null === input.proxyManifest || undefined === input.proxyManifest || "string" === typeof input.proxyManifest) && (null === input.proxyFile || undefined === input.proxyFile || "string" === typeof input.proxyFile) && (null === input.manifest || undefined === input.manifest || "string" === typeof input.manifest); const _io3 = input => (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced); const _io4 = input => Object.keys(input).every(key => {
12222
+ }); const _io1 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io2(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.graphics || "string" === typeof input.graphics) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io4(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io7(input.video)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io14(input.audio)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io15(input.transcribe)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io12(input.crop)) && (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io8(input.filters)) && (undefined === input.orientation || "number" === typeof input.orientation) && (undefined === input.rotate || "number" === typeof input.rotate) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io2 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io3(input.video)) && (null === input.proxy || undefined === input.proxy || "string" === typeof input.proxy) && (null === input.proxyManifest || undefined === input.proxyManifest || "string" === typeof input.proxyManifest) && (null === input.proxyFile || undefined === input.proxyFile || "string" === typeof input.proxyFile) && (null === input.manifest || undefined === input.manifest || "string" === typeof input.manifest); const _io3 = input => (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced); const _io4 = input => Object.keys(input).every(key => {
12203
12223
  const value = input[key];
12204
12224
  if (undefined === value)
12205
12225
  return true;
12206
12226
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
12207
- }); const _io5 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io6(input.styleOverrides)); const _io6 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io7 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io8(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io12(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io8 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io9(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io10(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io11(input.colorbalance)); const _io9 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io10 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io11 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io12 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io13 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io14 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _ao0 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
12227
+ }); const _io5 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io6(input.styleOverrides)); const _io6 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io7 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io8(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io12(input.crop)) && (undefined === input.focus || "object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) && _io13(input.focus)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io8 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io9(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io10(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io11(input.colorbalance)); const _io9 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io10 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io11 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io12 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io15 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _ao0 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
12208
12228
  const value = input[key];
12209
12229
  if (undefined === value)
12210
12230
  return true;
@@ -12279,7 +12299,7 @@ function _assertGuardDomainRecord(domain, input) {
12279
12299
  path: _path + ".audio",
12280
12300
  expected: "(__type.o6 | undefined)",
12281
12301
  value: input.audio
12282
- }, _errorFactory)) && _ao13(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12302
+ }, _errorFactory)) && _ao14(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12283
12303
  method: "typia.assertGuard",
12284
12304
  path: _path + ".audio",
12285
12305
  expected: "(__type.o6 | undefined)",
@@ -12299,7 +12319,7 @@ function _assertGuardDomainRecord(domain, input) {
12299
12319
  path: _path + ".transcribe",
12300
12320
  expected: "(__type.o7 | undefined)",
12301
12321
  value: input.transcribe
12302
- }, _errorFactory)) && _ao14(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12322
+ }, _errorFactory)) && _ao15(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12303
12323
  method: "typia.assertGuard",
12304
12324
  path: _path + ".transcribe",
12305
12325
  expected: "(__type.o7 | undefined)",
@@ -12564,6 +12584,16 @@ function _assertGuardDomainRecord(domain, input) {
12564
12584
  path: _path + ".crop",
12565
12585
  expected: "(RenderSceneCrop | undefined)",
12566
12586
  value: input.crop
12587
+ }, _errorFactory)) && (undefined === input.focus || ("object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12588
+ method: "typia.assertGuard",
12589
+ path: _path + ".focus",
12590
+ expected: "(RenderSceneFocus | undefined)",
12591
+ value: input.focus
12592
+ }, _errorFactory)) && _ao13(input.focus, _path + ".focus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12593
+ method: "typia.assertGuard",
12594
+ path: _path + ".focus",
12595
+ expected: "(RenderSceneFocus | undefined)",
12596
+ value: input.focus
12567
12597
  }, _errorFactory)) && (undefined === input.orientation || "number" === typeof input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12568
12598
  method: "typia.assertGuard",
12569
12599
  path: _path + ".orientation",
@@ -12709,7 +12739,17 @@ function _assertGuardDomainRecord(domain, input) {
12709
12739
  path: _path + ".height",
12710
12740
  expected: "(number | undefined)",
12711
12741
  value: input.height
12712
- }, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12742
+ }, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12743
+ method: "typia.assertGuard",
12744
+ path: _path + ".x",
12745
+ expected: "(number | undefined)",
12746
+ value: input.x
12747
+ }, _errorFactory)) && (undefined === input.y || "number" === typeof input.y || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12748
+ method: "typia.assertGuard",
12749
+ path: _path + ".y",
12750
+ expected: "(number | undefined)",
12751
+ value: input.y
12752
+ }, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12713
12753
  method: "typia.assertGuard",
12714
12754
  path: _path + ".pan",
12715
12755
  expected: "(Array<Array<number>> | undefined)",
@@ -12734,7 +12774,7 @@ function _assertGuardDomainRecord(domain, input) {
12734
12774
  path: _path + ".pan",
12735
12775
  expected: "(Array<Array<number>> | undefined)",
12736
12776
  value: input.pan
12737
- }, _errorFactory); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12777
+ }, _errorFactory); const _ao15 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12738
12778
  method: "typia.assertGuard",
12739
12779
  path: _path + ".language",
12740
12780
  expected: "(string | undefined)",
@@ -14785,46 +14825,46 @@ function _assertGuardDomainRecord(domain, input) {
14785
14825
  }; })()(input);
14786
14826
  }
14787
14827
  case ":publish": {
14788
- return (() => { const _io0 = input => (null === input.type || undefined === input.type) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && true && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io1 = input => (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io2(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io16(input.profile)); const _io2 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io3(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.graphics || "string" === typeof input.graphics) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io5(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io8(input.video)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io14(input.audio)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io15(input.transcribe)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.orientation || "number" === typeof input.orientation) && (undefined === input.rotate || "number" === typeof input.rotate) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io3 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io4(input.video)) && (null === input.proxy || undefined === input.proxy || "string" === typeof input.proxy) && (null === input.proxyManifest || undefined === input.proxyManifest || "string" === typeof input.proxyManifest) && (null === input.proxyFile || undefined === input.proxyFile || "string" === typeof input.proxyFile) && (null === input.manifest || undefined === input.manifest || "string" === typeof input.manifest); const _io4 = input => (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced); const _io5 = input => Object.keys(input).every(key => {
14828
+ return (() => { const _io0 = input => (null === input.type || undefined === input.type) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && true && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io24(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io25(elem))); const _io1 = input => (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io2(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io17(input.profile)); const _io2 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io3(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.graphics || "string" === typeof input.graphics) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io5(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io8(input.video)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io15(input.audio)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io16(input.transcribe)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.orientation || "number" === typeof input.orientation) && (undefined === input.rotate || "number" === typeof input.rotate) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io3 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io4(input.video)) && (null === input.proxy || undefined === input.proxy || "string" === typeof input.proxy) && (null === input.proxyManifest || undefined === input.proxyManifest || "string" === typeof input.proxyManifest) && (null === input.proxyFile || undefined === input.proxyFile || "string" === typeof input.proxyFile) && (null === input.manifest || undefined === input.manifest || "string" === typeof input.manifest); const _io4 = input => (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced); const _io5 = input => Object.keys(input).every(key => {
14789
14829
  const value = input[key];
14790
14830
  if (undefined === value)
14791
14831
  return true;
14792
14832
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
14793
- }); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io15 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _io16 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io17(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io18(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io19(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io20(input.subtitle))); const _io17 = input => "string" === typeof input.engine; const _io18 = input => "string" === typeof input.language; const _io19 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io20 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io21(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io22(input.ass)); const _io21 = input => undefined === input.preset || "string" === typeof input.preset; const _io22 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io23 = input => "string" === typeof input.method; const _io24 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io25 = input => (undefined === input.type || "facebook" === input.type) && (undefined === input.pageId || "string" === typeof input.pageId) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && true && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io26 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io27(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io31(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io32(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io35(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io27 = input => Object.keys(input).every(key => {
14833
+ }); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.focus || "object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) && _io14(input.focus)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y); const _io15 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io16 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _io17 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io18(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io19(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io20(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io21(input.subtitle))); const _io18 = input => "string" === typeof input.engine; const _io19 = input => "string" === typeof input.language; const _io20 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io21 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io22(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io23(input.ass)); const _io22 = input => undefined === input.preset || "string" === typeof input.preset; const _io23 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io24 = input => "string" === typeof input.method; const _io25 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io26 = input => (undefined === input.type || "facebook" === input.type) && (undefined === input.pageId || "string" === typeof input.pageId) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && true && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io24(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io25(elem))); const _io27 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io28(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io32(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io33(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io36(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io24(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io25(elem))); const _io28 = input => Object.keys(input).every(key => {
14794
14834
  const value = input[key];
14795
14835
  if (undefined === value)
14796
14836
  return true;
14797
14837
  return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
14798
- }); const _io28 = input => (undefined === input.name || "string" === typeof input.name) && "string" === typeof input.path && (undefined === input.collisionStrategy || "overwrite" === input.collisionStrategy || "skip" === input.collisionStrategy) && (undefined === input.ignoreEmptyScene || "boolean" === typeof input.ignoreEmptyScene) && (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io2(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io16(input.profile)); const _io29 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io28(input.__returnValue)); const _io30 = input => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io26(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io31 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io32 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io33(input.renders)); const _io33 = input => Object.keys(input).every(key => {
14838
+ }); const _io29 = input => (undefined === input.name || "string" === typeof input.name) && "string" === typeof input.path && (undefined === input.collisionStrategy || "overwrite" === input.collisionStrategy || "skip" === input.collisionStrategy) && (undefined === input.ignoreEmptyScene || "boolean" === typeof input.ignoreEmptyScene) && (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io2(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io17(input.profile)); const _io30 = input => "object" === typeof input.__context && null !== input.__context && _io31(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io29(input.__returnValue)); const _io31 = input => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io27(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io32 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io33 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io34(input.renders)); const _io34 = input => Object.keys(input).every(key => {
14799
14839
  const value = input[key];
14800
14840
  if (undefined === value)
14801
14841
  return true;
14802
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io34(value);
14803
- }); const _io34 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io35 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io36 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io31(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && _io37(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io35(input.published)) && (null !== input.renders && undefined === input.renders) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io37 = input => (undefined === input.id || "string" === typeof input.id) && "string" === typeof input.path && "string" === typeof input.filename && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && _io38(input.subtitle)) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io39(input.metafile)) && Object.keys(input).every(key => {
14842
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io35(value);
14843
+ }); const _io35 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io25(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io36 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io37 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io32(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && _io38(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io36(input.published)) && (null !== input.renders && undefined === input.renders) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io24(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io25(elem))); const _io38 = input => (undefined === input.id || "string" === typeof input.id) && "string" === typeof input.path && "string" === typeof input.filename && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && _io39(input.subtitle)) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io40(input.metafile)) && Object.keys(input).every(key => {
14804
14844
  if (["id", "path", "filename", "directory", "subtitle", "metafile"].some(prop => key === prop))
14805
14845
  return true;
14806
14846
  const value = input[key];
14807
14847
  if (undefined === value)
14808
14848
  return true;
14809
14849
  return true;
14810
- }); const _io38 = input => "string" === typeof input.path; const _io39 = input => "string" === typeof input.path; const _io40 = input => (undefined === input.type || "youtube" === input.type) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io41(input.draft)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io41 = input => undefined === input.snippet || "object" === typeof input.snippet && null !== input.snippet && false === Array.isArray(input.snippet) && _io42(input.snippet); const _io42 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.description || "string" === typeof input.description); const _iu0 = input => (() => {
14850
+ }); const _io39 = input => "string" === typeof input.path; const _io40 = input => "string" === typeof input.path; const _io41 = input => (undefined === input.type || "youtube" === input.type) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io42(input.draft)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io24(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io25(elem))); const _io42 = input => undefined === input.snippet || "object" === typeof input.snippet && null !== input.snippet && false === Array.isArray(input.snippet) && _io43(input.snippet); const _io43 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.description || "string" === typeof input.description); const _iu0 = input => (() => {
14811
14851
  if (undefined !== input.path)
14812
- return _io28(input);
14813
- else if (undefined !== input.__context)
14814
14852
  return _io29(input);
14853
+ else if (undefined !== input.__context)
14854
+ return _io30(input);
14815
14855
  else
14816
14856
  return false;
14817
14857
  })(); const _iu1 = input => (() => {
14818
14858
  if (_io0(input))
14819
14859
  return _io0(input);
14820
- if (_io25(input))
14821
- return _io25(input);
14822
- if (_io36(input))
14823
- return _io36(input);
14824
14860
  if (_io26(input))
14825
14861
  return _io26(input);
14826
- if (_io40(input))
14827
- return _io40(input);
14862
+ if (_io37(input))
14863
+ return _io37(input);
14864
+ if (_io27(input))
14865
+ return _io27(input);
14866
+ if (_io41(input))
14867
+ return _io41(input);
14828
14868
  return false;
14829
14869
  })(); const _ao0 = (input, _path, _exceptionable = true) => (null === input.type || undefined === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14830
14870
  method: "typia.assertGuard",
@@ -14856,7 +14896,7 @@ function _assertGuardDomainRecord(domain, input) {
14856
14896
  path: _path + ".error",
14857
14897
  expected: "(__type.o13 | null | undefined)",
14858
14898
  value: input.error
14859
- }, _errorFactory)) && _ao23(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14899
+ }, _errorFactory)) && _ao24(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14860
14900
  method: "typia.assertGuard",
14861
14901
  path: _path + ".error",
14862
14902
  expected: "(__type.o13 | null | undefined)",
@@ -14871,7 +14911,7 @@ function _assertGuardDomainRecord(domain, input) {
14871
14911
  path: _path + ".messages[" + _index12 + "]",
14872
14912
  expected: "Message",
14873
14913
  value: elem
14874
- }, _errorFactory)) && _ao24(elem, _path + ".messages[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14914
+ }, _errorFactory)) && _ao25(elem, _path + ".messages[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14875
14915
  method: "typia.assertGuard",
14876
14916
  path: _path + ".messages[" + _index12 + "]",
14877
14917
  expected: "Message",
@@ -14906,7 +14946,7 @@ function _assertGuardDomainRecord(domain, input) {
14906
14946
  path: _path + ".profile",
14907
14947
  expected: "(RenderProfileObject | undefined)",
14908
14948
  value: input.profile
14909
- }, _errorFactory)) && _ao16(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14949
+ }, _errorFactory)) && _ao17(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14910
14950
  method: "typia.assertGuard",
14911
14951
  path: _path + ".profile",
14912
14952
  expected: "(RenderProfileObject | undefined)",
@@ -14971,7 +15011,7 @@ function _assertGuardDomainRecord(domain, input) {
14971
15011
  path: _path + ".audio",
14972
15012
  expected: "(__type.o6 | undefined)",
14973
15013
  value: input.audio
14974
- }, _errorFactory)) && _ao14(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15014
+ }, _errorFactory)) && _ao15(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14975
15015
  method: "typia.assertGuard",
14976
15016
  path: _path + ".audio",
14977
15017
  expected: "(__type.o6 | undefined)",
@@ -14991,7 +15031,7 @@ function _assertGuardDomainRecord(domain, input) {
14991
15031
  path: _path + ".transcribe",
14992
15032
  expected: "(__type.o7 | undefined)",
14993
15033
  value: input.transcribe
14994
- }, _errorFactory)) && _ao15(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15034
+ }, _errorFactory)) && _ao16(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14995
15035
  method: "typia.assertGuard",
14996
15036
  path: _path + ".transcribe",
14997
15037
  expected: "(__type.o7 | undefined)",
@@ -15256,6 +15296,16 @@ function _assertGuardDomainRecord(domain, input) {
15256
15296
  path: _path + ".crop",
15257
15297
  expected: "(RenderSceneCrop | undefined)",
15258
15298
  value: input.crop
15299
+ }, _errorFactory)) && (undefined === input.focus || ("object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15300
+ method: "typia.assertGuard",
15301
+ path: _path + ".focus",
15302
+ expected: "(RenderSceneFocus | undefined)",
15303
+ value: input.focus
15304
+ }, _errorFactory)) && _ao14(input.focus, _path + ".focus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15305
+ method: "typia.assertGuard",
15306
+ path: _path + ".focus",
15307
+ expected: "(RenderSceneFocus | undefined)",
15308
+ value: input.focus
15259
15309
  }, _errorFactory)) && (undefined === input.orientation || "number" === typeof input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15260
15310
  method: "typia.assertGuard",
15261
15311
  path: _path + ".orientation",
@@ -15401,7 +15451,17 @@ function _assertGuardDomainRecord(domain, input) {
15401
15451
  path: _path + ".height",
15402
15452
  expected: "(number | undefined)",
15403
15453
  value: input.height
15404
- }, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15454
+ }, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15455
+ method: "typia.assertGuard",
15456
+ path: _path + ".x",
15457
+ expected: "(number | undefined)",
15458
+ value: input.x
15459
+ }, _errorFactory)) && (undefined === input.y || "number" === typeof input.y || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15460
+ method: "typia.assertGuard",
15461
+ path: _path + ".y",
15462
+ expected: "(number | undefined)",
15463
+ value: input.y
15464
+ }, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15405
15465
  method: "typia.assertGuard",
15406
15466
  path: _path + ".pan",
15407
15467
  expected: "(Array<Array<number>> | undefined)",
@@ -15426,7 +15486,7 @@ function _assertGuardDomainRecord(domain, input) {
15426
15486
  path: _path + ".pan",
15427
15487
  expected: "(Array<Array<number>> | undefined)",
15428
15488
  value: input.pan
15429
- }, _errorFactory); const _ao15 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15489
+ }, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15430
15490
  method: "typia.assertGuard",
15431
15491
  path: _path + ".language",
15432
15492
  expected: "(string | undefined)",
@@ -15451,7 +15511,7 @@ function _assertGuardDomainRecord(domain, input) {
15451
15511
  path: _path + ".diarization",
15452
15512
  expected: "(boolean | undefined)",
15453
15513
  value: input.diarization
15454
- }, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15514
+ }, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15455
15515
  method: "typia.assertGuard",
15456
15516
  path: _path + ".format",
15457
15517
  expected: "string",
@@ -15461,7 +15521,7 @@ function _assertGuardDomainRecord(domain, input) {
15461
15521
  path: _path + ".transcribe",
15462
15522
  expected: "(__type.o8 | undefined)",
15463
15523
  value: input.transcribe
15464
- }, _errorFactory)) && _ao17(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15524
+ }, _errorFactory)) && _ao18(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15465
15525
  method: "typia.assertGuard",
15466
15526
  path: _path + ".transcribe",
15467
15527
  expected: "(__type.o8 | undefined)",
@@ -15471,7 +15531,7 @@ function _assertGuardDomainRecord(domain, input) {
15471
15531
  path: _path + ".translate",
15472
15532
  expected: "(__type.o9 | undefined)",
15473
15533
  value: input.translate
15474
- }, _errorFactory)) && _ao18(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15534
+ }, _errorFactory)) && _ao19(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15475
15535
  method: "typia.assertGuard",
15476
15536
  path: _path + ".translate",
15477
15537
  expected: "(__type.o9 | undefined)",
@@ -15481,7 +15541,7 @@ function _assertGuardDomainRecord(domain, input) {
15481
15541
  path: _path + ".audio",
15482
15542
  expected: "(__type.o10 | undefined)",
15483
15543
  value: input.audio
15484
- }, _errorFactory)) && _ao19(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15544
+ }, _errorFactory)) && _ao20(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15485
15545
  method: "typia.assertGuard",
15486
15546
  path: _path + ".audio",
15487
15547
  expected: "(__type.o10 | undefined)",
@@ -15511,22 +15571,22 @@ function _assertGuardDomainRecord(domain, input) {
15511
15571
  path: _path + ".subtitle",
15512
15572
  expected: "(SubtitleProfile | string | undefined)",
15513
15573
  value: input.subtitle
15514
- }, _errorFactory)) && _ao20(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15574
+ }, _errorFactory)) && _ao21(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15515
15575
  method: "typia.assertGuard",
15516
15576
  path: _path + ".subtitle",
15517
15577
  expected: "(SubtitleProfile | string | undefined)",
15518
15578
  value: input.subtitle
15519
- }, _errorFactory))); const _ao17 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15579
+ }, _errorFactory))); const _ao18 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15520
15580
  method: "typia.assertGuard",
15521
15581
  path: _path + ".engine",
15522
15582
  expected: "string",
15523
15583
  value: input.engine
15524
- }, _errorFactory); const _ao18 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15584
+ }, _errorFactory); const _ao19 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15525
15585
  method: "typia.assertGuard",
15526
15586
  path: _path + ".language",
15527
15587
  expected: "string",
15528
15588
  value: input.language
15529
- }, _errorFactory); const _ao19 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15589
+ }, _errorFactory); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15530
15590
  method: "typia.assertGuard",
15531
15591
  path: _path + ".codec",
15532
15592
  expected: "(string | undefined)",
@@ -15546,7 +15606,7 @@ function _assertGuardDomainRecord(domain, input) {
15546
15606
  path: _path + ".split",
15547
15607
  expected: "(boolean | undefined)",
15548
15608
  value: input.split
15549
- }, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15609
+ }, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15550
15610
  method: "typia.assertGuard",
15551
15611
  path: _path + ".lang",
15552
15612
  expected: "(string | undefined)",
@@ -15561,7 +15621,7 @@ function _assertGuardDomainRecord(domain, input) {
15561
15621
  path: _path + ".ccconverter",
15562
15622
  expected: "(__type.o11 | undefined)",
15563
15623
  value: input.ccconverter
15564
- }, _errorFactory)) && _ao21(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15624
+ }, _errorFactory)) && _ao22(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15565
15625
  method: "typia.assertGuard",
15566
15626
  path: _path + ".ccconverter",
15567
15627
  expected: "(__type.o11 | undefined)",
@@ -15571,17 +15631,17 @@ function _assertGuardDomainRecord(domain, input) {
15571
15631
  path: _path + ".ass",
15572
15632
  expected: "(__type.o12 | undefined)",
15573
15633
  value: input.ass
15574
- }, _errorFactory)) && _ao22(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15634
+ }, _errorFactory)) && _ao23(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15575
15635
  method: "typia.assertGuard",
15576
15636
  path: _path + ".ass",
15577
15637
  expected: "(__type.o12 | undefined)",
15578
15638
  value: input.ass
15579
- }, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15639
+ }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15580
15640
  method: "typia.assertGuard",
15581
15641
  path: _path + ".preset",
15582
15642
  expected: "(string | undefined)",
15583
15643
  value: input.preset
15584
- }, _errorFactory); const _ao22 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15644
+ }, _errorFactory); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15585
15645
  method: "typia.assertGuard",
15586
15646
  path: _path + ".futureWordWrapping",
15587
15647
  expected: "(boolean | undefined)",
@@ -15596,12 +15656,12 @@ function _assertGuardDomainRecord(domain, input) {
15596
15656
  path: _path + ".enableUnsafeLineSpacingHack",
15597
15657
  expected: "(boolean | undefined)",
15598
15658
  value: input.enableUnsafeLineSpacingHack
15599
- }, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15659
+ }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15600
15660
  method: "typia.assertGuard",
15601
15661
  path: _path + ".method",
15602
15662
  expected: "string",
15603
15663
  value: input.method
15604
- }, _errorFactory); const _ao24 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15664
+ }, _errorFactory); const _ao25 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15605
15665
  method: "typia.assertGuard",
15606
15666
  path: _path + ".level",
15607
15667
  expected: "number",
@@ -15616,7 +15676,7 @@ function _assertGuardDomainRecord(domain, input) {
15616
15676
  path: _path + ".msg",
15617
15677
  expected: "string",
15618
15678
  value: input.msg
15619
- }, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (undefined === input.type || "facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15679
+ }, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.type || "facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15620
15680
  method: "typia.assertGuard",
15621
15681
  path: _path + ".type",
15622
15682
  expected: "(\"facebook\" | undefined)",
@@ -15651,7 +15711,7 @@ function _assertGuardDomainRecord(domain, input) {
15651
15711
  path: _path + ".error",
15652
15712
  expected: "(__type.o13 | null | undefined)",
15653
15713
  value: input.error
15654
- }, _errorFactory)) && _ao23(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15714
+ }, _errorFactory)) && _ao24(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15655
15715
  method: "typia.assertGuard",
15656
15716
  path: _path + ".error",
15657
15717
  expected: "(__type.o13 | null | undefined)",
@@ -15666,7 +15726,7 @@ function _assertGuardDomainRecord(domain, input) {
15666
15726
  path: _path + ".messages[" + _index17 + "]",
15667
15727
  expected: "Message",
15668
15728
  value: elem
15669
- }, _errorFactory)) && _ao24(elem, _path + ".messages[" + _index17 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15729
+ }, _errorFactory)) && _ao25(elem, _path + ".messages[" + _index17 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15670
15730
  method: "typia.assertGuard",
15671
15731
  path: _path + ".messages[" + _index17 + "]",
15672
15732
  expected: "Message",
@@ -15676,7 +15736,7 @@ function _assertGuardDomainRecord(domain, input) {
15676
15736
  path: _path + ".messages",
15677
15737
  expected: "(Array<Message> | undefined)",
15678
15738
  value: input.messages
15679
- }, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15739
+ }, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15680
15740
  method: "typia.assertGuard",
15681
15741
  path: _path + ".type",
15682
15742
  expected: "(\"file\" | undefined)",
@@ -15696,7 +15756,7 @@ function _assertGuardDomainRecord(domain, input) {
15696
15756
  path: _path + ".renders",
15697
15757
  expected: "(Record<string, FilePublishRender> | undefined)",
15698
15758
  value: input.renders
15699
- }, _errorFactory)) && _ao27(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15759
+ }, _errorFactory)) && _ao28(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15700
15760
  method: "typia.assertGuard",
15701
15761
  path: _path + ".renders",
15702
15762
  expected: "(Record<string, FilePublishRender> | undefined)",
@@ -15706,7 +15766,7 @@ function _assertGuardDomainRecord(domain, input) {
15706
15766
  path: _path + ".draft",
15707
15767
  expected: "(FilePublishDraft | undefined)",
15708
15768
  value: input.draft
15709
- }, _errorFactory)) && _ao31(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15769
+ }, _errorFactory)) && _ao32(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15710
15770
  method: "typia.assertGuard",
15711
15771
  path: _path + ".draft",
15712
15772
  expected: "(FilePublishDraft | undefined)",
@@ -15716,7 +15776,7 @@ function _assertGuardDomainRecord(domain, input) {
15716
15776
  path: _path + ".remote",
15717
15777
  expected: "(FilePublishRemote | undefined)",
15718
15778
  value: input.remote
15719
- }, _errorFactory)) && _ao32(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15779
+ }, _errorFactory)) && _ao33(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15720
15780
  method: "typia.assertGuard",
15721
15781
  path: _path + ".remote",
15722
15782
  expected: "(FilePublishRemote | undefined)",
@@ -15726,7 +15786,7 @@ function _assertGuardDomainRecord(domain, input) {
15726
15786
  path: _path + ".published",
15727
15787
  expected: "(FilePublishPublished | undefined)",
15728
15788
  value: input.published
15729
- }, _errorFactory)) && _ao35(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15789
+ }, _errorFactory)) && _ao36(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15730
15790
  method: "typia.assertGuard",
15731
15791
  path: _path + ".published",
15732
15792
  expected: "(FilePublishPublished | undefined)",
@@ -15756,7 +15816,7 @@ function _assertGuardDomainRecord(domain, input) {
15756
15816
  path: _path + ".error",
15757
15817
  expected: "(__type.o13 | null | undefined)",
15758
15818
  value: input.error
15759
- }, _errorFactory)) && _ao23(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15819
+ }, _errorFactory)) && _ao24(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15760
15820
  method: "typia.assertGuard",
15761
15821
  path: _path + ".error",
15762
15822
  expected: "(__type.o13 | null | undefined)",
@@ -15771,7 +15831,7 @@ function _assertGuardDomainRecord(domain, input) {
15771
15831
  path: _path + ".messages[" + _index18 + "]",
15772
15832
  expected: "Message",
15773
15833
  value: elem
15774
- }, _errorFactory)) && _ao24(elem, _path + ".messages[" + _index18 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15834
+ }, _errorFactory)) && _ao25(elem, _path + ".messages[" + _index18 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15775
15835
  method: "typia.assertGuard",
15776
15836
  path: _path + ".messages[" + _index18 + "]",
15777
15837
  expected: "Message",
@@ -15781,7 +15841,7 @@ function _assertGuardDomainRecord(domain, input) {
15781
15841
  path: _path + ".messages",
15782
15842
  expected: "(Array<Message> | undefined)",
15783
15843
  value: input.messages
15784
- }, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
15844
+ }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
15785
15845
  const value = input[key];
15786
15846
  if (undefined === value)
15787
15847
  return true;
@@ -15806,7 +15866,7 @@ function _assertGuardDomainRecord(domain, input) {
15806
15866
  expected: "(ResolvedFilePublishRender | __type.o14 | string)",
15807
15867
  value: value
15808
15868
  }, _errorFactory));
15809
- }); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15869
+ }); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15810
15870
  method: "typia.assertGuard",
15811
15871
  path: _path + ".name",
15812
15872
  expected: "(string | undefined)",
@@ -15851,17 +15911,17 @@ function _assertGuardDomainRecord(domain, input) {
15851
15911
  path: _path + ".profile",
15852
15912
  expected: "(RenderProfileObject | undefined)",
15853
15913
  value: input.profile
15854
- }, _errorFactory)) && _ao16(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15914
+ }, _errorFactory)) && _ao17(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15855
15915
  method: "typia.assertGuard",
15856
15916
  path: _path + ".profile",
15857
15917
  expected: "(RenderProfileObject | undefined)",
15858
15918
  value: input.profile
15859
- }, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15919
+ }, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15860
15920
  method: "typia.assertGuard",
15861
15921
  path: _path + ".__context",
15862
15922
  expected: "__type.o15",
15863
15923
  value: input.__context
15864
- }, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15924
+ }, _errorFactory)) && _ao31(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15865
15925
  method: "typia.assertGuard",
15866
15926
  path: _path + ".__context",
15867
15927
  expected: "__type.o15",
@@ -15871,17 +15931,17 @@ function _assertGuardDomainRecord(domain, input) {
15871
15931
  path: _path + ".__returnValue",
15872
15932
  expected: "ResolvedFilePublishRender",
15873
15933
  value: input.__returnValue
15874
- }, _errorFactory)) && _ao28(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15934
+ }, _errorFactory)) && _ao29(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15875
15935
  method: "typia.assertGuard",
15876
15936
  path: _path + ".__returnValue",
15877
15937
  expected: "ResolvedFilePublishRender",
15878
15938
  value: input.__returnValue
15879
- }, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15939
+ }, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15880
15940
  method: "typia.assertGuard",
15881
15941
  path: _path + ".publish",
15882
15942
  expected: "FilePublishRecord",
15883
15943
  value: input.publish
15884
- }, _errorFactory)) && _ao26(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15944
+ }, _errorFactory)) && _ao27(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15885
15945
  method: "typia.assertGuard",
15886
15946
  path: _path + ".publish",
15887
15947
  expected: "FilePublishRecord",
@@ -15896,7 +15956,7 @@ function _assertGuardDomainRecord(domain, input) {
15896
15956
  path: _path + ".name",
15897
15957
  expected: "string",
15898
15958
  value: input.name
15899
- }, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15959
+ }, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15900
15960
  method: "typia.assertGuard",
15901
15961
  path: _path + ".directory",
15902
15962
  expected: "(string | undefined)",
@@ -15906,7 +15966,7 @@ function _assertGuardDomainRecord(domain, input) {
15906
15966
  path: _path + ".filename",
15907
15967
  expected: "(string | undefined)",
15908
15968
  value: input.filename
15909
- }, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15969
+ }, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15910
15970
  method: "typia.assertGuard",
15911
15971
  path: _path + ".directory",
15912
15972
  expected: "(string | undefined)",
@@ -15921,12 +15981,12 @@ function _assertGuardDomainRecord(domain, input) {
15921
15981
  path: _path + ".renders",
15922
15982
  expected: "(Record<string, FilePublishRemoteRender> | undefined)",
15923
15983
  value: input.renders
15924
- }, _errorFactory)) && _ao33(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15984
+ }, _errorFactory)) && _ao34(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15925
15985
  method: "typia.assertGuard",
15926
15986
  path: _path + ".renders",
15927
15987
  expected: "(Record<string, FilePublishRemoteRender> | undefined)",
15928
15988
  value: input.renders
15929
- }, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
15989
+ }, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
15930
15990
  const value = input[key];
15931
15991
  if (undefined === value)
15932
15992
  return true;
@@ -15935,13 +15995,13 @@ function _assertGuardDomainRecord(domain, input) {
15935
15995
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
15936
15996
  expected: "FilePublishRemoteRender",
15937
15997
  value: value
15938
- }, _errorFactory)) && _ao34(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15998
+ }, _errorFactory)) && _ao35(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15939
15999
  method: "typia.assertGuard",
15940
16000
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
15941
16001
  expected: "FilePublishRemoteRender",
15942
16002
  value: value
15943
16003
  }, _errorFactory);
15944
- }); const _ao34 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16004
+ }); const _ao35 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15945
16005
  method: "typia.assertGuard",
15946
16006
  path: _path + ".path",
15947
16007
  expected: "(string | undefined)",
@@ -15956,7 +16016,7 @@ function _assertGuardDomainRecord(domain, input) {
15956
16016
  path: _path + ".messages[" + _index19 + "]",
15957
16017
  expected: "Message",
15958
16018
  value: elem
15959
- }, _errorFactory)) && _ao24(elem, _path + ".messages[" + _index19 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16019
+ }, _errorFactory)) && _ao25(elem, _path + ".messages[" + _index19 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15960
16020
  method: "typia.assertGuard",
15961
16021
  path: _path + ".messages[" + _index19 + "]",
15962
16022
  expected: "Message",
@@ -15981,7 +16041,7 @@ function _assertGuardDomainRecord(domain, input) {
15981
16041
  path: _path + ".source",
15982
16042
  expected: "(string | undefined)",
15983
16043
  value: input.source
15984
- }, _errorFactory)); const _ao35 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16044
+ }, _errorFactory)); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15985
16045
  method: "typia.assertGuard",
15986
16046
  path: _path + ".directory",
15987
16047
  expected: "(string | undefined)",
@@ -15991,7 +16051,7 @@ function _assertGuardDomainRecord(domain, input) {
15991
16051
  path: _path + ".filename",
15992
16052
  expected: "string",
15993
16053
  value: input.filename
15994
- }, _errorFactory)); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16054
+ }, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15995
16055
  method: "typia.assertGuard",
15996
16056
  path: _path + ".type",
15997
16057
  expected: "(\"file\" | undefined)",
@@ -16011,7 +16071,7 @@ function _assertGuardDomainRecord(domain, input) {
16011
16071
  path: _path + ".draft",
16012
16072
  expected: "(FilePublishDraft | undefined)",
16013
16073
  value: input.draft
16014
- }, _errorFactory)) && _ao31(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16074
+ }, _errorFactory)) && _ao32(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16015
16075
  method: "typia.assertGuard",
16016
16076
  path: _path + ".draft",
16017
16077
  expected: "(FilePublishDraft | undefined)",
@@ -16021,7 +16081,7 @@ function _assertGuardDomainRecord(domain, input) {
16021
16081
  path: _path + ".remote",
16022
16082
  expected: "(FilePublishRemoteLegacy | undefined)",
16023
16083
  value: input.remote
16024
- }, _errorFactory)) && _ao37(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16084
+ }, _errorFactory)) && _ao38(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16025
16085
  method: "typia.assertGuard",
16026
16086
  path: _path + ".remote",
16027
16087
  expected: "(FilePublishRemoteLegacy | undefined)",
@@ -16031,7 +16091,7 @@ function _assertGuardDomainRecord(domain, input) {
16031
16091
  path: _path + ".published",
16032
16092
  expected: "(FilePublishPublished | undefined)",
16033
16093
  value: input.published
16034
- }, _errorFactory)) && _ao35(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16094
+ }, _errorFactory)) && _ao36(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16035
16095
  method: "typia.assertGuard",
16036
16096
  path: _path + ".published",
16037
16097
  expected: "(FilePublishPublished | undefined)",
@@ -16071,7 +16131,7 @@ function _assertGuardDomainRecord(domain, input) {
16071
16131
  path: _path + ".error",
16072
16132
  expected: "(__type.o13 | null | undefined)",
16073
16133
  value: input.error
16074
- }, _errorFactory)) && _ao23(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16134
+ }, _errorFactory)) && _ao24(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16075
16135
  method: "typia.assertGuard",
16076
16136
  path: _path + ".error",
16077
16137
  expected: "(__type.o13 | null | undefined)",
@@ -16086,7 +16146,7 @@ function _assertGuardDomainRecord(domain, input) {
16086
16146
  path: _path + ".messages[" + _index20 + "]",
16087
16147
  expected: "Message",
16088
16148
  value: elem
16089
- }, _errorFactory)) && _ao24(elem, _path + ".messages[" + _index20 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16149
+ }, _errorFactory)) && _ao25(elem, _path + ".messages[" + _index20 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16090
16150
  method: "typia.assertGuard",
16091
16151
  path: _path + ".messages[" + _index20 + "]",
16092
16152
  expected: "Message",
@@ -16096,7 +16156,7 @@ function _assertGuardDomainRecord(domain, input) {
16096
16156
  path: _path + ".messages",
16097
16157
  expected: "(Array<Message> | undefined)",
16098
16158
  value: input.messages
16099
- }, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16159
+ }, _errorFactory)); const _ao38 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16100
16160
  method: "typia.assertGuard",
16101
16161
  path: _path + ".id",
16102
16162
  expected: "(string | undefined)",
@@ -16121,7 +16181,7 @@ function _assertGuardDomainRecord(domain, input) {
16121
16181
  path: _path + ".subtitle",
16122
16182
  expected: "(__type.o16 | undefined)",
16123
16183
  value: input.subtitle
16124
- }, _errorFactory)) && _ao38(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16184
+ }, _errorFactory)) && _ao39(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16125
16185
  method: "typia.assertGuard",
16126
16186
  path: _path + ".subtitle",
16127
16187
  expected: "(__type.o16 | undefined)",
@@ -16131,7 +16191,7 @@ function _assertGuardDomainRecord(domain, input) {
16131
16191
  path: _path + ".metafile",
16132
16192
  expected: "(__type.o17 | undefined)",
16133
16193
  value: input.metafile
16134
- }, _errorFactory)) && _ao39(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16194
+ }, _errorFactory)) && _ao40(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16135
16195
  method: "typia.assertGuard",
16136
16196
  path: _path + ".metafile",
16137
16197
  expected: "(__type.o17 | undefined)",
@@ -16143,17 +16203,17 @@ function _assertGuardDomainRecord(domain, input) {
16143
16203
  if (undefined === value)
16144
16204
  return true;
16145
16205
  return true;
16146
- })); const _ao38 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16206
+ })); const _ao39 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16147
16207
  method: "typia.assertGuard",
16148
16208
  path: _path + ".path",
16149
16209
  expected: "string",
16150
16210
  value: input.path
16151
- }, _errorFactory); const _ao39 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16211
+ }, _errorFactory); const _ao40 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16152
16212
  method: "typia.assertGuard",
16153
16213
  path: _path + ".path",
16154
16214
  expected: "string",
16155
16215
  value: input.path
16156
- }, _errorFactory); const _ao40 = (input, _path, _exceptionable = true) => (undefined === input.type || "youtube" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16216
+ }, _errorFactory); const _ao41 = (input, _path, _exceptionable = true) => (undefined === input.type || "youtube" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16157
16217
  method: "typia.assertGuard",
16158
16218
  path: _path + ".type",
16159
16219
  expected: "(\"youtube\" | undefined)",
@@ -16163,7 +16223,7 @@ function _assertGuardDomainRecord(domain, input) {
16163
16223
  path: _path + ".draft",
16164
16224
  expected: "(__type.o18 | undefined)",
16165
16225
  value: input.draft
16166
- }, _errorFactory)) && _ao41(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16226
+ }, _errorFactory)) && _ao42(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16167
16227
  method: "typia.assertGuard",
16168
16228
  path: _path + ".draft",
16169
16229
  expected: "(__type.o18 | undefined)",
@@ -16193,7 +16253,7 @@ function _assertGuardDomainRecord(domain, input) {
16193
16253
  path: _path + ".error",
16194
16254
  expected: "(__type.o13 | null | undefined)",
16195
16255
  value: input.error
16196
- }, _errorFactory)) && _ao23(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16256
+ }, _errorFactory)) && _ao24(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16197
16257
  method: "typia.assertGuard",
16198
16258
  path: _path + ".error",
16199
16259
  expected: "(__type.o13 | null | undefined)",
@@ -16208,7 +16268,7 @@ function _assertGuardDomainRecord(domain, input) {
16208
16268
  path: _path + ".messages[" + _index21 + "]",
16209
16269
  expected: "Message",
16210
16270
  value: elem
16211
- }, _errorFactory)) && _ao24(elem, _path + ".messages[" + _index21 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16271
+ }, _errorFactory)) && _ao25(elem, _path + ".messages[" + _index21 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16212
16272
  method: "typia.assertGuard",
16213
16273
  path: _path + ".messages[" + _index21 + "]",
16214
16274
  expected: "Message",
@@ -16218,17 +16278,17 @@ function _assertGuardDomainRecord(domain, input) {
16218
16278
  path: _path + ".messages",
16219
16279
  expected: "(Array<Message> | undefined)",
16220
16280
  value: input.messages
16221
- }, _errorFactory)); const _ao41 = (input, _path, _exceptionable = true) => undefined === input.snippet || ("object" === typeof input.snippet && null !== input.snippet && false === Array.isArray(input.snippet) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16281
+ }, _errorFactory)); const _ao42 = (input, _path, _exceptionable = true) => undefined === input.snippet || ("object" === typeof input.snippet && null !== input.snippet && false === Array.isArray(input.snippet) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16222
16282
  method: "typia.assertGuard",
16223
16283
  path: _path + ".snippet",
16224
16284
  expected: "(__type.o19 | undefined)",
16225
16285
  value: input.snippet
16226
- }, _errorFactory)) && _ao42(input.snippet, _path + ".snippet", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16286
+ }, _errorFactory)) && _ao43(input.snippet, _path + ".snippet", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16227
16287
  method: "typia.assertGuard",
16228
16288
  path: _path + ".snippet",
16229
16289
  expected: "(__type.o19 | undefined)",
16230
16290
  value: input.snippet
16231
- }, _errorFactory); const _ao42 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16291
+ }, _errorFactory); const _ao43 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16232
16292
  method: "typia.assertGuard",
16233
16293
  path: _path + ".title",
16234
16294
  expected: "(string | undefined)",
@@ -16255,9 +16315,9 @@ function _assertGuardDomainRecord(domain, input) {
16255
16315
  value: input.description
16256
16316
  }, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
16257
16317
  if (undefined !== input.path)
16258
- return _ao28(input, _path, true && _exceptionable);
16259
- else if (undefined !== input.__context)
16260
16318
  return _ao29(input, _path, true && _exceptionable);
16319
+ else if (undefined !== input.__context)
16320
+ return _ao30(input, _path, true && _exceptionable);
16261
16321
  else
16262
16322
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
16263
16323
  method: "typia.assertGuard",
@@ -16265,7 +16325,7 @@ function _assertGuardDomainRecord(domain, input) {
16265
16325
  expected: "(ResolvedFilePublishRender | __type.o14)",
16266
16326
  value: input
16267
16327
  }, _errorFactory);
16268
- })(); const _au1 = (input, _path, _exceptionable = true) => _ao0(input, _path, false && _exceptionable) || _ao25(input, _path, false && _exceptionable) || _ao36(input, _path, false && _exceptionable) || _ao26(input, _path, false && _exceptionable) || _ao40(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16328
+ })(); const _au1 = (input, _path, _exceptionable = true) => _ao0(input, _path, false && _exceptionable) || _ao26(input, _path, false && _exceptionable) || _ao37(input, _path, false && _exceptionable) || _ao27(input, _path, false && _exceptionable) || _ao41(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16269
16329
  method: "typia.assertGuard",
16270
16330
  path: _path,
16271
16331
  expected: "(EmptyPublishRecord | FacebookPublishRecord | FilePublishRecordLegacy | FilePublishRecord | YoutubePublishRecord)",
@@ -16298,21 +16358,21 @@ function _assertGuardDomainRecord(domain, input) {
16298
16358
  if (undefined === value)
16299
16359
  return true;
16300
16360
  return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
16301
- }); const _io8 = input => (undefined === input.name || "string" === typeof input.name) && "string" === typeof input.path && (undefined === input.collisionStrategy || "overwrite" === input.collisionStrategy || "skip" === input.collisionStrategy) && (undefined === input.ignoreEmptyScene || "boolean" === typeof input.ignoreEmptyScene) && (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io9(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io23(input.profile)); const _io9 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io10(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.graphics || "string" === typeof input.graphics) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io12(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io15(input.video)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io21(input.audio)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io22(input.transcribe)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io20(input.crop)) && (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io16(input.filters)) && (undefined === input.orientation || "number" === typeof input.orientation) && (undefined === input.rotate || "number" === typeof input.rotate) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io10 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io11(input.video)) && (null === input.proxy || undefined === input.proxy || "string" === typeof input.proxy) && (null === input.proxyManifest || undefined === input.proxyManifest || "string" === typeof input.proxyManifest) && (null === input.proxyFile || undefined === input.proxyFile || "string" === typeof input.proxyFile) && (null === input.manifest || undefined === input.manifest || "string" === typeof input.manifest); const _io11 = input => (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced); const _io12 = input => Object.keys(input).every(key => {
16361
+ }); const _io8 = input => (undefined === input.name || "string" === typeof input.name) && "string" === typeof input.path && (undefined === input.collisionStrategy || "overwrite" === input.collisionStrategy || "skip" === input.collisionStrategy) && (undefined === input.ignoreEmptyScene || "boolean" === typeof input.ignoreEmptyScene) && (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io9(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io24(input.profile)); const _io9 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io10(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.graphics || "string" === typeof input.graphics) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io12(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io15(input.video)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io22(input.audio)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io23(input.transcribe)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io20(input.crop)) && (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io16(input.filters)) && (undefined === input.orientation || "number" === typeof input.orientation) && (undefined === input.rotate || "number" === typeof input.rotate) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io10 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io11(input.video)) && (null === input.proxy || undefined === input.proxy || "string" === typeof input.proxy) && (null === input.proxyManifest || undefined === input.proxyManifest || "string" === typeof input.proxyManifest) && (null === input.proxyFile || undefined === input.proxyFile || "string" === typeof input.proxyFile) && (null === input.manifest || undefined === input.manifest || "string" === typeof input.manifest); const _io11 = input => (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced); const _io12 = input => Object.keys(input).every(key => {
16302
16362
  const value = input[key];
16303
16363
  if (undefined === value)
16304
16364
  return true;
16305
16365
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
16306
- }); const _io13 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io14(input.styleOverrides)); const _io14 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io15 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io16(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io20(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io16 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io17(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io18(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io19(input.colorbalance)); const _io17 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io18 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io19 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io20 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io21 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io22 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _io23 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io24(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io25(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io26(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io27(input.subtitle))); const _io24 = input => "string" === typeof input.engine; const _io25 = input => "string" === typeof input.language; const _io26 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io27 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io28(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io29(input.ass)); const _io28 = input => undefined === input.preset || "string" === typeof input.preset; const _io29 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io30 = input => "object" === typeof input.__context && null !== input.__context && _io31(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io8(input.__returnValue)); const _io31 = input => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io32(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io32 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io7(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io33(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io34(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io37(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io38(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io39(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io33 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io34 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io35(input.renders)); const _io35 = input => Object.keys(input).every(key => {
16366
+ }); const _io13 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io14(input.styleOverrides)); const _io14 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io15 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io16(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io20(input.crop)) && (undefined === input.focus || "object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) && _io21(input.focus)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io16 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io17(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io18(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io19(input.colorbalance)); const _io17 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io18 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io19 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io20 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io21 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y); const _io22 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io23 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _io24 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io25(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io26(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io27(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io28(input.subtitle))); const _io25 = input => "string" === typeof input.engine; const _io26 = input => "string" === typeof input.language; const _io27 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io28 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io29(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io30(input.ass)); const _io29 = input => undefined === input.preset || "string" === typeof input.preset; const _io30 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io31 = input => "object" === typeof input.__context && null !== input.__context && _io32(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io8(input.__returnValue)); const _io32 = input => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io33(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io33 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io7(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io34(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io35(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io38(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io39(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io40(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io34 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io35 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io36(input.renders)); const _io36 = input => Object.keys(input).every(key => {
16307
16367
  const value = input[key];
16308
16368
  if (undefined === value)
16309
16369
  return true;
16310
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io36(value);
16311
- }); const _io36 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io37 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io38 = input => (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io9(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io23(input.profile)); const _io39 = input => "string" === typeof input.method; const _iu0 = input => (() => {
16370
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io37(value);
16371
+ }); const _io37 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io38 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io39 = input => (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io9(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io24(input.profile)); const _io40 = input => "string" === typeof input.method; const _iu0 = input => (() => {
16312
16372
  if (undefined !== input.path)
16313
16373
  return _io8(input);
16314
16374
  else if (undefined !== input.__context)
16315
- return _io30(input);
16375
+ return _io31(input);
16316
16376
  else
16317
16377
  return false;
16318
16378
  })(); const _iu1 = input => (() => {
@@ -16556,7 +16616,7 @@ function _assertGuardDomainRecord(domain, input) {
16556
16616
  path: _path + ".profile",
16557
16617
  expected: "(RenderProfileObject | undefined)",
16558
16618
  value: input.profile
16559
- }, _errorFactory)) && _ao23(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16619
+ }, _errorFactory)) && _ao24(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16560
16620
  method: "typia.assertGuard",
16561
16621
  path: _path + ".profile",
16562
16622
  expected: "(RenderProfileObject | undefined)",
@@ -16621,7 +16681,7 @@ function _assertGuardDomainRecord(domain, input) {
16621
16681
  path: _path + ".audio",
16622
16682
  expected: "(__type.o6 | undefined)",
16623
16683
  value: input.audio
16624
- }, _errorFactory)) && _ao21(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16684
+ }, _errorFactory)) && _ao22(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16625
16685
  method: "typia.assertGuard",
16626
16686
  path: _path + ".audio",
16627
16687
  expected: "(__type.o6 | undefined)",
@@ -16641,7 +16701,7 @@ function _assertGuardDomainRecord(domain, input) {
16641
16701
  path: _path + ".transcribe",
16642
16702
  expected: "(__type.o7 | undefined)",
16643
16703
  value: input.transcribe
16644
- }, _errorFactory)) && _ao22(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16704
+ }, _errorFactory)) && _ao23(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16645
16705
  method: "typia.assertGuard",
16646
16706
  path: _path + ".transcribe",
16647
16707
  expected: "(__type.o7 | undefined)",
@@ -16906,6 +16966,16 @@ function _assertGuardDomainRecord(domain, input) {
16906
16966
  path: _path + ".crop",
16907
16967
  expected: "(RenderSceneCrop | undefined)",
16908
16968
  value: input.crop
16969
+ }, _errorFactory)) && (undefined === input.focus || ("object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16970
+ method: "typia.assertGuard",
16971
+ path: _path + ".focus",
16972
+ expected: "(RenderSceneFocus | undefined)",
16973
+ value: input.focus
16974
+ }, _errorFactory)) && _ao21(input.focus, _path + ".focus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16975
+ method: "typia.assertGuard",
16976
+ path: _path + ".focus",
16977
+ expected: "(RenderSceneFocus | undefined)",
16978
+ value: input.focus
16909
16979
  }, _errorFactory)) && (undefined === input.orientation || "number" === typeof input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16910
16980
  method: "typia.assertGuard",
16911
16981
  path: _path + ".orientation",
@@ -17051,7 +17121,17 @@ function _assertGuardDomainRecord(domain, input) {
17051
17121
  path: _path + ".height",
17052
17122
  expected: "(number | undefined)",
17053
17123
  value: input.height
17054
- }, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17124
+ }, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17125
+ method: "typia.assertGuard",
17126
+ path: _path + ".x",
17127
+ expected: "(number | undefined)",
17128
+ value: input.x
17129
+ }, _errorFactory)) && (undefined === input.y || "number" === typeof input.y || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17130
+ method: "typia.assertGuard",
17131
+ path: _path + ".y",
17132
+ expected: "(number | undefined)",
17133
+ value: input.y
17134
+ }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17055
17135
  method: "typia.assertGuard",
17056
17136
  path: _path + ".pan",
17057
17137
  expected: "(Array<Array<number>> | undefined)",
@@ -17076,7 +17156,7 @@ function _assertGuardDomainRecord(domain, input) {
17076
17156
  path: _path + ".pan",
17077
17157
  expected: "(Array<Array<number>> | undefined)",
17078
17158
  value: input.pan
17079
- }, _errorFactory); const _ao22 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17159
+ }, _errorFactory); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17080
17160
  method: "typia.assertGuard",
17081
17161
  path: _path + ".language",
17082
17162
  expected: "(string | undefined)",
@@ -17101,7 +17181,7 @@ function _assertGuardDomainRecord(domain, input) {
17101
17181
  path: _path + ".diarization",
17102
17182
  expected: "(boolean | undefined)",
17103
17183
  value: input.diarization
17104
- }, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17184
+ }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17105
17185
  method: "typia.assertGuard",
17106
17186
  path: _path + ".format",
17107
17187
  expected: "string",
@@ -17111,7 +17191,7 @@ function _assertGuardDomainRecord(domain, input) {
17111
17191
  path: _path + ".transcribe",
17112
17192
  expected: "(__type.o8 | undefined)",
17113
17193
  value: input.transcribe
17114
- }, _errorFactory)) && _ao24(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17194
+ }, _errorFactory)) && _ao25(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17115
17195
  method: "typia.assertGuard",
17116
17196
  path: _path + ".transcribe",
17117
17197
  expected: "(__type.o8 | undefined)",
@@ -17121,7 +17201,7 @@ function _assertGuardDomainRecord(domain, input) {
17121
17201
  path: _path + ".translate",
17122
17202
  expected: "(__type.o9 | undefined)",
17123
17203
  value: input.translate
17124
- }, _errorFactory)) && _ao25(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17204
+ }, _errorFactory)) && _ao26(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17125
17205
  method: "typia.assertGuard",
17126
17206
  path: _path + ".translate",
17127
17207
  expected: "(__type.o9 | undefined)",
@@ -17131,7 +17211,7 @@ function _assertGuardDomainRecord(domain, input) {
17131
17211
  path: _path + ".audio",
17132
17212
  expected: "(__type.o10 | undefined)",
17133
17213
  value: input.audio
17134
- }, _errorFactory)) && _ao26(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17214
+ }, _errorFactory)) && _ao27(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17135
17215
  method: "typia.assertGuard",
17136
17216
  path: _path + ".audio",
17137
17217
  expected: "(__type.o10 | undefined)",
@@ -17161,22 +17241,22 @@ function _assertGuardDomainRecord(domain, input) {
17161
17241
  path: _path + ".subtitle",
17162
17242
  expected: "(SubtitleProfile | string | undefined)",
17163
17243
  value: input.subtitle
17164
- }, _errorFactory)) && _ao27(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17244
+ }, _errorFactory)) && _ao28(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17165
17245
  method: "typia.assertGuard",
17166
17246
  path: _path + ".subtitle",
17167
17247
  expected: "(SubtitleProfile | string | undefined)",
17168
17248
  value: input.subtitle
17169
- }, _errorFactory))); const _ao24 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17249
+ }, _errorFactory))); const _ao25 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17170
17250
  method: "typia.assertGuard",
17171
17251
  path: _path + ".engine",
17172
17252
  expected: "string",
17173
17253
  value: input.engine
17174
- }, _errorFactory); const _ao25 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17254
+ }, _errorFactory); const _ao26 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17175
17255
  method: "typia.assertGuard",
17176
17256
  path: _path + ".language",
17177
17257
  expected: "string",
17178
17258
  value: input.language
17179
- }, _errorFactory); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17259
+ }, _errorFactory); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17180
17260
  method: "typia.assertGuard",
17181
17261
  path: _path + ".codec",
17182
17262
  expected: "(string | undefined)",
@@ -17196,7 +17276,7 @@ function _assertGuardDomainRecord(domain, input) {
17196
17276
  path: _path + ".split",
17197
17277
  expected: "(boolean | undefined)",
17198
17278
  value: input.split
17199
- }, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17279
+ }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17200
17280
  method: "typia.assertGuard",
17201
17281
  path: _path + ".lang",
17202
17282
  expected: "(string | undefined)",
@@ -17211,7 +17291,7 @@ function _assertGuardDomainRecord(domain, input) {
17211
17291
  path: _path + ".ccconverter",
17212
17292
  expected: "(__type.o11 | undefined)",
17213
17293
  value: input.ccconverter
17214
- }, _errorFactory)) && _ao28(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17294
+ }, _errorFactory)) && _ao29(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17215
17295
  method: "typia.assertGuard",
17216
17296
  path: _path + ".ccconverter",
17217
17297
  expected: "(__type.o11 | undefined)",
@@ -17221,17 +17301,17 @@ function _assertGuardDomainRecord(domain, input) {
17221
17301
  path: _path + ".ass",
17222
17302
  expected: "(__type.o12 | undefined)",
17223
17303
  value: input.ass
17224
- }, _errorFactory)) && _ao29(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17304
+ }, _errorFactory)) && _ao30(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17225
17305
  method: "typia.assertGuard",
17226
17306
  path: _path + ".ass",
17227
17307
  expected: "(__type.o12 | undefined)",
17228
17308
  value: input.ass
17229
- }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17309
+ }, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17230
17310
  method: "typia.assertGuard",
17231
17311
  path: _path + ".preset",
17232
17312
  expected: "(string | undefined)",
17233
17313
  value: input.preset
17234
- }, _errorFactory); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17314
+ }, _errorFactory); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17235
17315
  method: "typia.assertGuard",
17236
17316
  path: _path + ".futureWordWrapping",
17237
17317
  expected: "(boolean | undefined)",
@@ -17246,12 +17326,12 @@ function _assertGuardDomainRecord(domain, input) {
17246
17326
  path: _path + ".enableUnsafeLineSpacingHack",
17247
17327
  expected: "(boolean | undefined)",
17248
17328
  value: input.enableUnsafeLineSpacingHack
17249
- }, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17329
+ }, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17250
17330
  method: "typia.assertGuard",
17251
17331
  path: _path + ".__context",
17252
17332
  expected: "__type.o14",
17253
17333
  value: input.__context
17254
- }, _errorFactory)) && _ao31(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17334
+ }, _errorFactory)) && _ao32(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17255
17335
  method: "typia.assertGuard",
17256
17336
  path: _path + ".__context",
17257
17337
  expected: "__type.o14",
@@ -17266,12 +17346,12 @@ function _assertGuardDomainRecord(domain, input) {
17266
17346
  path: _path + ".__returnValue",
17267
17347
  expected: "ResolvedFilePublishRender",
17268
17348
  value: input.__returnValue
17269
- }, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17349
+ }, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17270
17350
  method: "typia.assertGuard",
17271
17351
  path: _path + ".publish",
17272
17352
  expected: "FilePublishRecord",
17273
17353
  value: input.publish
17274
- }, _errorFactory)) && _ao32(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17354
+ }, _errorFactory)) && _ao33(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17275
17355
  method: "typia.assertGuard",
17276
17356
  path: _path + ".publish",
17277
17357
  expected: "FilePublishRecord",
@@ -17286,7 +17366,7 @@ function _assertGuardDomainRecord(domain, input) {
17286
17366
  path: _path + ".name",
17287
17367
  expected: "string",
17288
17368
  value: input.name
17289
- }, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17369
+ }, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17290
17370
  method: "typia.assertGuard",
17291
17371
  path: _path + ".type",
17292
17372
  expected: "(\"file\" | undefined)",
@@ -17316,7 +17396,7 @@ function _assertGuardDomainRecord(domain, input) {
17316
17396
  path: _path + ".draft",
17317
17397
  expected: "(FilePublishDraft | undefined)",
17318
17398
  value: input.draft
17319
- }, _errorFactory)) && _ao33(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17399
+ }, _errorFactory)) && _ao34(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17320
17400
  method: "typia.assertGuard",
17321
17401
  path: _path + ".draft",
17322
17402
  expected: "(FilePublishDraft | undefined)",
@@ -17326,7 +17406,7 @@ function _assertGuardDomainRecord(domain, input) {
17326
17406
  path: _path + ".remote",
17327
17407
  expected: "(FilePublishRemote | undefined)",
17328
17408
  value: input.remote
17329
- }, _errorFactory)) && _ao34(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17409
+ }, _errorFactory)) && _ao35(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17330
17410
  method: "typia.assertGuard",
17331
17411
  path: _path + ".remote",
17332
17412
  expected: "(FilePublishRemote | undefined)",
@@ -17336,7 +17416,7 @@ function _assertGuardDomainRecord(domain, input) {
17336
17416
  path: _path + ".published",
17337
17417
  expected: "(FilePublishPublished | undefined)",
17338
17418
  value: input.published
17339
- }, _errorFactory)) && _ao37(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17419
+ }, _errorFactory)) && _ao38(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17340
17420
  method: "typia.assertGuard",
17341
17421
  path: _path + ".published",
17342
17422
  expected: "(FilePublishPublished | undefined)",
@@ -17356,7 +17436,7 @@ function _assertGuardDomainRecord(domain, input) {
17356
17436
  path: _path + ".render",
17357
17437
  expected: "(PublishRenderBase | undefined)",
17358
17438
  value: input.render
17359
- }, _errorFactory)) && _ao38(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17439
+ }, _errorFactory)) && _ao39(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17360
17440
  method: "typia.assertGuard",
17361
17441
  path: _path + ".render",
17362
17442
  expected: "(PublishRenderBase | undefined)",
@@ -17366,7 +17446,7 @@ function _assertGuardDomainRecord(domain, input) {
17366
17446
  path: _path + ".error",
17367
17447
  expected: "(__type.o15 | null | undefined)",
17368
17448
  value: input.error
17369
- }, _errorFactory)) && _ao39(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17449
+ }, _errorFactory)) && _ao40(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17370
17450
  method: "typia.assertGuard",
17371
17451
  path: _path + ".error",
17372
17452
  expected: "(__type.o15 | null | undefined)",
@@ -17391,7 +17471,7 @@ function _assertGuardDomainRecord(domain, input) {
17391
17471
  path: _path + ".messages",
17392
17472
  expected: "(Array<Message> | undefined)",
17393
17473
  value: input.messages
17394
- }, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17474
+ }, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17395
17475
  method: "typia.assertGuard",
17396
17476
  path: _path + ".directory",
17397
17477
  expected: "(string | undefined)",
@@ -17401,7 +17481,7 @@ function _assertGuardDomainRecord(domain, input) {
17401
17481
  path: _path + ".filename",
17402
17482
  expected: "(string | undefined)",
17403
17483
  value: input.filename
17404
- }, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17484
+ }, _errorFactory)); const _ao35 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17405
17485
  method: "typia.assertGuard",
17406
17486
  path: _path + ".directory",
17407
17487
  expected: "(string | undefined)",
@@ -17416,12 +17496,12 @@ function _assertGuardDomainRecord(domain, input) {
17416
17496
  path: _path + ".renders",
17417
17497
  expected: "(Record<string, FilePublishRemoteRender> | undefined)",
17418
17498
  value: input.renders
17419
- }, _errorFactory)) && _ao35(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17499
+ }, _errorFactory)) && _ao36(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17420
17500
  method: "typia.assertGuard",
17421
17501
  path: _path + ".renders",
17422
17502
  expected: "(Record<string, FilePublishRemoteRender> | undefined)",
17423
17503
  value: input.renders
17424
- }, _errorFactory)); const _ao35 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
17504
+ }, _errorFactory)); const _ao36 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
17425
17505
  const value = input[key];
17426
17506
  if (undefined === value)
17427
17507
  return true;
@@ -17430,13 +17510,13 @@ function _assertGuardDomainRecord(domain, input) {
17430
17510
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
17431
17511
  expected: "FilePublishRemoteRender",
17432
17512
  value: value
17433
- }, _errorFactory)) && _ao36(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17513
+ }, _errorFactory)) && _ao37(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17434
17514
  method: "typia.assertGuard",
17435
17515
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
17436
17516
  expected: "FilePublishRemoteRender",
17437
17517
  value: value
17438
17518
  }, _errorFactory);
17439
- }); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17519
+ }); const _ao37 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17440
17520
  method: "typia.assertGuard",
17441
17521
  path: _path + ".path",
17442
17522
  expected: "(string | undefined)",
@@ -17476,7 +17556,7 @@ function _assertGuardDomainRecord(domain, input) {
17476
17556
  path: _path + ".source",
17477
17557
  expected: "(string | undefined)",
17478
17558
  value: input.source
17479
- }, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17559
+ }, _errorFactory)); const _ao38 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17480
17560
  method: "typia.assertGuard",
17481
17561
  path: _path + ".directory",
17482
17562
  expected: "(string | undefined)",
@@ -17486,7 +17566,7 @@ function _assertGuardDomainRecord(domain, input) {
17486
17566
  path: _path + ".filename",
17487
17567
  expected: "string",
17488
17568
  value: input.filename
17489
- }, _errorFactory)); const _ao38 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17569
+ }, _errorFactory)); const _ao39 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17490
17570
  method: "typia.assertGuard",
17491
17571
  path: _path + ".preset",
17492
17572
  expected: "(string | undefined)",
@@ -17511,12 +17591,12 @@ function _assertGuardDomainRecord(domain, input) {
17511
17591
  path: _path + ".profile",
17512
17592
  expected: "(RenderProfileObject | undefined)",
17513
17593
  value: input.profile
17514
- }, _errorFactory)) && _ao23(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17594
+ }, _errorFactory)) && _ao24(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17515
17595
  method: "typia.assertGuard",
17516
17596
  path: _path + ".profile",
17517
17597
  expected: "(RenderProfileObject | undefined)",
17518
17598
  value: input.profile
17519
- }, _errorFactory)); const _ao39 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17599
+ }, _errorFactory)); const _ao40 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17520
17600
  method: "typia.assertGuard",
17521
17601
  path: _path + ".method",
17522
17602
  expected: "string",
@@ -17525,7 +17605,7 @@ function _assertGuardDomainRecord(domain, input) {
17525
17605
  if (undefined !== input.path)
17526
17606
  return _ao8(input, _path, true && _exceptionable);
17527
17607
  else if (undefined !== input.__context)
17528
- return _ao30(input, _path, true && _exceptionable);
17608
+ return _ao31(input, _path, true && _exceptionable);
17529
17609
  else
17530
17610
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
17531
17611
  method: "typia.assertGuard",
@@ -18396,12 +18476,12 @@ function _assertGuardDomainRecord(domain, input) {
18396
18476
  }; })()(input);
18397
18477
  }
18398
18478
  case ":render.query?": {
18399
- return (() => { const _io0 = input => "string" === typeof input.type && "string" === typeof input.title && (undefined === input.parent || "string" === typeof input.parent) && ("object" === typeof input.description && null !== input.description && _io1(input.description)); const _io1 = input => "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io2(input.scene) && ("object" === typeof input.profile && null !== input.profile && _io16(input.profile)); const _io2 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io3(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.graphics || "string" === typeof input.graphics) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io5(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io8(input.video)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io14(input.audio)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io15(input.transcribe)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.orientation || "number" === typeof input.orientation) && (undefined === input.rotate || "number" === typeof input.rotate) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io3 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io4(input.video)) && (null === input.proxy || undefined === input.proxy || "string" === typeof input.proxy) && (null === input.proxyManifest || undefined === input.proxyManifest || "string" === typeof input.proxyManifest) && (null === input.proxyFile || undefined === input.proxyFile || "string" === typeof input.proxyFile) && (null === input.manifest || undefined === input.manifest || "string" === typeof input.manifest); const _io4 = input => (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced); const _io5 = input => Object.keys(input).every(key => {
18479
+ return (() => { const _io0 = input => "string" === typeof input.type && "string" === typeof input.title && (undefined === input.parent || "string" === typeof input.parent) && ("object" === typeof input.description && null !== input.description && _io1(input.description)); const _io1 = input => "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io2(input.scene) && ("object" === typeof input.profile && null !== input.profile && _io17(input.profile)); const _io2 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io3(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.graphics || "string" === typeof input.graphics) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io5(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io8(input.video)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io15(input.audio)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io16(input.transcribe)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.orientation || "number" === typeof input.orientation) && (undefined === input.rotate || "number" === typeof input.rotate) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io3 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io4(input.video)) && (null === input.proxy || undefined === input.proxy || "string" === typeof input.proxy) && (null === input.proxyManifest || undefined === input.proxyManifest || "string" === typeof input.proxyManifest) && (null === input.proxyFile || undefined === input.proxyFile || "string" === typeof input.proxyFile) && (null === input.manifest || undefined === input.manifest || "string" === typeof input.manifest); const _io4 = input => (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced); const _io5 = input => Object.keys(input).every(key => {
18400
18480
  const value = input[key];
18401
18481
  if (undefined === value)
18402
18482
  return true;
18403
18483
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
18404
- }); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io15 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _io16 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io17(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io18(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io19(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io20(input.subtitle))); const _io17 = input => "string" === typeof input.engine; const _io18 = input => "string" === typeof input.language; const _io19 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io20 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io21(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io22(input.ass)); const _io21 = input => undefined === input.preset || "string" === typeof input.preset; const _io22 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18484
+ }); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.focus || "object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) && _io14(input.focus)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y); const _io15 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io16 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _io17 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io18(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io19(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io20(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io21(input.subtitle))); const _io18 = input => "string" === typeof input.engine; const _io19 = input => "string" === typeof input.language; const _io20 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io21 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io22(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io23(input.ass)); const _io22 = input => undefined === input.preset || "string" === typeof input.preset; const _io23 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18405
18485
  method: "typia.assertGuard",
18406
18486
  path: _path + ".type",
18407
18487
  expected: "string",
@@ -18441,7 +18521,7 @@ function _assertGuardDomainRecord(domain, input) {
18441
18521
  path: _path + ".profile",
18442
18522
  expected: "RenderProfileObject",
18443
18523
  value: input.profile
18444
- }, _errorFactory)) && _ao16(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18524
+ }, _errorFactory)) && _ao17(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18445
18525
  method: "typia.assertGuard",
18446
18526
  path: _path + ".profile",
18447
18527
  expected: "RenderProfileObject",
@@ -18506,7 +18586,7 @@ function _assertGuardDomainRecord(domain, input) {
18506
18586
  path: _path + ".audio",
18507
18587
  expected: "(__type.o7 | undefined)",
18508
18588
  value: input.audio
18509
- }, _errorFactory)) && _ao14(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18589
+ }, _errorFactory)) && _ao15(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18510
18590
  method: "typia.assertGuard",
18511
18591
  path: _path + ".audio",
18512
18592
  expected: "(__type.o7 | undefined)",
@@ -18526,7 +18606,7 @@ function _assertGuardDomainRecord(domain, input) {
18526
18606
  path: _path + ".transcribe",
18527
18607
  expected: "(__type.o8 | undefined)",
18528
18608
  value: input.transcribe
18529
- }, _errorFactory)) && _ao15(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18609
+ }, _errorFactory)) && _ao16(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18530
18610
  method: "typia.assertGuard",
18531
18611
  path: _path + ".transcribe",
18532
18612
  expected: "(__type.o8 | undefined)",
@@ -18791,6 +18871,16 @@ function _assertGuardDomainRecord(domain, input) {
18791
18871
  path: _path + ".crop",
18792
18872
  expected: "(RenderSceneCrop | undefined)",
18793
18873
  value: input.crop
18874
+ }, _errorFactory)) && (undefined === input.focus || ("object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18875
+ method: "typia.assertGuard",
18876
+ path: _path + ".focus",
18877
+ expected: "(RenderSceneFocus | undefined)",
18878
+ value: input.focus
18879
+ }, _errorFactory)) && _ao14(input.focus, _path + ".focus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18880
+ method: "typia.assertGuard",
18881
+ path: _path + ".focus",
18882
+ expected: "(RenderSceneFocus | undefined)",
18883
+ value: input.focus
18794
18884
  }, _errorFactory)) && (undefined === input.orientation || "number" === typeof input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18795
18885
  method: "typia.assertGuard",
18796
18886
  path: _path + ".orientation",
@@ -18936,7 +19026,17 @@ function _assertGuardDomainRecord(domain, input) {
18936
19026
  path: _path + ".height",
18937
19027
  expected: "(number | undefined)",
18938
19028
  value: input.height
18939
- }, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19029
+ }, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19030
+ method: "typia.assertGuard",
19031
+ path: _path + ".x",
19032
+ expected: "(number | undefined)",
19033
+ value: input.x
19034
+ }, _errorFactory)) && (undefined === input.y || "number" === typeof input.y || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19035
+ method: "typia.assertGuard",
19036
+ path: _path + ".y",
19037
+ expected: "(number | undefined)",
19038
+ value: input.y
19039
+ }, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18940
19040
  method: "typia.assertGuard",
18941
19041
  path: _path + ".pan",
18942
19042
  expected: "(Array<Array<number>> | undefined)",
@@ -18961,7 +19061,7 @@ function _assertGuardDomainRecord(domain, input) {
18961
19061
  path: _path + ".pan",
18962
19062
  expected: "(Array<Array<number>> | undefined)",
18963
19063
  value: input.pan
18964
- }, _errorFactory); const _ao15 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19064
+ }, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18965
19065
  method: "typia.assertGuard",
18966
19066
  path: _path + ".language",
18967
19067
  expected: "(string | undefined)",
@@ -18986,7 +19086,7 @@ function _assertGuardDomainRecord(domain, input) {
18986
19086
  path: _path + ".diarization",
18987
19087
  expected: "(boolean | undefined)",
18988
19088
  value: input.diarization
18989
- }, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19089
+ }, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18990
19090
  method: "typia.assertGuard",
18991
19091
  path: _path + ".format",
18992
19092
  expected: "string",
@@ -18996,7 +19096,7 @@ function _assertGuardDomainRecord(domain, input) {
18996
19096
  path: _path + ".transcribe",
18997
19097
  expected: "(__type.o9 | undefined)",
18998
19098
  value: input.transcribe
18999
- }, _errorFactory)) && _ao17(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19099
+ }, _errorFactory)) && _ao18(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19000
19100
  method: "typia.assertGuard",
19001
19101
  path: _path + ".transcribe",
19002
19102
  expected: "(__type.o9 | undefined)",
@@ -19006,7 +19106,7 @@ function _assertGuardDomainRecord(domain, input) {
19006
19106
  path: _path + ".translate",
19007
19107
  expected: "(__type.o10 | undefined)",
19008
19108
  value: input.translate
19009
- }, _errorFactory)) && _ao18(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19109
+ }, _errorFactory)) && _ao19(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19010
19110
  method: "typia.assertGuard",
19011
19111
  path: _path + ".translate",
19012
19112
  expected: "(__type.o10 | undefined)",
@@ -19016,7 +19116,7 @@ function _assertGuardDomainRecord(domain, input) {
19016
19116
  path: _path + ".audio",
19017
19117
  expected: "(__type.o11 | undefined)",
19018
19118
  value: input.audio
19019
- }, _errorFactory)) && _ao19(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19119
+ }, _errorFactory)) && _ao20(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19020
19120
  method: "typia.assertGuard",
19021
19121
  path: _path + ".audio",
19022
19122
  expected: "(__type.o11 | undefined)",
@@ -19046,22 +19146,22 @@ function _assertGuardDomainRecord(domain, input) {
19046
19146
  path: _path + ".subtitle",
19047
19147
  expected: "(SubtitleProfile | string | undefined)",
19048
19148
  value: input.subtitle
19049
- }, _errorFactory)) && _ao20(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19149
+ }, _errorFactory)) && _ao21(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19050
19150
  method: "typia.assertGuard",
19051
19151
  path: _path + ".subtitle",
19052
19152
  expected: "(SubtitleProfile | string | undefined)",
19053
19153
  value: input.subtitle
19054
- }, _errorFactory))); const _ao17 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19154
+ }, _errorFactory))); const _ao18 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19055
19155
  method: "typia.assertGuard",
19056
19156
  path: _path + ".engine",
19057
19157
  expected: "string",
19058
19158
  value: input.engine
19059
- }, _errorFactory); const _ao18 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19159
+ }, _errorFactory); const _ao19 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19060
19160
  method: "typia.assertGuard",
19061
19161
  path: _path + ".language",
19062
19162
  expected: "string",
19063
19163
  value: input.language
19064
- }, _errorFactory); const _ao19 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19164
+ }, _errorFactory); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19065
19165
  method: "typia.assertGuard",
19066
19166
  path: _path + ".codec",
19067
19167
  expected: "(string | undefined)",
@@ -19081,7 +19181,7 @@ function _assertGuardDomainRecord(domain, input) {
19081
19181
  path: _path + ".split",
19082
19182
  expected: "(boolean | undefined)",
19083
19183
  value: input.split
19084
- }, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19184
+ }, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19085
19185
  method: "typia.assertGuard",
19086
19186
  path: _path + ".lang",
19087
19187
  expected: "(string | undefined)",
@@ -19096,7 +19196,7 @@ function _assertGuardDomainRecord(domain, input) {
19096
19196
  path: _path + ".ccconverter",
19097
19197
  expected: "(__type.o12 | undefined)",
19098
19198
  value: input.ccconverter
19099
- }, _errorFactory)) && _ao21(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19199
+ }, _errorFactory)) && _ao22(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19100
19200
  method: "typia.assertGuard",
19101
19201
  path: _path + ".ccconverter",
19102
19202
  expected: "(__type.o12 | undefined)",
@@ -19106,17 +19206,17 @@ function _assertGuardDomainRecord(domain, input) {
19106
19206
  path: _path + ".ass",
19107
19207
  expected: "(__type.o13 | undefined)",
19108
19208
  value: input.ass
19109
- }, _errorFactory)) && _ao22(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19209
+ }, _errorFactory)) && _ao23(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19110
19210
  method: "typia.assertGuard",
19111
19211
  path: _path + ".ass",
19112
19212
  expected: "(__type.o13 | undefined)",
19113
19213
  value: input.ass
19114
- }, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19214
+ }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19115
19215
  method: "typia.assertGuard",
19116
19216
  path: _path + ".preset",
19117
19217
  expected: "(string | undefined)",
19118
19218
  value: input.preset
19119
- }, _errorFactory); const _ao22 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19219
+ }, _errorFactory); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19120
19220
  method: "typia.assertGuard",
19121
19221
  path: _path + ".futureWordWrapping",
19122
19222
  expected: "(boolean | undefined)",