@nxtedition/types 23.0.62 → 23.0.63
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-profile.d.ts +15 -0
- package/dist/common/settings.d.ts +12 -0
- package/dist/common/subtitle-style.d.ts +1 -0
- package/dist/nxtpression.d.ts +45 -7
- package/dist/records/domains/event.d.ts +2 -0
- package/dist/records/domains/script.d.ts +8 -3
- package/dist/records/domains/shotbox.d.ts +1 -0
- package/dist/records/validate/assert-guard.js +1061 -613
- package/dist/records/validate/assert.js +1061 -613
- package/dist/records/validate/is.js +72 -63
- package/dist/records/validate/schemas.d.ts +9 -6
- package/dist/records/validate/schemas.js +844 -859
- package/dist/records/validate/stringify.js +156 -114
- package/dist/records/validate/validate-equals.js +1473 -743
- package/dist/records/validate/validate.js +963 -601
- package/package.json +4 -4
|
@@ -2564,7 +2564,7 @@ function _assertExactRecord(name, input) {
|
|
|
2564
2564
|
}; })()(input);
|
|
2565
2565
|
}
|
|
2566
2566
|
case "media.consolidate": {
|
|
2567
|
-
return (() => { const _io0 = input => undefined === input.presets || "object" === typeof input.presets && null !== input.presets && _io1(input.presets); const _io1 = input => null !== input.audio && undefined !== input.audio && ("string" === typeof input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io2(input.audio)) && (null !== input.video && undefined !== input.video && ("string" === typeof input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io2(input.video))) && (null !== input.image && undefined !== input.image && ("string" === typeof input.image || "object" === typeof input.image && null !== input.image && false === Array.isArray(input.image) && _io2(input.image))); const _io2 = input => (null === input.type || undefined === input.type || "string" === typeof input.type) && (null !== input.profile && (undefined === input.profile || "string" === typeof input.profile || (Array.isArray(input.profile) && input.profile.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io3(elem))) || "object" === typeof input.profile && null !== input.profile && _io3(input.profile)))); const _io3 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io4(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io5(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io6(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) && _io7(input.subtitle))); const _io4 = input => "string" === typeof input.engine; const _io5 = input => "string" === typeof input.language; const _io6 = 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 _io7 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _ao0 = (input, _path, _exceptionable = true) => undefined === input.presets || ("object" === typeof input.presets && null !== input.presets || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2567
|
+
return (() => { const _io0 = input => undefined === input.presets || "object" === typeof input.presets && null !== input.presets && _io1(input.presets); const _io1 = input => null !== input.audio && undefined !== input.audio && ("string" === typeof input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io2(input.audio)) && (null !== input.video && undefined !== input.video && ("string" === typeof input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io2(input.video))) && (null !== input.image && undefined !== input.image && ("string" === typeof input.image || "object" === typeof input.image && null !== input.image && false === Array.isArray(input.image) && _io2(input.image))); const _io2 = input => (null === input.type || undefined === input.type || "string" === typeof input.type) && (null !== input.profile && (undefined === input.profile || "string" === typeof input.profile || (Array.isArray(input.profile) && input.profile.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io3(elem))) || "object" === typeof input.profile && null !== input.profile && _io3(input.profile)))); const _io3 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io4(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io5(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io6(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) && _io7(input.subtitle))); const _io4 = input => "string" === typeof input.engine; const _io5 = input => "string" === typeof input.language; const _io6 = 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 _io7 = 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) && _io8(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io9(input.ass)); const _io8 = input => undefined === input.preset || "string" === typeof input.preset; const _io9 = 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) => undefined === input.presets || ("object" === typeof input.presets && null !== input.presets || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2568
2568
|
method: "typia.assert",
|
|
2569
2569
|
path: _path + ".presets",
|
|
2570
2570
|
expected: "(__type | undefined)",
|
|
@@ -2779,6 +2779,46 @@ function _assertExactRecord(name, input) {
|
|
|
2779
2779
|
path: _path + ".style",
|
|
2780
2780
|
expected: "(string | undefined)",
|
|
2781
2781
|
value: input.style
|
|
2782
|
+
}, _errorFactory)) && (undefined === input.ccconverter || ("object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2783
|
+
method: "typia.assert",
|
|
2784
|
+
path: _path + ".ccconverter",
|
|
2785
|
+
expected: "(__type.o4 | undefined)",
|
|
2786
|
+
value: input.ccconverter
|
|
2787
|
+
}, _errorFactory)) && _ao8(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2788
|
+
method: "typia.assert",
|
|
2789
|
+
path: _path + ".ccconverter",
|
|
2790
|
+
expected: "(__type.o4 | undefined)",
|
|
2791
|
+
value: input.ccconverter
|
|
2792
|
+
}, _errorFactory)) && (undefined === input.ass || ("object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2793
|
+
method: "typia.assert",
|
|
2794
|
+
path: _path + ".ass",
|
|
2795
|
+
expected: "(__type.o5 | undefined)",
|
|
2796
|
+
value: input.ass
|
|
2797
|
+
}, _errorFactory)) && _ao9(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2798
|
+
method: "typia.assert",
|
|
2799
|
+
path: _path + ".ass",
|
|
2800
|
+
expected: "(__type.o5 | undefined)",
|
|
2801
|
+
value: input.ass
|
|
2802
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2803
|
+
method: "typia.assert",
|
|
2804
|
+
path: _path + ".preset",
|
|
2805
|
+
expected: "(string | undefined)",
|
|
2806
|
+
value: input.preset
|
|
2807
|
+
}, _errorFactory); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2808
|
+
method: "typia.assert",
|
|
2809
|
+
path: _path + ".futureWordWrapping",
|
|
2810
|
+
expected: "(boolean | undefined)",
|
|
2811
|
+
value: input.futureWordWrapping
|
|
2812
|
+
}, _errorFactory)) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2813
|
+
method: "typia.assert",
|
|
2814
|
+
path: _path + ".scaledBorderAndShadow",
|
|
2815
|
+
expected: "(boolean | undefined)",
|
|
2816
|
+
value: input.scaledBorderAndShadow
|
|
2817
|
+
}, _errorFactory)) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2818
|
+
method: "typia.assert",
|
|
2819
|
+
path: _path + ".enableUnsafeLineSpacingHack",
|
|
2820
|
+
expected: "(boolean | undefined)",
|
|
2821
|
+
value: input.enableUnsafeLineSpacingHack
|
|
2782
2822
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
2783
2823
|
if (false === __is(input)) {
|
|
2784
2824
|
_errorFactory = errorFactory;
|
|
@@ -8422,8 +8462,8 @@ function _assertDomainRecord(domain, input) {
|
|
|
8422
8462
|
if (undefined === value)
|
|
8423
8463
|
return true;
|
|
8424
8464
|
return "object" === typeof value && null !== value && _io1(value);
|
|
8425
|
-
}); const _io1 = input => "object" === typeof input.data && null !== input.data && false === Array.isArray(input.data) && _io2(input.data); const _io2 = input => (undefined === input.source || "string" === typeof input.source) && (undefined === input.cueCard || "string" === typeof input.cueCard || "boolean" === typeof input.cueCard) && (undefined === input.startTime || "number" === typeof input.startTime) && Object.keys(input).every(key => {
|
|
8426
|
-
if (["source", "cueCard", "startTime"].some(prop => key === prop))
|
|
8465
|
+
}); const _io1 = input => "object" === typeof input.data && null !== input.data && false === Array.isArray(input.data) && _io2(input.data); const _io2 = input => (undefined === input.source || "string" === typeof input.source) && (undefined === input.cueCard || "string" === typeof input.cueCard || "boolean" === typeof input.cueCard) && (undefined === input.startTime || "number" === typeof input.startTime) && (null !== input.shotboxGroup && (undefined === input.shotboxGroup || "string" === typeof input.shotboxGroup || Array.isArray(input.shotboxGroup) && input.shotboxGroup.every(elem => "string" === typeof elem))) && (undefined === input.shotboxVisible || "boolean" === typeof input.shotboxVisible) && Object.keys(input).every(key => {
|
|
8466
|
+
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8427
8467
|
return true;
|
|
8428
8468
|
const value = input[key];
|
|
8429
8469
|
if (undefined === value)
|
|
@@ -8474,8 +8514,33 @@ function _assertDomainRecord(domain, input) {
|
|
|
8474
8514
|
path: _path + ".startTime",
|
|
8475
8515
|
expected: "(number | undefined)",
|
|
8476
8516
|
value: input.startTime
|
|
8517
|
+
}, _errorFactory)) && ((null !== input.shotboxGroup || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8518
|
+
method: "typia.assert",
|
|
8519
|
+
path: _path + ".shotboxGroup",
|
|
8520
|
+
expected: "(Array<string> | string | undefined)",
|
|
8521
|
+
value: input.shotboxGroup
|
|
8522
|
+
}, _errorFactory)) && (undefined === input.shotboxGroup || "string" === typeof input.shotboxGroup || (Array.isArray(input.shotboxGroup) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8523
|
+
method: "typia.assert",
|
|
8524
|
+
path: _path + ".shotboxGroup",
|
|
8525
|
+
expected: "(Array<string> | string | undefined)",
|
|
8526
|
+
value: input.shotboxGroup
|
|
8527
|
+
}, _errorFactory)) && input.shotboxGroup.every((elem, _index3) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8528
|
+
method: "typia.assert",
|
|
8529
|
+
path: _path + ".shotboxGroup[" + _index3 + "]",
|
|
8530
|
+
expected: "string",
|
|
8531
|
+
value: elem
|
|
8532
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8533
|
+
method: "typia.assert",
|
|
8534
|
+
path: _path + ".shotboxGroup",
|
|
8535
|
+
expected: "(Array<string> | string | undefined)",
|
|
8536
|
+
value: input.shotboxGroup
|
|
8537
|
+
}, _errorFactory))) && (undefined === input.shotboxVisible || "boolean" === typeof input.shotboxVisible || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8538
|
+
method: "typia.assert",
|
|
8539
|
+
path: _path + ".shotboxVisible",
|
|
8540
|
+
expected: "(boolean | undefined)",
|
|
8541
|
+
value: input.shotboxVisible
|
|
8477
8542
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
8478
|
-
if (["source", "cueCard", "startTime"].some(prop => key === prop))
|
|
8543
|
+
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8479
8544
|
return true;
|
|
8480
8545
|
const value = input[key];
|
|
8481
8546
|
if (undefined === value)
|
|
@@ -8526,24 +8591,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
8526
8591
|
expected: "(Array<JsonValue> | __type.o1 | boolean | null | number | string)",
|
|
8527
8592
|
value: value
|
|
8528
8593
|
}, _errorFactory));
|
|
8529
|
-
}); const _aa0 = (input, _path, _exceptionable = true) => input.every((elem,
|
|
8594
|
+
}); const _aa0 = (input, _path, _exceptionable = true) => input.every((elem, _index4) => (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8530
8595
|
method: "typia.assert",
|
|
8531
|
-
path: _path + "[" +
|
|
8596
|
+
path: _path + "[" + _index4 + "]",
|
|
8532
8597
|
expected: "(Array<JsonValue> | __type.o1 | boolean | null | number | string)",
|
|
8533
8598
|
value: elem
|
|
8534
|
-
}, _errorFactory)) && (null === elem || "string" === typeof elem || "number" === typeof elem || "boolean" === typeof elem || (Array.isArray(elem) && (_aa0(elem, _path + "[" +
|
|
8599
|
+
}, _errorFactory)) && (null === elem || "string" === typeof elem || "number" === typeof elem || "boolean" === typeof elem || (Array.isArray(elem) && (_aa0(elem, _path + "[" + _index4 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8535
8600
|
method: "typia.assert",
|
|
8536
|
-
path: _path + "[" +
|
|
8601
|
+
path: _path + "[" + _index4 + "]",
|
|
8537
8602
|
expected: "Array<JsonValue>",
|
|
8538
8603
|
value: elem
|
|
8539
|
-
}, _errorFactory)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _ao3(elem, _path + "[" +
|
|
8604
|
+
}, _errorFactory)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _ao3(elem, _path + "[" + _index4 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8540
8605
|
method: "typia.assert",
|
|
8541
|
-
path: _path + "[" +
|
|
8606
|
+
path: _path + "[" + _index4 + "]",
|
|
8542
8607
|
expected: "(Array<JsonValue> | __type.o1 | boolean | null | number | string)",
|
|
8543
8608
|
value: elem
|
|
8544
8609
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8545
8610
|
method: "typia.assert",
|
|
8546
|
-
path: _path + "[" +
|
|
8611
|
+
path: _path + "[" + _index4 + "]",
|
|
8547
8612
|
expected: "(Array<JsonValue> | __type.o1 | boolean | null | number | string)",
|
|
8548
8613
|
value: elem
|
|
8549
8614
|
}, _errorFactory))); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
@@ -8697,8 +8762,8 @@ function _assertDomainRecord(domain, input) {
|
|
|
8697
8762
|
}; })()(input);
|
|
8698
8763
|
}
|
|
8699
8764
|
case ":event.props?": {
|
|
8700
|
-
return (() => { const _io0 = input => (undefined === input.source || "string" === typeof input.source) && (undefined === input.cueCard || "string" === typeof input.cueCard || "boolean" === typeof input.cueCard) && (undefined === input.startTime || "number" === typeof input.startTime) && Object.keys(input).every(key => {
|
|
8701
|
-
if (["source", "cueCard", "startTime"].some(prop => key === prop))
|
|
8765
|
+
return (() => { const _io0 = input => (undefined === input.source || "string" === typeof input.source) && (undefined === input.cueCard || "string" === typeof input.cueCard || "boolean" === typeof input.cueCard) && (undefined === input.startTime || "number" === typeof input.startTime) && (null !== input.shotboxGroup && (undefined === input.shotboxGroup || "string" === typeof input.shotboxGroup || Array.isArray(input.shotboxGroup) && input.shotboxGroup.every(elem => "string" === typeof elem))) && (undefined === input.shotboxVisible || "boolean" === typeof input.shotboxVisible) && Object.keys(input).every(key => {
|
|
8766
|
+
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8702
8767
|
return true;
|
|
8703
8768
|
const value = input[key];
|
|
8704
8769
|
if (undefined === value)
|
|
@@ -8724,8 +8789,33 @@ function _assertDomainRecord(domain, input) {
|
|
|
8724
8789
|
path: _path + ".startTime",
|
|
8725
8790
|
expected: "(number | undefined)",
|
|
8726
8791
|
value: input.startTime
|
|
8792
|
+
}, _errorFactory)) && ((null !== input.shotboxGroup || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8793
|
+
method: "typia.assert",
|
|
8794
|
+
path: _path + ".shotboxGroup",
|
|
8795
|
+
expected: "(Array<string> | string | undefined)",
|
|
8796
|
+
value: input.shotboxGroup
|
|
8797
|
+
}, _errorFactory)) && (undefined === input.shotboxGroup || "string" === typeof input.shotboxGroup || (Array.isArray(input.shotboxGroup) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8798
|
+
method: "typia.assert",
|
|
8799
|
+
path: _path + ".shotboxGroup",
|
|
8800
|
+
expected: "(Array<string> | string | undefined)",
|
|
8801
|
+
value: input.shotboxGroup
|
|
8802
|
+
}, _errorFactory)) && input.shotboxGroup.every((elem, _index3) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8803
|
+
method: "typia.assert",
|
|
8804
|
+
path: _path + ".shotboxGroup[" + _index3 + "]",
|
|
8805
|
+
expected: "string",
|
|
8806
|
+
value: elem
|
|
8807
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8808
|
+
method: "typia.assert",
|
|
8809
|
+
path: _path + ".shotboxGroup",
|
|
8810
|
+
expected: "(Array<string> | string | undefined)",
|
|
8811
|
+
value: input.shotboxGroup
|
|
8812
|
+
}, _errorFactory))) && (undefined === input.shotboxVisible || "boolean" === typeof input.shotboxVisible || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8813
|
+
method: "typia.assert",
|
|
8814
|
+
path: _path + ".shotboxVisible",
|
|
8815
|
+
expected: "(boolean | undefined)",
|
|
8816
|
+
value: input.shotboxVisible
|
|
8727
8817
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
8728
|
-
if (["source", "cueCard", "startTime"].some(prop => key === prop))
|
|
8818
|
+
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8729
8819
|
return true;
|
|
8730
8820
|
const value = input[key];
|
|
8731
8821
|
if (undefined === value)
|
|
@@ -8776,24 +8866,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
8776
8866
|
expected: "(Array<JsonValue> | __type | boolean | null | number | string)",
|
|
8777
8867
|
value: value
|
|
8778
8868
|
}, _errorFactory));
|
|
8779
|
-
}); const _aa0 = (input, _path, _exceptionable = true) => input.every((elem,
|
|
8869
|
+
}); const _aa0 = (input, _path, _exceptionable = true) => input.every((elem, _index4) => (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8780
8870
|
method: "typia.assert",
|
|
8781
|
-
path: _path + "[" +
|
|
8871
|
+
path: _path + "[" + _index4 + "]",
|
|
8782
8872
|
expected: "(Array<JsonValue> | __type | boolean | null | number | string)",
|
|
8783
8873
|
value: elem
|
|
8784
|
-
}, _errorFactory)) && (null === elem || "string" === typeof elem || "number" === typeof elem || "boolean" === typeof elem || (Array.isArray(elem) && (_aa0(elem, _path + "[" +
|
|
8874
|
+
}, _errorFactory)) && (null === elem || "string" === typeof elem || "number" === typeof elem || "boolean" === typeof elem || (Array.isArray(elem) && (_aa0(elem, _path + "[" + _index4 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8785
8875
|
method: "typia.assert",
|
|
8786
|
-
path: _path + "[" +
|
|
8876
|
+
path: _path + "[" + _index4 + "]",
|
|
8787
8877
|
expected: "Array<JsonValue>",
|
|
8788
8878
|
value: elem
|
|
8789
|
-
}, _errorFactory)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _ao1(elem, _path + "[" +
|
|
8879
|
+
}, _errorFactory)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _ao1(elem, _path + "[" + _index4 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8790
8880
|
method: "typia.assert",
|
|
8791
|
-
path: _path + "[" +
|
|
8881
|
+
path: _path + "[" + _index4 + "]",
|
|
8792
8882
|
expected: "(Array<JsonValue> | __type | boolean | null | number | string)",
|
|
8793
8883
|
value: elem
|
|
8794
8884
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8795
8885
|
method: "typia.assert",
|
|
8796
|
-
path: _path + "[" +
|
|
8886
|
+
path: _path + "[" + _index4 + "]",
|
|
8797
8887
|
expected: "(Array<JsonValue> | __type | boolean | null | number | string)",
|
|
8798
8888
|
value: elem
|
|
8799
8889
|
}, _errorFactory))); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
@@ -10159,7 +10249,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
10159
10249
|
if (undefined === value)
|
|
10160
10250
|
return true;
|
|
10161
10251
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io3(value);
|
|
10162
|
-
}); const _io3 = 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) && _io4(input.styleOverrides)); const _io4 = 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.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 _io5 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io6(input.crop); const _io6 = 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 _io7 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10252
|
+
}); const _io3 = 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) && _io4(input.styleOverrides)); const _io4 = 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 _io5 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io6(input.crop); const _io6 = 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 _io7 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10163
10253
|
method: "typia.assert",
|
|
10164
10254
|
path: _path + ".id",
|
|
10165
10255
|
expected: "(string | undefined)",
|
|
@@ -10339,6 +10429,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
10339
10429
|
path: _path + ".spacing",
|
|
10340
10430
|
expected: "(string | undefined)",
|
|
10341
10431
|
value: input.spacing
|
|
10432
|
+
}, _errorFactory)) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10433
|
+
method: "typia.assert",
|
|
10434
|
+
path: _path + ".lineSpacing",
|
|
10435
|
+
expected: "(string | undefined)",
|
|
10436
|
+
value: input.lineSpacing
|
|
10342
10437
|
}, _errorFactory)) && (undefined === input.angle || "string" === typeof input.angle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10343
10438
|
method: "typia.assert",
|
|
10344
10439
|
path: _path + ".angle",
|
|
@@ -10453,7 +10548,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
10453
10548
|
}; })()(input);
|
|
10454
10549
|
}
|
|
10455
10550
|
case ":media.consolidate": {
|
|
10456
|
-
return (() => { const _io0 = input => true && true && (null !== input.preset && (undefined === input.preset || "string" === typeof input.preset || "object" === typeof input.preset && null !== input.preset && false === Array.isArray(input.preset) && _io1(input.preset))) && true; const _io1 = input => (null === input.type || undefined === input.type || "string" === typeof input.type) && (null !== input.profile && (undefined === input.profile || "string" === typeof input.profile || (Array.isArray(input.profile) && input.profile.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io2(elem))) || "object" === typeof input.profile && null !== input.profile && _io2(input.profile)))); const _io2 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io3(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io4(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io5(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) && _io6(input.subtitle))); const _io3 = input => "string" === typeof input.engine; const _io4 = input => "string" === typeof input.language; const _io5 = 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 _io6 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _ao0 = (input, _path, _exceptionable = true) => true && true && ((null !== input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10551
|
+
return (() => { const _io0 = input => true && true && (null !== input.preset && (undefined === input.preset || "string" === typeof input.preset || "object" === typeof input.preset && null !== input.preset && false === Array.isArray(input.preset) && _io1(input.preset))) && true; const _io1 = input => (null === input.type || undefined === input.type || "string" === typeof input.type) && (null !== input.profile && (undefined === input.profile || "string" === typeof input.profile || (Array.isArray(input.profile) && input.profile.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io2(elem))) || "object" === typeof input.profile && null !== input.profile && _io2(input.profile)))); const _io2 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io3(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io4(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io5(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) && _io6(input.subtitle))); const _io3 = input => "string" === typeof input.engine; const _io4 = input => "string" === typeof input.language; const _io5 = 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 _io6 = 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) && _io7(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io8(input.ass)); const _io7 = input => undefined === input.preset || "string" === typeof input.preset; const _io8 = 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) => true && true && ((null !== input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10457
10552
|
method: "typia.assert",
|
|
10458
10553
|
path: _path + ".preset",
|
|
10459
10554
|
expected: "(RenderPresetObject | string | undefined)",
|
|
@@ -10613,6 +10708,46 @@ function _assertDomainRecord(domain, input) {
|
|
|
10613
10708
|
path: _path + ".style",
|
|
10614
10709
|
expected: "(string | undefined)",
|
|
10615
10710
|
value: input.style
|
|
10711
|
+
}, _errorFactory)) && (undefined === input.ccconverter || ("object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10712
|
+
method: "typia.assert",
|
|
10713
|
+
path: _path + ".ccconverter",
|
|
10714
|
+
expected: "(__type.o3 | undefined)",
|
|
10715
|
+
value: input.ccconverter
|
|
10716
|
+
}, _errorFactory)) && _ao7(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10717
|
+
method: "typia.assert",
|
|
10718
|
+
path: _path + ".ccconverter",
|
|
10719
|
+
expected: "(__type.o3 | undefined)",
|
|
10720
|
+
value: input.ccconverter
|
|
10721
|
+
}, _errorFactory)) && (undefined === input.ass || ("object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10722
|
+
method: "typia.assert",
|
|
10723
|
+
path: _path + ".ass",
|
|
10724
|
+
expected: "(__type.o4 | undefined)",
|
|
10725
|
+
value: input.ass
|
|
10726
|
+
}, _errorFactory)) && _ao8(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10727
|
+
method: "typia.assert",
|
|
10728
|
+
path: _path + ".ass",
|
|
10729
|
+
expected: "(__type.o4 | undefined)",
|
|
10730
|
+
value: input.ass
|
|
10731
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10732
|
+
method: "typia.assert",
|
|
10733
|
+
path: _path + ".preset",
|
|
10734
|
+
expected: "(string | undefined)",
|
|
10735
|
+
value: input.preset
|
|
10736
|
+
}, _errorFactory); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10737
|
+
method: "typia.assert",
|
|
10738
|
+
path: _path + ".futureWordWrapping",
|
|
10739
|
+
expected: "(boolean | undefined)",
|
|
10740
|
+
value: input.futureWordWrapping
|
|
10741
|
+
}, _errorFactory)) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10742
|
+
method: "typia.assert",
|
|
10743
|
+
path: _path + ".scaledBorderAndShadow",
|
|
10744
|
+
expected: "(boolean | undefined)",
|
|
10745
|
+
value: input.scaledBorderAndShadow
|
|
10746
|
+
}, _errorFactory)) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10747
|
+
method: "typia.assert",
|
|
10748
|
+
path: _path + ".enableUnsafeLineSpacingHack",
|
|
10749
|
+
expected: "(boolean | undefined)",
|
|
10750
|
+
value: input.enableUnsafeLineSpacingHack
|
|
10616
10751
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
10617
10752
|
if (false === __is(input)) {
|
|
10618
10753
|
_errorFactory = errorFactory;
|
|
@@ -12971,46 +13106,46 @@ function _assertDomainRecord(domain, input) {
|
|
|
12971
13106
|
}; })()(input);
|
|
12972
13107
|
}
|
|
12973
13108
|
case ":publish": {
|
|
12974
|
-
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 &&
|
|
13109
|
+
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 && _io17(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io18(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 && _io10(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.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.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) && _io9(input.transcribe)); const _io3 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file); const _io4 = input => Object.keys(input).every(key => {
|
|
12975
13110
|
const value = input[key];
|
|
12976
13111
|
if (undefined === value)
|
|
12977
13112
|
return true;
|
|
12978
13113
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
12979
|
-
}); 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.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.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io8(input.crop); const _io8 = 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 _io9 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io10 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io11(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io12(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io13(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) && _io14(input.subtitle))); const _io11 = input => "string" === typeof input.engine; const _io12 = input => "string" === typeof input.language; const _io13 = 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 _io14 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _io15 = input => "string" === typeof input.
|
|
13114
|
+
}); 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.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io8(input.crop); const _io8 = 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 _io9 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io10 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io11(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io12(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io13(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) && _io14(input.subtitle))); const _io11 = input => "string" === typeof input.engine; const _io12 = input => "string" === typeof input.language; const _io13 = 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 _io14 = 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) && _io15(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io16(input.ass)); const _io15 = input => undefined === input.preset || "string" === typeof input.preset; const _io16 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io17 = input => "string" === typeof input.method; const _io18 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io19 = 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 && _io17(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io18(elem))); const _io20 = 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) && _io21(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io25(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io26(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io29(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 && _io17(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io18(elem))); const _io21 = input => Object.keys(input).every(key => {
|
|
12980
13115
|
const value = input[key];
|
|
12981
13116
|
if (undefined === value)
|
|
12982
13117
|
return true;
|
|
12983
13118
|
return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
|
|
12984
|
-
}); const
|
|
13119
|
+
}); const _io22 = 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 && _io10(input.profile)); const _io23 = input => "object" === typeof input.__context && null !== input.__context && _io24(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io22(input.__returnValue)); const _io24 = input => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io20(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io25 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io26 = 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) && _io27(input.renders)); const _io27 = input => Object.keys(input).every(key => {
|
|
12985
13120
|
const value = input[key];
|
|
12986
13121
|
if (undefined === value)
|
|
12987
13122
|
return true;
|
|
12988
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
12989
|
-
}); const
|
|
13123
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io28(value);
|
|
13124
|
+
}); const _io28 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io18(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io29 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io30 = 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) && _io25(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && _io31(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io29(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 && _io17(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io18(elem))); const _io31 = 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 && _io32(input.subtitle)) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io33(input.metafile)) && Object.keys(input).every(key => {
|
|
12990
13125
|
if (["id", "path", "filename", "directory", "subtitle", "metafile"].some(prop => key === prop))
|
|
12991
13126
|
return true;
|
|
12992
13127
|
const value = input[key];
|
|
12993
13128
|
if (undefined === value)
|
|
12994
13129
|
return true;
|
|
12995
13130
|
return true;
|
|
12996
|
-
}); const
|
|
13131
|
+
}); const _io32 = input => "string" === typeof input.path; const _io33 = input => "string" === typeof input.path; const _io34 = input => (undefined === input.type || "youtube" === input.type) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io35(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 && _io17(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io18(elem))); const _io35 = input => undefined === input.snippet || "object" === typeof input.snippet && null !== input.snippet && false === Array.isArray(input.snippet) && _io36(input.snippet); const _io36 = 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 => (() => {
|
|
12997
13132
|
if (undefined !== input.path)
|
|
12998
|
-
return
|
|
13133
|
+
return _io22(input);
|
|
12999
13134
|
else if (undefined !== input.__context)
|
|
13000
|
-
return
|
|
13135
|
+
return _io23(input);
|
|
13001
13136
|
else
|
|
13002
13137
|
return false;
|
|
13003
13138
|
})(); const _iu1 = input => (() => {
|
|
13004
13139
|
if (_io0(input))
|
|
13005
13140
|
return _io0(input);
|
|
13006
|
-
if (
|
|
13007
|
-
return
|
|
13008
|
-
if (
|
|
13009
|
-
return
|
|
13010
|
-
if (
|
|
13011
|
-
return
|
|
13012
|
-
if (
|
|
13013
|
-
return
|
|
13141
|
+
if (_io19(input))
|
|
13142
|
+
return _io19(input);
|
|
13143
|
+
if (_io30(input))
|
|
13144
|
+
return _io30(input);
|
|
13145
|
+
if (_io20(input))
|
|
13146
|
+
return _io20(input);
|
|
13147
|
+
if (_io34(input))
|
|
13148
|
+
return _io34(input);
|
|
13014
13149
|
return false;
|
|
13015
13150
|
})(); const _ao0 = (input, _path, _exceptionable = true) => (null === input.type || undefined === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13016
13151
|
method: "typia.assert",
|
|
@@ -13040,12 +13175,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
13040
13175
|
}, _errorFactory)) && true && true && true && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13041
13176
|
method: "typia.assert",
|
|
13042
13177
|
path: _path + ".error",
|
|
13043
|
-
expected: "(__type.
|
|
13178
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13044
13179
|
value: input.error
|
|
13045
|
-
}, _errorFactory)) &&
|
|
13180
|
+
}, _errorFactory)) && _ao17(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13046
13181
|
method: "typia.assert",
|
|
13047
13182
|
path: _path + ".error",
|
|
13048
|
-
expected: "(__type.
|
|
13183
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13049
13184
|
value: input.error
|
|
13050
13185
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13051
13186
|
method: "typia.assert",
|
|
@@ -13057,7 +13192,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13057
13192
|
path: _path + ".messages[" + _index10 + "]",
|
|
13058
13193
|
expected: "Message",
|
|
13059
13194
|
value: elem
|
|
13060
|
-
}, _errorFactory)) &&
|
|
13195
|
+
}, _errorFactory)) && _ao18(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13061
13196
|
method: "typia.assert",
|
|
13062
13197
|
path: _path + ".messages[" + _index10 + "]",
|
|
13063
13198
|
expected: "Message",
|
|
@@ -13277,6 +13412,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
13277
13412
|
path: _path + ".spacing",
|
|
13278
13413
|
expected: "(string | undefined)",
|
|
13279
13414
|
value: input.spacing
|
|
13415
|
+
}, _errorFactory)) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13416
|
+
method: "typia.assert",
|
|
13417
|
+
path: _path + ".lineSpacing",
|
|
13418
|
+
expected: "(string | undefined)",
|
|
13419
|
+
value: input.lineSpacing
|
|
13280
13420
|
}, _errorFactory)) && (undefined === input.angle || "string" === typeof input.angle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13281
13421
|
method: "typia.assert",
|
|
13282
13422
|
path: _path + ".angle",
|
|
@@ -13477,12 +13617,52 @@ function _assertDomainRecord(domain, input) {
|
|
|
13477
13617
|
path: _path + ".style",
|
|
13478
13618
|
expected: "(string | undefined)",
|
|
13479
13619
|
value: input.style
|
|
13480
|
-
}, _errorFactory))
|
|
13620
|
+
}, _errorFactory)) && (undefined === input.ccconverter || ("object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13621
|
+
method: "typia.assert",
|
|
13622
|
+
path: _path + ".ccconverter",
|
|
13623
|
+
expected: "(__type.o9 | undefined)",
|
|
13624
|
+
value: input.ccconverter
|
|
13625
|
+
}, _errorFactory)) && _ao15(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13626
|
+
method: "typia.assert",
|
|
13627
|
+
path: _path + ".ccconverter",
|
|
13628
|
+
expected: "(__type.o9 | undefined)",
|
|
13629
|
+
value: input.ccconverter
|
|
13630
|
+
}, _errorFactory)) && (undefined === input.ass || ("object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13631
|
+
method: "typia.assert",
|
|
13632
|
+
path: _path + ".ass",
|
|
13633
|
+
expected: "(__type.o10 | undefined)",
|
|
13634
|
+
value: input.ass
|
|
13635
|
+
}, _errorFactory)) && _ao16(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13636
|
+
method: "typia.assert",
|
|
13637
|
+
path: _path + ".ass",
|
|
13638
|
+
expected: "(__type.o10 | undefined)",
|
|
13639
|
+
value: input.ass
|
|
13640
|
+
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13641
|
+
method: "typia.assert",
|
|
13642
|
+
path: _path + ".preset",
|
|
13643
|
+
expected: "(string | undefined)",
|
|
13644
|
+
value: input.preset
|
|
13645
|
+
}, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13646
|
+
method: "typia.assert",
|
|
13647
|
+
path: _path + ".futureWordWrapping",
|
|
13648
|
+
expected: "(boolean | undefined)",
|
|
13649
|
+
value: input.futureWordWrapping
|
|
13650
|
+
}, _errorFactory)) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13651
|
+
method: "typia.assert",
|
|
13652
|
+
path: _path + ".scaledBorderAndShadow",
|
|
13653
|
+
expected: "(boolean | undefined)",
|
|
13654
|
+
value: input.scaledBorderAndShadow
|
|
13655
|
+
}, _errorFactory)) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13656
|
+
method: "typia.assert",
|
|
13657
|
+
path: _path + ".enableUnsafeLineSpacingHack",
|
|
13658
|
+
expected: "(boolean | undefined)",
|
|
13659
|
+
value: input.enableUnsafeLineSpacingHack
|
|
13660
|
+
}, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13481
13661
|
method: "typia.assert",
|
|
13482
13662
|
path: _path + ".method",
|
|
13483
13663
|
expected: "string",
|
|
13484
13664
|
value: input.method
|
|
13485
|
-
}, _errorFactory); const
|
|
13665
|
+
}, _errorFactory); const _ao18 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13486
13666
|
method: "typia.assert",
|
|
13487
13667
|
path: _path + ".level",
|
|
13488
13668
|
expected: "number",
|
|
@@ -13497,7 +13677,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13497
13677
|
path: _path + ".msg",
|
|
13498
13678
|
expected: "string",
|
|
13499
13679
|
value: input.msg
|
|
13500
|
-
}, _errorFactory)); const
|
|
13680
|
+
}, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => (undefined === input.type || "facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13501
13681
|
method: "typia.assert",
|
|
13502
13682
|
path: _path + ".type",
|
|
13503
13683
|
expected: "(\"facebook\" | undefined)",
|
|
@@ -13530,12 +13710,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
13530
13710
|
}, _errorFactory)) && true && true && true && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13531
13711
|
method: "typia.assert",
|
|
13532
13712
|
path: _path + ".error",
|
|
13533
|
-
expected: "(__type.
|
|
13713
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13534
13714
|
value: input.error
|
|
13535
|
-
}, _errorFactory)) &&
|
|
13715
|
+
}, _errorFactory)) && _ao17(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13536
13716
|
method: "typia.assert",
|
|
13537
13717
|
path: _path + ".error",
|
|
13538
|
-
expected: "(__type.
|
|
13718
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13539
13719
|
value: input.error
|
|
13540
13720
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13541
13721
|
method: "typia.assert",
|
|
@@ -13547,7 +13727,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13547
13727
|
path: _path + ".messages[" + _index13 + "]",
|
|
13548
13728
|
expected: "Message",
|
|
13549
13729
|
value: elem
|
|
13550
|
-
}, _errorFactory)) &&
|
|
13730
|
+
}, _errorFactory)) && _ao18(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13551
13731
|
method: "typia.assert",
|
|
13552
13732
|
path: _path + ".messages[" + _index13 + "]",
|
|
13553
13733
|
expected: "Message",
|
|
@@ -13557,7 +13737,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13557
13737
|
path: _path + ".messages",
|
|
13558
13738
|
expected: "(Array<Message> | undefined)",
|
|
13559
13739
|
value: input.messages
|
|
13560
|
-
}, _errorFactory)); const
|
|
13740
|
+
}, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13561
13741
|
method: "typia.assert",
|
|
13562
13742
|
path: _path + ".type",
|
|
13563
13743
|
expected: "(\"file\" | undefined)",
|
|
@@ -13577,7 +13757,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13577
13757
|
path: _path + ".renders",
|
|
13578
13758
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
13579
13759
|
value: input.renders
|
|
13580
|
-
}, _errorFactory)) &&
|
|
13760
|
+
}, _errorFactory)) && _ao21(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13581
13761
|
method: "typia.assert",
|
|
13582
13762
|
path: _path + ".renders",
|
|
13583
13763
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
@@ -13587,7 +13767,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13587
13767
|
path: _path + ".draft",
|
|
13588
13768
|
expected: "(FilePublishDraft | undefined)",
|
|
13589
13769
|
value: input.draft
|
|
13590
|
-
}, _errorFactory)) &&
|
|
13770
|
+
}, _errorFactory)) && _ao25(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13591
13771
|
method: "typia.assert",
|
|
13592
13772
|
path: _path + ".draft",
|
|
13593
13773
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -13597,7 +13777,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13597
13777
|
path: _path + ".remote",
|
|
13598
13778
|
expected: "(FilePublishRemote | undefined)",
|
|
13599
13779
|
value: input.remote
|
|
13600
|
-
}, _errorFactory)) &&
|
|
13780
|
+
}, _errorFactory)) && _ao26(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13601
13781
|
method: "typia.assert",
|
|
13602
13782
|
path: _path + ".remote",
|
|
13603
13783
|
expected: "(FilePublishRemote | undefined)",
|
|
@@ -13607,7 +13787,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13607
13787
|
path: _path + ".published",
|
|
13608
13788
|
expected: "(FilePublishPublished | undefined)",
|
|
13609
13789
|
value: input.published
|
|
13610
|
-
}, _errorFactory)) &&
|
|
13790
|
+
}, _errorFactory)) && _ao29(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13611
13791
|
method: "typia.assert",
|
|
13612
13792
|
path: _path + ".published",
|
|
13613
13793
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -13635,12 +13815,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
13635
13815
|
}, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13636
13816
|
method: "typia.assert",
|
|
13637
13817
|
path: _path + ".error",
|
|
13638
|
-
expected: "(__type.
|
|
13818
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13639
13819
|
value: input.error
|
|
13640
|
-
}, _errorFactory)) &&
|
|
13820
|
+
}, _errorFactory)) && _ao17(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13641
13821
|
method: "typia.assert",
|
|
13642
13822
|
path: _path + ".error",
|
|
13643
|
-
expected: "(__type.
|
|
13823
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13644
13824
|
value: input.error
|
|
13645
13825
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13646
13826
|
method: "typia.assert",
|
|
@@ -13652,7 +13832,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13652
13832
|
path: _path + ".messages[" + _index14 + "]",
|
|
13653
13833
|
expected: "Message",
|
|
13654
13834
|
value: elem
|
|
13655
|
-
}, _errorFactory)) &&
|
|
13835
|
+
}, _errorFactory)) && _ao18(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13656
13836
|
method: "typia.assert",
|
|
13657
13837
|
path: _path + ".messages[" + _index14 + "]",
|
|
13658
13838
|
expected: "Message",
|
|
@@ -13662,32 +13842,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
13662
13842
|
path: _path + ".messages",
|
|
13663
13843
|
expected: "(Array<Message> | undefined)",
|
|
13664
13844
|
value: input.messages
|
|
13665
|
-
}, _errorFactory)); const
|
|
13845
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
13666
13846
|
const value = input[key];
|
|
13667
13847
|
if (undefined === value)
|
|
13668
13848
|
return true;
|
|
13669
13849
|
return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13670
13850
|
method: "typia.assert",
|
|
13671
13851
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13672
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
13852
|
+
expected: "(ResolvedFilePublishRender | __type.o12 | string)",
|
|
13673
13853
|
value: value
|
|
13674
13854
|
}, _errorFactory)) && (undefined !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13675
13855
|
method: "typia.assert",
|
|
13676
13856
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13677
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
13857
|
+
expected: "(ResolvedFilePublishRender | __type.o12 | string)",
|
|
13678
13858
|
value: value
|
|
13679
13859
|
}, _errorFactory)) && ("string" === typeof value || ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13680
13860
|
method: "typia.assert",
|
|
13681
13861
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13682
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
13862
|
+
expected: "(ResolvedFilePublishRender | __type.o12 | string)",
|
|
13683
13863
|
value: value
|
|
13684
13864
|
}, _errorFactory)) && _au0(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13685
13865
|
method: "typia.assert",
|
|
13686
13866
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13687
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
13867
|
+
expected: "(ResolvedFilePublishRender | __type.o12 | string)",
|
|
13688
13868
|
value: value
|
|
13689
13869
|
}, _errorFactory));
|
|
13690
|
-
}); const
|
|
13870
|
+
}); const _ao22 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13691
13871
|
method: "typia.assert",
|
|
13692
13872
|
path: _path + ".name",
|
|
13693
13873
|
expected: "(string | undefined)",
|
|
@@ -13737,32 +13917,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
13737
13917
|
path: _path + ".profile",
|
|
13738
13918
|
expected: "(RenderProfileObject | undefined)",
|
|
13739
13919
|
value: input.profile
|
|
13740
|
-
}, _errorFactory)); const
|
|
13920
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13741
13921
|
method: "typia.assert",
|
|
13742
13922
|
path: _path + ".__context",
|
|
13743
|
-
expected: "__type.
|
|
13923
|
+
expected: "__type.o13",
|
|
13744
13924
|
value: input.__context
|
|
13745
|
-
}, _errorFactory)) &&
|
|
13925
|
+
}, _errorFactory)) && _ao24(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13746
13926
|
method: "typia.assert",
|
|
13747
13927
|
path: _path + ".__context",
|
|
13748
|
-
expected: "__type.
|
|
13928
|
+
expected: "__type.o13",
|
|
13749
13929
|
value: input.__context
|
|
13750
13930
|
}, _errorFactory)) && (("object" === typeof input.__returnValue && null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13751
13931
|
method: "typia.assert",
|
|
13752
13932
|
path: _path + ".__returnValue",
|
|
13753
13933
|
expected: "ResolvedFilePublishRender",
|
|
13754
13934
|
value: input.__returnValue
|
|
13755
|
-
}, _errorFactory)) &&
|
|
13935
|
+
}, _errorFactory)) && _ao22(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13756
13936
|
method: "typia.assert",
|
|
13757
13937
|
path: _path + ".__returnValue",
|
|
13758
13938
|
expected: "ResolvedFilePublishRender",
|
|
13759
13939
|
value: input.__returnValue
|
|
13760
|
-
}, _errorFactory)); const
|
|
13940
|
+
}, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13761
13941
|
method: "typia.assert",
|
|
13762
13942
|
path: _path + ".publish",
|
|
13763
13943
|
expected: "FilePublishRecord",
|
|
13764
13944
|
value: input.publish
|
|
13765
|
-
}, _errorFactory)) &&
|
|
13945
|
+
}, _errorFactory)) && _ao20(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13766
13946
|
method: "typia.assert",
|
|
13767
13947
|
path: _path + ".publish",
|
|
13768
13948
|
expected: "FilePublishRecord",
|
|
@@ -13777,7 +13957,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13777
13957
|
path: _path + ".name",
|
|
13778
13958
|
expected: "string",
|
|
13779
13959
|
value: input.name
|
|
13780
|
-
}, _errorFactory)); const
|
|
13960
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13781
13961
|
method: "typia.assert",
|
|
13782
13962
|
path: _path + ".directory",
|
|
13783
13963
|
expected: "(string | undefined)",
|
|
@@ -13787,7 +13967,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13787
13967
|
path: _path + ".filename",
|
|
13788
13968
|
expected: "(string | undefined)",
|
|
13789
13969
|
value: input.filename
|
|
13790
|
-
}, _errorFactory)); const
|
|
13970
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13791
13971
|
method: "typia.assert",
|
|
13792
13972
|
path: _path + ".directory",
|
|
13793
13973
|
expected: "(string | undefined)",
|
|
@@ -13802,12 +13982,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
13802
13982
|
path: _path + ".renders",
|
|
13803
13983
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
13804
13984
|
value: input.renders
|
|
13805
|
-
}, _errorFactory)) &&
|
|
13985
|
+
}, _errorFactory)) && _ao27(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13806
13986
|
method: "typia.assert",
|
|
13807
13987
|
path: _path + ".renders",
|
|
13808
13988
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
13809
13989
|
value: input.renders
|
|
13810
|
-
}, _errorFactory)); const
|
|
13990
|
+
}, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
13811
13991
|
const value = input[key];
|
|
13812
13992
|
if (undefined === value)
|
|
13813
13993
|
return true;
|
|
@@ -13816,13 +13996,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
13816
13996
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13817
13997
|
expected: "FilePublishRemoteRender",
|
|
13818
13998
|
value: value
|
|
13819
|
-
}, _errorFactory)) &&
|
|
13999
|
+
}, _errorFactory)) && _ao28(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13820
14000
|
method: "typia.assert",
|
|
13821
14001
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13822
14002
|
expected: "FilePublishRemoteRender",
|
|
13823
14003
|
value: value
|
|
13824
14004
|
}, _errorFactory);
|
|
13825
|
-
}); const
|
|
14005
|
+
}); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13826
14006
|
method: "typia.assert",
|
|
13827
14007
|
path: _path + ".path",
|
|
13828
14008
|
expected: "(string | undefined)",
|
|
@@ -13837,7 +14017,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13837
14017
|
path: _path + ".messages[" + _index15 + "]",
|
|
13838
14018
|
expected: "Message",
|
|
13839
14019
|
value: elem
|
|
13840
|
-
}, _errorFactory)) &&
|
|
14020
|
+
}, _errorFactory)) && _ao18(elem, _path + ".messages[" + _index15 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13841
14021
|
method: "typia.assert",
|
|
13842
14022
|
path: _path + ".messages[" + _index15 + "]",
|
|
13843
14023
|
expected: "Message",
|
|
@@ -13862,7 +14042,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13862
14042
|
path: _path + ".source",
|
|
13863
14043
|
expected: "(string | undefined)",
|
|
13864
14044
|
value: input.source
|
|
13865
|
-
}, _errorFactory)); const
|
|
14045
|
+
}, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13866
14046
|
method: "typia.assert",
|
|
13867
14047
|
path: _path + ".directory",
|
|
13868
14048
|
expected: "(string | undefined)",
|
|
@@ -13872,7 +14052,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13872
14052
|
path: _path + ".filename",
|
|
13873
14053
|
expected: "string",
|
|
13874
14054
|
value: input.filename
|
|
13875
|
-
}, _errorFactory)); const
|
|
14055
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13876
14056
|
method: "typia.assert",
|
|
13877
14057
|
path: _path + ".type",
|
|
13878
14058
|
expected: "(\"file\" | undefined)",
|
|
@@ -13892,7 +14072,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13892
14072
|
path: _path + ".draft",
|
|
13893
14073
|
expected: "(FilePublishDraft | undefined)",
|
|
13894
14074
|
value: input.draft
|
|
13895
|
-
}, _errorFactory)) &&
|
|
14075
|
+
}, _errorFactory)) && _ao25(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13896
14076
|
method: "typia.assert",
|
|
13897
14077
|
path: _path + ".draft",
|
|
13898
14078
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -13902,7 +14082,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13902
14082
|
path: _path + ".remote",
|
|
13903
14083
|
expected: "(FilePublishRemoteLegacy | undefined)",
|
|
13904
14084
|
value: input.remote
|
|
13905
|
-
}, _errorFactory)) &&
|
|
14085
|
+
}, _errorFactory)) && _ao31(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13906
14086
|
method: "typia.assert",
|
|
13907
14087
|
path: _path + ".remote",
|
|
13908
14088
|
expected: "(FilePublishRemoteLegacy | undefined)",
|
|
@@ -13912,7 +14092,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13912
14092
|
path: _path + ".published",
|
|
13913
14093
|
expected: "(FilePublishPublished | undefined)",
|
|
13914
14094
|
value: input.published
|
|
13915
|
-
}, _errorFactory)) &&
|
|
14095
|
+
}, _errorFactory)) && _ao29(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13916
14096
|
method: "typia.assert",
|
|
13917
14097
|
path: _path + ".published",
|
|
13918
14098
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -13950,12 +14130,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
13950
14130
|
}, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13951
14131
|
method: "typia.assert",
|
|
13952
14132
|
path: _path + ".error",
|
|
13953
|
-
expected: "(__type.
|
|
14133
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13954
14134
|
value: input.error
|
|
13955
|
-
}, _errorFactory)) &&
|
|
14135
|
+
}, _errorFactory)) && _ao17(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13956
14136
|
method: "typia.assert",
|
|
13957
14137
|
path: _path + ".error",
|
|
13958
|
-
expected: "(__type.
|
|
14138
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13959
14139
|
value: input.error
|
|
13960
14140
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13961
14141
|
method: "typia.assert",
|
|
@@ -13967,7 +14147,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13967
14147
|
path: _path + ".messages[" + _index16 + "]",
|
|
13968
14148
|
expected: "Message",
|
|
13969
14149
|
value: elem
|
|
13970
|
-
}, _errorFactory)) &&
|
|
14150
|
+
}, _errorFactory)) && _ao18(elem, _path + ".messages[" + _index16 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13971
14151
|
method: "typia.assert",
|
|
13972
14152
|
path: _path + ".messages[" + _index16 + "]",
|
|
13973
14153
|
expected: "Message",
|
|
@@ -13977,7 +14157,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13977
14157
|
path: _path + ".messages",
|
|
13978
14158
|
expected: "(Array<Message> | undefined)",
|
|
13979
14159
|
value: input.messages
|
|
13980
|
-
}, _errorFactory)); const
|
|
14160
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13981
14161
|
method: "typia.assert",
|
|
13982
14162
|
path: _path + ".id",
|
|
13983
14163
|
expected: "(string | undefined)",
|
|
@@ -14000,22 +14180,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
14000
14180
|
}, _errorFactory)) && (undefined === input.subtitle || ("object" === typeof input.subtitle && null !== input.subtitle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14001
14181
|
method: "typia.assert",
|
|
14002
14182
|
path: _path + ".subtitle",
|
|
14003
|
-
expected: "(__type.
|
|
14183
|
+
expected: "(__type.o14 | undefined)",
|
|
14004
14184
|
value: input.subtitle
|
|
14005
|
-
}, _errorFactory)) &&
|
|
14185
|
+
}, _errorFactory)) && _ao32(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14006
14186
|
method: "typia.assert",
|
|
14007
14187
|
path: _path + ".subtitle",
|
|
14008
|
-
expected: "(__type.
|
|
14188
|
+
expected: "(__type.o14 | undefined)",
|
|
14009
14189
|
value: input.subtitle
|
|
14010
14190
|
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14011
14191
|
method: "typia.assert",
|
|
14012
14192
|
path: _path + ".metafile",
|
|
14013
|
-
expected: "(__type.
|
|
14193
|
+
expected: "(__type.o15 | undefined)",
|
|
14014
14194
|
value: input.metafile
|
|
14015
|
-
}, _errorFactory)) &&
|
|
14195
|
+
}, _errorFactory)) && _ao33(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14016
14196
|
method: "typia.assert",
|
|
14017
14197
|
path: _path + ".metafile",
|
|
14018
|
-
expected: "(__type.
|
|
14198
|
+
expected: "(__type.o15 | undefined)",
|
|
14019
14199
|
value: input.metafile
|
|
14020
14200
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
14021
14201
|
if (["id", "path", "filename", "directory", "subtitle", "metafile"].some(prop => key === prop))
|
|
@@ -14024,17 +14204,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
14024
14204
|
if (undefined === value)
|
|
14025
14205
|
return true;
|
|
14026
14206
|
return true;
|
|
14027
|
-
})); const
|
|
14207
|
+
})); const _ao32 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14028
14208
|
method: "typia.assert",
|
|
14029
14209
|
path: _path + ".path",
|
|
14030
14210
|
expected: "string",
|
|
14031
14211
|
value: input.path
|
|
14032
|
-
}, _errorFactory); const
|
|
14212
|
+
}, _errorFactory); const _ao33 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14033
14213
|
method: "typia.assert",
|
|
14034
14214
|
path: _path + ".path",
|
|
14035
14215
|
expected: "string",
|
|
14036
14216
|
value: input.path
|
|
14037
|
-
}, _errorFactory); const
|
|
14217
|
+
}, _errorFactory); const _ao34 = (input, _path, _exceptionable = true) => (undefined === input.type || "youtube" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14038
14218
|
method: "typia.assert",
|
|
14039
14219
|
path: _path + ".type",
|
|
14040
14220
|
expected: "(\"youtube\" | undefined)",
|
|
@@ -14042,12 +14222,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14042
14222
|
}, _errorFactory)) && (undefined === input.draft || ("object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14043
14223
|
method: "typia.assert",
|
|
14044
14224
|
path: _path + ".draft",
|
|
14045
|
-
expected: "(__type.
|
|
14225
|
+
expected: "(__type.o16 | undefined)",
|
|
14046
14226
|
value: input.draft
|
|
14047
|
-
}, _errorFactory)) &&
|
|
14227
|
+
}, _errorFactory)) && _ao35(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14048
14228
|
method: "typia.assert",
|
|
14049
14229
|
path: _path + ".draft",
|
|
14050
|
-
expected: "(__type.
|
|
14230
|
+
expected: "(__type.o16 | undefined)",
|
|
14051
14231
|
value: input.draft
|
|
14052
14232
|
}, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14053
14233
|
method: "typia.assert",
|
|
@@ -14072,12 +14252,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14072
14252
|
}, _errorFactory)) && true && true && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14073
14253
|
method: "typia.assert",
|
|
14074
14254
|
path: _path + ".error",
|
|
14075
|
-
expected: "(__type.
|
|
14255
|
+
expected: "(__type.o11 | null | undefined)",
|
|
14076
14256
|
value: input.error
|
|
14077
|
-
}, _errorFactory)) &&
|
|
14257
|
+
}, _errorFactory)) && _ao17(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14078
14258
|
method: "typia.assert",
|
|
14079
14259
|
path: _path + ".error",
|
|
14080
|
-
expected: "(__type.
|
|
14260
|
+
expected: "(__type.o11 | null | undefined)",
|
|
14081
14261
|
value: input.error
|
|
14082
14262
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14083
14263
|
method: "typia.assert",
|
|
@@ -14089,7 +14269,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14089
14269
|
path: _path + ".messages[" + _index17 + "]",
|
|
14090
14270
|
expected: "Message",
|
|
14091
14271
|
value: elem
|
|
14092
|
-
}, _errorFactory)) &&
|
|
14272
|
+
}, _errorFactory)) && _ao18(elem, _path + ".messages[" + _index17 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14093
14273
|
method: "typia.assert",
|
|
14094
14274
|
path: _path + ".messages[" + _index17 + "]",
|
|
14095
14275
|
expected: "Message",
|
|
@@ -14099,17 +14279,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
14099
14279
|
path: _path + ".messages",
|
|
14100
14280
|
expected: "(Array<Message> | undefined)",
|
|
14101
14281
|
value: input.messages
|
|
14102
|
-
}, _errorFactory)); const
|
|
14282
|
+
}, _errorFactory)); const _ao35 = (input, _path, _exceptionable = true) => undefined === input.snippet || ("object" === typeof input.snippet && null !== input.snippet && false === Array.isArray(input.snippet) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14103
14283
|
method: "typia.assert",
|
|
14104
14284
|
path: _path + ".snippet",
|
|
14105
|
-
expected: "(__type.
|
|
14285
|
+
expected: "(__type.o17 | undefined)",
|
|
14106
14286
|
value: input.snippet
|
|
14107
|
-
}, _errorFactory)) &&
|
|
14287
|
+
}, _errorFactory)) && _ao36(input.snippet, _path + ".snippet", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14108
14288
|
method: "typia.assert",
|
|
14109
14289
|
path: _path + ".snippet",
|
|
14110
|
-
expected: "(__type.
|
|
14290
|
+
expected: "(__type.o17 | undefined)",
|
|
14111
14291
|
value: input.snippet
|
|
14112
|
-
}, _errorFactory); const
|
|
14292
|
+
}, _errorFactory); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14113
14293
|
method: "typia.assert",
|
|
14114
14294
|
path: _path + ".title",
|
|
14115
14295
|
expected: "(string | undefined)",
|
|
@@ -14136,17 +14316,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
14136
14316
|
value: input.description
|
|
14137
14317
|
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
14138
14318
|
if (undefined !== input.path)
|
|
14139
|
-
return
|
|
14319
|
+
return _ao22(input, _path, true && _exceptionable);
|
|
14140
14320
|
else if (undefined !== input.__context)
|
|
14141
|
-
return
|
|
14321
|
+
return _ao23(input, _path, true && _exceptionable);
|
|
14142
14322
|
else
|
|
14143
14323
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14144
14324
|
method: "typia.assert",
|
|
14145
14325
|
path: _path,
|
|
14146
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
14326
|
+
expected: "(ResolvedFilePublishRender | __type.o12)",
|
|
14147
14327
|
value: input
|
|
14148
14328
|
}, _errorFactory);
|
|
14149
|
-
})(); const _au1 = (input, _path, _exceptionable = true) => _ao0(input, _path, false && _exceptionable) ||
|
|
14329
|
+
})(); const _au1 = (input, _path, _exceptionable = true) => _ao0(input, _path, false && _exceptionable) || _ao19(input, _path, false && _exceptionable) || _ao30(input, _path, false && _exceptionable) || _ao20(input, _path, false && _exceptionable) || _ao34(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14150
14330
|
method: "typia.assert",
|
|
14151
14331
|
path: _path,
|
|
14152
14332
|
expected: "(EmptyPublishRecord | FacebookPublishRecord | FilePublishRecordLegacy | FilePublishRecord | YoutubePublishRecord)",
|
|
@@ -14185,16 +14365,16 @@ function _assertDomainRecord(domain, input) {
|
|
|
14185
14365
|
if (undefined === value)
|
|
14186
14366
|
return true;
|
|
14187
14367
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
|
|
14188
|
-
}); 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.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.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io16(input.crop); const _io16 = 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 _io17 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io18 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io19(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io20(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io21(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) && _io22(input.subtitle))); const _io19 = input => "string" === typeof input.engine; const _io20 = input => "string" === typeof input.language; const _io21 = 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 _io22 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _io23 = input => "object" === typeof input.__context && null !== input.__context &&
|
|
14368
|
+
}); 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.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io16(input.crop); const _io16 = 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 _io17 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io18 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io19(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io20(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io21(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) && _io22(input.subtitle))); const _io19 = input => "string" === typeof input.engine; const _io20 = input => "string" === typeof input.language; const _io21 = 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 _io22 = 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) && _io23(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io24(input.ass)); const _io23 = input => undefined === input.preset || "string" === typeof input.preset; const _io24 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io25 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io9(input.__returnValue)); const _io26 = 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 _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) && _io8(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io28(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io29(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io32(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 && _io33(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io34(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io28 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io29 = 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) && _io30(input.renders)); const _io30 = input => Object.keys(input).every(key => {
|
|
14189
14369
|
const value = input[key];
|
|
14190
14370
|
if (undefined === value)
|
|
14191
14371
|
return true;
|
|
14192
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14193
|
-
}); const
|
|
14372
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value);
|
|
14373
|
+
}); const _io31 = 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 _io32 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io33 = 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) && _io10(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io18(input.profile)); const _io34 = input => "string" === typeof input.method; const _iu0 = input => (() => {
|
|
14194
14374
|
if (undefined !== input.path)
|
|
14195
14375
|
return _io9(input);
|
|
14196
14376
|
else if (undefined !== input.__context)
|
|
14197
|
-
return
|
|
14377
|
+
return _io25(input);
|
|
14198
14378
|
else
|
|
14199
14379
|
return false;
|
|
14200
14380
|
})(); const _iu1 = input => (() => {
|
|
@@ -14407,22 +14587,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
14407
14587
|
return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14408
14588
|
method: "typia.assert",
|
|
14409
14589
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14410
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
14590
|
+
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
14411
14591
|
value: value
|
|
14412
14592
|
}, _errorFactory)) && (undefined !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14413
14593
|
method: "typia.assert",
|
|
14414
14594
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14415
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
14595
|
+
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
14416
14596
|
value: value
|
|
14417
14597
|
}, _errorFactory)) && ("string" === typeof value || ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14418
14598
|
method: "typia.assert",
|
|
14419
14599
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14420
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
14600
|
+
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
14421
14601
|
value: value
|
|
14422
14602
|
}, _errorFactory)) && _au0(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14423
14603
|
method: "typia.assert",
|
|
14424
14604
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14425
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
14605
|
+
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
14426
14606
|
value: value
|
|
14427
14607
|
}, _errorFactory));
|
|
14428
14608
|
}); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14655,6 +14835,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
14655
14835
|
path: _path + ".spacing",
|
|
14656
14836
|
expected: "(string | undefined)",
|
|
14657
14837
|
value: input.spacing
|
|
14838
|
+
}, _errorFactory)) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14839
|
+
method: "typia.assert",
|
|
14840
|
+
path: _path + ".lineSpacing",
|
|
14841
|
+
expected: "(string | undefined)",
|
|
14842
|
+
value: input.lineSpacing
|
|
14658
14843
|
}, _errorFactory)) && (undefined === input.angle || "string" === typeof input.angle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14659
14844
|
method: "typia.assert",
|
|
14660
14845
|
path: _path + ".angle",
|
|
@@ -14855,15 +15040,55 @@ function _assertDomainRecord(domain, input) {
|
|
|
14855
15040
|
path: _path + ".style",
|
|
14856
15041
|
expected: "(string | undefined)",
|
|
14857
15042
|
value: input.style
|
|
14858
|
-
}, _errorFactory))
|
|
15043
|
+
}, _errorFactory)) && (undefined === input.ccconverter || ("object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15044
|
+
method: "typia.assert",
|
|
15045
|
+
path: _path + ".ccconverter",
|
|
15046
|
+
expected: "(__type.o9 | undefined)",
|
|
15047
|
+
value: input.ccconverter
|
|
15048
|
+
}, _errorFactory)) && _ao23(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15049
|
+
method: "typia.assert",
|
|
15050
|
+
path: _path + ".ccconverter",
|
|
15051
|
+
expected: "(__type.o9 | undefined)",
|
|
15052
|
+
value: input.ccconverter
|
|
15053
|
+
}, _errorFactory)) && (undefined === input.ass || ("object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15054
|
+
method: "typia.assert",
|
|
15055
|
+
path: _path + ".ass",
|
|
15056
|
+
expected: "(__type.o10 | undefined)",
|
|
15057
|
+
value: input.ass
|
|
15058
|
+
}, _errorFactory)) && _ao24(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15059
|
+
method: "typia.assert",
|
|
15060
|
+
path: _path + ".ass",
|
|
15061
|
+
expected: "(__type.o10 | undefined)",
|
|
15062
|
+
value: input.ass
|
|
15063
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15064
|
+
method: "typia.assert",
|
|
15065
|
+
path: _path + ".preset",
|
|
15066
|
+
expected: "(string | undefined)",
|
|
15067
|
+
value: input.preset
|
|
15068
|
+
}, _errorFactory); const _ao24 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15069
|
+
method: "typia.assert",
|
|
15070
|
+
path: _path + ".futureWordWrapping",
|
|
15071
|
+
expected: "(boolean | undefined)",
|
|
15072
|
+
value: input.futureWordWrapping
|
|
15073
|
+
}, _errorFactory)) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15074
|
+
method: "typia.assert",
|
|
15075
|
+
path: _path + ".scaledBorderAndShadow",
|
|
15076
|
+
expected: "(boolean | undefined)",
|
|
15077
|
+
value: input.scaledBorderAndShadow
|
|
15078
|
+
}, _errorFactory)) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15079
|
+
method: "typia.assert",
|
|
15080
|
+
path: _path + ".enableUnsafeLineSpacingHack",
|
|
15081
|
+
expected: "(boolean | undefined)",
|
|
15082
|
+
value: input.enableUnsafeLineSpacingHack
|
|
15083
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14859
15084
|
method: "typia.assert",
|
|
14860
15085
|
path: _path + ".__context",
|
|
14861
|
-
expected: "__type.
|
|
15086
|
+
expected: "__type.o12",
|
|
14862
15087
|
value: input.__context
|
|
14863
|
-
}, _errorFactory)) &&
|
|
15088
|
+
}, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14864
15089
|
method: "typia.assert",
|
|
14865
15090
|
path: _path + ".__context",
|
|
14866
|
-
expected: "__type.
|
|
15091
|
+
expected: "__type.o12",
|
|
14867
15092
|
value: input.__context
|
|
14868
15093
|
}, _errorFactory)) && (("object" === typeof input.__returnValue && null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14869
15094
|
method: "typia.assert",
|
|
@@ -14875,12 +15100,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14875
15100
|
path: _path + ".__returnValue",
|
|
14876
15101
|
expected: "ResolvedFilePublishRender",
|
|
14877
15102
|
value: input.__returnValue
|
|
14878
|
-
}, _errorFactory)); const
|
|
15103
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14879
15104
|
method: "typia.assert",
|
|
14880
15105
|
path: _path + ".publish",
|
|
14881
15106
|
expected: "FilePublishRecord",
|
|
14882
15107
|
value: input.publish
|
|
14883
|
-
}, _errorFactory)) &&
|
|
15108
|
+
}, _errorFactory)) && _ao27(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14884
15109
|
method: "typia.assert",
|
|
14885
15110
|
path: _path + ".publish",
|
|
14886
15111
|
expected: "FilePublishRecord",
|
|
@@ -14895,7 +15120,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14895
15120
|
path: _path + ".name",
|
|
14896
15121
|
expected: "string",
|
|
14897
15122
|
value: input.name
|
|
14898
|
-
}, _errorFactory)); const
|
|
15123
|
+
}, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14899
15124
|
method: "typia.assert",
|
|
14900
15125
|
path: _path + ".type",
|
|
14901
15126
|
expected: "(\"file\" | undefined)",
|
|
@@ -14925,7 +15150,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14925
15150
|
path: _path + ".draft",
|
|
14926
15151
|
expected: "(FilePublishDraft | undefined)",
|
|
14927
15152
|
value: input.draft
|
|
14928
|
-
}, _errorFactory)) &&
|
|
15153
|
+
}, _errorFactory)) && _ao28(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14929
15154
|
method: "typia.assert",
|
|
14930
15155
|
path: _path + ".draft",
|
|
14931
15156
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -14935,7 +15160,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14935
15160
|
path: _path + ".remote",
|
|
14936
15161
|
expected: "(FilePublishRemote | undefined)",
|
|
14937
15162
|
value: input.remote
|
|
14938
|
-
}, _errorFactory)) &&
|
|
15163
|
+
}, _errorFactory)) && _ao29(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14939
15164
|
method: "typia.assert",
|
|
14940
15165
|
path: _path + ".remote",
|
|
14941
15166
|
expected: "(FilePublishRemote | undefined)",
|
|
@@ -14945,7 +15170,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14945
15170
|
path: _path + ".published",
|
|
14946
15171
|
expected: "(FilePublishPublished | undefined)",
|
|
14947
15172
|
value: input.published
|
|
14948
|
-
}, _errorFactory)) &&
|
|
15173
|
+
}, _errorFactory)) && _ao32(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14949
15174
|
method: "typia.assert",
|
|
14950
15175
|
path: _path + ".published",
|
|
14951
15176
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -14965,7 +15190,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14965
15190
|
path: _path + ".render",
|
|
14966
15191
|
expected: "(PublishRenderBase | undefined)",
|
|
14967
15192
|
value: input.render
|
|
14968
|
-
}, _errorFactory)) &&
|
|
15193
|
+
}, _errorFactory)) && _ao33(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14969
15194
|
method: "typia.assert",
|
|
14970
15195
|
path: _path + ".render",
|
|
14971
15196
|
expected: "(PublishRenderBase | undefined)",
|
|
@@ -14973,12 +15198,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14973
15198
|
}, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14974
15199
|
method: "typia.assert",
|
|
14975
15200
|
path: _path + ".error",
|
|
14976
|
-
expected: "(__type.
|
|
15201
|
+
expected: "(__type.o13 | null | undefined)",
|
|
14977
15202
|
value: input.error
|
|
14978
|
-
}, _errorFactory)) &&
|
|
15203
|
+
}, _errorFactory)) && _ao34(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14979
15204
|
method: "typia.assert",
|
|
14980
15205
|
path: _path + ".error",
|
|
14981
|
-
expected: "(__type.
|
|
15206
|
+
expected: "(__type.o13 | null | undefined)",
|
|
14982
15207
|
value: input.error
|
|
14983
15208
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14984
15209
|
method: "typia.assert",
|
|
@@ -15000,7 +15225,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15000
15225
|
path: _path + ".messages",
|
|
15001
15226
|
expected: "(Array<Message> | undefined)",
|
|
15002
15227
|
value: input.messages
|
|
15003
|
-
}, _errorFactory)); const
|
|
15228
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15004
15229
|
method: "typia.assert",
|
|
15005
15230
|
path: _path + ".directory",
|
|
15006
15231
|
expected: "(string | undefined)",
|
|
@@ -15010,7 +15235,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15010
15235
|
path: _path + ".filename",
|
|
15011
15236
|
expected: "(string | undefined)",
|
|
15012
15237
|
value: input.filename
|
|
15013
|
-
}, _errorFactory)); const
|
|
15238
|
+
}, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15014
15239
|
method: "typia.assert",
|
|
15015
15240
|
path: _path + ".directory",
|
|
15016
15241
|
expected: "(string | undefined)",
|
|
@@ -15025,12 +15250,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
15025
15250
|
path: _path + ".renders",
|
|
15026
15251
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
15027
15252
|
value: input.renders
|
|
15028
|
-
}, _errorFactory)) &&
|
|
15253
|
+
}, _errorFactory)) && _ao30(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15029
15254
|
method: "typia.assert",
|
|
15030
15255
|
path: _path + ".renders",
|
|
15031
15256
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
15032
15257
|
value: input.renders
|
|
15033
|
-
}, _errorFactory)); const
|
|
15258
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
15034
15259
|
const value = input[key];
|
|
15035
15260
|
if (undefined === value)
|
|
15036
15261
|
return true;
|
|
@@ -15039,13 +15264,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
15039
15264
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15040
15265
|
expected: "FilePublishRemoteRender",
|
|
15041
15266
|
value: value
|
|
15042
|
-
}, _errorFactory)) &&
|
|
15267
|
+
}, _errorFactory)) && _ao31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15043
15268
|
method: "typia.assert",
|
|
15044
15269
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15045
15270
|
expected: "FilePublishRemoteRender",
|
|
15046
15271
|
value: value
|
|
15047
15272
|
}, _errorFactory);
|
|
15048
|
-
}); const
|
|
15273
|
+
}); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15049
15274
|
method: "typia.assert",
|
|
15050
15275
|
path: _path + ".path",
|
|
15051
15276
|
expected: "(string | undefined)",
|
|
@@ -15085,7 +15310,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15085
15310
|
path: _path + ".source",
|
|
15086
15311
|
expected: "(string | undefined)",
|
|
15087
15312
|
value: input.source
|
|
15088
|
-
}, _errorFactory)); const
|
|
15313
|
+
}, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15089
15314
|
method: "typia.assert",
|
|
15090
15315
|
path: _path + ".directory",
|
|
15091
15316
|
expected: "(string | undefined)",
|
|
@@ -15095,7 +15320,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15095
15320
|
path: _path + ".filename",
|
|
15096
15321
|
expected: "string",
|
|
15097
15322
|
value: input.filename
|
|
15098
|
-
}, _errorFactory)); const
|
|
15323
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15099
15324
|
method: "typia.assert",
|
|
15100
15325
|
path: _path + ".preset",
|
|
15101
15326
|
expected: "(string | undefined)",
|
|
@@ -15125,7 +15350,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15125
15350
|
path: _path + ".profile",
|
|
15126
15351
|
expected: "(RenderProfileObject | undefined)",
|
|
15127
15352
|
value: input.profile
|
|
15128
|
-
}, _errorFactory)); const
|
|
15353
|
+
}, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15129
15354
|
method: "typia.assert",
|
|
15130
15355
|
path: _path + ".method",
|
|
15131
15356
|
expected: "string",
|
|
@@ -15134,12 +15359,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
15134
15359
|
if (undefined !== input.path)
|
|
15135
15360
|
return _ao9(input, _path, true && _exceptionable);
|
|
15136
15361
|
else if (undefined !== input.__context)
|
|
15137
|
-
return
|
|
15362
|
+
return _ao25(input, _path, true && _exceptionable);
|
|
15138
15363
|
else
|
|
15139
15364
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15140
15365
|
method: "typia.assert",
|
|
15141
15366
|
path: _path,
|
|
15142
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
15367
|
+
expected: "(ResolvedFilePublishRender | __type.o11)",
|
|
15143
15368
|
value: input
|
|
15144
15369
|
}, _errorFactory);
|
|
15145
15370
|
})(); const _au1 = (input, _path, _exceptionable = true) => _ao3(input, _path, false && _exceptionable) || _ao2(input, _path, false && _exceptionable) || _ao0(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15318,7 +15543,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15318
15543
|
}; })()(input);
|
|
15319
15544
|
}
|
|
15320
15545
|
case ":render-preset": {
|
|
15321
|
-
return (() => { const _io0 = input => (null === input.type || undefined === input.type || "string" === typeof input.type) && (null !== input.profile && (undefined === input.profile || "string" === typeof input.profile || (Array.isArray(input.profile) && input.profile.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io1(elem))) || "object" === typeof input.profile && null !== input.profile && _io1(input.profile)))); const _io1 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io2(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io3(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io4(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) && _io5(input.subtitle))); const _io2 = input => "string" === typeof input.engine; const _io3 = input => "string" === typeof input.language; const _io4 = 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 _io5 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _ao0 = (input, _path, _exceptionable = true) => (null === input.type || undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15546
|
+
return (() => { const _io0 = input => (null === input.type || undefined === input.type || "string" === typeof input.type) && (null !== input.profile && (undefined === input.profile || "string" === typeof input.profile || (Array.isArray(input.profile) && input.profile.every(elem => null !== elem && undefined !== elem && ("string" === typeof elem || "object" === typeof elem && null !== elem && _io1(elem))) || "object" === typeof input.profile && null !== input.profile && _io1(input.profile)))); const _io1 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io2(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io3(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io4(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) && _io5(input.subtitle))); const _io2 = input => "string" === typeof input.engine; const _io3 = input => "string" === typeof input.language; const _io4 = 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 _io5 = 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) && _io6(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io7(input.ass)); const _io6 = input => undefined === input.preset || "string" === typeof input.preset; const _io7 = 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) => (null === input.type || undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15322
15547
|
method: "typia.assert",
|
|
15323
15548
|
path: _path + ".type",
|
|
15324
15549
|
expected: "(null | string | undefined)",
|
|
@@ -15463,6 +15688,46 @@ function _assertDomainRecord(domain, input) {
|
|
|
15463
15688
|
path: _path + ".style",
|
|
15464
15689
|
expected: "(string | undefined)",
|
|
15465
15690
|
value: input.style
|
|
15691
|
+
}, _errorFactory)) && (undefined === input.ccconverter || ("object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15692
|
+
method: "typia.assert",
|
|
15693
|
+
path: _path + ".ccconverter",
|
|
15694
|
+
expected: "(__type.o3 | undefined)",
|
|
15695
|
+
value: input.ccconverter
|
|
15696
|
+
}, _errorFactory)) && _ao6(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15697
|
+
method: "typia.assert",
|
|
15698
|
+
path: _path + ".ccconverter",
|
|
15699
|
+
expected: "(__type.o3 | undefined)",
|
|
15700
|
+
value: input.ccconverter
|
|
15701
|
+
}, _errorFactory)) && (undefined === input.ass || ("object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15702
|
+
method: "typia.assert",
|
|
15703
|
+
path: _path + ".ass",
|
|
15704
|
+
expected: "(__type.o4 | undefined)",
|
|
15705
|
+
value: input.ass
|
|
15706
|
+
}, _errorFactory)) && _ao7(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15707
|
+
method: "typia.assert",
|
|
15708
|
+
path: _path + ".ass",
|
|
15709
|
+
expected: "(__type.o4 | undefined)",
|
|
15710
|
+
value: input.ass
|
|
15711
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15712
|
+
method: "typia.assert",
|
|
15713
|
+
path: _path + ".preset",
|
|
15714
|
+
expected: "(string | undefined)",
|
|
15715
|
+
value: input.preset
|
|
15716
|
+
}, _errorFactory); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15717
|
+
method: "typia.assert",
|
|
15718
|
+
path: _path + ".futureWordWrapping",
|
|
15719
|
+
expected: "(boolean | undefined)",
|
|
15720
|
+
value: input.futureWordWrapping
|
|
15721
|
+
}, _errorFactory)) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15722
|
+
method: "typia.assert",
|
|
15723
|
+
path: _path + ".scaledBorderAndShadow",
|
|
15724
|
+
expected: "(boolean | undefined)",
|
|
15725
|
+
value: input.scaledBorderAndShadow
|
|
15726
|
+
}, _errorFactory)) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15727
|
+
method: "typia.assert",
|
|
15728
|
+
path: _path + ".enableUnsafeLineSpacingHack",
|
|
15729
|
+
expected: "(boolean | undefined)",
|
|
15730
|
+
value: input.enableUnsafeLineSpacingHack
|
|
15466
15731
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
15467
15732
|
if (false === __is(input)) {
|
|
15468
15733
|
_errorFactory = errorFactory;
|
|
@@ -15971,7 +16236,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15971
16236
|
if (undefined === value)
|
|
15972
16237
|
return true;
|
|
15973
16238
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
15974
|
-
}); 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.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.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io8(input.crop); const _io8 = 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 _io9 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io10 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io11(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io12(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io13(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) && _io14(input.subtitle))); const _io11 = input => "string" === typeof input.engine; const _io12 = input => "string" === typeof input.language; const _io13 = 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 _io14 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16239
|
+
}); 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.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io8(input.crop); const _io8 = 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 _io9 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io10 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io11(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io12(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io13(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) && _io14(input.subtitle))); const _io11 = input => "string" === typeof input.engine; const _io12 = input => "string" === typeof input.language; const _io13 = 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 _io14 = 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) && _io15(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io16(input.ass)); const _io15 = input => undefined === input.preset || "string" === typeof input.preset; const _io16 = 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, {
|
|
15975
16240
|
method: "typia.assert",
|
|
15976
16241
|
path: _path + ".type",
|
|
15977
16242
|
expected: "string",
|
|
@@ -16196,6 +16461,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
16196
16461
|
path: _path + ".spacing",
|
|
16197
16462
|
expected: "(string | undefined)",
|
|
16198
16463
|
value: input.spacing
|
|
16464
|
+
}, _errorFactory)) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16465
|
+
method: "typia.assert",
|
|
16466
|
+
path: _path + ".lineSpacing",
|
|
16467
|
+
expected: "(string | undefined)",
|
|
16468
|
+
value: input.lineSpacing
|
|
16199
16469
|
}, _errorFactory)) && (undefined === input.angle || "string" === typeof input.angle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16200
16470
|
method: "typia.assert",
|
|
16201
16471
|
path: _path + ".angle",
|
|
@@ -16396,6 +16666,46 @@ function _assertDomainRecord(domain, input) {
|
|
|
16396
16666
|
path: _path + ".style",
|
|
16397
16667
|
expected: "(string | undefined)",
|
|
16398
16668
|
value: input.style
|
|
16669
|
+
}, _errorFactory)) && (undefined === input.ccconverter || ("object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16670
|
+
method: "typia.assert",
|
|
16671
|
+
path: _path + ".ccconverter",
|
|
16672
|
+
expected: "(__type.o10 | undefined)",
|
|
16673
|
+
value: input.ccconverter
|
|
16674
|
+
}, _errorFactory)) && _ao15(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16675
|
+
method: "typia.assert",
|
|
16676
|
+
path: _path + ".ccconverter",
|
|
16677
|
+
expected: "(__type.o10 | undefined)",
|
|
16678
|
+
value: input.ccconverter
|
|
16679
|
+
}, _errorFactory)) && (undefined === input.ass || ("object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16680
|
+
method: "typia.assert",
|
|
16681
|
+
path: _path + ".ass",
|
|
16682
|
+
expected: "(__type.o11 | undefined)",
|
|
16683
|
+
value: input.ass
|
|
16684
|
+
}, _errorFactory)) && _ao16(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16685
|
+
method: "typia.assert",
|
|
16686
|
+
path: _path + ".ass",
|
|
16687
|
+
expected: "(__type.o11 | undefined)",
|
|
16688
|
+
value: input.ass
|
|
16689
|
+
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16690
|
+
method: "typia.assert",
|
|
16691
|
+
path: _path + ".preset",
|
|
16692
|
+
expected: "(string | undefined)",
|
|
16693
|
+
value: input.preset
|
|
16694
|
+
}, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16695
|
+
method: "typia.assert",
|
|
16696
|
+
path: _path + ".futureWordWrapping",
|
|
16697
|
+
expected: "(boolean | undefined)",
|
|
16698
|
+
value: input.futureWordWrapping
|
|
16699
|
+
}, _errorFactory)) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16700
|
+
method: "typia.assert",
|
|
16701
|
+
path: _path + ".scaledBorderAndShadow",
|
|
16702
|
+
expected: "(boolean | undefined)",
|
|
16703
|
+
value: input.scaledBorderAndShadow
|
|
16704
|
+
}, _errorFactory)) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16705
|
+
method: "typia.assert",
|
|
16706
|
+
path: _path + ".enableUnsafeLineSpacingHack",
|
|
16707
|
+
expected: "(boolean | undefined)",
|
|
16708
|
+
value: input.enableUnsafeLineSpacingHack
|
|
16399
16709
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
16400
16710
|
if (false === __is(input)) {
|
|
16401
16711
|
_errorFactory = errorFactory;
|
|
@@ -17020,25 +17330,34 @@ function _assertDomainRecord(domain, input) {
|
|
|
17020
17330
|
}; })()(input);
|
|
17021
17331
|
}
|
|
17022
17332
|
case ":script.content?": {
|
|
17023
|
-
return (() => { const _io0 = input => Array.isArray(input.nodes) && input.nodes.every(elem => "object" === typeof elem && null !== elem && _iu0(elem)); const _io1 = input => "event" === input.type && "string" === typeof input.id && "string" === typeof input.mixin && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io2 = input =>
|
|
17333
|
+
return (() => { const _io0 = input => Array.isArray(input.nodes) && input.nodes.every(elem => "object" === typeof elem && null !== elem && _iu0(elem)); const _io1 = input => "event" === input.type && "string" === typeof input.id && "string" === typeof input.mixin && (undefined === input.children || Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io2 = input => "text" === input.type && "string" === typeof input.text && (undefined === input.style || "string" === typeof input.style) && (undefined === input.format || "number" === typeof input.format); const _io3 = input => ("link" === input.type || "autolink" === input.type) && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io4 = input => "listitem" === input.type && "number" === typeof input.value && (undefined === input.checked || "boolean" === typeof input.checked) && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _iu1(elem))); const _io5 = input => "list" === input.type && ("number" === input.listType || "bullet" === input.listType || "check" === input.listType) && ("ul" === input.tag || "ol" === input.tag) && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _io4(elem))); const _io6 = input => "paragraph" === input.type && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _iu1(elem))); const _io7 = input => "comment" === input.type && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _iu1(elem))); const _io8 = input => "heading" === input.type && ("h1" === input.tag || "h2" === input.tag || "h3" === input.tag) && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _iu1(elem))); const _io9 = input => "quote" === input.type && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _iu1(elem))); const _io10 = input => "horizontalrule" === input.type; const _iu0 = input => (() => {
|
|
17024
17334
|
if ("event" === input.type)
|
|
17025
17335
|
return _io1(input);
|
|
17026
|
-
else if ("
|
|
17336
|
+
else if ("text" === input.type)
|
|
17027
17337
|
return _io2(input);
|
|
17028
|
-
else if ("
|
|
17338
|
+
else if ("link" === input.type || "autolink" === input.type)
|
|
17029
17339
|
return _io3(input);
|
|
17030
|
-
else if ("
|
|
17340
|
+
else if ("listitem" === input.type)
|
|
17031
17341
|
return _io4(input);
|
|
17342
|
+
else if ("list" === input.type)
|
|
17343
|
+
return _io5(input);
|
|
17032
17344
|
else if ("quote" === input.type)
|
|
17033
|
-
return
|
|
17345
|
+
return _io9(input);
|
|
17034
17346
|
else if ("comment" === input.type)
|
|
17035
|
-
return
|
|
17347
|
+
return _io7(input);
|
|
17036
17348
|
else if ("paragraph" === input.type)
|
|
17037
|
-
return
|
|
17349
|
+
return _io6(input);
|
|
17038
17350
|
else if ("heading" === input.type)
|
|
17039
|
-
return
|
|
17351
|
+
return _io8(input);
|
|
17040
17352
|
else if ("horizontalrule" === input.type)
|
|
17041
|
-
return
|
|
17353
|
+
return _io10(input);
|
|
17354
|
+
else
|
|
17355
|
+
return false;
|
|
17356
|
+
})(); const _iu1 = input => (() => {
|
|
17357
|
+
if ("text" === input.type)
|
|
17358
|
+
return _io2(input);
|
|
17359
|
+
else if ("link" === input.type || "autolink" === input.type)
|
|
17360
|
+
return _io3(input);
|
|
17042
17361
|
else
|
|
17043
17362
|
return false;
|
|
17044
17363
|
})(); const _ao0 = (input, _path, _exceptionable = true) => (Array.isArray(input.nodes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17046,15 +17365,15 @@ function _assertDomainRecord(domain, input) {
|
|
|
17046
17365
|
path: _path + ".nodes",
|
|
17047
17366
|
expected: "Array<NodeContent>",
|
|
17048
17367
|
value: input.nodes
|
|
17049
|
-
}, _errorFactory)) && input.nodes.every((elem,
|
|
17368
|
+
}, _errorFactory)) && input.nodes.every((elem, _index10) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17050
17369
|
method: "typia.assert",
|
|
17051
|
-
path: _path + ".nodes[" +
|
|
17052
|
-
expected: "(CommentNodeContent | EventNodeContent | HeadingNodeContent | HorizontalRuleContent | ListItemNodeContent | ListNodeContent | ParagraphNodeContent | QuoteNodeContent
|
|
17370
|
+
path: _path + ".nodes[" + _index10 + "]",
|
|
17371
|
+
expected: "(CommentNodeContent | EventNodeContent | FormattedTextNodeContent | HeadingNodeContent | HorizontalRuleContent | LinkNodeContent | ListItemNodeContent | ListNodeContent | ParagraphNodeContent | QuoteNodeContent)",
|
|
17053
17372
|
value: elem
|
|
17054
|
-
}, _errorFactory)) && _au0(elem, _path + ".nodes[" +
|
|
17373
|
+
}, _errorFactory)) && _au0(elem, _path + ".nodes[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17055
17374
|
method: "typia.assert",
|
|
17056
|
-
path: _path + ".nodes[" +
|
|
17057
|
-
expected: "(CommentNodeContent | EventNodeContent | HeadingNodeContent | HorizontalRuleContent | ListItemNodeContent | ListNodeContent | ParagraphNodeContent | QuoteNodeContent
|
|
17375
|
+
path: _path + ".nodes[" + _index10 + "]",
|
|
17376
|
+
expected: "(CommentNodeContent | EventNodeContent | FormattedTextNodeContent | HeadingNodeContent | HorizontalRuleContent | LinkNodeContent | ListItemNodeContent | ListNodeContent | ParagraphNodeContent | QuoteNodeContent)",
|
|
17058
17377
|
value: elem
|
|
17059
17378
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17060
17379
|
method: "typia.assert",
|
|
@@ -17076,30 +17395,30 @@ function _assertDomainRecord(domain, input) {
|
|
|
17076
17395
|
path: _path + ".mixin",
|
|
17077
17396
|
expected: "string",
|
|
17078
17397
|
value: input.mixin
|
|
17079
|
-
}, _errorFactory)) && ((Array.isArray(input.children) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17398
|
+
}, _errorFactory)) && (undefined === input.children || (Array.isArray(input.children) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17080
17399
|
method: "typia.assert",
|
|
17081
17400
|
path: _path + ".children",
|
|
17082
|
-
expected: "Array<EventNodeContent>",
|
|
17401
|
+
expected: "(Array<EventNodeContent> | undefined)",
|
|
17083
17402
|
value: input.children
|
|
17084
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17403
|
+
}, _errorFactory)) && input.children.every((elem, _index11) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17085
17404
|
method: "typia.assert",
|
|
17086
|
-
path: _path + ".children[" +
|
|
17405
|
+
path: _path + ".children[" + _index11 + "]",
|
|
17087
17406
|
expected: "EventNodeContent",
|
|
17088
17407
|
value: elem
|
|
17089
|
-
}, _errorFactory)) && _ao1(elem, _path + ".children[" +
|
|
17408
|
+
}, _errorFactory)) && _ao1(elem, _path + ".children[" + _index11 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17090
17409
|
method: "typia.assert",
|
|
17091
|
-
path: _path + ".children[" +
|
|
17410
|
+
path: _path + ".children[" + _index11 + "]",
|
|
17092
17411
|
expected: "EventNodeContent",
|
|
17093
17412
|
value: elem
|
|
17094
17413
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17095
17414
|
method: "typia.assert",
|
|
17096
17415
|
path: _path + ".children",
|
|
17097
|
-
expected: "Array<EventNodeContent>",
|
|
17416
|
+
expected: "(Array<EventNodeContent> | undefined)",
|
|
17098
17417
|
value: input.children
|
|
17099
|
-
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => ("
|
|
17418
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => ("text" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17100
17419
|
method: "typia.assert",
|
|
17101
17420
|
path: _path + ".type",
|
|
17102
|
-
expected: "
|
|
17421
|
+
expected: "\"text\"",
|
|
17103
17422
|
value: input.type
|
|
17104
17423
|
}, _errorFactory)) && ("string" === typeof input.text || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17105
17424
|
method: "typia.assert",
|
|
@@ -17116,42 +17435,67 @@ function _assertDomainRecord(domain, input) {
|
|
|
17116
17435
|
path: _path + ".format",
|
|
17117
17436
|
expected: "(number | undefined)",
|
|
17118
17437
|
value: input.format
|
|
17119
|
-
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("
|
|
17438
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("link" === input.type || "autolink" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17120
17439
|
method: "typia.assert",
|
|
17121
17440
|
path: _path + ".type",
|
|
17122
|
-
expected: "\"
|
|
17441
|
+
expected: "(\"autolink\" | \"link\")",
|
|
17123
17442
|
value: input.type
|
|
17124
|
-
}, _errorFactory)) && ("number" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17125
|
-
method: "typia.assert",
|
|
17126
|
-
path: _path + ".value",
|
|
17127
|
-
expected: "number",
|
|
17128
|
-
value: input.value
|
|
17129
|
-
}, _errorFactory)) && (undefined === input.checked || "boolean" === typeof input.checked || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17130
|
-
method: "typia.assert",
|
|
17131
|
-
path: _path + ".checked",
|
|
17132
|
-
expected: "(boolean | undefined)",
|
|
17133
|
-
value: input.checked
|
|
17134
17443
|
}, _errorFactory)) && ((Array.isArray(input.children) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17135
17444
|
method: "typia.assert",
|
|
17136
17445
|
path: _path + ".children",
|
|
17137
|
-
expected: "Array<
|
|
17446
|
+
expected: "Array<FormattedTextNodeContent>",
|
|
17138
17447
|
value: input.children
|
|
17139
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17448
|
+
}, _errorFactory)) && input.children.every((elem, _index12) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17140
17449
|
method: "typia.assert",
|
|
17141
|
-
path: _path + ".children[" +
|
|
17142
|
-
expected: "
|
|
17450
|
+
path: _path + ".children[" + _index12 + "]",
|
|
17451
|
+
expected: "FormattedTextNodeContent",
|
|
17143
17452
|
value: elem
|
|
17144
|
-
}, _errorFactory)) && _ao2(elem, _path + ".children[" +
|
|
17453
|
+
}, _errorFactory)) && _ao2(elem, _path + ".children[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17145
17454
|
method: "typia.assert",
|
|
17146
|
-
path: _path + ".children[" +
|
|
17147
|
-
expected: "
|
|
17455
|
+
path: _path + ".children[" + _index12 + "]",
|
|
17456
|
+
expected: "FormattedTextNodeContent",
|
|
17457
|
+
value: elem
|
|
17458
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17459
|
+
method: "typia.assert",
|
|
17460
|
+
path: _path + ".children",
|
|
17461
|
+
expected: "Array<FormattedTextNodeContent>",
|
|
17462
|
+
value: input.children
|
|
17463
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => ("listitem" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17464
|
+
method: "typia.assert",
|
|
17465
|
+
path: _path + ".type",
|
|
17466
|
+
expected: "\"listitem\"",
|
|
17467
|
+
value: input.type
|
|
17468
|
+
}, _errorFactory)) && ("number" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17469
|
+
method: "typia.assert",
|
|
17470
|
+
path: _path + ".value",
|
|
17471
|
+
expected: "number",
|
|
17472
|
+
value: input.value
|
|
17473
|
+
}, _errorFactory)) && (undefined === input.checked || "boolean" === typeof input.checked || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17474
|
+
method: "typia.assert",
|
|
17475
|
+
path: _path + ".checked",
|
|
17476
|
+
expected: "(boolean | undefined)",
|
|
17477
|
+
value: input.checked
|
|
17478
|
+
}, _errorFactory)) && ((Array.isArray(input.children) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17479
|
+
method: "typia.assert",
|
|
17480
|
+
path: _path + ".children",
|
|
17481
|
+
expected: "Array<TextNodeContent>",
|
|
17482
|
+
value: input.children
|
|
17483
|
+
}, _errorFactory)) && input.children.every((elem, _index13) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17484
|
+
method: "typia.assert",
|
|
17485
|
+
path: _path + ".children[" + _index13 + "]",
|
|
17486
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17487
|
+
value: elem
|
|
17488
|
+
}, _errorFactory)) && _au1(elem, _path + ".children[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17489
|
+
method: "typia.assert",
|
|
17490
|
+
path: _path + ".children[" + _index13 + "]",
|
|
17491
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17148
17492
|
value: elem
|
|
17149
17493
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17150
17494
|
method: "typia.assert",
|
|
17151
17495
|
path: _path + ".children",
|
|
17152
17496
|
expected: "Array<TextNodeContent>",
|
|
17153
17497
|
value: input.children
|
|
17154
|
-
}, _errorFactory)); const
|
|
17498
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ("list" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17155
17499
|
method: "typia.assert",
|
|
17156
17500
|
path: _path + ".type",
|
|
17157
17501
|
expected: "\"list\"",
|
|
@@ -17171,14 +17515,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
17171
17515
|
path: _path + ".children",
|
|
17172
17516
|
expected: "Array<ListItemNodeContent>",
|
|
17173
17517
|
value: input.children
|
|
17174
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17518
|
+
}, _errorFactory)) && input.children.every((elem, _index14) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17175
17519
|
method: "typia.assert",
|
|
17176
|
-
path: _path + ".children[" +
|
|
17520
|
+
path: _path + ".children[" + _index14 + "]",
|
|
17177
17521
|
expected: "ListItemNodeContent",
|
|
17178
17522
|
value: elem
|
|
17179
|
-
}, _errorFactory)) &&
|
|
17523
|
+
}, _errorFactory)) && _ao4(elem, _path + ".children[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17180
17524
|
method: "typia.assert",
|
|
17181
|
-
path: _path + ".children[" +
|
|
17525
|
+
path: _path + ".children[" + _index14 + "]",
|
|
17182
17526
|
expected: "ListItemNodeContent",
|
|
17183
17527
|
value: elem
|
|
17184
17528
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17186,7 +17530,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
17186
17530
|
path: _path + ".children",
|
|
17187
17531
|
expected: "Array<ListItemNodeContent>",
|
|
17188
17532
|
value: input.children
|
|
17189
|
-
}, _errorFactory)); const
|
|
17533
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("paragraph" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17190
17534
|
method: "typia.assert",
|
|
17191
17535
|
path: _path + ".type",
|
|
17192
17536
|
expected: "\"paragraph\"",
|
|
@@ -17196,22 +17540,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
17196
17540
|
path: _path + ".children",
|
|
17197
17541
|
expected: "Array<TextNodeContent>",
|
|
17198
17542
|
value: input.children
|
|
17199
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17543
|
+
}, _errorFactory)) && input.children.every((elem, _index15) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17200
17544
|
method: "typia.assert",
|
|
17201
|
-
path: _path + ".children[" +
|
|
17202
|
-
expected: "
|
|
17545
|
+
path: _path + ".children[" + _index15 + "]",
|
|
17546
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17203
17547
|
value: elem
|
|
17204
|
-
}, _errorFactory)) &&
|
|
17548
|
+
}, _errorFactory)) && _au1(elem, _path + ".children[" + _index15 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17205
17549
|
method: "typia.assert",
|
|
17206
|
-
path: _path + ".children[" +
|
|
17207
|
-
expected: "
|
|
17550
|
+
path: _path + ".children[" + _index15 + "]",
|
|
17551
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17208
17552
|
value: elem
|
|
17209
17553
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17210
17554
|
method: "typia.assert",
|
|
17211
17555
|
path: _path + ".children",
|
|
17212
17556
|
expected: "Array<TextNodeContent>",
|
|
17213
17557
|
value: input.children
|
|
17214
|
-
}, _errorFactory)); const
|
|
17558
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => ("comment" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17215
17559
|
method: "typia.assert",
|
|
17216
17560
|
path: _path + ".type",
|
|
17217
17561
|
expected: "\"comment\"",
|
|
@@ -17221,22 +17565,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
17221
17565
|
path: _path + ".children",
|
|
17222
17566
|
expected: "Array<TextNodeContent>",
|
|
17223
17567
|
value: input.children
|
|
17224
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17568
|
+
}, _errorFactory)) && input.children.every((elem, _index16) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17225
17569
|
method: "typia.assert",
|
|
17226
|
-
path: _path + ".children[" +
|
|
17227
|
-
expected: "
|
|
17570
|
+
path: _path + ".children[" + _index16 + "]",
|
|
17571
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17228
17572
|
value: elem
|
|
17229
|
-
}, _errorFactory)) &&
|
|
17573
|
+
}, _errorFactory)) && _au1(elem, _path + ".children[" + _index16 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17230
17574
|
method: "typia.assert",
|
|
17231
|
-
path: _path + ".children[" +
|
|
17232
|
-
expected: "
|
|
17575
|
+
path: _path + ".children[" + _index16 + "]",
|
|
17576
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17233
17577
|
value: elem
|
|
17234
17578
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17235
17579
|
method: "typia.assert",
|
|
17236
17580
|
path: _path + ".children",
|
|
17237
17581
|
expected: "Array<TextNodeContent>",
|
|
17238
17582
|
value: input.children
|
|
17239
|
-
}, _errorFactory)); const
|
|
17583
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => ("heading" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17240
17584
|
method: "typia.assert",
|
|
17241
17585
|
path: _path + ".type",
|
|
17242
17586
|
expected: "\"heading\"",
|
|
@@ -17251,22 +17595,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
17251
17595
|
path: _path + ".children",
|
|
17252
17596
|
expected: "Array<TextNodeContent>",
|
|
17253
17597
|
value: input.children
|
|
17254
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17598
|
+
}, _errorFactory)) && input.children.every((elem, _index17) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17255
17599
|
method: "typia.assert",
|
|
17256
|
-
path: _path + ".children[" +
|
|
17257
|
-
expected: "
|
|
17600
|
+
path: _path + ".children[" + _index17 + "]",
|
|
17601
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17258
17602
|
value: elem
|
|
17259
|
-
}, _errorFactory)) &&
|
|
17603
|
+
}, _errorFactory)) && _au1(elem, _path + ".children[" + _index17 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17260
17604
|
method: "typia.assert",
|
|
17261
|
-
path: _path + ".children[" +
|
|
17262
|
-
expected: "
|
|
17605
|
+
path: _path + ".children[" + _index17 + "]",
|
|
17606
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17263
17607
|
value: elem
|
|
17264
17608
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17265
17609
|
method: "typia.assert",
|
|
17266
17610
|
path: _path + ".children",
|
|
17267
17611
|
expected: "Array<TextNodeContent>",
|
|
17268
17612
|
value: input.children
|
|
17269
|
-
}, _errorFactory)); const
|
|
17613
|
+
}, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => ("quote" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17270
17614
|
method: "typia.assert",
|
|
17271
17615
|
path: _path + ".type",
|
|
17272
17616
|
expected: "\"quote\"",
|
|
@@ -17276,22 +17620,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
17276
17620
|
path: _path + ".children",
|
|
17277
17621
|
expected: "Array<TextNodeContent>",
|
|
17278
17622
|
value: input.children
|
|
17279
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17623
|
+
}, _errorFactory)) && input.children.every((elem, _index18) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17280
17624
|
method: "typia.assert",
|
|
17281
|
-
path: _path + ".children[" +
|
|
17282
|
-
expected: "
|
|
17625
|
+
path: _path + ".children[" + _index18 + "]",
|
|
17626
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17283
17627
|
value: elem
|
|
17284
|
-
}, _errorFactory)) &&
|
|
17628
|
+
}, _errorFactory)) && _au1(elem, _path + ".children[" + _index18 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17285
17629
|
method: "typia.assert",
|
|
17286
|
-
path: _path + ".children[" +
|
|
17287
|
-
expected: "
|
|
17630
|
+
path: _path + ".children[" + _index18 + "]",
|
|
17631
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17288
17632
|
value: elem
|
|
17289
17633
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17290
17634
|
method: "typia.assert",
|
|
17291
17635
|
path: _path + ".children",
|
|
17292
17636
|
expected: "Array<TextNodeContent>",
|
|
17293
17637
|
value: input.children
|
|
17294
|
-
}, _errorFactory)); const
|
|
17638
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => "horizontalrule" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17295
17639
|
method: "typia.assert",
|
|
17296
17640
|
path: _path + ".type",
|
|
17297
17641
|
expected: "\"horizontalrule\"",
|
|
@@ -17299,27 +17643,41 @@ function _assertDomainRecord(domain, input) {
|
|
|
17299
17643
|
}, _errorFactory); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
17300
17644
|
if ("event" === input.type)
|
|
17301
17645
|
return _ao1(input, _path, true && _exceptionable);
|
|
17302
|
-
else if ("
|
|
17646
|
+
else if ("text" === input.type)
|
|
17303
17647
|
return _ao2(input, _path, true && _exceptionable);
|
|
17304
|
-
else if ("
|
|
17648
|
+
else if ("link" === input.type || "autolink" === input.type)
|
|
17305
17649
|
return _ao3(input, _path, true && _exceptionable);
|
|
17306
|
-
else if ("
|
|
17650
|
+
else if ("listitem" === input.type)
|
|
17307
17651
|
return _ao4(input, _path, true && _exceptionable);
|
|
17652
|
+
else if ("list" === input.type)
|
|
17653
|
+
return _ao5(input, _path, true && _exceptionable);
|
|
17308
17654
|
else if ("quote" === input.type)
|
|
17309
|
-
return
|
|
17655
|
+
return _ao9(input, _path, true && _exceptionable);
|
|
17310
17656
|
else if ("comment" === input.type)
|
|
17311
|
-
return
|
|
17657
|
+
return _ao7(input, _path, true && _exceptionable);
|
|
17312
17658
|
else if ("paragraph" === input.type)
|
|
17313
|
-
return
|
|
17659
|
+
return _ao6(input, _path, true && _exceptionable);
|
|
17314
17660
|
else if ("heading" === input.type)
|
|
17315
|
-
return
|
|
17661
|
+
return _ao8(input, _path, true && _exceptionable);
|
|
17316
17662
|
else if ("horizontalrule" === input.type)
|
|
17317
|
-
return
|
|
17663
|
+
return _ao10(input, _path, true && _exceptionable);
|
|
17664
|
+
else
|
|
17665
|
+
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17666
|
+
method: "typia.assert",
|
|
17667
|
+
path: _path,
|
|
17668
|
+
expected: "(EventNodeContent | FormattedTextNodeContent | LinkNodeContent | ListItemNodeContent | ListNodeContent | QuoteNodeContent | CommentNodeContent | ParagraphNodeContent | HeadingNodeContent | HorizontalRuleContent)",
|
|
17669
|
+
value: input
|
|
17670
|
+
}, _errorFactory);
|
|
17671
|
+
})(); const _au1 = (input, _path, _exceptionable = true) => (() => {
|
|
17672
|
+
if ("text" === input.type)
|
|
17673
|
+
return _ao2(input, _path, true && _exceptionable);
|
|
17674
|
+
else if ("link" === input.type || "autolink" === input.type)
|
|
17675
|
+
return _ao3(input, _path, true && _exceptionable);
|
|
17318
17676
|
else
|
|
17319
17677
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17320
17678
|
method: "typia.assert",
|
|
17321
17679
|
path: _path,
|
|
17322
|
-
expected: "(
|
|
17680
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17323
17681
|
value: input
|
|
17324
17682
|
}, _errorFactory);
|
|
17325
17683
|
})(); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
@@ -17695,84 +18053,84 @@ function _assertDomainRecord(domain, input) {
|
|
|
17695
18053
|
}; })()(input);
|
|
17696
18054
|
}
|
|
17697
18055
|
case ":settings": {
|
|
17698
|
-
return (() => { const
|
|
18056
|
+
return (() => { const _iv23 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv28 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av57 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _av62 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io26(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io29(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io30(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io31(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io44(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io57(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io61(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io62(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io71(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io72(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io73(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && _io76(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io77(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io78(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io81(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io84(input.utilsAssetEditorPanel)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io85(input.display)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io86(input.bookmarks)) && (undefined === input.shotbox || "object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) && _io87(input.shotbox)); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => (undefined === input.editor || "string" === typeof input.editor) && (undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs)); const _io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
17699
18057
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
17700
18058
|
return true;
|
|
17701
18059
|
const value = input[key];
|
|
17702
18060
|
if (undefined === value)
|
|
17703
18061
|
return true;
|
|
17704
18062
|
return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
17705
|
-
}); const _io4 = input => (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex) && (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority) && (null === input.height || undefined === input.height || "number" === typeof input.height); const _io5 = input => (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority) && (null === input.height || undefined === input.height || "number" === typeof input.height); const _io6 = input => (undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping) && (undefined === input.hideStoryboardCollection || "boolean" === typeof input.hideStoryboardCollection) && (undefined === input.displayUploadFilesDialog || "always" === input.displayUploadFilesDialog || "never" === input.displayUploadFilesDialog || "ifMultipleFiles" === input.displayUploadFilesDialog); const _io7 = input => (undefined === input.displaySaveDialog || "boolean" === typeof input.displaySaveDialog) && (undefined === input.batchDownloadDialogMode || "file" === input.batchDownloadDialogMode || "directory" === input.batchDownloadDialogMode); const _io8 = input => (undefined === input.map || "object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) && _io9(input.map)) && (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io11(input.createMenu)); const _io9 = input => (undefined === input.clustering || "boolean" === typeof input.clustering) && (undefined === input.zoom || "number" === typeof input.zoom) && (undefined === input.center || "object" === typeof input.center && null !== input.center && false === Array.isArray(input.center) && _io10(input.center)); const _io10 = input => (undefined === input.lat || "number" === typeof input.lat) && (undefined === input.lon || "number" === typeof input.lon); const _io11 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem); const _io12 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io13 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io14 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io15 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io16 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format); const _io17 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name); const _io18 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs) && (undefined === input.layout || "object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) && _io19(input.layout)); const _io19 = input => (undefined === input.bookmarks || "number" === typeof input.bookmarks) && (undefined === input.browser || "number" === typeof input.browser); const _io20 = input => (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io21(input.createMenu)) && (undefined === input.colorTags || Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && _io22(elem))) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType) && (undefined === input.readRate || "number" === typeof input.readRate) && (undefined === input.collapsedNodes || "object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) && _io23(input.collapsedNodes)); const _io21 = input => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy) && (undefined === input.showPreview || "boolean" === typeof input.showPreview); const _io22 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description); const _io23 = input => Object.keys(input).every(key => {
|
|
18063
|
+
}); const _io4 = input => (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex) && (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority) && (null === input.height || undefined === input.height || "number" === typeof input.height); const _io5 = input => (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority) && (null === input.height || undefined === input.height || "number" === typeof input.height); const _io6 = input => (undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping) && (undefined === input.hideStoryboardCollection || "boolean" === typeof input.hideStoryboardCollection) && (undefined === input.displayUploadFilesDialog || "always" === input.displayUploadFilesDialog || "never" === input.displayUploadFilesDialog || "ifMultipleFiles" === input.displayUploadFilesDialog); const _io7 = input => (undefined === input.displaySaveDialog || "boolean" === typeof input.displaySaveDialog) && (undefined === input.batchDownloadDialogMode || "file" === input.batchDownloadDialogMode || "directory" === input.batchDownloadDialogMode); const _io8 = input => (undefined === input.map || "object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) && _io9(input.map)) && (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io11(input.createMenu)); const _io9 = input => (undefined === input.clustering || "boolean" === typeof input.clustering) && (undefined === input.zoom || "number" === typeof input.zoom) && (undefined === input.center || "object" === typeof input.center && null !== input.center && false === Array.isArray(input.center) && _io10(input.center)); const _io10 = input => (undefined === input.lat || "number" === typeof input.lat) && (undefined === input.lon || "number" === typeof input.lon); const _io11 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem); const _io12 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io13 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io14 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io15 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io16 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format); const _io17 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name); const _io18 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs) && (undefined === input.layout || "object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) && _io19(input.layout)); const _io19 = input => (undefined === input.bookmarks || "number" === typeof input.bookmarks) && (undefined === input.browser || "number" === typeof input.browser); const _io20 = input => (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io21(input.createMenu)) && (undefined === input.colorTags || Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && _io22(elem))) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType) && (undefined === input.readRate || "number" === typeof input.readRate) && (undefined === input.collapsedNodes || "object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) && _io23(input.collapsedNodes)) && (undefined === input.colorHistory || Array.isArray(input.colorHistory) && input.colorHistory.every(elem => "object" === typeof elem && null !== elem && _io25(elem))); const _io21 = input => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy) && (undefined === input.showPreview || "boolean" === typeof input.showPreview); const _io22 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description); const _io23 = input => Object.keys(input).every(key => {
|
|
17706
18064
|
const value = input[key];
|
|
17707
18065
|
if (undefined === value)
|
|
17708
18066
|
return true;
|
|
17709
18067
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io24(value);
|
|
17710
|
-
}); const _io24 = input => (undefined === input.preview || "boolean" === typeof input.preview) && (undefined === input.children || "boolean" === typeof input.children); const _io25 = input => (undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate) && (undefined === input.favorites || Array.isArray(input.favorites) && input.favorites.every(elem => "string" === typeof elem)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && false === Array.isArray(input.defaults) &&
|
|
17711
|
-
const value = input[key];
|
|
17712
|
-
if (undefined === value)
|
|
17713
|
-
return true;
|
|
17714
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io27(value);
|
|
17715
|
-
}); const _io27 = input => (undefined === input.event || "string" === typeof input.event) && (undefined === input.property || "string" === typeof input.property); const _io28 = input => (undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails) && ("folded" === input.scriptEventFolding || "unfoldedUntilFolded" === input.scriptEventFolding); const _io29 = input => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur) && (undefined === input.float || "rundown" === input.float || "gallery" === input.float || "disabled" === input.float) && (undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration); const _io30 = input => (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io31(input.display)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io33(input.browser)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io34(input.gallery)) && (undefined === input.global || "object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) && _io35(input.global)) && (undefined === input.player || "object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) && _io36(input.player)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io37(input.script)) && (undefined === input.codeEditor || "object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) && _io38(input.codeEditor)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io39(input.bookmarks)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io40(input.edit)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io41(input.rundown)) && (undefined === input.segment || "object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) && _io42(input.segment)); const _io31 = input => Object.keys(input).every(key => {
|
|
18068
|
+
}); const _io24 = input => (undefined === input.preview || "boolean" === typeof input.preview) && (undefined === input.children || "boolean" === typeof input.children); const _io25 = input => (null === input.color || "string" === typeof input.color) && (null === input.backgroundColor || "string" === typeof input.backgroundColor); const _io26 = input => (undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate) && (undefined === input.favorites || Array.isArray(input.favorites) && input.favorites.every(elem => "string" === typeof elem)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && false === Array.isArray(input.defaults) && _io27(input.defaults)); const _io27 = input => Object.keys(input).every(key => {
|
|
17716
18069
|
const value = input[key];
|
|
17717
18070
|
if (undefined === value)
|
|
17718
18071
|
return true;
|
|
17719
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17720
|
-
}); const
|
|
18072
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io28(value);
|
|
18073
|
+
}); const _io28 = input => (undefined === input.event || "string" === typeof input.event) && (undefined === input.property || "string" === typeof input.property); const _io29 = input => (undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails) && ("folded" === input.scriptEventFolding || "unfoldedUntilFolded" === input.scriptEventFolding); const _io30 = input => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur) && (undefined === input.float || "rundown" === input.float || "gallery" === input.float || "disabled" === input.float) && (undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration); const _io31 = input => (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io32(input.display)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io34(input.browser)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io35(input.gallery)) && (undefined === input.global || "object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) && _io36(input.global)) && (undefined === input.player || "object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) && _io37(input.player)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io38(input.script)) && (undefined === input.codeEditor || "object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) && _io39(input.codeEditor)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io40(input.bookmarks)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io41(input.edit)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io42(input.rundown)) && (undefined === input.segment || "object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) && _io43(input.segment)); const _io32 = input => Object.keys(input).every(key => {
|
|
17721
18074
|
const value = input[key];
|
|
17722
18075
|
if (undefined === value)
|
|
17723
18076
|
return true;
|
|
17724
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17725
|
-
}); const _io34 = input => Object.keys(input).every(key => {
|
|
18077
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
18078
|
+
}); const _io33 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.sequence || "string" === typeof input.sequence); const _io34 = input => Object.keys(input).every(key => {
|
|
17726
18079
|
const value = input[key];
|
|
17727
18080
|
if (undefined === value)
|
|
17728
18081
|
return true;
|
|
17729
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
18082
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17730
18083
|
}); const _io35 = input => Object.keys(input).every(key => {
|
|
17731
18084
|
const value = input[key];
|
|
17732
18085
|
if (undefined === value)
|
|
17733
18086
|
return true;
|
|
17734
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
18087
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17735
18088
|
}); const _io36 = input => Object.keys(input).every(key => {
|
|
17736
18089
|
const value = input[key];
|
|
17737
18090
|
if (undefined === value)
|
|
17738
18091
|
return true;
|
|
17739
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
18092
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17740
18093
|
}); const _io37 = input => Object.keys(input).every(key => {
|
|
17741
18094
|
const value = input[key];
|
|
17742
18095
|
if (undefined === value)
|
|
17743
18096
|
return true;
|
|
17744
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
18097
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17745
18098
|
}); const _io38 = input => Object.keys(input).every(key => {
|
|
17746
18099
|
const value = input[key];
|
|
17747
18100
|
if (undefined === value)
|
|
17748
18101
|
return true;
|
|
17749
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
18102
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17750
18103
|
}); const _io39 = input => Object.keys(input).every(key => {
|
|
17751
18104
|
const value = input[key];
|
|
17752
18105
|
if (undefined === value)
|
|
17753
18106
|
return true;
|
|
17754
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
18107
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17755
18108
|
}); const _io40 = input => Object.keys(input).every(key => {
|
|
17756
18109
|
const value = input[key];
|
|
17757
18110
|
if (undefined === value)
|
|
17758
18111
|
return true;
|
|
17759
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
18112
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17760
18113
|
}); const _io41 = input => Object.keys(input).every(key => {
|
|
17761
18114
|
const value = input[key];
|
|
17762
18115
|
if (undefined === value)
|
|
17763
18116
|
return true;
|
|
17764
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
18117
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17765
18118
|
}); const _io42 = input => Object.keys(input).every(key => {
|
|
17766
18119
|
const value = input[key];
|
|
17767
18120
|
if (undefined === value)
|
|
17768
18121
|
return true;
|
|
17769
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17770
|
-
}); const _io43 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io44(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io45(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io46(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io50(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io51(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io55(input.openCommand))); const _io44 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io45 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io46 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io47(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv22.has(elem))); const _io47 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io48 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io49 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io50 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io51 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io52(input.subtitleDisclaimer); const _io52 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io53(input.defaultValue)); const _io53 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io54(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io54 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io55 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io56 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io57(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io59(input.voiceOver)); const _io57 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io58(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io58 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io59 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io60 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io61 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io62(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io63(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io67(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io69(input.item)); const _io62 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io63 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io64(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io66(input.note)); const _io64 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io65(input.excerpt); const _io65 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io66 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io67 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io68(input.search)) && (undefined === input.sortMode || true === _iv27.has(input.sortMode)); const _io68 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io69 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io70 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io71 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io72 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io73(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io74(input.rive)); const _io73 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io74 = input => undefined === input.template || "string" === typeof input.template; const _io75 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io76 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io77 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io78(input.events); const _io78 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io79(input.publishSucceeded)); const _io79 = input => Object.keys(input).every(key => {
|
|
18122
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
18123
|
+
}); const _io43 = input => Object.keys(input).every(key => {
|
|
18124
|
+
const value = input[key];
|
|
18125
|
+
if (undefined === value)
|
|
18126
|
+
return true;
|
|
18127
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
18128
|
+
}); const _io44 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io45(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io46(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io51(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io56(input.openCommand))); const _io45 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io46 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io47 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv23.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io48 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io49 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io50 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io51 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io52 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io53(input.subtitleDisclaimer); const _io53 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io54(input.defaultValue)); const _io54 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io55(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io55 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io56 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io57 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io58(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io60(input.voiceOver)); const _io58 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io59(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io59 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io60 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io61 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io62 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io63(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io64(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io68(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io70(input.item)); const _io63 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io64 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io65(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io67(input.note)); const _io65 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io66(input.excerpt); const _io66 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io67 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io68 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io69(input.search)) && (undefined === input.sortMode || true === _iv28.has(input.sortMode)); const _io69 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io70 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io71 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io72 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io73 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io74(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io75(input.rive)); const _io74 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io75 = input => undefined === input.template || "string" === typeof input.template; const _io76 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io77 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io78 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io79(input.events); const _io79 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io80(input.publishSucceeded)); const _io80 = input => Object.keys(input).every(key => {
|
|
17771
18129
|
const value = input[key];
|
|
17772
18130
|
if (undefined === value)
|
|
17773
18131
|
return true;
|
|
17774
18132
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
17775
|
-
}); const
|
|
18133
|
+
}); const _io81 = input => (undefined === input.create || "object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) && _io82(input.create)) && (undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io83(input.duplicate)); const _io82 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io83 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io84 = input => (undefined === input.stateFilter || Array.isArray(input.stateFilter) && input.stateFilter.every(elem => "number" === typeof elem)) && (undefined === input.textFilter || "string" === typeof input.textFilter) && (undefined === input.showEmpty || "boolean" === typeof input.showEmpty) && (undefined === input.selectedRecord || "string" === typeof input.selectedRecord) && (undefined === input.subscribeSearchHits || "boolean" === typeof input.subscribeSearchHits) && (undefined === input.parseRegex || "boolean" === typeof input.parseRegex); const _io85 = input => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea; const _io86 = input => undefined === input.refreshInterval || "number" === typeof input.refreshInterval; const _io87 = input => undefined === input.layout || "string" === typeof input.layout; const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17776
18134
|
method: "typia.assert",
|
|
17777
18135
|
path: _path + ".autoLogoutTime",
|
|
17778
18136
|
expected: "(number | undefined)",
|
|
@@ -17842,19 +18200,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
17842
18200
|
path: _path + ".exclusiveTagGroups",
|
|
17843
18201
|
expected: "(Array<Array<string>> | undefined)",
|
|
17844
18202
|
value: input.exclusiveTagGroups
|
|
17845
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
18203
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index35) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17846
18204
|
method: "typia.assert",
|
|
17847
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18205
|
+
path: _path + ".exclusiveTagGroups[" + _index35 + "]",
|
|
17848
18206
|
expected: "Array<string>",
|
|
17849
18207
|
value: elem
|
|
17850
|
-
}, _errorFactory)) && elem.every((elem,
|
|
18208
|
+
}, _errorFactory)) && elem.every((elem, _index36) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17851
18209
|
method: "typia.assert",
|
|
17852
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18210
|
+
path: _path + ".exclusiveTagGroups[" + _index35 + "][" + _index36 + "]",
|
|
17853
18211
|
expected: "string",
|
|
17854
18212
|
value: elem
|
|
17855
18213
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17856
18214
|
method: "typia.assert",
|
|
17857
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18215
|
+
path: _path + ".exclusiveTagGroups[" + _index35 + "]",
|
|
17858
18216
|
expected: "Array<string>",
|
|
17859
18217
|
value: elem
|
|
17860
18218
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17935,32 +18293,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
17935
18293
|
}, _errorFactory)) && (undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17936
18294
|
method: "typia.assert",
|
|
17937
18295
|
path: _path + ".events",
|
|
17938
|
-
expected: "(__type.
|
|
18296
|
+
expected: "(__type.o21 | undefined)",
|
|
17939
18297
|
value: input.events
|
|
17940
|
-
}, _errorFactory)) &&
|
|
18298
|
+
}, _errorFactory)) && _ao26(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17941
18299
|
method: "typia.assert",
|
|
17942
18300
|
path: _path + ".events",
|
|
17943
|
-
expected: "(__type.
|
|
18301
|
+
expected: "(__type.o21 | undefined)",
|
|
17944
18302
|
value: input.events
|
|
17945
18303
|
}, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17946
18304
|
method: "typia.assert",
|
|
17947
18305
|
path: _path + ".rundown",
|
|
17948
|
-
expected: "(__type.
|
|
18306
|
+
expected: "(__type.o23 | undefined)",
|
|
17949
18307
|
value: input.rundown
|
|
17950
|
-
}, _errorFactory)) &&
|
|
18308
|
+
}, _errorFactory)) && _ao29(input.rundown, _path + ".rundown", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17951
18309
|
method: "typia.assert",
|
|
17952
18310
|
path: _path + ".rundown",
|
|
17953
|
-
expected: "(__type.
|
|
18311
|
+
expected: "(__type.o23 | undefined)",
|
|
17954
18312
|
value: input.rundown
|
|
17955
18313
|
}, _errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17956
18314
|
method: "typia.assert",
|
|
17957
18315
|
path: _path + ".gallery",
|
|
17958
|
-
expected: "(__type.
|
|
18316
|
+
expected: "(__type.o24 | undefined)",
|
|
17959
18317
|
value: input.gallery
|
|
17960
|
-
}, _errorFactory)) &&
|
|
18318
|
+
}, _errorFactory)) && _ao30(input.gallery, _path + ".gallery", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17961
18319
|
method: "typia.assert",
|
|
17962
18320
|
path: _path + ".gallery",
|
|
17963
|
-
expected: "(__type.
|
|
18321
|
+
expected: "(__type.o24 | undefined)",
|
|
17964
18322
|
value: input.gallery
|
|
17965
18323
|
}, _errorFactory)) && (undefined === input.history || "boolean" === typeof input.history || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17966
18324
|
method: "typia.assert",
|
|
@@ -17970,61 +18328,61 @@ function _assertDomainRecord(domain, input) {
|
|
|
17970
18328
|
}, _errorFactory)) && (undefined === input.keymap || ("object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17971
18329
|
method: "typia.assert",
|
|
17972
18330
|
path: _path + ".keymap",
|
|
17973
|
-
expected: "(__type.
|
|
18331
|
+
expected: "(__type.o25 | undefined)",
|
|
17974
18332
|
value: input.keymap
|
|
17975
|
-
}, _errorFactory)) &&
|
|
18333
|
+
}, _errorFactory)) && _ao31(input.keymap, _path + ".keymap", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17976
18334
|
method: "typia.assert",
|
|
17977
18335
|
path: _path + ".keymap",
|
|
17978
|
-
expected: "(__type.
|
|
18336
|
+
expected: "(__type.o25 | undefined)",
|
|
17979
18337
|
value: input.keymap
|
|
17980
18338
|
}, _errorFactory)) && (undefined === input.media || ("object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17981
18339
|
method: "typia.assert",
|
|
17982
18340
|
path: _path + ".media",
|
|
17983
|
-
expected: "(__type.
|
|
18341
|
+
expected: "(__type.o37 | undefined)",
|
|
17984
18342
|
value: input.media
|
|
17985
|
-
}, _errorFactory)) &&
|
|
18343
|
+
}, _errorFactory)) && _ao44(input.media, _path + ".media", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17986
18344
|
method: "typia.assert",
|
|
17987
18345
|
path: _path + ".media",
|
|
17988
|
-
expected: "(__type.
|
|
18346
|
+
expected: "(__type.o37 | undefined)",
|
|
17989
18347
|
value: input.media
|
|
17990
18348
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17991
18349
|
method: "typia.assert",
|
|
17992
18350
|
path: _path + ".edit",
|
|
17993
|
-
expected: "(__type.
|
|
18351
|
+
expected: "(__type.o50 | undefined)",
|
|
17994
18352
|
value: input.edit
|
|
17995
|
-
}, _errorFactory)) &&
|
|
18353
|
+
}, _errorFactory)) && _ao57(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17996
18354
|
method: "typia.assert",
|
|
17997
18355
|
path: _path + ".edit",
|
|
17998
|
-
expected: "(__type.
|
|
18356
|
+
expected: "(__type.o50 | undefined)",
|
|
17999
18357
|
value: input.edit
|
|
18000
18358
|
}, _errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18001
18359
|
method: "typia.assert",
|
|
18002
18360
|
path: _path + ".commands",
|
|
18003
|
-
expected: "(Array<__type>.
|
|
18361
|
+
expected: "(Array<__type>.o6 | undefined)",
|
|
18004
18362
|
value: input.commands
|
|
18005
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
18363
|
+
}, _errorFactory)) && input.commands.every((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18006
18364
|
method: "typia.assert",
|
|
18007
|
-
path: _path + ".commands[" +
|
|
18008
|
-
expected: "__type.
|
|
18365
|
+
path: _path + ".commands[" + _index37 + "]",
|
|
18366
|
+
expected: "__type.o54",
|
|
18009
18367
|
value: elem
|
|
18010
|
-
}, _errorFactory)) &&
|
|
18368
|
+
}, _errorFactory)) && _ao61(elem, _path + ".commands[" + _index37 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18011
18369
|
method: "typia.assert",
|
|
18012
|
-
path: _path + ".commands[" +
|
|
18013
|
-
expected: "__type.
|
|
18370
|
+
path: _path + ".commands[" + _index37 + "]",
|
|
18371
|
+
expected: "__type.o54",
|
|
18014
18372
|
value: elem
|
|
18015
18373
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18016
18374
|
method: "typia.assert",
|
|
18017
18375
|
path: _path + ".commands",
|
|
18018
|
-
expected: "(Array<__type>.
|
|
18376
|
+
expected: "(Array<__type>.o6 | undefined)",
|
|
18019
18377
|
value: input.commands
|
|
18020
18378
|
}, _errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18021
18379
|
method: "typia.assert",
|
|
18022
18380
|
path: _path + ".predefinedTags",
|
|
18023
18381
|
expected: "(Array<string> | undefined)",
|
|
18024
18382
|
value: input.predefinedTags
|
|
18025
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
18383
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18026
18384
|
method: "typia.assert",
|
|
18027
|
-
path: _path + ".predefinedTags[" +
|
|
18385
|
+
path: _path + ".predefinedTags[" + _index38 + "]",
|
|
18028
18386
|
expected: "string",
|
|
18029
18387
|
value: elem
|
|
18030
18388
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18035,52 +18393,52 @@ function _assertDomainRecord(domain, input) {
|
|
|
18035
18393
|
}, _errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18036
18394
|
method: "typia.assert",
|
|
18037
18395
|
path: _path + ".storyboard",
|
|
18038
|
-
expected: "(__type.
|
|
18396
|
+
expected: "(__type.o55 | undefined)",
|
|
18039
18397
|
value: input.storyboard
|
|
18040
|
-
}, _errorFactory)) &&
|
|
18398
|
+
}, _errorFactory)) && _ao62(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18041
18399
|
method: "typia.assert",
|
|
18042
18400
|
path: _path + ".storyboard",
|
|
18043
|
-
expected: "(__type.
|
|
18401
|
+
expected: "(__type.o55 | undefined)",
|
|
18044
18402
|
value: input.storyboard
|
|
18045
18403
|
}, _errorFactory)) && (undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18046
18404
|
method: "typia.assert",
|
|
18047
18405
|
path: _path + ".print",
|
|
18048
|
-
expected: "(__type.
|
|
18406
|
+
expected: "(__type.o64 | undefined)",
|
|
18049
18407
|
value: input.print
|
|
18050
|
-
}, _errorFactory)) &&
|
|
18408
|
+
}, _errorFactory)) && _ao71(input.print, _path + ".print", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18051
18409
|
method: "typia.assert",
|
|
18052
18410
|
path: _path + ".print",
|
|
18053
|
-
expected: "(__type.
|
|
18411
|
+
expected: "(__type.o64 | undefined)",
|
|
18054
18412
|
value: input.print
|
|
18055
18413
|
}, _errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18056
18414
|
method: "typia.assert",
|
|
18057
18415
|
path: _path + ".hiddenPreviews",
|
|
18058
|
-
expected: "(Array<__type>.
|
|
18416
|
+
expected: "(Array<__type>.o7 | undefined)",
|
|
18059
18417
|
value: input.hiddenPreviews
|
|
18060
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
18418
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index39) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18061
18419
|
method: "typia.assert",
|
|
18062
|
-
path: _path + ".hiddenPreviews[" +
|
|
18063
|
-
expected: "__type.
|
|
18420
|
+
path: _path + ".hiddenPreviews[" + _index39 + "]",
|
|
18421
|
+
expected: "__type.o65",
|
|
18064
18422
|
value: elem
|
|
18065
|
-
}, _errorFactory)) &&
|
|
18423
|
+
}, _errorFactory)) && _ao72(elem, _path + ".hiddenPreviews[" + _index39 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18066
18424
|
method: "typia.assert",
|
|
18067
|
-
path: _path + ".hiddenPreviews[" +
|
|
18068
|
-
expected: "__type.
|
|
18425
|
+
path: _path + ".hiddenPreviews[" + _index39 + "]",
|
|
18426
|
+
expected: "__type.o65",
|
|
18069
18427
|
value: elem
|
|
18070
18428
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18071
18429
|
method: "typia.assert",
|
|
18072
18430
|
path: _path + ".hiddenPreviews",
|
|
18073
|
-
expected: "(Array<__type>.
|
|
18431
|
+
expected: "(Array<__type>.o7 | undefined)",
|
|
18074
18432
|
value: input.hiddenPreviews
|
|
18075
18433
|
}, _errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18076
18434
|
method: "typia.assert",
|
|
18077
18435
|
path: _path + ".plugins",
|
|
18078
|
-
expected: "(__type.
|
|
18436
|
+
expected: "(__type.o66 | undefined)",
|
|
18079
18437
|
value: input.plugins
|
|
18080
|
-
}, _errorFactory)) &&
|
|
18438
|
+
}, _errorFactory)) && _ao73(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18081
18439
|
method: "typia.assert",
|
|
18082
18440
|
path: _path + ".plugins",
|
|
18083
|
-
expected: "(__type.
|
|
18441
|
+
expected: "(__type.o66 | undefined)",
|
|
18084
18442
|
value: input.plugins
|
|
18085
18443
|
}, _errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18086
18444
|
method: "typia.assert",
|
|
@@ -18095,32 +18453,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
18095
18453
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18096
18454
|
method: "typia.assert",
|
|
18097
18455
|
path: _path + ".featurePreview",
|
|
18098
|
-
expected: "(__type.
|
|
18456
|
+
expected: "(__type.o69 | undefined)",
|
|
18099
18457
|
value: input.featurePreview
|
|
18100
|
-
}, _errorFactory)) &&
|
|
18458
|
+
}, _errorFactory)) && _ao76(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18101
18459
|
method: "typia.assert",
|
|
18102
18460
|
path: _path + ".featurePreview",
|
|
18103
|
-
expected: "(__type.
|
|
18461
|
+
expected: "(__type.o69 | undefined)",
|
|
18104
18462
|
value: input.featurePreview
|
|
18105
18463
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18106
18464
|
method: "typia.assert",
|
|
18107
18465
|
path: _path + ".flags",
|
|
18108
|
-
expected: "(__type.
|
|
18466
|
+
expected: "(__type.o70 | undefined)",
|
|
18109
18467
|
value: input.flags
|
|
18110
|
-
}, _errorFactory)) &&
|
|
18468
|
+
}, _errorFactory)) && _ao77(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18111
18469
|
method: "typia.assert",
|
|
18112
18470
|
path: _path + ".flags",
|
|
18113
|
-
expected: "(__type.
|
|
18471
|
+
expected: "(__type.o70 | undefined)",
|
|
18114
18472
|
value: input.flags
|
|
18115
18473
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18116
18474
|
method: "typia.assert",
|
|
18117
18475
|
path: _path + ".notifications",
|
|
18118
|
-
expected: "(__type.
|
|
18476
|
+
expected: "(__type.o71 | undefined)",
|
|
18119
18477
|
value: input.notifications
|
|
18120
|
-
}, _errorFactory)) &&
|
|
18478
|
+
}, _errorFactory)) && _ao78(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18121
18479
|
method: "typia.assert",
|
|
18122
18480
|
path: _path + ".notifications",
|
|
18123
|
-
expected: "(__type.
|
|
18481
|
+
expected: "(__type.o71 | undefined)",
|
|
18124
18482
|
value: input.notifications
|
|
18125
18483
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18126
18484
|
method: "typia.assert",
|
|
@@ -18130,43 +18488,53 @@ function _assertDomainRecord(domain, input) {
|
|
|
18130
18488
|
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18131
18489
|
method: "typia.assert",
|
|
18132
18490
|
path: _path + ".clone",
|
|
18133
|
-
expected: "(__type.
|
|
18491
|
+
expected: "(__type.o74 | undefined)",
|
|
18134
18492
|
value: input.clone
|
|
18135
|
-
}, _errorFactory)) &&
|
|
18493
|
+
}, _errorFactory)) && _ao81(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18136
18494
|
method: "typia.assert",
|
|
18137
18495
|
path: _path + ".clone",
|
|
18138
|
-
expected: "(__type.
|
|
18496
|
+
expected: "(__type.o74 | undefined)",
|
|
18139
18497
|
value: input.clone
|
|
18140
18498
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18141
18499
|
method: "typia.assert",
|
|
18142
18500
|
path: _path + ".utilsAssetEditorPanel",
|
|
18143
|
-
expected: "(__type.
|
|
18501
|
+
expected: "(__type.o77 | undefined)",
|
|
18144
18502
|
value: input.utilsAssetEditorPanel
|
|
18145
|
-
}, _errorFactory)) &&
|
|
18503
|
+
}, _errorFactory)) && _ao84(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18146
18504
|
method: "typia.assert",
|
|
18147
18505
|
path: _path + ".utilsAssetEditorPanel",
|
|
18148
|
-
expected: "(__type.
|
|
18506
|
+
expected: "(__type.o77 | undefined)",
|
|
18149
18507
|
value: input.utilsAssetEditorPanel
|
|
18150
18508
|
}, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18151
18509
|
method: "typia.assert",
|
|
18152
18510
|
path: _path + ".display",
|
|
18153
|
-
expected: "(__type.
|
|
18511
|
+
expected: "(__type.o78 | undefined)",
|
|
18154
18512
|
value: input.display
|
|
18155
|
-
}, _errorFactory)) &&
|
|
18513
|
+
}, _errorFactory)) && _ao85(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18156
18514
|
method: "typia.assert",
|
|
18157
18515
|
path: _path + ".display",
|
|
18158
|
-
expected: "(__type.
|
|
18516
|
+
expected: "(__type.o78 | undefined)",
|
|
18159
18517
|
value: input.display
|
|
18160
18518
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18161
18519
|
method: "typia.assert",
|
|
18162
18520
|
path: _path + ".bookmarks",
|
|
18163
|
-
expected: "(__type.
|
|
18521
|
+
expected: "(__type.o79 | undefined)",
|
|
18164
18522
|
value: input.bookmarks
|
|
18165
|
-
}, _errorFactory)) &&
|
|
18523
|
+
}, _errorFactory)) && _ao86(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18166
18524
|
method: "typia.assert",
|
|
18167
18525
|
path: _path + ".bookmarks",
|
|
18168
|
-
expected: "(__type.
|
|
18526
|
+
expected: "(__type.o79 | undefined)",
|
|
18169
18527
|
value: input.bookmarks
|
|
18528
|
+
}, _errorFactory)) && (undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18529
|
+
method: "typia.assert",
|
|
18530
|
+
path: _path + ".shotbox",
|
|
18531
|
+
expected: "(__type.o80 | undefined)",
|
|
18532
|
+
value: input.shotbox
|
|
18533
|
+
}, _errorFactory)) && _ao87(input.shotbox, _path + ".shotbox", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18534
|
+
method: "typia.assert",
|
|
18535
|
+
path: _path + ".shotbox",
|
|
18536
|
+
expected: "(__type.o80 | undefined)",
|
|
18537
|
+
value: input.shotbox
|
|
18170
18538
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18171
18539
|
method: "typia.assert",
|
|
18172
18540
|
path: _path + ".overrideUserContact",
|
|
@@ -18334,9 +18702,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18334
18702
|
path: _path + ".sortOrder",
|
|
18335
18703
|
expected: "(Array<string> | undefined)",
|
|
18336
18704
|
value: input.sortOrder
|
|
18337
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
18705
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18338
18706
|
method: "typia.assert",
|
|
18339
|
-
path: _path + ".sortOrder[" +
|
|
18707
|
+
path: _path + ".sortOrder[" + _index40 + "]",
|
|
18340
18708
|
expected: "string",
|
|
18341
18709
|
value: elem
|
|
18342
18710
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18349,9 +18717,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18349
18717
|
path: _path + ".include",
|
|
18350
18718
|
expected: "(Array<string> | undefined)",
|
|
18351
18719
|
value: input.include
|
|
18352
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18720
|
+
}, _errorFactory)) && input.include.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18353
18721
|
method: "typia.assert",
|
|
18354
|
-
path: _path + ".include[" +
|
|
18722
|
+
path: _path + ".include[" + _index41 + "]",
|
|
18355
18723
|
expected: "string",
|
|
18356
18724
|
value: elem
|
|
18357
18725
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18364,9 +18732,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18364
18732
|
path: _path + ".exclude",
|
|
18365
18733
|
expected: "(Array<string> | undefined)",
|
|
18366
18734
|
value: input.exclude
|
|
18367
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18735
|
+
}, _errorFactory)) && input.exclude.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18368
18736
|
method: "typia.assert",
|
|
18369
|
-
path: _path + ".exclude[" +
|
|
18737
|
+
path: _path + ".exclude[" + _index42 + "]",
|
|
18370
18738
|
expected: "string",
|
|
18371
18739
|
value: elem
|
|
18372
18740
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18379,9 +18747,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18379
18747
|
path: _path + ".include",
|
|
18380
18748
|
expected: "(Array<string> | undefined)",
|
|
18381
18749
|
value: input.include
|
|
18382
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18750
|
+
}, _errorFactory)) && input.include.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18383
18751
|
method: "typia.assert",
|
|
18384
|
-
path: _path + ".include[" +
|
|
18752
|
+
path: _path + ".include[" + _index43 + "]",
|
|
18385
18753
|
expected: "string",
|
|
18386
18754
|
value: elem
|
|
18387
18755
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18394,9 +18762,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18394
18762
|
path: _path + ".exclude",
|
|
18395
18763
|
expected: "(Array<string> | undefined)",
|
|
18396
18764
|
value: input.exclude
|
|
18397
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18765
|
+
}, _errorFactory)) && input.exclude.every((elem, _index44) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18398
18766
|
method: "typia.assert",
|
|
18399
|
-
path: _path + ".exclude[" +
|
|
18767
|
+
path: _path + ".exclude[" + _index44 + "]",
|
|
18400
18768
|
expected: "string",
|
|
18401
18769
|
value: elem
|
|
18402
18770
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18409,9 +18777,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18409
18777
|
path: _path + ".include",
|
|
18410
18778
|
expected: "(Array<string> | undefined)",
|
|
18411
18779
|
value: input.include
|
|
18412
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18780
|
+
}, _errorFactory)) && input.include.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18413
18781
|
method: "typia.assert",
|
|
18414
|
-
path: _path + ".include[" +
|
|
18782
|
+
path: _path + ".include[" + _index45 + "]",
|
|
18415
18783
|
expected: "string",
|
|
18416
18784
|
value: elem
|
|
18417
18785
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18424,9 +18792,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18424
18792
|
path: _path + ".exclude",
|
|
18425
18793
|
expected: "(Array<string> | undefined)",
|
|
18426
18794
|
value: input.exclude
|
|
18427
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18795
|
+
}, _errorFactory)) && input.exclude.every((elem, _index46) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18428
18796
|
method: "typia.assert",
|
|
18429
|
-
path: _path + ".exclude[" +
|
|
18797
|
+
path: _path + ".exclude[" + _index46 + "]",
|
|
18430
18798
|
expected: "string",
|
|
18431
18799
|
value: elem
|
|
18432
18800
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18439,9 +18807,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18439
18807
|
path: _path + ".include",
|
|
18440
18808
|
expected: "(Array<string> | undefined)",
|
|
18441
18809
|
value: input.include
|
|
18442
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18810
|
+
}, _errorFactory)) && input.include.every((elem, _index47) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18443
18811
|
method: "typia.assert",
|
|
18444
|
-
path: _path + ".include[" +
|
|
18812
|
+
path: _path + ".include[" + _index47 + "]",
|
|
18445
18813
|
expected: "string",
|
|
18446
18814
|
value: elem
|
|
18447
18815
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18454,9 +18822,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18454
18822
|
path: _path + ".exclude",
|
|
18455
18823
|
expected: "(Array<string> | undefined)",
|
|
18456
18824
|
value: input.exclude
|
|
18457
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18825
|
+
}, _errorFactory)) && input.exclude.every((elem, _index48) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18458
18826
|
method: "typia.assert",
|
|
18459
|
-
path: _path + ".exclude[" +
|
|
18827
|
+
path: _path + ".exclude[" + _index48 + "]",
|
|
18460
18828
|
expected: "string",
|
|
18461
18829
|
value: elem
|
|
18462
18830
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18554,14 +18922,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
18554
18922
|
path: _path + ".colorTags",
|
|
18555
18923
|
expected: "(Array<PromotedTag> | undefined)",
|
|
18556
18924
|
value: input.colorTags
|
|
18557
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
18925
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index49) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18558
18926
|
method: "typia.assert",
|
|
18559
|
-
path: _path + ".colorTags[" +
|
|
18927
|
+
path: _path + ".colorTags[" + _index49 + "]",
|
|
18560
18928
|
expected: "PromotedTag",
|
|
18561
18929
|
value: elem
|
|
18562
|
-
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" +
|
|
18930
|
+
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" + _index49 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18563
18931
|
method: "typia.assert",
|
|
18564
|
-
path: _path + ".colorTags[" +
|
|
18932
|
+
path: _path + ".colorTags[" + _index49 + "]",
|
|
18565
18933
|
expected: "PromotedTag",
|
|
18566
18934
|
value: elem
|
|
18567
18935
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18589,6 +18957,26 @@ function _assertDomainRecord(domain, input) {
|
|
|
18589
18957
|
path: _path + ".collapsedNodes",
|
|
18590
18958
|
expected: "(__type.o18 | undefined)",
|
|
18591
18959
|
value: input.collapsedNodes
|
|
18960
|
+
}, _errorFactory)) && (undefined === input.colorHistory || (Array.isArray(input.colorHistory) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18961
|
+
method: "typia.assert",
|
|
18962
|
+
path: _path + ".colorHistory",
|
|
18963
|
+
expected: "(Array<__type> | undefined)",
|
|
18964
|
+
value: input.colorHistory
|
|
18965
|
+
}, _errorFactory)) && input.colorHistory.every((elem, _index50) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18966
|
+
method: "typia.assert",
|
|
18967
|
+
path: _path + ".colorHistory[" + _index50 + "]",
|
|
18968
|
+
expected: "__type.o20",
|
|
18969
|
+
value: elem
|
|
18970
|
+
}, _errorFactory)) && _ao25(elem, _path + ".colorHistory[" + _index50 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18971
|
+
method: "typia.assert",
|
|
18972
|
+
path: _path + ".colorHistory[" + _index50 + "]",
|
|
18973
|
+
expected: "__type.o20",
|
|
18974
|
+
value: elem
|
|
18975
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18976
|
+
method: "typia.assert",
|
|
18977
|
+
path: _path + ".colorHistory",
|
|
18978
|
+
expected: "(Array<__type> | undefined)",
|
|
18979
|
+
value: input.colorHistory
|
|
18592
18980
|
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18593
18981
|
method: "typia.assert",
|
|
18594
18982
|
path: _path + ".sortBy",
|
|
@@ -18644,7 +19032,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
18644
19032
|
path: _path + ".children",
|
|
18645
19033
|
expected: "(boolean | undefined)",
|
|
18646
19034
|
value: input.children
|
|
18647
|
-
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (
|
|
19035
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (null === input.color || "string" === typeof input.color || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19036
|
+
method: "typia.assert",
|
|
19037
|
+
path: _path + ".color",
|
|
19038
|
+
expected: "(null | string)",
|
|
19039
|
+
value: input.color
|
|
19040
|
+
}, _errorFactory)) && (null === input.backgroundColor || "string" === typeof input.backgroundColor || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19041
|
+
method: "typia.assert",
|
|
19042
|
+
path: _path + ".backgroundColor",
|
|
19043
|
+
expected: "(null | string)",
|
|
19044
|
+
value: input.backgroundColor
|
|
19045
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18648
19046
|
method: "typia.assert",
|
|
18649
19047
|
path: _path + ".graphicBaseTemplate",
|
|
18650
19048
|
expected: "(string | undefined)",
|
|
@@ -18654,9 +19052,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18654
19052
|
path: _path + ".favorites",
|
|
18655
19053
|
expected: "(Array<string> | undefined)",
|
|
18656
19054
|
value: input.favorites
|
|
18657
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
19055
|
+
}, _errorFactory)) && input.favorites.every((elem, _index51) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18658
19056
|
method: "typia.assert",
|
|
18659
|
-
path: _path + ".favorites[" +
|
|
19057
|
+
path: _path + ".favorites[" + _index51 + "]",
|
|
18660
19058
|
expected: "string",
|
|
18661
19059
|
value: elem
|
|
18662
19060
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18669,27 +19067,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
18669
19067
|
path: _path + ".defaults",
|
|
18670
19068
|
expected: "(Record<string, __type> | undefined)",
|
|
18671
19069
|
value: input.defaults
|
|
18672
|
-
}, _errorFactory)) &&
|
|
19070
|
+
}, _errorFactory)) && _ao27(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18673
19071
|
method: "typia.assert",
|
|
18674
19072
|
path: _path + ".defaults",
|
|
18675
19073
|
expected: "(Record<string, __type> | undefined)",
|
|
18676
19074
|
value: input.defaults
|
|
18677
|
-
}, _errorFactory)); const
|
|
19075
|
+
}, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18678
19076
|
const value = input[key];
|
|
18679
19077
|
if (undefined === value)
|
|
18680
19078
|
return true;
|
|
18681
19079
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18682
19080
|
method: "typia.assert",
|
|
18683
19081
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18684
|
-
expected: "__type.
|
|
19082
|
+
expected: "__type.o22",
|
|
18685
19083
|
value: value
|
|
18686
|
-
}, _errorFactory)) &&
|
|
19084
|
+
}, _errorFactory)) && _ao28(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18687
19085
|
method: "typia.assert",
|
|
18688
19086
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18689
|
-
expected: "__type.
|
|
19087
|
+
expected: "__type.o22",
|
|
18690
19088
|
value: value
|
|
18691
19089
|
}, _errorFactory);
|
|
18692
|
-
}); const
|
|
19090
|
+
}); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.event || "string" === typeof input.event || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18693
19091
|
method: "typia.assert",
|
|
18694
19092
|
path: _path + ".event",
|
|
18695
19093
|
expected: "(string | undefined)",
|
|
@@ -18699,7 +19097,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
18699
19097
|
path: _path + ".property",
|
|
18700
19098
|
expected: "(string | undefined)",
|
|
18701
19099
|
value: input.property
|
|
18702
|
-
}, _errorFactory)); const
|
|
19100
|
+
}, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18703
19101
|
method: "typia.assert",
|
|
18704
19102
|
path: _path + ".eventThumbnails",
|
|
18705
19103
|
expected: "(boolean | undefined)",
|
|
@@ -18709,7 +19107,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
18709
19107
|
path: _path + ".scriptEventFolding",
|
|
18710
19108
|
expected: "(\"folded\" | \"unfoldedUntilFolded\")",
|
|
18711
19109
|
value: input.scriptEventFolding
|
|
18712
|
-
}, _errorFactory)); const
|
|
19110
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18713
19111
|
method: "typia.assert",
|
|
18714
19112
|
path: _path + ".dimOnBlur",
|
|
18715
19113
|
expected: "(boolean | undefined)",
|
|
@@ -18724,117 +19122,117 @@ function _assertDomainRecord(domain, input) {
|
|
|
18724
19122
|
path: _path + ".countFloatedDuration",
|
|
18725
19123
|
expected: "(boolean | undefined)",
|
|
18726
19124
|
value: input.countFloatedDuration
|
|
18727
|
-
}, _errorFactory)); const
|
|
19125
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18728
19126
|
method: "typia.assert",
|
|
18729
19127
|
path: _path + ".display",
|
|
18730
|
-
expected: "(__type.
|
|
19128
|
+
expected: "(__type.o26 | undefined)",
|
|
18731
19129
|
value: input.display
|
|
18732
|
-
}, _errorFactory)) &&
|
|
19130
|
+
}, _errorFactory)) && _ao32(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18733
19131
|
method: "typia.assert",
|
|
18734
19132
|
path: _path + ".display",
|
|
18735
|
-
expected: "(__type.
|
|
19133
|
+
expected: "(__type.o26 | undefined)",
|
|
18736
19134
|
value: input.display
|
|
18737
19135
|
}, _errorFactory)) && (undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18738
19136
|
method: "typia.assert",
|
|
18739
19137
|
path: _path + ".browser",
|
|
18740
|
-
expected: "(__type.
|
|
19138
|
+
expected: "(__type.o27 | undefined)",
|
|
18741
19139
|
value: input.browser
|
|
18742
|
-
}, _errorFactory)) &&
|
|
19140
|
+
}, _errorFactory)) && _ao34(input.browser, _path + ".browser", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18743
19141
|
method: "typia.assert",
|
|
18744
19142
|
path: _path + ".browser",
|
|
18745
|
-
expected: "(__type.
|
|
19143
|
+
expected: "(__type.o27 | undefined)",
|
|
18746
19144
|
value: input.browser
|
|
18747
19145
|
}, _errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18748
19146
|
method: "typia.assert",
|
|
18749
19147
|
path: _path + ".gallery",
|
|
18750
|
-
expected: "(__type.
|
|
19148
|
+
expected: "(__type.o28 | undefined)",
|
|
18751
19149
|
value: input.gallery
|
|
18752
|
-
}, _errorFactory)) &&
|
|
19150
|
+
}, _errorFactory)) && _ao35(input.gallery, _path + ".gallery", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18753
19151
|
method: "typia.assert",
|
|
18754
19152
|
path: _path + ".gallery",
|
|
18755
|
-
expected: "(__type.
|
|
19153
|
+
expected: "(__type.o28 | undefined)",
|
|
18756
19154
|
value: input.gallery
|
|
18757
19155
|
}, _errorFactory)) && (undefined === input.global || ("object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18758
19156
|
method: "typia.assert",
|
|
18759
19157
|
path: _path + ".global",
|
|
18760
|
-
expected: "(__type.
|
|
19158
|
+
expected: "(__type.o29 | undefined)",
|
|
18761
19159
|
value: input.global
|
|
18762
|
-
}, _errorFactory)) &&
|
|
19160
|
+
}, _errorFactory)) && _ao36(input.global, _path + ".global", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18763
19161
|
method: "typia.assert",
|
|
18764
19162
|
path: _path + ".global",
|
|
18765
|
-
expected: "(__type.
|
|
19163
|
+
expected: "(__type.o29 | undefined)",
|
|
18766
19164
|
value: input.global
|
|
18767
19165
|
}, _errorFactory)) && (undefined === input.player || ("object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18768
19166
|
method: "typia.assert",
|
|
18769
19167
|
path: _path + ".player",
|
|
18770
|
-
expected: "(__type.
|
|
19168
|
+
expected: "(__type.o30 | undefined)",
|
|
18771
19169
|
value: input.player
|
|
18772
|
-
}, _errorFactory)) &&
|
|
19170
|
+
}, _errorFactory)) && _ao37(input.player, _path + ".player", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18773
19171
|
method: "typia.assert",
|
|
18774
19172
|
path: _path + ".player",
|
|
18775
|
-
expected: "(__type.
|
|
19173
|
+
expected: "(__type.o30 | undefined)",
|
|
18776
19174
|
value: input.player
|
|
18777
19175
|
}, _errorFactory)) && (undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18778
19176
|
method: "typia.assert",
|
|
18779
19177
|
path: _path + ".script",
|
|
18780
|
-
expected: "(__type.
|
|
19178
|
+
expected: "(__type.o31 | undefined)",
|
|
18781
19179
|
value: input.script
|
|
18782
|
-
}, _errorFactory)) &&
|
|
19180
|
+
}, _errorFactory)) && _ao38(input.script, _path + ".script", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18783
19181
|
method: "typia.assert",
|
|
18784
19182
|
path: _path + ".script",
|
|
18785
|
-
expected: "(__type.
|
|
19183
|
+
expected: "(__type.o31 | undefined)",
|
|
18786
19184
|
value: input.script
|
|
18787
19185
|
}, _errorFactory)) && (undefined === input.codeEditor || ("object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18788
19186
|
method: "typia.assert",
|
|
18789
19187
|
path: _path + ".codeEditor",
|
|
18790
|
-
expected: "(__type.
|
|
19188
|
+
expected: "(__type.o32 | undefined)",
|
|
18791
19189
|
value: input.codeEditor
|
|
18792
|
-
}, _errorFactory)) &&
|
|
19190
|
+
}, _errorFactory)) && _ao39(input.codeEditor, _path + ".codeEditor", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18793
19191
|
method: "typia.assert",
|
|
18794
19192
|
path: _path + ".codeEditor",
|
|
18795
|
-
expected: "(__type.
|
|
19193
|
+
expected: "(__type.o32 | undefined)",
|
|
18796
19194
|
value: input.codeEditor
|
|
18797
19195
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18798
19196
|
method: "typia.assert",
|
|
18799
19197
|
path: _path + ".bookmarks",
|
|
18800
|
-
expected: "(__type.
|
|
19198
|
+
expected: "(__type.o33 | undefined)",
|
|
18801
19199
|
value: input.bookmarks
|
|
18802
|
-
}, _errorFactory)) &&
|
|
19200
|
+
}, _errorFactory)) && _ao40(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18803
19201
|
method: "typia.assert",
|
|
18804
19202
|
path: _path + ".bookmarks",
|
|
18805
|
-
expected: "(__type.
|
|
19203
|
+
expected: "(__type.o33 | undefined)",
|
|
18806
19204
|
value: input.bookmarks
|
|
18807
19205
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18808
19206
|
method: "typia.assert",
|
|
18809
19207
|
path: _path + ".edit",
|
|
18810
|
-
expected: "(__type.
|
|
19208
|
+
expected: "(__type.o34 | undefined)",
|
|
18811
19209
|
value: input.edit
|
|
18812
|
-
}, _errorFactory)) &&
|
|
19210
|
+
}, _errorFactory)) && _ao41(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18813
19211
|
method: "typia.assert",
|
|
18814
19212
|
path: _path + ".edit",
|
|
18815
|
-
expected: "(__type.
|
|
19213
|
+
expected: "(__type.o34 | undefined)",
|
|
18816
19214
|
value: input.edit
|
|
18817
19215
|
}, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18818
19216
|
method: "typia.assert",
|
|
18819
19217
|
path: _path + ".rundown",
|
|
18820
|
-
expected: "(__type.
|
|
19218
|
+
expected: "(__type.o35 | undefined)",
|
|
18821
19219
|
value: input.rundown
|
|
18822
|
-
}, _errorFactory)) &&
|
|
19220
|
+
}, _errorFactory)) && _ao42(input.rundown, _path + ".rundown", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18823
19221
|
method: "typia.assert",
|
|
18824
19222
|
path: _path + ".rundown",
|
|
18825
|
-
expected: "(__type.
|
|
19223
|
+
expected: "(__type.o35 | undefined)",
|
|
18826
19224
|
value: input.rundown
|
|
18827
19225
|
}, _errorFactory)) && (undefined === input.segment || ("object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18828
19226
|
method: "typia.assert",
|
|
18829
19227
|
path: _path + ".segment",
|
|
18830
|
-
expected: "(__type.
|
|
19228
|
+
expected: "(__type.o36 | undefined)",
|
|
18831
19229
|
value: input.segment
|
|
18832
|
-
}, _errorFactory)) &&
|
|
19230
|
+
}, _errorFactory)) && _ao43(input.segment, _path + ".segment", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18833
19231
|
method: "typia.assert",
|
|
18834
19232
|
path: _path + ".segment",
|
|
18835
|
-
expected: "(__type.
|
|
19233
|
+
expected: "(__type.o36 | undefined)",
|
|
18836
19234
|
value: input.segment
|
|
18837
|
-
}, _errorFactory)); const
|
|
19235
|
+
}, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18838
19236
|
const value = input[key];
|
|
18839
19237
|
if (undefined === value)
|
|
18840
19238
|
return true;
|
|
@@ -18843,13 +19241,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
18843
19241
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18844
19242
|
expected: "KeymapSetting",
|
|
18845
19243
|
value: value
|
|
18846
|
-
}, _errorFactory)) &&
|
|
19244
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18847
19245
|
method: "typia.assert",
|
|
18848
19246
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18849
19247
|
expected: "KeymapSetting",
|
|
18850
19248
|
value: value
|
|
18851
19249
|
}, _errorFactory);
|
|
18852
|
-
}); const
|
|
19250
|
+
}); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18853
19251
|
method: "typia.assert",
|
|
18854
19252
|
path: _path + ".title",
|
|
18855
19253
|
expected: "(string | undefined)",
|
|
@@ -18859,7 +19257,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
18859
19257
|
path: _path + ".sequence",
|
|
18860
19258
|
expected: "(string | undefined)",
|
|
18861
19259
|
value: input.sequence
|
|
18862
|
-
}, _errorFactory)); const
|
|
19260
|
+
}, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18863
19261
|
const value = input[key];
|
|
18864
19262
|
if (undefined === value)
|
|
18865
19263
|
return true;
|
|
@@ -18868,13 +19266,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
18868
19266
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18869
19267
|
expected: "KeymapSetting",
|
|
18870
19268
|
value: value
|
|
18871
|
-
}, _errorFactory)) &&
|
|
19269
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18872
19270
|
method: "typia.assert",
|
|
18873
19271
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18874
19272
|
expected: "KeymapSetting",
|
|
18875
19273
|
value: value
|
|
18876
19274
|
}, _errorFactory);
|
|
18877
|
-
}); const
|
|
19275
|
+
}); const _ao35 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18878
19276
|
const value = input[key];
|
|
18879
19277
|
if (undefined === value)
|
|
18880
19278
|
return true;
|
|
@@ -18883,13 +19281,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
18883
19281
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18884
19282
|
expected: "KeymapSetting",
|
|
18885
19283
|
value: value
|
|
18886
|
-
}, _errorFactory)) &&
|
|
19284
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18887
19285
|
method: "typia.assert",
|
|
18888
19286
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18889
19287
|
expected: "KeymapSetting",
|
|
18890
19288
|
value: value
|
|
18891
19289
|
}, _errorFactory);
|
|
18892
|
-
}); const
|
|
19290
|
+
}); const _ao36 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18893
19291
|
const value = input[key];
|
|
18894
19292
|
if (undefined === value)
|
|
18895
19293
|
return true;
|
|
@@ -18898,13 +19296,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
18898
19296
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18899
19297
|
expected: "KeymapSetting",
|
|
18900
19298
|
value: value
|
|
18901
|
-
}, _errorFactory)) &&
|
|
19299
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18902
19300
|
method: "typia.assert",
|
|
18903
19301
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18904
19302
|
expected: "KeymapSetting",
|
|
18905
19303
|
value: value
|
|
18906
19304
|
}, _errorFactory);
|
|
18907
|
-
}); const
|
|
19305
|
+
}); const _ao37 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18908
19306
|
const value = input[key];
|
|
18909
19307
|
if (undefined === value)
|
|
18910
19308
|
return true;
|
|
@@ -18913,13 +19311,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
18913
19311
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18914
19312
|
expected: "KeymapSetting",
|
|
18915
19313
|
value: value
|
|
18916
|
-
}, _errorFactory)) &&
|
|
19314
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18917
19315
|
method: "typia.assert",
|
|
18918
19316
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18919
19317
|
expected: "KeymapSetting",
|
|
18920
19318
|
value: value
|
|
18921
19319
|
}, _errorFactory);
|
|
18922
|
-
}); const
|
|
19320
|
+
}); const _ao38 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18923
19321
|
const value = input[key];
|
|
18924
19322
|
if (undefined === value)
|
|
18925
19323
|
return true;
|
|
@@ -18928,13 +19326,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
18928
19326
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18929
19327
|
expected: "KeymapSetting",
|
|
18930
19328
|
value: value
|
|
18931
|
-
}, _errorFactory)) &&
|
|
19329
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18932
19330
|
method: "typia.assert",
|
|
18933
19331
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18934
19332
|
expected: "KeymapSetting",
|
|
18935
19333
|
value: value
|
|
18936
19334
|
}, _errorFactory);
|
|
18937
|
-
}); const
|
|
19335
|
+
}); const _ao39 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18938
19336
|
const value = input[key];
|
|
18939
19337
|
if (undefined === value)
|
|
18940
19338
|
return true;
|
|
@@ -18943,13 +19341,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
18943
19341
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18944
19342
|
expected: "KeymapSetting",
|
|
18945
19343
|
value: value
|
|
18946
|
-
}, _errorFactory)) &&
|
|
19344
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18947
19345
|
method: "typia.assert",
|
|
18948
19346
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18949
19347
|
expected: "KeymapSetting",
|
|
18950
19348
|
value: value
|
|
18951
19349
|
}, _errorFactory);
|
|
18952
|
-
}); const
|
|
19350
|
+
}); const _ao40 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18953
19351
|
const value = input[key];
|
|
18954
19352
|
if (undefined === value)
|
|
18955
19353
|
return true;
|
|
@@ -18958,13 +19356,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
18958
19356
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18959
19357
|
expected: "KeymapSetting",
|
|
18960
19358
|
value: value
|
|
18961
|
-
}, _errorFactory)) &&
|
|
19359
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18962
19360
|
method: "typia.assert",
|
|
18963
19361
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18964
19362
|
expected: "KeymapSetting",
|
|
18965
19363
|
value: value
|
|
18966
19364
|
}, _errorFactory);
|
|
18967
|
-
}); const
|
|
19365
|
+
}); const _ao41 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18968
19366
|
const value = input[key];
|
|
18969
19367
|
if (undefined === value)
|
|
18970
19368
|
return true;
|
|
@@ -18973,13 +19371,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
18973
19371
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18974
19372
|
expected: "KeymapSetting",
|
|
18975
19373
|
value: value
|
|
18976
|
-
}, _errorFactory)) &&
|
|
19374
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18977
19375
|
method: "typia.assert",
|
|
18978
19376
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18979
19377
|
expected: "KeymapSetting",
|
|
18980
19378
|
value: value
|
|
18981
19379
|
}, _errorFactory);
|
|
18982
|
-
}); const
|
|
19380
|
+
}); const _ao42 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18983
19381
|
const value = input[key];
|
|
18984
19382
|
if (undefined === value)
|
|
18985
19383
|
return true;
|
|
@@ -18988,13 +19386,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
18988
19386
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18989
19387
|
expected: "KeymapSetting",
|
|
18990
19388
|
value: value
|
|
18991
|
-
}, _errorFactory)) &&
|
|
19389
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18992
19390
|
method: "typia.assert",
|
|
18993
19391
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18994
19392
|
expected: "KeymapSetting",
|
|
18995
19393
|
value: value
|
|
18996
19394
|
}, _errorFactory);
|
|
18997
|
-
}); const
|
|
19395
|
+
}); const _ao43 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18998
19396
|
const value = input[key];
|
|
18999
19397
|
if (undefined === value)
|
|
19000
19398
|
return true;
|
|
@@ -19003,13 +19401,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
19003
19401
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19004
19402
|
expected: "KeymapSetting",
|
|
19005
19403
|
value: value
|
|
19006
|
-
}, _errorFactory)) &&
|
|
19404
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19007
19405
|
method: "typia.assert",
|
|
19008
19406
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19009
19407
|
expected: "KeymapSetting",
|
|
19010
19408
|
value: value
|
|
19011
19409
|
}, _errorFactory);
|
|
19012
|
-
}); const
|
|
19410
|
+
}); const _ao44 = (input, _path, _exceptionable = true) => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19013
19411
|
method: "typia.assert",
|
|
19014
19412
|
path: _path + ".defaultFrameRate",
|
|
19015
19413
|
expected: "(number | undefined)",
|
|
@@ -19022,12 +19420,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
19022
19420
|
}, _errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19023
19421
|
method: "typia.assert",
|
|
19024
19422
|
path: _path + ".guide",
|
|
19025
|
-
expected: "(__type.
|
|
19423
|
+
expected: "(__type.o38 | undefined)",
|
|
19026
19424
|
value: input.guide
|
|
19027
|
-
}, _errorFactory)) &&
|
|
19425
|
+
}, _errorFactory)) && _ao45(input.guide, _path + ".guide", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19028
19426
|
method: "typia.assert",
|
|
19029
19427
|
path: _path + ".guide",
|
|
19030
|
-
expected: "(__type.
|
|
19428
|
+
expected: "(__type.o38 | undefined)",
|
|
19031
19429
|
value: input.guide
|
|
19032
19430
|
}, _errorFactory)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19033
19431
|
method: "typia.assert",
|
|
@@ -19047,12 +19445,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
19047
19445
|
}, _errorFactory)) && (undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19048
19446
|
method: "typia.assert",
|
|
19049
19447
|
path: _path + ".tile",
|
|
19050
|
-
expected: "(__type.
|
|
19448
|
+
expected: "(__type.o39 | undefined)",
|
|
19051
19449
|
value: input.tile
|
|
19052
|
-
}, _errorFactory)) &&
|
|
19450
|
+
}, _errorFactory)) && _ao46(input.tile, _path + ".tile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19053
19451
|
method: "typia.assert",
|
|
19054
19452
|
path: _path + ".tile",
|
|
19055
|
-
expected: "(__type.
|
|
19453
|
+
expected: "(__type.o39 | undefined)",
|
|
19056
19454
|
value: input.tile
|
|
19057
19455
|
}, _errorFactory)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19058
19456
|
method: "typia.assert",
|
|
@@ -19084,9 +19482,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19084
19482
|
path: _path + ".playbackRates",
|
|
19085
19483
|
expected: "(Array<number> | undefined)",
|
|
19086
19484
|
value: input.playbackRates
|
|
19087
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
19485
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index52) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19088
19486
|
method: "typia.assert",
|
|
19089
|
-
path: _path + ".playbackRates[" +
|
|
19487
|
+
path: _path + ".playbackRates[" + _index52 + "]",
|
|
19090
19488
|
expected: "number",
|
|
19091
19489
|
value: elem
|
|
19092
19490
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19097,12 +19495,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
19097
19495
|
}, _errorFactory)) && (undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19098
19496
|
method: "typia.assert",
|
|
19099
19497
|
path: _path + ".subtitles",
|
|
19100
|
-
expected: "(__type.
|
|
19498
|
+
expected: "(__type.o40 | undefined)",
|
|
19101
19499
|
value: input.subtitles
|
|
19102
|
-
}, _errorFactory)) &&
|
|
19500
|
+
}, _errorFactory)) && _ao47(input.subtitles, _path + ".subtitles", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19103
19501
|
method: "typia.assert",
|
|
19104
19502
|
path: _path + ".subtitles",
|
|
19105
|
-
expected: "(__type.
|
|
19503
|
+
expected: "(__type.o40 | undefined)",
|
|
19106
19504
|
value: input.subtitles
|
|
19107
19505
|
}, _errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19108
19506
|
method: "typia.assert",
|
|
@@ -19117,22 +19515,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
19117
19515
|
}, _errorFactory)) && (undefined === input.guides || (Array.isArray(input.guides) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19118
19516
|
method: "typia.assert",
|
|
19119
19517
|
path: _path + ".guides",
|
|
19120
|
-
expected: "(Array<__type>.
|
|
19518
|
+
expected: "(Array<__type>.o3 | undefined)",
|
|
19121
19519
|
value: input.guides
|
|
19122
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
19520
|
+
}, _errorFactory)) && input.guides.every((elem, _index53) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19123
19521
|
method: "typia.assert",
|
|
19124
|
-
path: _path + ".guides[" +
|
|
19125
|
-
expected: "__type.
|
|
19522
|
+
path: _path + ".guides[" + _index53 + "]",
|
|
19523
|
+
expected: "__type.o43",
|
|
19126
19524
|
value: elem
|
|
19127
|
-
}, _errorFactory)) &&
|
|
19525
|
+
}, _errorFactory)) && _ao50(elem, _path + ".guides[" + _index53 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19128
19526
|
method: "typia.assert",
|
|
19129
|
-
path: _path + ".guides[" +
|
|
19130
|
-
expected: "__type.
|
|
19527
|
+
path: _path + ".guides[" + _index53 + "]",
|
|
19528
|
+
expected: "__type.o43",
|
|
19131
19529
|
value: elem
|
|
19132
19530
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19133
19531
|
method: "typia.assert",
|
|
19134
19532
|
path: _path + ".guides",
|
|
19135
|
-
expected: "(Array<__type>.
|
|
19533
|
+
expected: "(Array<__type>.o3 | undefined)",
|
|
19136
19534
|
value: input.guides
|
|
19137
19535
|
}, _errorFactory)) && (undefined === input.download || "boolean" === typeof input.download || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19138
19536
|
method: "typia.assert",
|
|
@@ -19142,39 +19540,39 @@ function _assertDomainRecord(domain, input) {
|
|
|
19142
19540
|
}, _errorFactory)) && (undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19143
19541
|
method: "typia.assert",
|
|
19144
19542
|
path: _path + ".editMode",
|
|
19145
|
-
expected: "(__type.
|
|
19543
|
+
expected: "(__type.o44 | undefined)",
|
|
19146
19544
|
value: input.editMode
|
|
19147
|
-
}, _errorFactory)) &&
|
|
19545
|
+
}, _errorFactory)) && _ao51(input.editMode, _path + ".editMode", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19148
19546
|
method: "typia.assert",
|
|
19149
19547
|
path: _path + ".editMode",
|
|
19150
|
-
expected: "(__type.
|
|
19548
|
+
expected: "(__type.o44 | undefined)",
|
|
19151
19549
|
value: input.editMode
|
|
19152
19550
|
}, _errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19153
19551
|
method: "typia.assert",
|
|
19154
19552
|
path: _path + ".transcribe",
|
|
19155
|
-
expected: "(__type.
|
|
19553
|
+
expected: "(__type.o45 | undefined)",
|
|
19156
19554
|
value: input.transcribe
|
|
19157
|
-
}, _errorFactory)) &&
|
|
19555
|
+
}, _errorFactory)) && _ao52(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19158
19556
|
method: "typia.assert",
|
|
19159
19557
|
path: _path + ".transcribe",
|
|
19160
|
-
expected: "(__type.
|
|
19558
|
+
expected: "(__type.o45 | undefined)",
|
|
19161
19559
|
value: input.transcribe
|
|
19162
19560
|
}, _errorFactory)) && ((null !== input.openCommand || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19163
19561
|
method: "typia.assert",
|
|
19164
19562
|
path: _path + ".openCommand",
|
|
19165
|
-
expected: "(__type.
|
|
19563
|
+
expected: "(__type.o49 | string | undefined)",
|
|
19166
19564
|
value: input.openCommand
|
|
19167
19565
|
}, _errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19168
19566
|
method: "typia.assert",
|
|
19169
19567
|
path: _path + ".openCommand",
|
|
19170
|
-
expected: "(__type.
|
|
19568
|
+
expected: "(__type.o49 | string | undefined)",
|
|
19171
19569
|
value: input.openCommand
|
|
19172
|
-
}, _errorFactory)) &&
|
|
19570
|
+
}, _errorFactory)) && _ao56(input.openCommand, _path + ".openCommand", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19173
19571
|
method: "typia.assert",
|
|
19174
19572
|
path: _path + ".openCommand",
|
|
19175
|
-
expected: "(__type.
|
|
19573
|
+
expected: "(__type.o49 | string | undefined)",
|
|
19176
19574
|
value: input.openCommand
|
|
19177
|
-
}, _errorFactory))); const
|
|
19575
|
+
}, _errorFactory))); const _ao45 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19178
19576
|
method: "typia.assert",
|
|
19179
19577
|
path: _path + ".mask",
|
|
19180
19578
|
expected: "(boolean | undefined)",
|
|
@@ -19189,7 +19587,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19189
19587
|
path: _path + ".titleSafe",
|
|
19190
19588
|
expected: "(boolean | undefined)",
|
|
19191
19589
|
value: input.titleSafe
|
|
19192
|
-
}, _errorFactory)); const
|
|
19590
|
+
}, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19193
19591
|
method: "typia.assert",
|
|
19194
19592
|
path: _path + ".preview",
|
|
19195
19593
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
|
|
@@ -19199,7 +19597,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19199
19597
|
path: _path + ".showRenderProgress",
|
|
19200
19598
|
expected: "(boolean | undefined)",
|
|
19201
19599
|
value: input.showRenderProgress
|
|
19202
|
-
}, _errorFactory)); const
|
|
19600
|
+
}, _errorFactory)); const _ao47 = (input, _path, _exceptionable = true) => (undefined === input.spacing || "number" === typeof input.spacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19203
19601
|
method: "typia.assert",
|
|
19204
19602
|
path: _path + ".spacing",
|
|
19205
19603
|
expected: "(number | undefined)",
|
|
@@ -19212,59 +19610,64 @@ function _assertDomainRecord(domain, input) {
|
|
|
19212
19610
|
}, _errorFactory)) && (undefined === input.suggestions || (Array.isArray(input.suggestions) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19213
19611
|
method: "typia.assert",
|
|
19214
19612
|
path: _path + ".suggestions",
|
|
19215
|
-
expected: "(Array<__type
|
|
19613
|
+
expected: "(Array<__type>.o1 | undefined)",
|
|
19216
19614
|
value: input.suggestions
|
|
19217
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
19615
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index54) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19218
19616
|
method: "typia.assert",
|
|
19219
|
-
path: _path + ".suggestions[" +
|
|
19220
|
-
expected: "__type.
|
|
19617
|
+
path: _path + ".suggestions[" + _index54 + "]",
|
|
19618
|
+
expected: "__type.o41",
|
|
19221
19619
|
value: elem
|
|
19222
|
-
}, _errorFactory)) &&
|
|
19620
|
+
}, _errorFactory)) && _ao48(elem, _path + ".suggestions[" + _index54 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19223
19621
|
method: "typia.assert",
|
|
19224
|
-
path: _path + ".suggestions[" +
|
|
19225
|
-
expected: "__type.
|
|
19622
|
+
path: _path + ".suggestions[" + _index54 + "]",
|
|
19623
|
+
expected: "__type.o41",
|
|
19226
19624
|
value: elem
|
|
19227
19625
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19228
19626
|
method: "typia.assert",
|
|
19229
19627
|
path: _path + ".suggestions",
|
|
19230
|
-
expected: "(Array<__type
|
|
19628
|
+
expected: "(Array<__type>.o1 | undefined)",
|
|
19231
19629
|
value: input.suggestions
|
|
19232
19630
|
}, _errorFactory)) && (undefined === input.colors || (Array.isArray(input.colors) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19233
19631
|
method: "typia.assert",
|
|
19234
19632
|
path: _path + ".colors",
|
|
19235
|
-
expected: "(Array<__type>.
|
|
19633
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
19236
19634
|
value: input.colors
|
|
19237
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
19635
|
+
}, _errorFactory)) && input.colors.every((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19238
19636
|
method: "typia.assert",
|
|
19239
|
-
path: _path + ".colors[" +
|
|
19240
|
-
expected: "__type.
|
|
19637
|
+
path: _path + ".colors[" + _index55 + "]",
|
|
19638
|
+
expected: "__type.o42",
|
|
19241
19639
|
value: elem
|
|
19242
|
-
}, _errorFactory)) &&
|
|
19640
|
+
}, _errorFactory)) && _ao49(elem, _path + ".colors[" + _index55 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19243
19641
|
method: "typia.assert",
|
|
19244
|
-
path: _path + ".colors[" +
|
|
19245
|
-
expected: "__type.
|
|
19642
|
+
path: _path + ".colors[" + _index55 + "]",
|
|
19643
|
+
expected: "__type.o42",
|
|
19246
19644
|
value: elem
|
|
19247
19645
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19248
19646
|
method: "typia.assert",
|
|
19249
19647
|
path: _path + ".colors",
|
|
19250
|
-
expected: "(Array<__type>.
|
|
19648
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
19251
19649
|
value: input.colors
|
|
19252
19650
|
}, _errorFactory)) && (undefined === input.overridableProperties || (Array.isArray(input.overridableProperties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19253
19651
|
method: "typia.assert",
|
|
19254
19652
|
path: _path + ".overridableProperties",
|
|
19255
19653
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
19256
19654
|
value: input.overridableProperties
|
|
19257
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
19655
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index56) => null === elem || true === _av57.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19258
19656
|
method: "typia.assert",
|
|
19259
|
-
path: _path + ".overridableProperties[" +
|
|
19260
|
-
expected: "(\"alignment\" | \"angle\" | \"backColour\" | \"bold\" | \"borderStyle\" | \"encoding\" | \"fontname\" | \"fontsize\" | \"italic\" | \"marginL\" | \"marginR\" | \"marginV\" | \"name\" | \"outline\" | \"outlineColour\" | \"primaryColour\" | \"scaleX\" | \"scaleY\" | \"secondaryColour\" | \"shadow\" | \"spacing\" | \"strikeOut\" | \"underline\" | null)",
|
|
19657
|
+
path: _path + ".overridableProperties[" + _index56 + "]",
|
|
19658
|
+
expected: "(\"alignment\" | \"angle\" | \"backColour\" | \"bold\" | \"borderStyle\" | \"encoding\" | \"fontname\" | \"fontsize\" | \"italic\" | \"lineSpacing\" | \"marginL\" | \"marginR\" | \"marginV\" | \"name\" | \"outline\" | \"outlineColour\" | \"primaryColour\" | \"scaleX\" | \"scaleY\" | \"secondaryColour\" | \"shadow\" | \"spacing\" | \"strikeOut\" | \"underline\" | null)",
|
|
19261
19659
|
value: elem
|
|
19262
19660
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19263
19661
|
method: "typia.assert",
|
|
19264
19662
|
path: _path + ".overridableProperties",
|
|
19265
19663
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
19266
19664
|
value: input.overridableProperties
|
|
19267
|
-
}, _errorFactory))
|
|
19665
|
+
}, _errorFactory)) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19666
|
+
method: "typia.assert",
|
|
19667
|
+
path: _path + ".previewResolutionScale",
|
|
19668
|
+
expected: "(number | undefined)",
|
|
19669
|
+
value: input.previewResolutionScale
|
|
19670
|
+
}, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19268
19671
|
method: "typia.assert",
|
|
19269
19672
|
path: _path + ".ifAspectRatio",
|
|
19270
19673
|
expected: "(null | string | undefined)",
|
|
@@ -19284,7 +19687,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19284
19687
|
path: _path + ".thenMaxCharactersPerLine",
|
|
19285
19688
|
expected: "(null | number | undefined)",
|
|
19286
19689
|
value: input.thenMaxCharactersPerLine
|
|
19287
|
-
}, _errorFactory)); const
|
|
19690
|
+
}, _errorFactory)); const _ao49 = (input, _path, _exceptionable = true) => (null === input.label || undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19288
19691
|
method: "typia.assert",
|
|
19289
19692
|
path: _path + ".label",
|
|
19290
19693
|
expected: "(null | string | undefined)",
|
|
@@ -19294,7 +19697,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19294
19697
|
path: _path + ".color",
|
|
19295
19698
|
expected: "(null | string | undefined)",
|
|
19296
19699
|
value: input.color
|
|
19297
|
-
}, _errorFactory)); const
|
|
19700
|
+
}, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19298
19701
|
method: "typia.assert",
|
|
19299
19702
|
path: _path + ".label",
|
|
19300
19703
|
expected: "(string | undefined)",
|
|
@@ -19304,7 +19707,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19304
19707
|
path: _path + ".aspectRatio",
|
|
19305
19708
|
expected: "(string | undefined)",
|
|
19306
19709
|
value: input.aspectRatio
|
|
19307
|
-
}, _errorFactory)); const
|
|
19710
|
+
}, _errorFactory)); const _ao51 = (input, _path, _exceptionable = true) => (undefined === input.enabled || "boolean" === typeof input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19308
19711
|
method: "typia.assert",
|
|
19309
19712
|
path: _path + ".enabled",
|
|
19310
19713
|
expected: "(boolean | undefined)",
|
|
@@ -19319,17 +19722,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
19319
19722
|
path: _path + ".defaultExitOption",
|
|
19320
19723
|
expected: "(\"leave\" | \"none\" | \"update\" | undefined)",
|
|
19321
19724
|
value: input.defaultExitOption
|
|
19322
|
-
}, _errorFactory)); const
|
|
19725
|
+
}, _errorFactory)); const _ao52 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19323
19726
|
method: "typia.assert",
|
|
19324
19727
|
path: _path + ".subtitleDisclaimer",
|
|
19325
|
-
expected: "(__type.
|
|
19728
|
+
expected: "(__type.o46 | undefined)",
|
|
19326
19729
|
value: input.subtitleDisclaimer
|
|
19327
|
-
}, _errorFactory)) &&
|
|
19730
|
+
}, _errorFactory)) && _ao53(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19328
19731
|
method: "typia.assert",
|
|
19329
19732
|
path: _path + ".subtitleDisclaimer",
|
|
19330
|
-
expected: "(__type.
|
|
19733
|
+
expected: "(__type.o46 | undefined)",
|
|
19331
19734
|
value: input.subtitleDisclaimer
|
|
19332
|
-
}, _errorFactory); const
|
|
19735
|
+
}, _errorFactory); const _ao53 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19333
19736
|
method: "typia.assert",
|
|
19334
19737
|
path: _path + ".isUserConfigurable",
|
|
19335
19738
|
expected: "(boolean | undefined)",
|
|
@@ -19337,14 +19740,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
19337
19740
|
}, _errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19338
19741
|
method: "typia.assert",
|
|
19339
19742
|
path: _path + ".defaultValue",
|
|
19340
|
-
expected: "(__type.
|
|
19743
|
+
expected: "(__type.o47 | undefined)",
|
|
19341
19744
|
value: input.defaultValue
|
|
19342
|
-
}, _errorFactory)) &&
|
|
19745
|
+
}, _errorFactory)) && _ao54(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19343
19746
|
method: "typia.assert",
|
|
19344
19747
|
path: _path + ".defaultValue",
|
|
19345
|
-
expected: "(__type.
|
|
19748
|
+
expected: "(__type.o47 | undefined)",
|
|
19346
19749
|
value: input.defaultValue
|
|
19347
|
-
}, _errorFactory)); const
|
|
19750
|
+
}, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19348
19751
|
method: "typia.assert",
|
|
19349
19752
|
path: _path + ".enabled",
|
|
19350
19753
|
expected: "(false | undefined)",
|
|
@@ -19352,22 +19755,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
19352
19755
|
}, _errorFactory)) && (undefined === input.text || (Array.isArray(input.text) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19353
19756
|
method: "typia.assert",
|
|
19354
19757
|
path: _path + ".text",
|
|
19355
|
-
expected: "(Array<__type>.
|
|
19758
|
+
expected: "(Array<__type>.o4 | undefined)",
|
|
19356
19759
|
value: input.text
|
|
19357
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
19760
|
+
}, _errorFactory)) && input.text.every((elem, _index58) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19358
19761
|
method: "typia.assert",
|
|
19359
|
-
path: _path + ".text[" +
|
|
19360
|
-
expected: "__type.
|
|
19762
|
+
path: _path + ".text[" + _index58 + "]",
|
|
19763
|
+
expected: "__type.o48",
|
|
19361
19764
|
value: elem
|
|
19362
|
-
}, _errorFactory)) &&
|
|
19765
|
+
}, _errorFactory)) && _ao55(elem, _path + ".text[" + _index58 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19363
19766
|
method: "typia.assert",
|
|
19364
|
-
path: _path + ".text[" +
|
|
19365
|
-
expected: "__type.
|
|
19767
|
+
path: _path + ".text[" + _index58 + "]",
|
|
19768
|
+
expected: "__type.o48",
|
|
19366
19769
|
value: elem
|
|
19367
19770
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19368
19771
|
method: "typia.assert",
|
|
19369
19772
|
path: _path + ".text",
|
|
19370
|
-
expected: "(Array<__type>.
|
|
19773
|
+
expected: "(Array<__type>.o4 | undefined)",
|
|
19371
19774
|
value: input.text
|
|
19372
19775
|
}, _errorFactory)) && (undefined === input.offset || "number" === typeof input.offset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19373
19776
|
method: "typia.assert",
|
|
@@ -19379,7 +19782,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19379
19782
|
path: _path + ".duration",
|
|
19380
19783
|
expected: "(number | undefined)",
|
|
19381
19784
|
value: input.duration
|
|
19382
|
-
}, _errorFactory)); const
|
|
19785
|
+
}, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19383
19786
|
method: "typia.assert",
|
|
19384
19787
|
path: _path + ".language",
|
|
19385
19788
|
expected: "(string | undefined)",
|
|
@@ -19389,7 +19792,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19389
19792
|
path: _path + ".value",
|
|
19390
19793
|
expected: "(string | undefined)",
|
|
19391
19794
|
value: input.value
|
|
19392
|
-
}, _errorFactory)); const
|
|
19795
|
+
}, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => (undefined === input.url || "string" === typeof input.url || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19393
19796
|
method: "typia.assert",
|
|
19394
19797
|
path: _path + ".url",
|
|
19395
19798
|
expected: "(string | undefined)",
|
|
@@ -19409,9 +19812,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19409
19812
|
path: _path + ".args",
|
|
19410
19813
|
expected: "(Array<string> | undefined)",
|
|
19411
19814
|
value: input.args
|
|
19412
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
19815
|
+
}, _errorFactory)) && input.args.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19413
19816
|
method: "typia.assert",
|
|
19414
|
-
path: _path + ".args[" +
|
|
19817
|
+
path: _path + ".args[" + _index59 + "]",
|
|
19415
19818
|
expected: "string",
|
|
19416
19819
|
value: elem
|
|
19417
19820
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19419,7 +19822,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19419
19822
|
path: _path + ".args",
|
|
19420
19823
|
expected: "(Array<string> | undefined)",
|
|
19421
19824
|
value: input.args
|
|
19422
|
-
}, _errorFactory)); const
|
|
19825
|
+
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19423
19826
|
method: "typia.assert",
|
|
19424
19827
|
path: _path + ".thumbnailView",
|
|
19425
19828
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
@@ -19427,49 +19830,49 @@ function _assertDomainRecord(domain, input) {
|
|
|
19427
19830
|
}, _errorFactory)) && (undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19428
19831
|
method: "typia.assert",
|
|
19429
19832
|
path: _path + ".normalize",
|
|
19430
|
-
expected: "(__type.
|
|
19833
|
+
expected: "(__type.o51 | undefined)",
|
|
19431
19834
|
value: input.normalize
|
|
19432
|
-
}, _errorFactory)) &&
|
|
19835
|
+
}, _errorFactory)) && _ao58(input.normalize, _path + ".normalize", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19433
19836
|
method: "typia.assert",
|
|
19434
19837
|
path: _path + ".normalize",
|
|
19435
|
-
expected: "(__type.
|
|
19838
|
+
expected: "(__type.o51 | undefined)",
|
|
19436
19839
|
value: input.normalize
|
|
19437
19840
|
}, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19438
19841
|
method: "typia.assert",
|
|
19439
19842
|
path: _path + ".voiceOver",
|
|
19440
|
-
expected: "(__type.
|
|
19843
|
+
expected: "(__type.o53 | undefined)",
|
|
19441
19844
|
value: input.voiceOver
|
|
19442
|
-
}, _errorFactory)) &&
|
|
19845
|
+
}, _errorFactory)) && _ao60(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19443
19846
|
method: "typia.assert",
|
|
19444
19847
|
path: _path + ".voiceOver",
|
|
19445
|
-
expected: "(__type.
|
|
19848
|
+
expected: "(__type.o53 | undefined)",
|
|
19446
19849
|
value: input.voiceOver
|
|
19447
|
-
}, _errorFactory)); const
|
|
19850
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19448
19851
|
method: "typia.assert",
|
|
19449
19852
|
path: _path + ".presets",
|
|
19450
|
-
expected: "(Array<__type>.
|
|
19853
|
+
expected: "(Array<__type>.o5 | undefined)",
|
|
19451
19854
|
value: input.presets
|
|
19452
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
19855
|
+
}, _errorFactory)) && input.presets.every((elem, _index60) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19453
19856
|
method: "typia.assert",
|
|
19454
|
-
path: _path + ".presets[" +
|
|
19455
|
-
expected: "__type.
|
|
19857
|
+
path: _path + ".presets[" + _index60 + "]",
|
|
19858
|
+
expected: "__type.o52",
|
|
19456
19859
|
value: elem
|
|
19457
|
-
}, _errorFactory)) &&
|
|
19860
|
+
}, _errorFactory)) && _ao59(elem, _path + ".presets[" + _index60 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19458
19861
|
method: "typia.assert",
|
|
19459
|
-
path: _path + ".presets[" +
|
|
19460
|
-
expected: "__type.
|
|
19862
|
+
path: _path + ".presets[" + _index60 + "]",
|
|
19863
|
+
expected: "__type.o52",
|
|
19461
19864
|
value: elem
|
|
19462
19865
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19463
19866
|
method: "typia.assert",
|
|
19464
19867
|
path: _path + ".presets",
|
|
19465
|
-
expected: "(Array<__type>.
|
|
19868
|
+
expected: "(Array<__type>.o5 | undefined)",
|
|
19466
19869
|
value: input.presets
|
|
19467
19870
|
}, _errorFactory)) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19468
19871
|
method: "typia.assert",
|
|
19469
19872
|
path: _path + ".defaultPresetId",
|
|
19470
19873
|
expected: "(string | undefined)",
|
|
19471
19874
|
value: input.defaultPresetId
|
|
19472
|
-
}, _errorFactory)); const
|
|
19875
|
+
}, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19473
19876
|
method: "typia.assert",
|
|
19474
19877
|
path: _path + ".id",
|
|
19475
19878
|
expected: "string",
|
|
@@ -19489,7 +19892,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19489
19892
|
path: _path + ".tp",
|
|
19490
19893
|
expected: "number",
|
|
19491
19894
|
value: input.tp
|
|
19492
|
-
}, _errorFactory)); const
|
|
19895
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19493
19896
|
method: "typia.assert",
|
|
19494
19897
|
path: _path + ".inputDevice",
|
|
19495
19898
|
expected: "(string | undefined)",
|
|
@@ -19514,7 +19917,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19514
19917
|
path: _path + ".preRollDuration",
|
|
19515
19918
|
expected: "(number | undefined)",
|
|
19516
19919
|
value: input.preRollDuration
|
|
19517
|
-
}, _errorFactory)); const
|
|
19920
|
+
}, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19518
19921
|
method: "typia.assert",
|
|
19519
19922
|
path: _path + ".title",
|
|
19520
19923
|
expected: "(string | undefined)",
|
|
@@ -19529,9 +19932,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19529
19932
|
path: _path + ".args",
|
|
19530
19933
|
expected: "(Array<string> | undefined)",
|
|
19531
19934
|
value: input.args
|
|
19532
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
19935
|
+
}, _errorFactory)) && input.args.every((elem, _index61) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19533
19936
|
method: "typia.assert",
|
|
19534
|
-
path: _path + ".args[" +
|
|
19937
|
+
path: _path + ".args[" + _index61 + "]",
|
|
19535
19938
|
expected: "string",
|
|
19536
19939
|
value: elem
|
|
19537
19940
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19539,82 +19942,82 @@ function _assertDomainRecord(domain, input) {
|
|
|
19539
19942
|
path: _path + ".args",
|
|
19540
19943
|
expected: "(Array<string> | undefined)",
|
|
19541
19944
|
value: input.args
|
|
19542
|
-
}, _errorFactory)); const
|
|
19945
|
+
}, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19543
19946
|
method: "typia.assert",
|
|
19544
19947
|
path: _path + ".folded",
|
|
19545
|
-
expected: "(__type.
|
|
19948
|
+
expected: "(__type.o56 | undefined)",
|
|
19546
19949
|
value: input.folded
|
|
19547
|
-
}, _errorFactory)) &&
|
|
19950
|
+
}, _errorFactory)) && _ao63(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19548
19951
|
method: "typia.assert",
|
|
19549
19952
|
path: _path + ".folded",
|
|
19550
|
-
expected: "(__type.
|
|
19953
|
+
expected: "(__type.o56 | undefined)",
|
|
19551
19954
|
value: input.folded
|
|
19552
19955
|
}, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19553
19956
|
method: "typia.assert",
|
|
19554
19957
|
path: _path + ".assets",
|
|
19555
|
-
expected: "(__type.
|
|
19958
|
+
expected: "(__type.o57 | undefined)",
|
|
19556
19959
|
value: input.assets
|
|
19557
|
-
}, _errorFactory)) &&
|
|
19960
|
+
}, _errorFactory)) && _ao64(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19558
19961
|
method: "typia.assert",
|
|
19559
19962
|
path: _path + ".assets",
|
|
19560
|
-
expected: "(__type.
|
|
19963
|
+
expected: "(__type.o57 | undefined)",
|
|
19561
19964
|
value: input.assets
|
|
19562
19965
|
}, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19563
19966
|
method: "typia.assert",
|
|
19564
19967
|
path: _path + ".pipeline",
|
|
19565
|
-
expected: "(__type.
|
|
19968
|
+
expected: "(__type.o61 | undefined)",
|
|
19566
19969
|
value: input.pipeline
|
|
19567
|
-
}, _errorFactory)) &&
|
|
19970
|
+
}, _errorFactory)) && _ao68(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19568
19971
|
method: "typia.assert",
|
|
19569
19972
|
path: _path + ".pipeline",
|
|
19570
|
-
expected: "(__type.
|
|
19973
|
+
expected: "(__type.o61 | undefined)",
|
|
19571
19974
|
value: input.pipeline
|
|
19572
19975
|
}, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19573
19976
|
method: "typia.assert",
|
|
19574
19977
|
path: _path + ".item",
|
|
19575
|
-
expected: "(__type.
|
|
19978
|
+
expected: "(__type.o63 | undefined)",
|
|
19576
19979
|
value: input.item
|
|
19577
|
-
}, _errorFactory)) &&
|
|
19980
|
+
}, _errorFactory)) && _ao70(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19578
19981
|
method: "typia.assert",
|
|
19579
19982
|
path: _path + ".item",
|
|
19580
|
-
expected: "(__type.
|
|
19983
|
+
expected: "(__type.o63 | undefined)",
|
|
19581
19984
|
value: input.item
|
|
19582
|
-
}, _errorFactory)); const
|
|
19985
|
+
}, _errorFactory)); const _ao63 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19583
19986
|
method: "typia.assert",
|
|
19584
19987
|
path: _path + ".auto",
|
|
19585
19988
|
expected: "(boolean | undefined)",
|
|
19586
19989
|
value: input.auto
|
|
19587
|
-
}, _errorFactory); const
|
|
19990
|
+
}, _errorFactory); const _ao64 = (input, _path, _exceptionable = true) => (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19588
19991
|
method: "typia.assert",
|
|
19589
19992
|
path: _path + ".story",
|
|
19590
|
-
expected: "(__type.
|
|
19993
|
+
expected: "(__type.o58 | undefined)",
|
|
19591
19994
|
value: input.story
|
|
19592
|
-
}, _errorFactory)) &&
|
|
19995
|
+
}, _errorFactory)) && _ao65(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19593
19996
|
method: "typia.assert",
|
|
19594
19997
|
path: _path + ".story",
|
|
19595
|
-
expected: "(__type.
|
|
19998
|
+
expected: "(__type.o58 | undefined)",
|
|
19596
19999
|
value: input.story
|
|
19597
20000
|
}, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19598
20001
|
method: "typia.assert",
|
|
19599
20002
|
path: _path + ".note",
|
|
19600
|
-
expected: "(__type.
|
|
20003
|
+
expected: "(__type.o60 | undefined)",
|
|
19601
20004
|
value: input.note
|
|
19602
|
-
}, _errorFactory)) &&
|
|
20005
|
+
}, _errorFactory)) && _ao67(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19603
20006
|
method: "typia.assert",
|
|
19604
20007
|
path: _path + ".note",
|
|
19605
|
-
expected: "(__type.
|
|
20008
|
+
expected: "(__type.o60 | undefined)",
|
|
19606
20009
|
value: input.note
|
|
19607
|
-
}, _errorFactory)); const
|
|
20010
|
+
}, _errorFactory)); const _ao65 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19608
20011
|
method: "typia.assert",
|
|
19609
20012
|
path: _path + ".excerpt",
|
|
19610
|
-
expected: "(__type.
|
|
20013
|
+
expected: "(__type.o59 | undefined)",
|
|
19611
20014
|
value: input.excerpt
|
|
19612
|
-
}, _errorFactory)) &&
|
|
20015
|
+
}, _errorFactory)) && _ao66(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19613
20016
|
method: "typia.assert",
|
|
19614
20017
|
path: _path + ".excerpt",
|
|
19615
|
-
expected: "(__type.
|
|
20018
|
+
expected: "(__type.o59 | undefined)",
|
|
19616
20019
|
value: input.excerpt
|
|
19617
|
-
}, _errorFactory); const
|
|
20020
|
+
}, _errorFactory); const _ao66 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19618
20021
|
method: "typia.assert",
|
|
19619
20022
|
path: _path + ".maxLines",
|
|
19620
20023
|
expected: "(number | undefined)",
|
|
@@ -19629,32 +20032,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
19629
20032
|
path: _path + ".comments",
|
|
19630
20033
|
expected: "(boolean | undefined)",
|
|
19631
20034
|
value: input.comments
|
|
19632
|
-
}, _errorFactory)); const
|
|
20035
|
+
}, _errorFactory)); const _ao67 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19633
20036
|
method: "typia.assert",
|
|
19634
20037
|
path: _path + ".maxHeight",
|
|
19635
20038
|
expected: "(number | undefined)",
|
|
19636
20039
|
value: input.maxHeight
|
|
19637
|
-
}, _errorFactory); const
|
|
20040
|
+
}, _errorFactory); const _ao68 = (input, _path, _exceptionable = true) => (undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19638
20041
|
method: "typia.assert",
|
|
19639
20042
|
path: _path + ".search",
|
|
19640
|
-
expected: "(__type.
|
|
20043
|
+
expected: "(__type.o62 | undefined)",
|
|
19641
20044
|
value: input.search
|
|
19642
|
-
}, _errorFactory)) &&
|
|
20045
|
+
}, _errorFactory)) && _ao69(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19643
20046
|
method: "typia.assert",
|
|
19644
20047
|
path: _path + ".search",
|
|
19645
|
-
expected: "(__type.
|
|
20048
|
+
expected: "(__type.o62 | undefined)",
|
|
19646
20049
|
value: input.search
|
|
19647
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
20050
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av62.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19648
20051
|
method: "typia.assert",
|
|
19649
20052
|
path: _path + ".sortMode",
|
|
19650
20053
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
19651
20054
|
value: input.sortMode
|
|
19652
|
-
}, _errorFactory)); const
|
|
20055
|
+
}, _errorFactory)); const _ao69 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19653
20056
|
method: "typia.assert",
|
|
19654
20057
|
path: _path + ".maxItemsDisplayed",
|
|
19655
20058
|
expected: "(number | undefined)",
|
|
19656
20059
|
value: input.maxItemsDisplayed
|
|
19657
|
-
}, _errorFactory); const
|
|
20060
|
+
}, _errorFactory); const _ao70 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19658
20061
|
method: "typia.assert",
|
|
19659
20062
|
path: _path + ".maxHeight",
|
|
19660
20063
|
expected: "(number | undefined)",
|
|
@@ -19664,14 +20067,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
19664
20067
|
path: _path + ".titleLines",
|
|
19665
20068
|
expected: "(number | undefined)",
|
|
19666
20069
|
value: input.titleLines
|
|
19667
|
-
}, _errorFactory)); const
|
|
20070
|
+
}, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19668
20071
|
method: "typia.assert",
|
|
19669
20072
|
path: _path + ".fontFamilies",
|
|
19670
20073
|
expected: "(Array<string> | undefined)",
|
|
19671
20074
|
value: input.fontFamilies
|
|
19672
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
20075
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index63) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19673
20076
|
method: "typia.assert",
|
|
19674
|
-
path: _path + ".fontFamilies[" +
|
|
20077
|
+
path: _path + ".fontFamilies[" + _index63 + "]",
|
|
19675
20078
|
expected: "string",
|
|
19676
20079
|
value: elem
|
|
19677
20080
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19679,7 +20082,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19679
20082
|
path: _path + ".fontFamilies",
|
|
19680
20083
|
expected: "(Array<string> | undefined)",
|
|
19681
20084
|
value: input.fontFamilies
|
|
19682
|
-
}, _errorFactory); const
|
|
20085
|
+
}, _errorFactory); const _ao72 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19683
20086
|
method: "typia.assert",
|
|
19684
20087
|
path: _path + ".id",
|
|
19685
20088
|
expected: "(string | undefined)",
|
|
@@ -19689,37 +20092,37 @@ function _assertDomainRecord(domain, input) {
|
|
|
19689
20092
|
path: _path + ".folded",
|
|
19690
20093
|
expected: "(boolean | undefined)",
|
|
19691
20094
|
value: input.folded
|
|
19692
|
-
}, _errorFactory)); const
|
|
20095
|
+
}, _errorFactory)); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19693
20096
|
method: "typia.assert",
|
|
19694
20097
|
path: _path + ".adobe",
|
|
19695
|
-
expected: "(__type.
|
|
20098
|
+
expected: "(__type.o67 | undefined)",
|
|
19696
20099
|
value: input.adobe
|
|
19697
|
-
}, _errorFactory)) &&
|
|
20100
|
+
}, _errorFactory)) && _ao74(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19698
20101
|
method: "typia.assert",
|
|
19699
20102
|
path: _path + ".adobe",
|
|
19700
|
-
expected: "(__type.
|
|
20103
|
+
expected: "(__type.o67 | undefined)",
|
|
19701
20104
|
value: input.adobe
|
|
19702
20105
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19703
20106
|
method: "typia.assert",
|
|
19704
20107
|
path: _path + ".rive",
|
|
19705
|
-
expected: "(__type.
|
|
20108
|
+
expected: "(__type.o68 | undefined)",
|
|
19706
20109
|
value: input.rive
|
|
19707
|
-
}, _errorFactory)) &&
|
|
20110
|
+
}, _errorFactory)) && _ao75(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19708
20111
|
method: "typia.assert",
|
|
19709
20112
|
path: _path + ".rive",
|
|
19710
|
-
expected: "(__type.
|
|
20113
|
+
expected: "(__type.o68 | undefined)",
|
|
19711
20114
|
value: input.rive
|
|
19712
|
-
}, _errorFactory)); const
|
|
20115
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19713
20116
|
method: "typia.assert",
|
|
19714
20117
|
path: _path + ".useProxies",
|
|
19715
20118
|
expected: "(boolean | undefined)",
|
|
19716
20119
|
value: input.useProxies
|
|
19717
|
-
}, _errorFactory); const
|
|
20120
|
+
}, _errorFactory); const _ao75 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19718
20121
|
method: "typia.assert",
|
|
19719
20122
|
path: _path + ".template",
|
|
19720
20123
|
expected: "(string | undefined)",
|
|
19721
20124
|
value: input.template
|
|
19722
|
-
}, _errorFactory); const
|
|
20125
|
+
}, _errorFactory); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19723
20126
|
method: "typia.assert",
|
|
19724
20127
|
path: _path + ".collections",
|
|
19725
20128
|
expected: "(boolean | undefined)",
|
|
@@ -19734,7 +20137,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19734
20137
|
path: _path + ".ameRemoteRendering",
|
|
19735
20138
|
expected: "(boolean | undefined)",
|
|
19736
20139
|
value: input.ameRemoteRendering
|
|
19737
|
-
}, _errorFactory)); const
|
|
20140
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19738
20141
|
method: "typia.assert",
|
|
19739
20142
|
path: _path + ".utils",
|
|
19740
20143
|
expected: "(boolean | undefined)",
|
|
@@ -19829,24 +20232,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
19829
20232
|
path: _path + ".systemHealth",
|
|
19830
20233
|
expected: "(boolean | undefined)",
|
|
19831
20234
|
value: input.systemHealth
|
|
19832
|
-
}, _errorFactory)); const
|
|
20235
|
+
}, _errorFactory)); const _ao78 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19833
20236
|
method: "typia.assert",
|
|
19834
20237
|
path: _path + ".events",
|
|
19835
|
-
expected: "(__type.
|
|
20238
|
+
expected: "(__type.o72 | undefined)",
|
|
19836
20239
|
value: input.events
|
|
19837
|
-
}, _errorFactory)) &&
|
|
20240
|
+
}, _errorFactory)) && _ao79(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19838
20241
|
method: "typia.assert",
|
|
19839
20242
|
path: _path + ".events",
|
|
19840
|
-
expected: "(__type.
|
|
20243
|
+
expected: "(__type.o72 | undefined)",
|
|
19841
20244
|
value: input.events
|
|
19842
|
-
}, _errorFactory); const
|
|
20245
|
+
}, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19843
20246
|
method: "typia.assert",
|
|
19844
20247
|
path: _path + ".comment",
|
|
19845
20248
|
expected: "(Array<NotificationReason> | undefined)",
|
|
19846
20249
|
value: input.comment
|
|
19847
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
20250
|
+
}, _errorFactory)) && input.comment.every((elem, _index64) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19848
20251
|
method: "typia.assert",
|
|
19849
|
-
path: _path + ".comment[" +
|
|
20252
|
+
path: _path + ".comment[" + _index64 + "]",
|
|
19850
20253
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
19851
20254
|
value: elem
|
|
19852
20255
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19859,9 +20262,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19859
20262
|
path: _path + ".assigned",
|
|
19860
20263
|
expected: "(Array<NotificationReason> | undefined)",
|
|
19861
20264
|
value: input.assigned
|
|
19862
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
20265
|
+
}, _errorFactory)) && input.assigned.every((elem, _index65) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19863
20266
|
method: "typia.assert",
|
|
19864
|
-
path: _path + ".assigned[" +
|
|
20267
|
+
path: _path + ".assigned[" + _index65 + "]",
|
|
19865
20268
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
19866
20269
|
value: elem
|
|
19867
20270
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19874,9 +20277,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19874
20277
|
path: _path + ".unassigned",
|
|
19875
20278
|
expected: "(Array<NotificationReason> | undefined)",
|
|
19876
20279
|
value: input.unassigned
|
|
19877
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
20280
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index66) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19878
20281
|
method: "typia.assert",
|
|
19879
|
-
path: _path + ".unassigned[" +
|
|
20282
|
+
path: _path + ".unassigned[" + _index66 + "]",
|
|
19880
20283
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
19881
20284
|
value: elem
|
|
19882
20285
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19887,14 +20290,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
19887
20290
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19888
20291
|
method: "typia.assert",
|
|
19889
20292
|
path: _path + ".publishSucceeded",
|
|
19890
|
-
expected: "(__type.
|
|
20293
|
+
expected: "(__type.o73 | undefined)",
|
|
19891
20294
|
value: input.publishSucceeded
|
|
19892
|
-
}, _errorFactory)) &&
|
|
20295
|
+
}, _errorFactory)) && _ao80(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19893
20296
|
method: "typia.assert",
|
|
19894
20297
|
path: _path + ".publishSucceeded",
|
|
19895
|
-
expected: "(__type.
|
|
20298
|
+
expected: "(__type.o73 | undefined)",
|
|
19896
20299
|
value: input.publishSucceeded
|
|
19897
|
-
}, _errorFactory)); const
|
|
20300
|
+
}, _errorFactory)); const _ao80 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
19898
20301
|
const value = input[key];
|
|
19899
20302
|
if (undefined === value)
|
|
19900
20303
|
return true;
|
|
@@ -19903,9 +20306,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19903
20306
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19904
20307
|
expected: "Array<NotificationReason>",
|
|
19905
20308
|
value: value
|
|
19906
|
-
}, _errorFactory)) && value.every((elem,
|
|
20309
|
+
}, _errorFactory)) && value.every((elem, _index67) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19907
20310
|
method: "typia.assert",
|
|
19908
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
20311
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index67 + "]",
|
|
19909
20312
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
19910
20313
|
value: elem
|
|
19911
20314
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19914,17 +20317,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
19914
20317
|
expected: "Array<NotificationReason>",
|
|
19915
20318
|
value: value
|
|
19916
20319
|
}, _errorFactory);
|
|
19917
|
-
}); const
|
|
20320
|
+
}); const _ao81 = (input, _path, _exceptionable = true) => (undefined === input.create || ("object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20321
|
+
method: "typia.assert",
|
|
20322
|
+
path: _path + ".create",
|
|
20323
|
+
expected: "(__type.o75 | undefined)",
|
|
20324
|
+
value: input.create
|
|
20325
|
+
}, _errorFactory)) && _ao82(input.create, _path + ".create", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20326
|
+
method: "typia.assert",
|
|
20327
|
+
path: _path + ".create",
|
|
20328
|
+
expected: "(__type.o75 | undefined)",
|
|
20329
|
+
value: input.create
|
|
20330
|
+
}, _errorFactory)) && (undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19918
20331
|
method: "typia.assert",
|
|
19919
20332
|
path: _path + ".duplicate",
|
|
19920
|
-
expected: "(__type.
|
|
20333
|
+
expected: "(__type.o76 | undefined)",
|
|
19921
20334
|
value: input.duplicate
|
|
19922
|
-
}, _errorFactory)) &&
|
|
20335
|
+
}, _errorFactory)) && _ao83(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19923
20336
|
method: "typia.assert",
|
|
19924
20337
|
path: _path + ".duplicate",
|
|
19925
|
-
expected: "(__type.
|
|
20338
|
+
expected: "(__type.o76 | undefined)",
|
|
19926
20339
|
value: input.duplicate
|
|
19927
|
-
}, _errorFactory); const
|
|
20340
|
+
}, _errorFactory)); const _ao82 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19928
20341
|
method: "typia.assert",
|
|
19929
20342
|
path: _path + ".titlePrefix",
|
|
19930
20343
|
expected: "(string | undefined)",
|
|
@@ -19934,14 +20347,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
19934
20347
|
path: _path + ".titleSuffix",
|
|
19935
20348
|
expected: "(string | undefined)",
|
|
19936
20349
|
value: input.titleSuffix
|
|
19937
|
-
}, _errorFactory)); const
|
|
20350
|
+
}, _errorFactory)); const _ao83 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20351
|
+
method: "typia.assert",
|
|
20352
|
+
path: _path + ".titlePrefix",
|
|
20353
|
+
expected: "(string | undefined)",
|
|
20354
|
+
value: input.titlePrefix
|
|
20355
|
+
}, _errorFactory)) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20356
|
+
method: "typia.assert",
|
|
20357
|
+
path: _path + ".titleSuffix",
|
|
20358
|
+
expected: "(string | undefined)",
|
|
20359
|
+
value: input.titleSuffix
|
|
20360
|
+
}, _errorFactory)); const _ao84 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19938
20361
|
method: "typia.assert",
|
|
19939
20362
|
path: _path + ".stateFilter",
|
|
19940
20363
|
expected: "(Array<number> | undefined)",
|
|
19941
20364
|
value: input.stateFilter
|
|
19942
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
20365
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index68) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19943
20366
|
method: "typia.assert",
|
|
19944
|
-
path: _path + ".stateFilter[" +
|
|
20367
|
+
path: _path + ".stateFilter[" + _index68 + "]",
|
|
19945
20368
|
expected: "number",
|
|
19946
20369
|
value: elem
|
|
19947
20370
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19974,16 +20397,21 @@ function _assertDomainRecord(domain, input) {
|
|
|
19974
20397
|
path: _path + ".parseRegex",
|
|
19975
20398
|
expected: "(boolean | undefined)",
|
|
19976
20399
|
value: input.parseRegex
|
|
19977
|
-
}, _errorFactory)); const
|
|
20400
|
+
}, _errorFactory)); const _ao85 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19978
20401
|
method: "typia.assert",
|
|
19979
20402
|
path: _path + ".disableHotArea",
|
|
19980
20403
|
expected: "(boolean | undefined)",
|
|
19981
20404
|
value: input.disableHotArea
|
|
19982
|
-
}, _errorFactory); const
|
|
20405
|
+
}, _errorFactory); const _ao86 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19983
20406
|
method: "typia.assert",
|
|
19984
20407
|
path: _path + ".refreshInterval",
|
|
19985
20408
|
expected: "(number | undefined)",
|
|
19986
20409
|
value: input.refreshInterval
|
|
20410
|
+
}, _errorFactory); const _ao87 = (input, _path, _exceptionable = true) => undefined === input.layout || "string" === typeof input.layout || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20411
|
+
method: "typia.assert",
|
|
20412
|
+
path: _path + ".layout",
|
|
20413
|
+
expected: "(string | undefined)",
|
|
20414
|
+
value: input.layout
|
|
19987
20415
|
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19988
20416
|
if (false === __is(input)) {
|
|
19989
20417
|
_errorFactory = errorFactory;
|
|
@@ -20052,7 +20480,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20052
20480
|
}; })()(input);
|
|
20053
20481
|
}
|
|
20054
20482
|
case ":shotbox": {
|
|
20055
|
-
return (() => { const _io0 = input => undefined === input.pages || Array.isArray(input.pages) && input.pages.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem)); const _io1 = input => (undefined === input.stickyTopRow || "boolean" === typeof input.stickyTopRow) && (undefined === input.inferGroups || "boolean" === typeof input.inferGroups) && (undefined === input.layout || Array.isArray(input.layout) && input.layout.every(elem => null !== elem && undefined !== elem && (Array.isArray(elem) && elem.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem)))); const _io2 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.sticky || "boolean" === typeof input.sticky) && (undefined === input.type || "trigger" === input.type || "toggle" === input.type) && (undefined === input.width || "string" === typeof input.width) && (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)) && (undefined === input.states || "object" === typeof input.states && null !== input.states && _io3(input.states)) && (undefined === input.flow || "column" === input.flow || "row" === input.flow) && (undefined === input.minRows || "number" === typeof input.minRows) && (undefined === input.maxRows || "number" === typeof input.maxRows); const _io3 = input => "boolean" === typeof input.completed; const _io4 = input => "stream" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.width || "string" === typeof input.width) && (undefined === input.source || "string" === typeof input.source); const _iu0 = input => (() => {
|
|
20483
|
+
return (() => { const _io0 = input => undefined === input.pages || Array.isArray(input.pages) && input.pages.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem)); const _io1 = input => (undefined === input.stickyTopRow || "boolean" === typeof input.stickyTopRow) && (undefined === input.inferGroups || "boolean" === typeof input.inferGroups) && (undefined === input.excludeFromInferredGroups || Array.isArray(input.excludeFromInferredGroups) && input.excludeFromInferredGroups.every(elem => "string" === typeof elem)) && (undefined === input.layout || Array.isArray(input.layout) && input.layout.every(elem => null !== elem && undefined !== elem && (Array.isArray(elem) && elem.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem)))); const _io2 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.sticky || "boolean" === typeof input.sticky) && (undefined === input.type || "trigger" === input.type || "toggle" === input.type) && (undefined === input.width || "string" === typeof input.width) && (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)) && (undefined === input.states || "object" === typeof input.states && null !== input.states && _io3(input.states)) && (undefined === input.flow || "column" === input.flow || "row" === input.flow) && (undefined === input.minRows || "number" === typeof input.minRows) && (undefined === input.maxRows || "number" === typeof input.maxRows); const _io3 = input => "boolean" === typeof input.completed; const _io4 = input => "stream" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.width || "string" === typeof input.width) && (undefined === input.source || "string" === typeof input.source); const _iu0 = input => (() => {
|
|
20056
20484
|
if ("stream" === input.type)
|
|
20057
20485
|
return _io4(input);
|
|
20058
20486
|
else
|
|
@@ -20062,14 +20490,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
20062
20490
|
path: _path + ".pages",
|
|
20063
20491
|
expected: "(Array<ShotboxPage> | undefined)",
|
|
20064
20492
|
value: input.pages
|
|
20065
|
-
}, _errorFactory)) && input.pages.every((elem,
|
|
20493
|
+
}, _errorFactory)) && input.pages.every((elem, _index7) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20066
20494
|
method: "typia.assert",
|
|
20067
|
-
path: _path + ".pages[" +
|
|
20495
|
+
path: _path + ".pages[" + _index7 + "]",
|
|
20068
20496
|
expected: "ShotboxPage",
|
|
20069
20497
|
value: elem
|
|
20070
|
-
}, _errorFactory)) && _ao1(elem, _path + ".pages[" +
|
|
20498
|
+
}, _errorFactory)) && _ao1(elem, _path + ".pages[" + _index7 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20071
20499
|
method: "typia.assert",
|
|
20072
|
-
path: _path + ".pages[" +
|
|
20500
|
+
path: _path + ".pages[" + _index7 + "]",
|
|
20073
20501
|
expected: "ShotboxPage",
|
|
20074
20502
|
value: elem
|
|
20075
20503
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20087,39 +20515,54 @@ function _assertDomainRecord(domain, input) {
|
|
|
20087
20515
|
path: _path + ".inferGroups",
|
|
20088
20516
|
expected: "(boolean | undefined)",
|
|
20089
20517
|
value: input.inferGroups
|
|
20518
|
+
}, _errorFactory)) && (undefined === input.excludeFromInferredGroups || (Array.isArray(input.excludeFromInferredGroups) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20519
|
+
method: "typia.assert",
|
|
20520
|
+
path: _path + ".excludeFromInferredGroups",
|
|
20521
|
+
expected: "(Array<string> | undefined)",
|
|
20522
|
+
value: input.excludeFromInferredGroups
|
|
20523
|
+
}, _errorFactory)) && input.excludeFromInferredGroups.every((elem, _index8) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20524
|
+
method: "typia.assert",
|
|
20525
|
+
path: _path + ".excludeFromInferredGroups[" + _index8 + "]",
|
|
20526
|
+
expected: "string",
|
|
20527
|
+
value: elem
|
|
20528
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20529
|
+
method: "typia.assert",
|
|
20530
|
+
path: _path + ".excludeFromInferredGroups",
|
|
20531
|
+
expected: "(Array<string> | undefined)",
|
|
20532
|
+
value: input.excludeFromInferredGroups
|
|
20090
20533
|
}, _errorFactory)) && (undefined === input.layout || (Array.isArray(input.layout) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20091
20534
|
method: "typia.assert",
|
|
20092
20535
|
path: _path + ".layout",
|
|
20093
20536
|
expected: "(Array<ShotboxGroup | ShotboxGroup[]> | undefined)",
|
|
20094
20537
|
value: input.layout
|
|
20095
|
-
}, _errorFactory)) && input.layout.every((elem,
|
|
20538
|
+
}, _errorFactory)) && input.layout.every((elem, _index9) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20096
20539
|
method: "typia.assert",
|
|
20097
|
-
path: _path + ".layout[" +
|
|
20540
|
+
path: _path + ".layout[" + _index9 + "]",
|
|
20098
20541
|
expected: "(Array<ShotboxGroup> | ShotboxEventGroup | ShotboxStreamGroup)",
|
|
20099
20542
|
value: elem
|
|
20100
20543
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20101
20544
|
method: "typia.assert",
|
|
20102
|
-
path: _path + ".layout[" +
|
|
20545
|
+
path: _path + ".layout[" + _index9 + "]",
|
|
20103
20546
|
expected: "(Array<ShotboxGroup> | ShotboxEventGroup | ShotboxStreamGroup)",
|
|
20104
20547
|
value: elem
|
|
20105
|
-
}, _errorFactory)) && (Array.isArray(elem) && elem.every((elem,
|
|
20548
|
+
}, _errorFactory)) && (Array.isArray(elem) && elem.every((elem, _index10) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20106
20549
|
method: "typia.assert",
|
|
20107
|
-
path: _path + ".layout[" +
|
|
20550
|
+
path: _path + ".layout[" + _index9 + "][" + _index10 + "]",
|
|
20108
20551
|
expected: "(ShotboxEventGroup | ShotboxStreamGroup)",
|
|
20109
20552
|
value: elem
|
|
20110
|
-
}, _errorFactory)) && _au0(elem, _path + ".layout[" +
|
|
20553
|
+
}, _errorFactory)) && _au0(elem, _path + ".layout[" + _index9 + "][" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20111
20554
|
method: "typia.assert",
|
|
20112
|
-
path: _path + ".layout[" +
|
|
20555
|
+
path: _path + ".layout[" + _index9 + "][" + _index10 + "]",
|
|
20113
20556
|
expected: "(ShotboxEventGroup | ShotboxStreamGroup)",
|
|
20114
20557
|
value: elem
|
|
20115
|
-
}, _errorFactory)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _au0(elem, _path + ".layout[" +
|
|
20558
|
+
}, _errorFactory)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _au0(elem, _path + ".layout[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20116
20559
|
method: "typia.assert",
|
|
20117
|
-
path: _path + ".layout[" +
|
|
20560
|
+
path: _path + ".layout[" + _index9 + "]",
|
|
20118
20561
|
expected: "(Array<ShotboxGroup> | ShotboxEventGroup | ShotboxStreamGroup)",
|
|
20119
20562
|
value: elem
|
|
20120
20563
|
}, _errorFactory) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20121
20564
|
method: "typia.assert",
|
|
20122
|
-
path: _path + ".layout[" +
|
|
20565
|
+
path: _path + ".layout[" + _index9 + "]",
|
|
20123
20566
|
expected: "(Array<ShotboxGroup> | ShotboxEventGroup | ShotboxStreamGroup)",
|
|
20124
20567
|
value: elem
|
|
20125
20568
|
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20157,9 +20600,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
20157
20600
|
path: _path + ".include",
|
|
20158
20601
|
expected: "(Array<string> | undefined)",
|
|
20159
20602
|
value: input.include
|
|
20160
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
20603
|
+
}, _errorFactory)) && input.include.every((elem, _index11) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20161
20604
|
method: "typia.assert",
|
|
20162
|
-
path: _path + ".include[" +
|
|
20605
|
+
path: _path + ".include[" + _index11 + "]",
|
|
20163
20606
|
expected: "string",
|
|
20164
20607
|
value: elem
|
|
20165
20608
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20172,9 +20615,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
20172
20615
|
path: _path + ".exclude",
|
|
20173
20616
|
expected: "(Array<string> | undefined)",
|
|
20174
20617
|
value: input.exclude
|
|
20175
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
20618
|
+
}, _errorFactory)) && input.exclude.every((elem, _index12) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20176
20619
|
method: "typia.assert",
|
|
20177
|
-
path: _path + ".exclude[" +
|
|
20620
|
+
path: _path + ".exclude[" + _index12 + "]",
|
|
20178
20621
|
expected: "string",
|
|
20179
20622
|
value: elem
|
|
20180
20623
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20387,7 +20830,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20387
20830
|
}; })()(input);
|
|
20388
20831
|
}
|
|
20389
20832
|
case ":subtitle-style": {
|
|
20390
|
-
return (() => { const _io0 = input => (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.previewSettings || "object" === typeof input.previewSettings && null !== input.previewSettings && false === Array.isArray(input.previewSettings) && _io1(input.previewSettings)) && (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.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 _io1 = input => (undefined === input.aspectRatio || "string" === typeof input.aspectRatio) && (undefined === input.backgroundAssetId || "string" === typeof input.backgroundAssetId) && (undefined === input.text || "string" === typeof input.text); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20833
|
+
return (() => { const _io0 = input => (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.previewSettings || "object" === typeof input.previewSettings && null !== input.previewSettings && false === Array.isArray(input.previewSettings) && _io1(input.previewSettings)) && (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 _io1 = input => (undefined === input.aspectRatio || "string" === typeof input.aspectRatio) && (undefined === input.backgroundAssetId || "string" === typeof input.backgroundAssetId) && (undefined === input.text || "string" === typeof input.text); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20391
20834
|
method: "typia.assert",
|
|
20392
20835
|
path: _path + ".scaledBorderAndShadow",
|
|
20393
20836
|
expected: "(boolean | undefined)",
|
|
@@ -20477,6 +20920,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
20477
20920
|
path: _path + ".spacing",
|
|
20478
20921
|
expected: "(string | undefined)",
|
|
20479
20922
|
value: input.spacing
|
|
20923
|
+
}, _errorFactory)) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20924
|
+
method: "typia.assert",
|
|
20925
|
+
path: _path + ".lineSpacing",
|
|
20926
|
+
expected: "(string | undefined)",
|
|
20927
|
+
value: input.lineSpacing
|
|
20480
20928
|
}, _errorFactory)) && (undefined === input.angle || "string" === typeof input.angle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20481
20929
|
method: "typia.assert",
|
|
20482
20930
|
path: _path + ".angle",
|