@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.
- package/dist/common/render-scene.d.ts +5 -0
- package/dist/nxtpression.d.ts +6 -0
- package/dist/records/validate/assert-guard.js +259 -159
- package/dist/records/validate/assert.js +259 -159
- package/dist/records/validate/is.js +25 -25
- package/dist/records/validate/schemas.js +75 -0
- package/dist/records/validate/stringify.js +50 -50
- package/dist/records/validate/validate-equals.js +430 -235
- package/dist/records/validate/validate.js +239 -159
- package/package.json +1 -1
|
@@ -10941,12 +10941,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
10941
10941
|
}; })()(input);
|
|
10942
10942
|
}
|
|
10943
10943
|
case ":media.source": {
|
|
10944
|
-
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) &&
|
|
10944
|
+
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 => {
|
|
10945
10945
|
const value = input[key];
|
|
10946
10946
|
if (undefined === value)
|
|
10947
10947
|
return true;
|
|
10948
10948
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io4(value);
|
|
10949
|
-
}); 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
|
|
10949
|
+
}); 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, {
|
|
10950
10950
|
method: "typia.assert",
|
|
10951
10951
|
path: _path + ".id",
|
|
10952
10952
|
expected: "(string | undefined)",
|
|
@@ -11006,7 +11006,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
11006
11006
|
path: _path + ".audio",
|
|
11007
11007
|
expected: "(__type.o6 | undefined)",
|
|
11008
11008
|
value: input.audio
|
|
11009
|
-
}, _errorFactory)) &&
|
|
11009
|
+
}, _errorFactory)) && _ao13(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11010
11010
|
method: "typia.assert",
|
|
11011
11011
|
path: _path + ".audio",
|
|
11012
11012
|
expected: "(__type.o6 | undefined)",
|
|
@@ -11026,7 +11026,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
11026
11026
|
path: _path + ".transcribe",
|
|
11027
11027
|
expected: "(__type.o7 | undefined)",
|
|
11028
11028
|
value: input.transcribe
|
|
11029
|
-
}, _errorFactory)) &&
|
|
11029
|
+
}, _errorFactory)) && _ao14(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11030
11030
|
method: "typia.assert",
|
|
11031
11031
|
path: _path + ".transcribe",
|
|
11032
11032
|
expected: "(__type.o7 | undefined)",
|
|
@@ -11291,6 +11291,16 @@ function _assertDomainRecord(domain, input) {
|
|
|
11291
11291
|
path: _path + ".crop",
|
|
11292
11292
|
expected: "(RenderSceneCrop | undefined)",
|
|
11293
11293
|
value: input.crop
|
|
11294
|
+
}, _errorFactory)) && (undefined === input.focus || ("object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11295
|
+
method: "typia.assert",
|
|
11296
|
+
path: _path + ".focus",
|
|
11297
|
+
expected: "(RenderSceneFocus | undefined)",
|
|
11298
|
+
value: input.focus
|
|
11299
|
+
}, _errorFactory)) && _ao12(input.focus, _path + ".focus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11300
|
+
method: "typia.assert",
|
|
11301
|
+
path: _path + ".focus",
|
|
11302
|
+
expected: "(RenderSceneFocus | undefined)",
|
|
11303
|
+
value: input.focus
|
|
11294
11304
|
}, _errorFactory)) && (undefined === input.orientation || "number" === typeof input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11295
11305
|
method: "typia.assert",
|
|
11296
11306
|
path: _path + ".orientation",
|
|
@@ -11436,7 +11446,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
11436
11446
|
path: _path + ".height",
|
|
11437
11447
|
expected: "(number | undefined)",
|
|
11438
11448
|
value: input.height
|
|
11439
|
-
}, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => undefined === input.
|
|
11449
|
+
}, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11450
|
+
method: "typia.assert",
|
|
11451
|
+
path: _path + ".x",
|
|
11452
|
+
expected: "(number | undefined)",
|
|
11453
|
+
value: input.x
|
|
11454
|
+
}, _errorFactory)) && (undefined === input.y || "number" === typeof input.y || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11455
|
+
method: "typia.assert",
|
|
11456
|
+
path: _path + ".y",
|
|
11457
|
+
expected: "(number | undefined)",
|
|
11458
|
+
value: input.y
|
|
11459
|
+
}, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11440
11460
|
method: "typia.assert",
|
|
11441
11461
|
path: _path + ".pan",
|
|
11442
11462
|
expected: "(Array<Array<number>> | undefined)",
|
|
@@ -11461,7 +11481,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
11461
11481
|
path: _path + ".pan",
|
|
11462
11482
|
expected: "(Array<Array<number>> | undefined)",
|
|
11463
11483
|
value: input.pan
|
|
11464
|
-
}, _errorFactory); const
|
|
11484
|
+
}, _errorFactory); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11465
11485
|
method: "typia.assert",
|
|
11466
11486
|
path: _path + ".language",
|
|
11467
11487
|
expected: "(string | undefined)",
|
|
@@ -12306,12 +12326,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
12306
12326
|
if (undefined === value)
|
|
12307
12327
|
return true;
|
|
12308
12328
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io1(value);
|
|
12309
|
-
}); 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) &&
|
|
12329
|
+
}); 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 => {
|
|
12310
12330
|
const value = input[key];
|
|
12311
12331
|
if (undefined === value)
|
|
12312
12332
|
return true;
|
|
12313
12333
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
12314
|
-
}); 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
|
|
12334
|
+
}); 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 => {
|
|
12315
12335
|
const value = input[key];
|
|
12316
12336
|
if (undefined === value)
|
|
12317
12337
|
return true;
|
|
@@ -12386,7 +12406,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
12386
12406
|
path: _path + ".audio",
|
|
12387
12407
|
expected: "(__type.o6 | undefined)",
|
|
12388
12408
|
value: input.audio
|
|
12389
|
-
}, _errorFactory)) &&
|
|
12409
|
+
}, _errorFactory)) && _ao14(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12390
12410
|
method: "typia.assert",
|
|
12391
12411
|
path: _path + ".audio",
|
|
12392
12412
|
expected: "(__type.o6 | undefined)",
|
|
@@ -12406,7 +12426,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
12406
12426
|
path: _path + ".transcribe",
|
|
12407
12427
|
expected: "(__type.o7 | undefined)",
|
|
12408
12428
|
value: input.transcribe
|
|
12409
|
-
}, _errorFactory)) &&
|
|
12429
|
+
}, _errorFactory)) && _ao15(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12410
12430
|
method: "typia.assert",
|
|
12411
12431
|
path: _path + ".transcribe",
|
|
12412
12432
|
expected: "(__type.o7 | undefined)",
|
|
@@ -12671,6 +12691,16 @@ function _assertDomainRecord(domain, input) {
|
|
|
12671
12691
|
path: _path + ".crop",
|
|
12672
12692
|
expected: "(RenderSceneCrop | undefined)",
|
|
12673
12693
|
value: input.crop
|
|
12694
|
+
}, _errorFactory)) && (undefined === input.focus || ("object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12695
|
+
method: "typia.assert",
|
|
12696
|
+
path: _path + ".focus",
|
|
12697
|
+
expected: "(RenderSceneFocus | undefined)",
|
|
12698
|
+
value: input.focus
|
|
12699
|
+
}, _errorFactory)) && _ao13(input.focus, _path + ".focus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12700
|
+
method: "typia.assert",
|
|
12701
|
+
path: _path + ".focus",
|
|
12702
|
+
expected: "(RenderSceneFocus | undefined)",
|
|
12703
|
+
value: input.focus
|
|
12674
12704
|
}, _errorFactory)) && (undefined === input.orientation || "number" === typeof input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12675
12705
|
method: "typia.assert",
|
|
12676
12706
|
path: _path + ".orientation",
|
|
@@ -12816,7 +12846,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
12816
12846
|
path: _path + ".height",
|
|
12817
12847
|
expected: "(number | undefined)",
|
|
12818
12848
|
value: input.height
|
|
12819
|
-
}, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => undefined === input.
|
|
12849
|
+
}, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12850
|
+
method: "typia.assert",
|
|
12851
|
+
path: _path + ".x",
|
|
12852
|
+
expected: "(number | undefined)",
|
|
12853
|
+
value: input.x
|
|
12854
|
+
}, _errorFactory)) && (undefined === input.y || "number" === typeof input.y || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12855
|
+
method: "typia.assert",
|
|
12856
|
+
path: _path + ".y",
|
|
12857
|
+
expected: "(number | undefined)",
|
|
12858
|
+
value: input.y
|
|
12859
|
+
}, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12820
12860
|
method: "typia.assert",
|
|
12821
12861
|
path: _path + ".pan",
|
|
12822
12862
|
expected: "(Array<Array<number>> | undefined)",
|
|
@@ -12841,7 +12881,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
12841
12881
|
path: _path + ".pan",
|
|
12842
12882
|
expected: "(Array<Array<number>> | undefined)",
|
|
12843
12883
|
value: input.pan
|
|
12844
|
-
}, _errorFactory); const
|
|
12884
|
+
}, _errorFactory); const _ao15 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12845
12885
|
method: "typia.assert",
|
|
12846
12886
|
path: _path + ".language",
|
|
12847
12887
|
expected: "(string | undefined)",
|
|
@@ -14905,46 +14945,46 @@ function _assertDomainRecord(domain, input) {
|
|
|
14905
14945
|
}; })()(input);
|
|
14906
14946
|
}
|
|
14907
14947
|
case ":publish": {
|
|
14908
|
-
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 &&
|
|
14948
|
+
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 => {
|
|
14909
14949
|
const value = input[key];
|
|
14910
14950
|
if (undefined === value)
|
|
14911
14951
|
return true;
|
|
14912
14952
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
|
|
14913
|
-
}); 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
|
|
14953
|
+
}); 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 => {
|
|
14914
14954
|
const value = input[key];
|
|
14915
14955
|
if (undefined === value)
|
|
14916
14956
|
return true;
|
|
14917
14957
|
return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
|
|
14918
|
-
}); const
|
|
14958
|
+
}); 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 => {
|
|
14919
14959
|
const value = input[key];
|
|
14920
14960
|
if (undefined === value)
|
|
14921
14961
|
return true;
|
|
14922
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14923
|
-
}); const
|
|
14962
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io35(value);
|
|
14963
|
+
}); 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 => {
|
|
14924
14964
|
if (["id", "path", "filename", "directory", "subtitle", "metafile"].some(prop => key === prop))
|
|
14925
14965
|
return true;
|
|
14926
14966
|
const value = input[key];
|
|
14927
14967
|
if (undefined === value)
|
|
14928
14968
|
return true;
|
|
14929
14969
|
return true;
|
|
14930
|
-
}); const
|
|
14970
|
+
}); 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 => (() => {
|
|
14931
14971
|
if (undefined !== input.path)
|
|
14932
|
-
return _io28(input);
|
|
14933
|
-
else if (undefined !== input.__context)
|
|
14934
14972
|
return _io29(input);
|
|
14973
|
+
else if (undefined !== input.__context)
|
|
14974
|
+
return _io30(input);
|
|
14935
14975
|
else
|
|
14936
14976
|
return false;
|
|
14937
14977
|
})(); const _iu1 = input => (() => {
|
|
14938
14978
|
if (_io0(input))
|
|
14939
14979
|
return _io0(input);
|
|
14940
|
-
if (_io25(input))
|
|
14941
|
-
return _io25(input);
|
|
14942
|
-
if (_io36(input))
|
|
14943
|
-
return _io36(input);
|
|
14944
14980
|
if (_io26(input))
|
|
14945
14981
|
return _io26(input);
|
|
14946
|
-
if (
|
|
14947
|
-
return
|
|
14982
|
+
if (_io37(input))
|
|
14983
|
+
return _io37(input);
|
|
14984
|
+
if (_io27(input))
|
|
14985
|
+
return _io27(input);
|
|
14986
|
+
if (_io41(input))
|
|
14987
|
+
return _io41(input);
|
|
14948
14988
|
return false;
|
|
14949
14989
|
})(); const _ao0 = (input, _path, _exceptionable = true) => (null === input.type || undefined === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14950
14990
|
method: "typia.assert",
|
|
@@ -14976,7 +15016,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14976
15016
|
path: _path + ".error",
|
|
14977
15017
|
expected: "(__type.o13 | null | undefined)",
|
|
14978
15018
|
value: input.error
|
|
14979
|
-
}, _errorFactory)) &&
|
|
15019
|
+
}, _errorFactory)) && _ao24(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14980
15020
|
method: "typia.assert",
|
|
14981
15021
|
path: _path + ".error",
|
|
14982
15022
|
expected: "(__type.o13 | null | undefined)",
|
|
@@ -14991,7 +15031,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14991
15031
|
path: _path + ".messages[" + _index12 + "]",
|
|
14992
15032
|
expected: "Message",
|
|
14993
15033
|
value: elem
|
|
14994
|
-
}, _errorFactory)) &&
|
|
15034
|
+
}, _errorFactory)) && _ao25(elem, _path + ".messages[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14995
15035
|
method: "typia.assert",
|
|
14996
15036
|
path: _path + ".messages[" + _index12 + "]",
|
|
14997
15037
|
expected: "Message",
|
|
@@ -15026,7 +15066,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15026
15066
|
path: _path + ".profile",
|
|
15027
15067
|
expected: "(RenderProfileObject | undefined)",
|
|
15028
15068
|
value: input.profile
|
|
15029
|
-
}, _errorFactory)) &&
|
|
15069
|
+
}, _errorFactory)) && _ao17(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15030
15070
|
method: "typia.assert",
|
|
15031
15071
|
path: _path + ".profile",
|
|
15032
15072
|
expected: "(RenderProfileObject | undefined)",
|
|
@@ -15091,7 +15131,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15091
15131
|
path: _path + ".audio",
|
|
15092
15132
|
expected: "(__type.o6 | undefined)",
|
|
15093
15133
|
value: input.audio
|
|
15094
|
-
}, _errorFactory)) &&
|
|
15134
|
+
}, _errorFactory)) && _ao15(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15095
15135
|
method: "typia.assert",
|
|
15096
15136
|
path: _path + ".audio",
|
|
15097
15137
|
expected: "(__type.o6 | undefined)",
|
|
@@ -15111,7 +15151,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15111
15151
|
path: _path + ".transcribe",
|
|
15112
15152
|
expected: "(__type.o7 | undefined)",
|
|
15113
15153
|
value: input.transcribe
|
|
15114
|
-
}, _errorFactory)) &&
|
|
15154
|
+
}, _errorFactory)) && _ao16(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15115
15155
|
method: "typia.assert",
|
|
15116
15156
|
path: _path + ".transcribe",
|
|
15117
15157
|
expected: "(__type.o7 | undefined)",
|
|
@@ -15376,6 +15416,16 @@ function _assertDomainRecord(domain, input) {
|
|
|
15376
15416
|
path: _path + ".crop",
|
|
15377
15417
|
expected: "(RenderSceneCrop | undefined)",
|
|
15378
15418
|
value: input.crop
|
|
15419
|
+
}, _errorFactory)) && (undefined === input.focus || ("object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15420
|
+
method: "typia.assert",
|
|
15421
|
+
path: _path + ".focus",
|
|
15422
|
+
expected: "(RenderSceneFocus | undefined)",
|
|
15423
|
+
value: input.focus
|
|
15424
|
+
}, _errorFactory)) && _ao14(input.focus, _path + ".focus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15425
|
+
method: "typia.assert",
|
|
15426
|
+
path: _path + ".focus",
|
|
15427
|
+
expected: "(RenderSceneFocus | undefined)",
|
|
15428
|
+
value: input.focus
|
|
15379
15429
|
}, _errorFactory)) && (undefined === input.orientation || "number" === typeof input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15380
15430
|
method: "typia.assert",
|
|
15381
15431
|
path: _path + ".orientation",
|
|
@@ -15521,7 +15571,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
15521
15571
|
path: _path + ".height",
|
|
15522
15572
|
expected: "(number | undefined)",
|
|
15523
15573
|
value: input.height
|
|
15524
|
-
}, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => undefined === input.
|
|
15574
|
+
}, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15575
|
+
method: "typia.assert",
|
|
15576
|
+
path: _path + ".x",
|
|
15577
|
+
expected: "(number | undefined)",
|
|
15578
|
+
value: input.x
|
|
15579
|
+
}, _errorFactory)) && (undefined === input.y || "number" === typeof input.y || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15580
|
+
method: "typia.assert",
|
|
15581
|
+
path: _path + ".y",
|
|
15582
|
+
expected: "(number | undefined)",
|
|
15583
|
+
value: input.y
|
|
15584
|
+
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15525
15585
|
method: "typia.assert",
|
|
15526
15586
|
path: _path + ".pan",
|
|
15527
15587
|
expected: "(Array<Array<number>> | undefined)",
|
|
@@ -15546,7 +15606,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15546
15606
|
path: _path + ".pan",
|
|
15547
15607
|
expected: "(Array<Array<number>> | undefined)",
|
|
15548
15608
|
value: input.pan
|
|
15549
|
-
}, _errorFactory); const
|
|
15609
|
+
}, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15550
15610
|
method: "typia.assert",
|
|
15551
15611
|
path: _path + ".language",
|
|
15552
15612
|
expected: "(string | undefined)",
|
|
@@ -15571,7 +15631,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15571
15631
|
path: _path + ".diarization",
|
|
15572
15632
|
expected: "(boolean | undefined)",
|
|
15573
15633
|
value: input.diarization
|
|
15574
|
-
}, _errorFactory)); const
|
|
15634
|
+
}, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15575
15635
|
method: "typia.assert",
|
|
15576
15636
|
path: _path + ".format",
|
|
15577
15637
|
expected: "string",
|
|
@@ -15581,7 +15641,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15581
15641
|
path: _path + ".transcribe",
|
|
15582
15642
|
expected: "(__type.o8 | undefined)",
|
|
15583
15643
|
value: input.transcribe
|
|
15584
|
-
}, _errorFactory)) &&
|
|
15644
|
+
}, _errorFactory)) && _ao18(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15585
15645
|
method: "typia.assert",
|
|
15586
15646
|
path: _path + ".transcribe",
|
|
15587
15647
|
expected: "(__type.o8 | undefined)",
|
|
@@ -15591,7 +15651,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15591
15651
|
path: _path + ".translate",
|
|
15592
15652
|
expected: "(__type.o9 | undefined)",
|
|
15593
15653
|
value: input.translate
|
|
15594
|
-
}, _errorFactory)) &&
|
|
15654
|
+
}, _errorFactory)) && _ao19(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15595
15655
|
method: "typia.assert",
|
|
15596
15656
|
path: _path + ".translate",
|
|
15597
15657
|
expected: "(__type.o9 | undefined)",
|
|
@@ -15601,7 +15661,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15601
15661
|
path: _path + ".audio",
|
|
15602
15662
|
expected: "(__type.o10 | undefined)",
|
|
15603
15663
|
value: input.audio
|
|
15604
|
-
}, _errorFactory)) &&
|
|
15664
|
+
}, _errorFactory)) && _ao20(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15605
15665
|
method: "typia.assert",
|
|
15606
15666
|
path: _path + ".audio",
|
|
15607
15667
|
expected: "(__type.o10 | undefined)",
|
|
@@ -15631,22 +15691,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
15631
15691
|
path: _path + ".subtitle",
|
|
15632
15692
|
expected: "(SubtitleProfile | string | undefined)",
|
|
15633
15693
|
value: input.subtitle
|
|
15634
|
-
}, _errorFactory)) &&
|
|
15694
|
+
}, _errorFactory)) && _ao21(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15635
15695
|
method: "typia.assert",
|
|
15636
15696
|
path: _path + ".subtitle",
|
|
15637
15697
|
expected: "(SubtitleProfile | string | undefined)",
|
|
15638
15698
|
value: input.subtitle
|
|
15639
|
-
}, _errorFactory))); const
|
|
15699
|
+
}, _errorFactory))); const _ao18 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15640
15700
|
method: "typia.assert",
|
|
15641
15701
|
path: _path + ".engine",
|
|
15642
15702
|
expected: "string",
|
|
15643
15703
|
value: input.engine
|
|
15644
|
-
}, _errorFactory); const
|
|
15704
|
+
}, _errorFactory); const _ao19 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15645
15705
|
method: "typia.assert",
|
|
15646
15706
|
path: _path + ".language",
|
|
15647
15707
|
expected: "string",
|
|
15648
15708
|
value: input.language
|
|
15649
|
-
}, _errorFactory); const
|
|
15709
|
+
}, _errorFactory); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15650
15710
|
method: "typia.assert",
|
|
15651
15711
|
path: _path + ".codec",
|
|
15652
15712
|
expected: "(string | undefined)",
|
|
@@ -15666,7 +15726,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15666
15726
|
path: _path + ".split",
|
|
15667
15727
|
expected: "(boolean | undefined)",
|
|
15668
15728
|
value: input.split
|
|
15669
|
-
}, _errorFactory)); const
|
|
15729
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15670
15730
|
method: "typia.assert",
|
|
15671
15731
|
path: _path + ".lang",
|
|
15672
15732
|
expected: "(string | undefined)",
|
|
@@ -15681,7 +15741,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15681
15741
|
path: _path + ".ccconverter",
|
|
15682
15742
|
expected: "(__type.o11 | undefined)",
|
|
15683
15743
|
value: input.ccconverter
|
|
15684
|
-
}, _errorFactory)) &&
|
|
15744
|
+
}, _errorFactory)) && _ao22(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15685
15745
|
method: "typia.assert",
|
|
15686
15746
|
path: _path + ".ccconverter",
|
|
15687
15747
|
expected: "(__type.o11 | undefined)",
|
|
@@ -15691,17 +15751,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
15691
15751
|
path: _path + ".ass",
|
|
15692
15752
|
expected: "(__type.o12 | undefined)",
|
|
15693
15753
|
value: input.ass
|
|
15694
|
-
}, _errorFactory)) &&
|
|
15754
|
+
}, _errorFactory)) && _ao23(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15695
15755
|
method: "typia.assert",
|
|
15696
15756
|
path: _path + ".ass",
|
|
15697
15757
|
expected: "(__type.o12 | undefined)",
|
|
15698
15758
|
value: input.ass
|
|
15699
|
-
}, _errorFactory)); const
|
|
15759
|
+
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15700
15760
|
method: "typia.assert",
|
|
15701
15761
|
path: _path + ".preset",
|
|
15702
15762
|
expected: "(string | undefined)",
|
|
15703
15763
|
value: input.preset
|
|
15704
|
-
}, _errorFactory); const
|
|
15764
|
+
}, _errorFactory); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15705
15765
|
method: "typia.assert",
|
|
15706
15766
|
path: _path + ".futureWordWrapping",
|
|
15707
15767
|
expected: "(boolean | undefined)",
|
|
@@ -15716,12 +15776,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
15716
15776
|
path: _path + ".enableUnsafeLineSpacingHack",
|
|
15717
15777
|
expected: "(boolean | undefined)",
|
|
15718
15778
|
value: input.enableUnsafeLineSpacingHack
|
|
15719
|
-
}, _errorFactory)); const
|
|
15779
|
+
}, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15720
15780
|
method: "typia.assert",
|
|
15721
15781
|
path: _path + ".method",
|
|
15722
15782
|
expected: "string",
|
|
15723
15783
|
value: input.method
|
|
15724
|
-
}, _errorFactory); const
|
|
15784
|
+
}, _errorFactory); const _ao25 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15725
15785
|
method: "typia.assert",
|
|
15726
15786
|
path: _path + ".level",
|
|
15727
15787
|
expected: "number",
|
|
@@ -15736,7 +15796,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15736
15796
|
path: _path + ".msg",
|
|
15737
15797
|
expected: "string",
|
|
15738
15798
|
value: input.msg
|
|
15739
|
-
}, _errorFactory)); const
|
|
15799
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.type || "facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15740
15800
|
method: "typia.assert",
|
|
15741
15801
|
path: _path + ".type",
|
|
15742
15802
|
expected: "(\"facebook\" | undefined)",
|
|
@@ -15771,7 +15831,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15771
15831
|
path: _path + ".error",
|
|
15772
15832
|
expected: "(__type.o13 | null | undefined)",
|
|
15773
15833
|
value: input.error
|
|
15774
|
-
}, _errorFactory)) &&
|
|
15834
|
+
}, _errorFactory)) && _ao24(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15775
15835
|
method: "typia.assert",
|
|
15776
15836
|
path: _path + ".error",
|
|
15777
15837
|
expected: "(__type.o13 | null | undefined)",
|
|
@@ -15786,7 +15846,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15786
15846
|
path: _path + ".messages[" + _index17 + "]",
|
|
15787
15847
|
expected: "Message",
|
|
15788
15848
|
value: elem
|
|
15789
|
-
}, _errorFactory)) &&
|
|
15849
|
+
}, _errorFactory)) && _ao25(elem, _path + ".messages[" + _index17 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15790
15850
|
method: "typia.assert",
|
|
15791
15851
|
path: _path + ".messages[" + _index17 + "]",
|
|
15792
15852
|
expected: "Message",
|
|
@@ -15796,7 +15856,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15796
15856
|
path: _path + ".messages",
|
|
15797
15857
|
expected: "(Array<Message> | undefined)",
|
|
15798
15858
|
value: input.messages
|
|
15799
|
-
}, _errorFactory)); const
|
|
15859
|
+
}, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15800
15860
|
method: "typia.assert",
|
|
15801
15861
|
path: _path + ".type",
|
|
15802
15862
|
expected: "(\"file\" | undefined)",
|
|
@@ -15816,7 +15876,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15816
15876
|
path: _path + ".renders",
|
|
15817
15877
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
15818
15878
|
value: input.renders
|
|
15819
|
-
}, _errorFactory)) &&
|
|
15879
|
+
}, _errorFactory)) && _ao28(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15820
15880
|
method: "typia.assert",
|
|
15821
15881
|
path: _path + ".renders",
|
|
15822
15882
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
@@ -15826,7 +15886,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15826
15886
|
path: _path + ".draft",
|
|
15827
15887
|
expected: "(FilePublishDraft | undefined)",
|
|
15828
15888
|
value: input.draft
|
|
15829
|
-
}, _errorFactory)) &&
|
|
15889
|
+
}, _errorFactory)) && _ao32(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15830
15890
|
method: "typia.assert",
|
|
15831
15891
|
path: _path + ".draft",
|
|
15832
15892
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -15836,7 +15896,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15836
15896
|
path: _path + ".remote",
|
|
15837
15897
|
expected: "(FilePublishRemote | undefined)",
|
|
15838
15898
|
value: input.remote
|
|
15839
|
-
}, _errorFactory)) &&
|
|
15899
|
+
}, _errorFactory)) && _ao33(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15840
15900
|
method: "typia.assert",
|
|
15841
15901
|
path: _path + ".remote",
|
|
15842
15902
|
expected: "(FilePublishRemote | undefined)",
|
|
@@ -15846,7 +15906,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15846
15906
|
path: _path + ".published",
|
|
15847
15907
|
expected: "(FilePublishPublished | undefined)",
|
|
15848
15908
|
value: input.published
|
|
15849
|
-
}, _errorFactory)) &&
|
|
15909
|
+
}, _errorFactory)) && _ao36(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15850
15910
|
method: "typia.assert",
|
|
15851
15911
|
path: _path + ".published",
|
|
15852
15912
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -15876,7 +15936,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15876
15936
|
path: _path + ".error",
|
|
15877
15937
|
expected: "(__type.o13 | null | undefined)",
|
|
15878
15938
|
value: input.error
|
|
15879
|
-
}, _errorFactory)) &&
|
|
15939
|
+
}, _errorFactory)) && _ao24(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15880
15940
|
method: "typia.assert",
|
|
15881
15941
|
path: _path + ".error",
|
|
15882
15942
|
expected: "(__type.o13 | null | undefined)",
|
|
@@ -15891,7 +15951,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15891
15951
|
path: _path + ".messages[" + _index18 + "]",
|
|
15892
15952
|
expected: "Message",
|
|
15893
15953
|
value: elem
|
|
15894
|
-
}, _errorFactory)) &&
|
|
15954
|
+
}, _errorFactory)) && _ao25(elem, _path + ".messages[" + _index18 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15895
15955
|
method: "typia.assert",
|
|
15896
15956
|
path: _path + ".messages[" + _index18 + "]",
|
|
15897
15957
|
expected: "Message",
|
|
@@ -15901,7 +15961,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15901
15961
|
path: _path + ".messages",
|
|
15902
15962
|
expected: "(Array<Message> | undefined)",
|
|
15903
15963
|
value: input.messages
|
|
15904
|
-
}, _errorFactory)); const
|
|
15964
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
15905
15965
|
const value = input[key];
|
|
15906
15966
|
if (undefined === value)
|
|
15907
15967
|
return true;
|
|
@@ -15926,7 +15986,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15926
15986
|
expected: "(ResolvedFilePublishRender | __type.o14 | string)",
|
|
15927
15987
|
value: value
|
|
15928
15988
|
}, _errorFactory));
|
|
15929
|
-
}); const
|
|
15989
|
+
}); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15930
15990
|
method: "typia.assert",
|
|
15931
15991
|
path: _path + ".name",
|
|
15932
15992
|
expected: "(string | undefined)",
|
|
@@ -15971,17 +16031,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
15971
16031
|
path: _path + ".profile",
|
|
15972
16032
|
expected: "(RenderProfileObject | undefined)",
|
|
15973
16033
|
value: input.profile
|
|
15974
|
-
}, _errorFactory)) &&
|
|
16034
|
+
}, _errorFactory)) && _ao17(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15975
16035
|
method: "typia.assert",
|
|
15976
16036
|
path: _path + ".profile",
|
|
15977
16037
|
expected: "(RenderProfileObject | undefined)",
|
|
15978
16038
|
value: input.profile
|
|
15979
|
-
}, _errorFactory)); const
|
|
16039
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15980
16040
|
method: "typia.assert",
|
|
15981
16041
|
path: _path + ".__context",
|
|
15982
16042
|
expected: "__type.o15",
|
|
15983
16043
|
value: input.__context
|
|
15984
|
-
}, _errorFactory)) &&
|
|
16044
|
+
}, _errorFactory)) && _ao31(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15985
16045
|
method: "typia.assert",
|
|
15986
16046
|
path: _path + ".__context",
|
|
15987
16047
|
expected: "__type.o15",
|
|
@@ -15991,17 +16051,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
15991
16051
|
path: _path + ".__returnValue",
|
|
15992
16052
|
expected: "ResolvedFilePublishRender",
|
|
15993
16053
|
value: input.__returnValue
|
|
15994
|
-
}, _errorFactory)) &&
|
|
16054
|
+
}, _errorFactory)) && _ao29(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15995
16055
|
method: "typia.assert",
|
|
15996
16056
|
path: _path + ".__returnValue",
|
|
15997
16057
|
expected: "ResolvedFilePublishRender",
|
|
15998
16058
|
value: input.__returnValue
|
|
15999
|
-
}, _errorFactory)); const
|
|
16059
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16000
16060
|
method: "typia.assert",
|
|
16001
16061
|
path: _path + ".publish",
|
|
16002
16062
|
expected: "FilePublishRecord",
|
|
16003
16063
|
value: input.publish
|
|
16004
|
-
}, _errorFactory)) &&
|
|
16064
|
+
}, _errorFactory)) && _ao27(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16005
16065
|
method: "typia.assert",
|
|
16006
16066
|
path: _path + ".publish",
|
|
16007
16067
|
expected: "FilePublishRecord",
|
|
@@ -16016,7 +16076,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16016
16076
|
path: _path + ".name",
|
|
16017
16077
|
expected: "string",
|
|
16018
16078
|
value: input.name
|
|
16019
|
-
}, _errorFactory)); const
|
|
16079
|
+
}, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16020
16080
|
method: "typia.assert",
|
|
16021
16081
|
path: _path + ".directory",
|
|
16022
16082
|
expected: "(string | undefined)",
|
|
@@ -16026,7 +16086,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16026
16086
|
path: _path + ".filename",
|
|
16027
16087
|
expected: "(string | undefined)",
|
|
16028
16088
|
value: input.filename
|
|
16029
|
-
}, _errorFactory)); const
|
|
16089
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16030
16090
|
method: "typia.assert",
|
|
16031
16091
|
path: _path + ".directory",
|
|
16032
16092
|
expected: "(string | undefined)",
|
|
@@ -16041,12 +16101,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
16041
16101
|
path: _path + ".renders",
|
|
16042
16102
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
16043
16103
|
value: input.renders
|
|
16044
|
-
}, _errorFactory)) &&
|
|
16104
|
+
}, _errorFactory)) && _ao34(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16045
16105
|
method: "typia.assert",
|
|
16046
16106
|
path: _path + ".renders",
|
|
16047
16107
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
16048
16108
|
value: input.renders
|
|
16049
|
-
}, _errorFactory)); const
|
|
16109
|
+
}, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
16050
16110
|
const value = input[key];
|
|
16051
16111
|
if (undefined === value)
|
|
16052
16112
|
return true;
|
|
@@ -16055,13 +16115,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
16055
16115
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16056
16116
|
expected: "FilePublishRemoteRender",
|
|
16057
16117
|
value: value
|
|
16058
|
-
}, _errorFactory)) &&
|
|
16118
|
+
}, _errorFactory)) && _ao35(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16059
16119
|
method: "typia.assert",
|
|
16060
16120
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16061
16121
|
expected: "FilePublishRemoteRender",
|
|
16062
16122
|
value: value
|
|
16063
16123
|
}, _errorFactory);
|
|
16064
|
-
}); const
|
|
16124
|
+
}); const _ao35 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16065
16125
|
method: "typia.assert",
|
|
16066
16126
|
path: _path + ".path",
|
|
16067
16127
|
expected: "(string | undefined)",
|
|
@@ -16076,7 +16136,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16076
16136
|
path: _path + ".messages[" + _index19 + "]",
|
|
16077
16137
|
expected: "Message",
|
|
16078
16138
|
value: elem
|
|
16079
|
-
}, _errorFactory)) &&
|
|
16139
|
+
}, _errorFactory)) && _ao25(elem, _path + ".messages[" + _index19 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16080
16140
|
method: "typia.assert",
|
|
16081
16141
|
path: _path + ".messages[" + _index19 + "]",
|
|
16082
16142
|
expected: "Message",
|
|
@@ -16101,7 +16161,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16101
16161
|
path: _path + ".source",
|
|
16102
16162
|
expected: "(string | undefined)",
|
|
16103
16163
|
value: input.source
|
|
16104
|
-
}, _errorFactory)); const
|
|
16164
|
+
}, _errorFactory)); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16105
16165
|
method: "typia.assert",
|
|
16106
16166
|
path: _path + ".directory",
|
|
16107
16167
|
expected: "(string | undefined)",
|
|
@@ -16111,7 +16171,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16111
16171
|
path: _path + ".filename",
|
|
16112
16172
|
expected: "string",
|
|
16113
16173
|
value: input.filename
|
|
16114
|
-
}, _errorFactory)); const
|
|
16174
|
+
}, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16115
16175
|
method: "typia.assert",
|
|
16116
16176
|
path: _path + ".type",
|
|
16117
16177
|
expected: "(\"file\" | undefined)",
|
|
@@ -16131,7 +16191,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16131
16191
|
path: _path + ".draft",
|
|
16132
16192
|
expected: "(FilePublishDraft | undefined)",
|
|
16133
16193
|
value: input.draft
|
|
16134
|
-
}, _errorFactory)) &&
|
|
16194
|
+
}, _errorFactory)) && _ao32(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16135
16195
|
method: "typia.assert",
|
|
16136
16196
|
path: _path + ".draft",
|
|
16137
16197
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -16141,7 +16201,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16141
16201
|
path: _path + ".remote",
|
|
16142
16202
|
expected: "(FilePublishRemoteLegacy | undefined)",
|
|
16143
16203
|
value: input.remote
|
|
16144
|
-
}, _errorFactory)) &&
|
|
16204
|
+
}, _errorFactory)) && _ao38(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16145
16205
|
method: "typia.assert",
|
|
16146
16206
|
path: _path + ".remote",
|
|
16147
16207
|
expected: "(FilePublishRemoteLegacy | undefined)",
|
|
@@ -16151,7 +16211,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16151
16211
|
path: _path + ".published",
|
|
16152
16212
|
expected: "(FilePublishPublished | undefined)",
|
|
16153
16213
|
value: input.published
|
|
16154
|
-
}, _errorFactory)) &&
|
|
16214
|
+
}, _errorFactory)) && _ao36(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16155
16215
|
method: "typia.assert",
|
|
16156
16216
|
path: _path + ".published",
|
|
16157
16217
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -16191,7 +16251,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16191
16251
|
path: _path + ".error",
|
|
16192
16252
|
expected: "(__type.o13 | null | undefined)",
|
|
16193
16253
|
value: input.error
|
|
16194
|
-
}, _errorFactory)) &&
|
|
16254
|
+
}, _errorFactory)) && _ao24(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16195
16255
|
method: "typia.assert",
|
|
16196
16256
|
path: _path + ".error",
|
|
16197
16257
|
expected: "(__type.o13 | null | undefined)",
|
|
@@ -16206,7 +16266,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16206
16266
|
path: _path + ".messages[" + _index20 + "]",
|
|
16207
16267
|
expected: "Message",
|
|
16208
16268
|
value: elem
|
|
16209
|
-
}, _errorFactory)) &&
|
|
16269
|
+
}, _errorFactory)) && _ao25(elem, _path + ".messages[" + _index20 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16210
16270
|
method: "typia.assert",
|
|
16211
16271
|
path: _path + ".messages[" + _index20 + "]",
|
|
16212
16272
|
expected: "Message",
|
|
@@ -16216,7 +16276,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16216
16276
|
path: _path + ".messages",
|
|
16217
16277
|
expected: "(Array<Message> | undefined)",
|
|
16218
16278
|
value: input.messages
|
|
16219
|
-
}, _errorFactory)); const
|
|
16279
|
+
}, _errorFactory)); const _ao38 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16220
16280
|
method: "typia.assert",
|
|
16221
16281
|
path: _path + ".id",
|
|
16222
16282
|
expected: "(string | undefined)",
|
|
@@ -16241,7 +16301,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16241
16301
|
path: _path + ".subtitle",
|
|
16242
16302
|
expected: "(__type.o16 | undefined)",
|
|
16243
16303
|
value: input.subtitle
|
|
16244
|
-
}, _errorFactory)) &&
|
|
16304
|
+
}, _errorFactory)) && _ao39(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16245
16305
|
method: "typia.assert",
|
|
16246
16306
|
path: _path + ".subtitle",
|
|
16247
16307
|
expected: "(__type.o16 | undefined)",
|
|
@@ -16251,7 +16311,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16251
16311
|
path: _path + ".metafile",
|
|
16252
16312
|
expected: "(__type.o17 | undefined)",
|
|
16253
16313
|
value: input.metafile
|
|
16254
|
-
}, _errorFactory)) &&
|
|
16314
|
+
}, _errorFactory)) && _ao40(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16255
16315
|
method: "typia.assert",
|
|
16256
16316
|
path: _path + ".metafile",
|
|
16257
16317
|
expected: "(__type.o17 | undefined)",
|
|
@@ -16263,17 +16323,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
16263
16323
|
if (undefined === value)
|
|
16264
16324
|
return true;
|
|
16265
16325
|
return true;
|
|
16266
|
-
})); const
|
|
16326
|
+
})); const _ao39 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16267
16327
|
method: "typia.assert",
|
|
16268
16328
|
path: _path + ".path",
|
|
16269
16329
|
expected: "string",
|
|
16270
16330
|
value: input.path
|
|
16271
|
-
}, _errorFactory); const
|
|
16331
|
+
}, _errorFactory); const _ao40 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16272
16332
|
method: "typia.assert",
|
|
16273
16333
|
path: _path + ".path",
|
|
16274
16334
|
expected: "string",
|
|
16275
16335
|
value: input.path
|
|
16276
|
-
}, _errorFactory); const
|
|
16336
|
+
}, _errorFactory); const _ao41 = (input, _path, _exceptionable = true) => (undefined === input.type || "youtube" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16277
16337
|
method: "typia.assert",
|
|
16278
16338
|
path: _path + ".type",
|
|
16279
16339
|
expected: "(\"youtube\" | undefined)",
|
|
@@ -16283,7 +16343,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16283
16343
|
path: _path + ".draft",
|
|
16284
16344
|
expected: "(__type.o18 | undefined)",
|
|
16285
16345
|
value: input.draft
|
|
16286
|
-
}, _errorFactory)) &&
|
|
16346
|
+
}, _errorFactory)) && _ao42(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16287
16347
|
method: "typia.assert",
|
|
16288
16348
|
path: _path + ".draft",
|
|
16289
16349
|
expected: "(__type.o18 | undefined)",
|
|
@@ -16313,7 +16373,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16313
16373
|
path: _path + ".error",
|
|
16314
16374
|
expected: "(__type.o13 | null | undefined)",
|
|
16315
16375
|
value: input.error
|
|
16316
|
-
}, _errorFactory)) &&
|
|
16376
|
+
}, _errorFactory)) && _ao24(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16317
16377
|
method: "typia.assert",
|
|
16318
16378
|
path: _path + ".error",
|
|
16319
16379
|
expected: "(__type.o13 | null | undefined)",
|
|
@@ -16328,7 +16388,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16328
16388
|
path: _path + ".messages[" + _index21 + "]",
|
|
16329
16389
|
expected: "Message",
|
|
16330
16390
|
value: elem
|
|
16331
|
-
}, _errorFactory)) &&
|
|
16391
|
+
}, _errorFactory)) && _ao25(elem, _path + ".messages[" + _index21 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16332
16392
|
method: "typia.assert",
|
|
16333
16393
|
path: _path + ".messages[" + _index21 + "]",
|
|
16334
16394
|
expected: "Message",
|
|
@@ -16338,17 +16398,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
16338
16398
|
path: _path + ".messages",
|
|
16339
16399
|
expected: "(Array<Message> | undefined)",
|
|
16340
16400
|
value: input.messages
|
|
16341
|
-
}, _errorFactory)); const
|
|
16401
|
+
}, _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, {
|
|
16342
16402
|
method: "typia.assert",
|
|
16343
16403
|
path: _path + ".snippet",
|
|
16344
16404
|
expected: "(__type.o19 | undefined)",
|
|
16345
16405
|
value: input.snippet
|
|
16346
|
-
}, _errorFactory)) &&
|
|
16406
|
+
}, _errorFactory)) && _ao43(input.snippet, _path + ".snippet", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16347
16407
|
method: "typia.assert",
|
|
16348
16408
|
path: _path + ".snippet",
|
|
16349
16409
|
expected: "(__type.o19 | undefined)",
|
|
16350
16410
|
value: input.snippet
|
|
16351
|
-
}, _errorFactory); const
|
|
16411
|
+
}, _errorFactory); const _ao43 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16352
16412
|
method: "typia.assert",
|
|
16353
16413
|
path: _path + ".title",
|
|
16354
16414
|
expected: "(string | undefined)",
|
|
@@ -16375,9 +16435,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
16375
16435
|
value: input.description
|
|
16376
16436
|
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
16377
16437
|
if (undefined !== input.path)
|
|
16378
|
-
return _ao28(input, _path, true && _exceptionable);
|
|
16379
|
-
else if (undefined !== input.__context)
|
|
16380
16438
|
return _ao29(input, _path, true && _exceptionable);
|
|
16439
|
+
else if (undefined !== input.__context)
|
|
16440
|
+
return _ao30(input, _path, true && _exceptionable);
|
|
16381
16441
|
else
|
|
16382
16442
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16383
16443
|
method: "typia.assert",
|
|
@@ -16385,7 +16445,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16385
16445
|
expected: "(ResolvedFilePublishRender | __type.o14)",
|
|
16386
16446
|
value: input
|
|
16387
16447
|
}, _errorFactory);
|
|
16388
|
-
})(); const _au1 = (input, _path, _exceptionable = true) => _ao0(input, _path, false && _exceptionable) ||
|
|
16448
|
+
})(); 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, {
|
|
16389
16449
|
method: "typia.assert",
|
|
16390
16450
|
path: _path,
|
|
16391
16451
|
expected: "(EmptyPublishRecord | FacebookPublishRecord | FilePublishRecordLegacy | FilePublishRecord | YoutubePublishRecord)",
|
|
@@ -16419,21 +16479,21 @@ function _assertDomainRecord(domain, input) {
|
|
|
16419
16479
|
if (undefined === value)
|
|
16420
16480
|
return true;
|
|
16421
16481
|
return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
|
|
16422
|
-
}); 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 &&
|
|
16482
|
+
}); 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 => {
|
|
16423
16483
|
const value = input[key];
|
|
16424
16484
|
if (undefined === value)
|
|
16425
16485
|
return true;
|
|
16426
16486
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
|
|
16427
|
-
}); 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
|
|
16487
|
+
}); 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 => {
|
|
16428
16488
|
const value = input[key];
|
|
16429
16489
|
if (undefined === value)
|
|
16430
16490
|
return true;
|
|
16431
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
16432
|
-
}); const
|
|
16491
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io37(value);
|
|
16492
|
+
}); 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 => (() => {
|
|
16433
16493
|
if (undefined !== input.path)
|
|
16434
16494
|
return _io8(input);
|
|
16435
16495
|
else if (undefined !== input.__context)
|
|
16436
|
-
return
|
|
16496
|
+
return _io31(input);
|
|
16437
16497
|
else
|
|
16438
16498
|
return false;
|
|
16439
16499
|
})(); const _iu1 = input => (() => {
|
|
@@ -16677,7 +16737,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16677
16737
|
path: _path + ".profile",
|
|
16678
16738
|
expected: "(RenderProfileObject | undefined)",
|
|
16679
16739
|
value: input.profile
|
|
16680
|
-
}, _errorFactory)) &&
|
|
16740
|
+
}, _errorFactory)) && _ao24(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16681
16741
|
method: "typia.assert",
|
|
16682
16742
|
path: _path + ".profile",
|
|
16683
16743
|
expected: "(RenderProfileObject | undefined)",
|
|
@@ -16742,7 +16802,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16742
16802
|
path: _path + ".audio",
|
|
16743
16803
|
expected: "(__type.o6 | undefined)",
|
|
16744
16804
|
value: input.audio
|
|
16745
|
-
}, _errorFactory)) &&
|
|
16805
|
+
}, _errorFactory)) && _ao22(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16746
16806
|
method: "typia.assert",
|
|
16747
16807
|
path: _path + ".audio",
|
|
16748
16808
|
expected: "(__type.o6 | undefined)",
|
|
@@ -16762,7 +16822,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16762
16822
|
path: _path + ".transcribe",
|
|
16763
16823
|
expected: "(__type.o7 | undefined)",
|
|
16764
16824
|
value: input.transcribe
|
|
16765
|
-
}, _errorFactory)) &&
|
|
16825
|
+
}, _errorFactory)) && _ao23(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16766
16826
|
method: "typia.assert",
|
|
16767
16827
|
path: _path + ".transcribe",
|
|
16768
16828
|
expected: "(__type.o7 | undefined)",
|
|
@@ -17027,6 +17087,16 @@ function _assertDomainRecord(domain, input) {
|
|
|
17027
17087
|
path: _path + ".crop",
|
|
17028
17088
|
expected: "(RenderSceneCrop | undefined)",
|
|
17029
17089
|
value: input.crop
|
|
17090
|
+
}, _errorFactory)) && (undefined === input.focus || ("object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17091
|
+
method: "typia.assert",
|
|
17092
|
+
path: _path + ".focus",
|
|
17093
|
+
expected: "(RenderSceneFocus | undefined)",
|
|
17094
|
+
value: input.focus
|
|
17095
|
+
}, _errorFactory)) && _ao21(input.focus, _path + ".focus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17096
|
+
method: "typia.assert",
|
|
17097
|
+
path: _path + ".focus",
|
|
17098
|
+
expected: "(RenderSceneFocus | undefined)",
|
|
17099
|
+
value: input.focus
|
|
17030
17100
|
}, _errorFactory)) && (undefined === input.orientation || "number" === typeof input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17031
17101
|
method: "typia.assert",
|
|
17032
17102
|
path: _path + ".orientation",
|
|
@@ -17172,7 +17242,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
17172
17242
|
path: _path + ".height",
|
|
17173
17243
|
expected: "(number | undefined)",
|
|
17174
17244
|
value: input.height
|
|
17175
|
-
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => undefined === input.
|
|
17245
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17246
|
+
method: "typia.assert",
|
|
17247
|
+
path: _path + ".x",
|
|
17248
|
+
expected: "(number | undefined)",
|
|
17249
|
+
value: input.x
|
|
17250
|
+
}, _errorFactory)) && (undefined === input.y || "number" === typeof input.y || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17251
|
+
method: "typia.assert",
|
|
17252
|
+
path: _path + ".y",
|
|
17253
|
+
expected: "(number | undefined)",
|
|
17254
|
+
value: input.y
|
|
17255
|
+
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17176
17256
|
method: "typia.assert",
|
|
17177
17257
|
path: _path + ".pan",
|
|
17178
17258
|
expected: "(Array<Array<number>> | undefined)",
|
|
@@ -17197,7 +17277,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17197
17277
|
path: _path + ".pan",
|
|
17198
17278
|
expected: "(Array<Array<number>> | undefined)",
|
|
17199
17279
|
value: input.pan
|
|
17200
|
-
}, _errorFactory); const
|
|
17280
|
+
}, _errorFactory); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17201
17281
|
method: "typia.assert",
|
|
17202
17282
|
path: _path + ".language",
|
|
17203
17283
|
expected: "(string | undefined)",
|
|
@@ -17222,7 +17302,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17222
17302
|
path: _path + ".diarization",
|
|
17223
17303
|
expected: "(boolean | undefined)",
|
|
17224
17304
|
value: input.diarization
|
|
17225
|
-
}, _errorFactory)); const
|
|
17305
|
+
}, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17226
17306
|
method: "typia.assert",
|
|
17227
17307
|
path: _path + ".format",
|
|
17228
17308
|
expected: "string",
|
|
@@ -17232,7 +17312,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17232
17312
|
path: _path + ".transcribe",
|
|
17233
17313
|
expected: "(__type.o8 | undefined)",
|
|
17234
17314
|
value: input.transcribe
|
|
17235
|
-
}, _errorFactory)) &&
|
|
17315
|
+
}, _errorFactory)) && _ao25(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17236
17316
|
method: "typia.assert",
|
|
17237
17317
|
path: _path + ".transcribe",
|
|
17238
17318
|
expected: "(__type.o8 | undefined)",
|
|
@@ -17242,7 +17322,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17242
17322
|
path: _path + ".translate",
|
|
17243
17323
|
expected: "(__type.o9 | undefined)",
|
|
17244
17324
|
value: input.translate
|
|
17245
|
-
}, _errorFactory)) &&
|
|
17325
|
+
}, _errorFactory)) && _ao26(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17246
17326
|
method: "typia.assert",
|
|
17247
17327
|
path: _path + ".translate",
|
|
17248
17328
|
expected: "(__type.o9 | undefined)",
|
|
@@ -17252,7 +17332,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17252
17332
|
path: _path + ".audio",
|
|
17253
17333
|
expected: "(__type.o10 | undefined)",
|
|
17254
17334
|
value: input.audio
|
|
17255
|
-
}, _errorFactory)) &&
|
|
17335
|
+
}, _errorFactory)) && _ao27(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17256
17336
|
method: "typia.assert",
|
|
17257
17337
|
path: _path + ".audio",
|
|
17258
17338
|
expected: "(__type.o10 | undefined)",
|
|
@@ -17282,22 +17362,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
17282
17362
|
path: _path + ".subtitle",
|
|
17283
17363
|
expected: "(SubtitleProfile | string | undefined)",
|
|
17284
17364
|
value: input.subtitle
|
|
17285
|
-
}, _errorFactory)) &&
|
|
17365
|
+
}, _errorFactory)) && _ao28(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17286
17366
|
method: "typia.assert",
|
|
17287
17367
|
path: _path + ".subtitle",
|
|
17288
17368
|
expected: "(SubtitleProfile | string | undefined)",
|
|
17289
17369
|
value: input.subtitle
|
|
17290
|
-
}, _errorFactory))); const
|
|
17370
|
+
}, _errorFactory))); const _ao25 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17291
17371
|
method: "typia.assert",
|
|
17292
17372
|
path: _path + ".engine",
|
|
17293
17373
|
expected: "string",
|
|
17294
17374
|
value: input.engine
|
|
17295
|
-
}, _errorFactory); const
|
|
17375
|
+
}, _errorFactory); const _ao26 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17296
17376
|
method: "typia.assert",
|
|
17297
17377
|
path: _path + ".language",
|
|
17298
17378
|
expected: "string",
|
|
17299
17379
|
value: input.language
|
|
17300
|
-
}, _errorFactory); const
|
|
17380
|
+
}, _errorFactory); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17301
17381
|
method: "typia.assert",
|
|
17302
17382
|
path: _path + ".codec",
|
|
17303
17383
|
expected: "(string | undefined)",
|
|
@@ -17317,7 +17397,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17317
17397
|
path: _path + ".split",
|
|
17318
17398
|
expected: "(boolean | undefined)",
|
|
17319
17399
|
value: input.split
|
|
17320
|
-
}, _errorFactory)); const
|
|
17400
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17321
17401
|
method: "typia.assert",
|
|
17322
17402
|
path: _path + ".lang",
|
|
17323
17403
|
expected: "(string | undefined)",
|
|
@@ -17332,7 +17412,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17332
17412
|
path: _path + ".ccconverter",
|
|
17333
17413
|
expected: "(__type.o11 | undefined)",
|
|
17334
17414
|
value: input.ccconverter
|
|
17335
|
-
}, _errorFactory)) &&
|
|
17415
|
+
}, _errorFactory)) && _ao29(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17336
17416
|
method: "typia.assert",
|
|
17337
17417
|
path: _path + ".ccconverter",
|
|
17338
17418
|
expected: "(__type.o11 | undefined)",
|
|
@@ -17342,17 +17422,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
17342
17422
|
path: _path + ".ass",
|
|
17343
17423
|
expected: "(__type.o12 | undefined)",
|
|
17344
17424
|
value: input.ass
|
|
17345
|
-
}, _errorFactory)) &&
|
|
17425
|
+
}, _errorFactory)) && _ao30(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17346
17426
|
method: "typia.assert",
|
|
17347
17427
|
path: _path + ".ass",
|
|
17348
17428
|
expected: "(__type.o12 | undefined)",
|
|
17349
17429
|
value: input.ass
|
|
17350
|
-
}, _errorFactory)); const
|
|
17430
|
+
}, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17351
17431
|
method: "typia.assert",
|
|
17352
17432
|
path: _path + ".preset",
|
|
17353
17433
|
expected: "(string | undefined)",
|
|
17354
17434
|
value: input.preset
|
|
17355
|
-
}, _errorFactory); const
|
|
17435
|
+
}, _errorFactory); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17356
17436
|
method: "typia.assert",
|
|
17357
17437
|
path: _path + ".futureWordWrapping",
|
|
17358
17438
|
expected: "(boolean | undefined)",
|
|
@@ -17367,12 +17447,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
17367
17447
|
path: _path + ".enableUnsafeLineSpacingHack",
|
|
17368
17448
|
expected: "(boolean | undefined)",
|
|
17369
17449
|
value: input.enableUnsafeLineSpacingHack
|
|
17370
|
-
}, _errorFactory)); const
|
|
17450
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17371
17451
|
method: "typia.assert",
|
|
17372
17452
|
path: _path + ".__context",
|
|
17373
17453
|
expected: "__type.o14",
|
|
17374
17454
|
value: input.__context
|
|
17375
|
-
}, _errorFactory)) &&
|
|
17455
|
+
}, _errorFactory)) && _ao32(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17376
17456
|
method: "typia.assert",
|
|
17377
17457
|
path: _path + ".__context",
|
|
17378
17458
|
expected: "__type.o14",
|
|
@@ -17387,12 +17467,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
17387
17467
|
path: _path + ".__returnValue",
|
|
17388
17468
|
expected: "ResolvedFilePublishRender",
|
|
17389
17469
|
value: input.__returnValue
|
|
17390
|
-
}, _errorFactory)); const
|
|
17470
|
+
}, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17391
17471
|
method: "typia.assert",
|
|
17392
17472
|
path: _path + ".publish",
|
|
17393
17473
|
expected: "FilePublishRecord",
|
|
17394
17474
|
value: input.publish
|
|
17395
|
-
}, _errorFactory)) &&
|
|
17475
|
+
}, _errorFactory)) && _ao33(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17396
17476
|
method: "typia.assert",
|
|
17397
17477
|
path: _path + ".publish",
|
|
17398
17478
|
expected: "FilePublishRecord",
|
|
@@ -17407,7 +17487,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17407
17487
|
path: _path + ".name",
|
|
17408
17488
|
expected: "string",
|
|
17409
17489
|
value: input.name
|
|
17410
|
-
}, _errorFactory)); const
|
|
17490
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17411
17491
|
method: "typia.assert",
|
|
17412
17492
|
path: _path + ".type",
|
|
17413
17493
|
expected: "(\"file\" | undefined)",
|
|
@@ -17437,7 +17517,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17437
17517
|
path: _path + ".draft",
|
|
17438
17518
|
expected: "(FilePublishDraft | undefined)",
|
|
17439
17519
|
value: input.draft
|
|
17440
|
-
}, _errorFactory)) &&
|
|
17520
|
+
}, _errorFactory)) && _ao34(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17441
17521
|
method: "typia.assert",
|
|
17442
17522
|
path: _path + ".draft",
|
|
17443
17523
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -17447,7 +17527,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17447
17527
|
path: _path + ".remote",
|
|
17448
17528
|
expected: "(FilePublishRemote | undefined)",
|
|
17449
17529
|
value: input.remote
|
|
17450
|
-
}, _errorFactory)) &&
|
|
17530
|
+
}, _errorFactory)) && _ao35(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17451
17531
|
method: "typia.assert",
|
|
17452
17532
|
path: _path + ".remote",
|
|
17453
17533
|
expected: "(FilePublishRemote | undefined)",
|
|
@@ -17457,7 +17537,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17457
17537
|
path: _path + ".published",
|
|
17458
17538
|
expected: "(FilePublishPublished | undefined)",
|
|
17459
17539
|
value: input.published
|
|
17460
|
-
}, _errorFactory)) &&
|
|
17540
|
+
}, _errorFactory)) && _ao38(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17461
17541
|
method: "typia.assert",
|
|
17462
17542
|
path: _path + ".published",
|
|
17463
17543
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -17477,7 +17557,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17477
17557
|
path: _path + ".render",
|
|
17478
17558
|
expected: "(PublishRenderBase | undefined)",
|
|
17479
17559
|
value: input.render
|
|
17480
|
-
}, _errorFactory)) &&
|
|
17560
|
+
}, _errorFactory)) && _ao39(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17481
17561
|
method: "typia.assert",
|
|
17482
17562
|
path: _path + ".render",
|
|
17483
17563
|
expected: "(PublishRenderBase | undefined)",
|
|
@@ -17487,7 +17567,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17487
17567
|
path: _path + ".error",
|
|
17488
17568
|
expected: "(__type.o15 | null | undefined)",
|
|
17489
17569
|
value: input.error
|
|
17490
|
-
}, _errorFactory)) &&
|
|
17570
|
+
}, _errorFactory)) && _ao40(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17491
17571
|
method: "typia.assert",
|
|
17492
17572
|
path: _path + ".error",
|
|
17493
17573
|
expected: "(__type.o15 | null | undefined)",
|
|
@@ -17512,7 +17592,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17512
17592
|
path: _path + ".messages",
|
|
17513
17593
|
expected: "(Array<Message> | undefined)",
|
|
17514
17594
|
value: input.messages
|
|
17515
|
-
}, _errorFactory)); const
|
|
17595
|
+
}, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17516
17596
|
method: "typia.assert",
|
|
17517
17597
|
path: _path + ".directory",
|
|
17518
17598
|
expected: "(string | undefined)",
|
|
@@ -17522,7 +17602,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17522
17602
|
path: _path + ".filename",
|
|
17523
17603
|
expected: "(string | undefined)",
|
|
17524
17604
|
value: input.filename
|
|
17525
|
-
}, _errorFactory)); const
|
|
17605
|
+
}, _errorFactory)); const _ao35 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17526
17606
|
method: "typia.assert",
|
|
17527
17607
|
path: _path + ".directory",
|
|
17528
17608
|
expected: "(string | undefined)",
|
|
@@ -17537,12 +17617,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
17537
17617
|
path: _path + ".renders",
|
|
17538
17618
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
17539
17619
|
value: input.renders
|
|
17540
|
-
}, _errorFactory)) &&
|
|
17620
|
+
}, _errorFactory)) && _ao36(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17541
17621
|
method: "typia.assert",
|
|
17542
17622
|
path: _path + ".renders",
|
|
17543
17623
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
17544
17624
|
value: input.renders
|
|
17545
|
-
}, _errorFactory)); const
|
|
17625
|
+
}, _errorFactory)); const _ao36 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
17546
17626
|
const value = input[key];
|
|
17547
17627
|
if (undefined === value)
|
|
17548
17628
|
return true;
|
|
@@ -17551,13 +17631,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
17551
17631
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17552
17632
|
expected: "FilePublishRemoteRender",
|
|
17553
17633
|
value: value
|
|
17554
|
-
}, _errorFactory)) &&
|
|
17634
|
+
}, _errorFactory)) && _ao37(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17555
17635
|
method: "typia.assert",
|
|
17556
17636
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
17557
17637
|
expected: "FilePublishRemoteRender",
|
|
17558
17638
|
value: value
|
|
17559
17639
|
}, _errorFactory);
|
|
17560
|
-
}); const
|
|
17640
|
+
}); const _ao37 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17561
17641
|
method: "typia.assert",
|
|
17562
17642
|
path: _path + ".path",
|
|
17563
17643
|
expected: "(string | undefined)",
|
|
@@ -17597,7 +17677,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17597
17677
|
path: _path + ".source",
|
|
17598
17678
|
expected: "(string | undefined)",
|
|
17599
17679
|
value: input.source
|
|
17600
|
-
}, _errorFactory)); const
|
|
17680
|
+
}, _errorFactory)); const _ao38 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17601
17681
|
method: "typia.assert",
|
|
17602
17682
|
path: _path + ".directory",
|
|
17603
17683
|
expected: "(string | undefined)",
|
|
@@ -17607,7 +17687,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17607
17687
|
path: _path + ".filename",
|
|
17608
17688
|
expected: "string",
|
|
17609
17689
|
value: input.filename
|
|
17610
|
-
}, _errorFactory)); const
|
|
17690
|
+
}, _errorFactory)); const _ao39 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17611
17691
|
method: "typia.assert",
|
|
17612
17692
|
path: _path + ".preset",
|
|
17613
17693
|
expected: "(string | undefined)",
|
|
@@ -17632,12 +17712,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
17632
17712
|
path: _path + ".profile",
|
|
17633
17713
|
expected: "(RenderProfileObject | undefined)",
|
|
17634
17714
|
value: input.profile
|
|
17635
|
-
}, _errorFactory)) &&
|
|
17715
|
+
}, _errorFactory)) && _ao24(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17636
17716
|
method: "typia.assert",
|
|
17637
17717
|
path: _path + ".profile",
|
|
17638
17718
|
expected: "(RenderProfileObject | undefined)",
|
|
17639
17719
|
value: input.profile
|
|
17640
|
-
}, _errorFactory)); const
|
|
17720
|
+
}, _errorFactory)); const _ao40 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17641
17721
|
method: "typia.assert",
|
|
17642
17722
|
path: _path + ".method",
|
|
17643
17723
|
expected: "string",
|
|
@@ -17646,7 +17726,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17646
17726
|
if (undefined !== input.path)
|
|
17647
17727
|
return _ao8(input, _path, true && _exceptionable);
|
|
17648
17728
|
else if (undefined !== input.__context)
|
|
17649
|
-
return
|
|
17729
|
+
return _ao31(input, _path, true && _exceptionable);
|
|
17650
17730
|
else
|
|
17651
17731
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17652
17732
|
method: "typia.assert",
|
|
@@ -18523,12 +18603,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
18523
18603
|
}; })()(input);
|
|
18524
18604
|
}
|
|
18525
18605
|
case ":render.query?": {
|
|
18526
|
-
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 &&
|
|
18606
|
+
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 => {
|
|
18527
18607
|
const value = input[key];
|
|
18528
18608
|
if (undefined === value)
|
|
18529
18609
|
return true;
|
|
18530
18610
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
|
|
18531
|
-
}); 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
|
|
18611
|
+
}); 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, {
|
|
18532
18612
|
method: "typia.assert",
|
|
18533
18613
|
path: _path + ".type",
|
|
18534
18614
|
expected: "string",
|
|
@@ -18568,7 +18648,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
18568
18648
|
path: _path + ".profile",
|
|
18569
18649
|
expected: "RenderProfileObject",
|
|
18570
18650
|
value: input.profile
|
|
18571
|
-
}, _errorFactory)) &&
|
|
18651
|
+
}, _errorFactory)) && _ao17(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18572
18652
|
method: "typia.assert",
|
|
18573
18653
|
path: _path + ".profile",
|
|
18574
18654
|
expected: "RenderProfileObject",
|
|
@@ -18633,7 +18713,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
18633
18713
|
path: _path + ".audio",
|
|
18634
18714
|
expected: "(__type.o7 | undefined)",
|
|
18635
18715
|
value: input.audio
|
|
18636
|
-
}, _errorFactory)) &&
|
|
18716
|
+
}, _errorFactory)) && _ao15(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18637
18717
|
method: "typia.assert",
|
|
18638
18718
|
path: _path + ".audio",
|
|
18639
18719
|
expected: "(__type.o7 | undefined)",
|
|
@@ -18653,7 +18733,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
18653
18733
|
path: _path + ".transcribe",
|
|
18654
18734
|
expected: "(__type.o8 | undefined)",
|
|
18655
18735
|
value: input.transcribe
|
|
18656
|
-
}, _errorFactory)) &&
|
|
18736
|
+
}, _errorFactory)) && _ao16(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18657
18737
|
method: "typia.assert",
|
|
18658
18738
|
path: _path + ".transcribe",
|
|
18659
18739
|
expected: "(__type.o8 | undefined)",
|
|
@@ -18918,6 +18998,16 @@ function _assertDomainRecord(domain, input) {
|
|
|
18918
18998
|
path: _path + ".crop",
|
|
18919
18999
|
expected: "(RenderSceneCrop | undefined)",
|
|
18920
19000
|
value: input.crop
|
|
19001
|
+
}, _errorFactory)) && (undefined === input.focus || ("object" === typeof input.focus && null !== input.focus && false === Array.isArray(input.focus) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19002
|
+
method: "typia.assert",
|
|
19003
|
+
path: _path + ".focus",
|
|
19004
|
+
expected: "(RenderSceneFocus | undefined)",
|
|
19005
|
+
value: input.focus
|
|
19006
|
+
}, _errorFactory)) && _ao14(input.focus, _path + ".focus", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19007
|
+
method: "typia.assert",
|
|
19008
|
+
path: _path + ".focus",
|
|
19009
|
+
expected: "(RenderSceneFocus | undefined)",
|
|
19010
|
+
value: input.focus
|
|
18921
19011
|
}, _errorFactory)) && (undefined === input.orientation || "number" === typeof input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18922
19012
|
method: "typia.assert",
|
|
18923
19013
|
path: _path + ".orientation",
|
|
@@ -19063,7 +19153,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
19063
19153
|
path: _path + ".height",
|
|
19064
19154
|
expected: "(number | undefined)",
|
|
19065
19155
|
value: input.height
|
|
19066
|
-
}, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => undefined === input.
|
|
19156
|
+
}, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19157
|
+
method: "typia.assert",
|
|
19158
|
+
path: _path + ".x",
|
|
19159
|
+
expected: "(number | undefined)",
|
|
19160
|
+
value: input.x
|
|
19161
|
+
}, _errorFactory)) && (undefined === input.y || "number" === typeof input.y || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19162
|
+
method: "typia.assert",
|
|
19163
|
+
path: _path + ".y",
|
|
19164
|
+
expected: "(number | undefined)",
|
|
19165
|
+
value: input.y
|
|
19166
|
+
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => undefined === input.pan || (Array.isArray(input.pan) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19067
19167
|
method: "typia.assert",
|
|
19068
19168
|
path: _path + ".pan",
|
|
19069
19169
|
expected: "(Array<Array<number>> | undefined)",
|
|
@@ -19088,7 +19188,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19088
19188
|
path: _path + ".pan",
|
|
19089
19189
|
expected: "(Array<Array<number>> | undefined)",
|
|
19090
19190
|
value: input.pan
|
|
19091
|
-
}, _errorFactory); const
|
|
19191
|
+
}, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19092
19192
|
method: "typia.assert",
|
|
19093
19193
|
path: _path + ".language",
|
|
19094
19194
|
expected: "(string | undefined)",
|
|
@@ -19113,7 +19213,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19113
19213
|
path: _path + ".diarization",
|
|
19114
19214
|
expected: "(boolean | undefined)",
|
|
19115
19215
|
value: input.diarization
|
|
19116
|
-
}, _errorFactory)); const
|
|
19216
|
+
}, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19117
19217
|
method: "typia.assert",
|
|
19118
19218
|
path: _path + ".format",
|
|
19119
19219
|
expected: "string",
|
|
@@ -19123,7 +19223,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19123
19223
|
path: _path + ".transcribe",
|
|
19124
19224
|
expected: "(__type.o9 | undefined)",
|
|
19125
19225
|
value: input.transcribe
|
|
19126
|
-
}, _errorFactory)) &&
|
|
19226
|
+
}, _errorFactory)) && _ao18(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19127
19227
|
method: "typia.assert",
|
|
19128
19228
|
path: _path + ".transcribe",
|
|
19129
19229
|
expected: "(__type.o9 | undefined)",
|
|
@@ -19133,7 +19233,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19133
19233
|
path: _path + ".translate",
|
|
19134
19234
|
expected: "(__type.o10 | undefined)",
|
|
19135
19235
|
value: input.translate
|
|
19136
|
-
}, _errorFactory)) &&
|
|
19236
|
+
}, _errorFactory)) && _ao19(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19137
19237
|
method: "typia.assert",
|
|
19138
19238
|
path: _path + ".translate",
|
|
19139
19239
|
expected: "(__type.o10 | undefined)",
|
|
@@ -19143,7 +19243,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19143
19243
|
path: _path + ".audio",
|
|
19144
19244
|
expected: "(__type.o11 | undefined)",
|
|
19145
19245
|
value: input.audio
|
|
19146
|
-
}, _errorFactory)) &&
|
|
19246
|
+
}, _errorFactory)) && _ao20(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19147
19247
|
method: "typia.assert",
|
|
19148
19248
|
path: _path + ".audio",
|
|
19149
19249
|
expected: "(__type.o11 | undefined)",
|
|
@@ -19173,22 +19273,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
19173
19273
|
path: _path + ".subtitle",
|
|
19174
19274
|
expected: "(SubtitleProfile | string | undefined)",
|
|
19175
19275
|
value: input.subtitle
|
|
19176
|
-
}, _errorFactory)) &&
|
|
19276
|
+
}, _errorFactory)) && _ao21(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19177
19277
|
method: "typia.assert",
|
|
19178
19278
|
path: _path + ".subtitle",
|
|
19179
19279
|
expected: "(SubtitleProfile | string | undefined)",
|
|
19180
19280
|
value: input.subtitle
|
|
19181
|
-
}, _errorFactory))); const
|
|
19281
|
+
}, _errorFactory))); const _ao18 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19182
19282
|
method: "typia.assert",
|
|
19183
19283
|
path: _path + ".engine",
|
|
19184
19284
|
expected: "string",
|
|
19185
19285
|
value: input.engine
|
|
19186
|
-
}, _errorFactory); const
|
|
19286
|
+
}, _errorFactory); const _ao19 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19187
19287
|
method: "typia.assert",
|
|
19188
19288
|
path: _path + ".language",
|
|
19189
19289
|
expected: "string",
|
|
19190
19290
|
value: input.language
|
|
19191
|
-
}, _errorFactory); const
|
|
19291
|
+
}, _errorFactory); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19192
19292
|
method: "typia.assert",
|
|
19193
19293
|
path: _path + ".codec",
|
|
19194
19294
|
expected: "(string | undefined)",
|
|
@@ -19208,7 +19308,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19208
19308
|
path: _path + ".split",
|
|
19209
19309
|
expected: "(boolean | undefined)",
|
|
19210
19310
|
value: input.split
|
|
19211
|
-
}, _errorFactory)); const
|
|
19311
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19212
19312
|
method: "typia.assert",
|
|
19213
19313
|
path: _path + ".lang",
|
|
19214
19314
|
expected: "(string | undefined)",
|
|
@@ -19223,7 +19323,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19223
19323
|
path: _path + ".ccconverter",
|
|
19224
19324
|
expected: "(__type.o12 | undefined)",
|
|
19225
19325
|
value: input.ccconverter
|
|
19226
|
-
}, _errorFactory)) &&
|
|
19326
|
+
}, _errorFactory)) && _ao22(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19227
19327
|
method: "typia.assert",
|
|
19228
19328
|
path: _path + ".ccconverter",
|
|
19229
19329
|
expected: "(__type.o12 | undefined)",
|
|
@@ -19233,17 +19333,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
19233
19333
|
path: _path + ".ass",
|
|
19234
19334
|
expected: "(__type.o13 | undefined)",
|
|
19235
19335
|
value: input.ass
|
|
19236
|
-
}, _errorFactory)) &&
|
|
19336
|
+
}, _errorFactory)) && _ao23(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19237
19337
|
method: "typia.assert",
|
|
19238
19338
|
path: _path + ".ass",
|
|
19239
19339
|
expected: "(__type.o13 | undefined)",
|
|
19240
19340
|
value: input.ass
|
|
19241
|
-
}, _errorFactory)); const
|
|
19341
|
+
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19242
19342
|
method: "typia.assert",
|
|
19243
19343
|
path: _path + ".preset",
|
|
19244
19344
|
expected: "(string | undefined)",
|
|
19245
19345
|
value: input.preset
|
|
19246
|
-
}, _errorFactory); const
|
|
19346
|
+
}, _errorFactory); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19247
19347
|
method: "typia.assert",
|
|
19248
19348
|
path: _path + ".futureWordWrapping",
|
|
19249
19349
|
expected: "(boolean | undefined)",
|