@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
|
@@ -2543,7 +2543,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
2543
2543
|
}; })()(input);
|
|
2544
2544
|
}
|
|
2545
2545
|
case "media.consolidate": {
|
|
2546
|
-
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, {
|
|
2546
|
+
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, {
|
|
2547
2547
|
method: "typia.assertGuard",
|
|
2548
2548
|
path: _path + ".presets",
|
|
2549
2549
|
expected: "(__type | undefined)",
|
|
@@ -2758,6 +2758,46 @@ function _assertGuardExactRecord(name, input) {
|
|
|
2758
2758
|
path: _path + ".style",
|
|
2759
2759
|
expected: "(string | undefined)",
|
|
2760
2760
|
value: input.style
|
|
2761
|
+
}, _errorFactory)) && (undefined === input.ccconverter || ("object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2762
|
+
method: "typia.assertGuard",
|
|
2763
|
+
path: _path + ".ccconverter",
|
|
2764
|
+
expected: "(__type.o4 | undefined)",
|
|
2765
|
+
value: input.ccconverter
|
|
2766
|
+
}, _errorFactory)) && _ao8(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2767
|
+
method: "typia.assertGuard",
|
|
2768
|
+
path: _path + ".ccconverter",
|
|
2769
|
+
expected: "(__type.o4 | undefined)",
|
|
2770
|
+
value: input.ccconverter
|
|
2771
|
+
}, _errorFactory)) && (undefined === input.ass || ("object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2772
|
+
method: "typia.assertGuard",
|
|
2773
|
+
path: _path + ".ass",
|
|
2774
|
+
expected: "(__type.o5 | undefined)",
|
|
2775
|
+
value: input.ass
|
|
2776
|
+
}, _errorFactory)) && _ao9(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2777
|
+
method: "typia.assertGuard",
|
|
2778
|
+
path: _path + ".ass",
|
|
2779
|
+
expected: "(__type.o5 | undefined)",
|
|
2780
|
+
value: input.ass
|
|
2781
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2782
|
+
method: "typia.assertGuard",
|
|
2783
|
+
path: _path + ".preset",
|
|
2784
|
+
expected: "(string | undefined)",
|
|
2785
|
+
value: input.preset
|
|
2786
|
+
}, _errorFactory); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2787
|
+
method: "typia.assertGuard",
|
|
2788
|
+
path: _path + ".futureWordWrapping",
|
|
2789
|
+
expected: "(boolean | undefined)",
|
|
2790
|
+
value: input.futureWordWrapping
|
|
2791
|
+
}, _errorFactory)) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2792
|
+
method: "typia.assertGuard",
|
|
2793
|
+
path: _path + ".scaledBorderAndShadow",
|
|
2794
|
+
expected: "(boolean | undefined)",
|
|
2795
|
+
value: input.scaledBorderAndShadow
|
|
2796
|
+
}, _errorFactory)) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2797
|
+
method: "typia.assertGuard",
|
|
2798
|
+
path: _path + ".enableUnsafeLineSpacingHack",
|
|
2799
|
+
expected: "(boolean | undefined)",
|
|
2800
|
+
value: input.enableUnsafeLineSpacingHack
|
|
2761
2801
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
2762
2802
|
if (false === __is(input)) {
|
|
2763
2803
|
_errorFactory = errorFactory;
|
|
@@ -8352,8 +8392,8 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8352
8392
|
if (undefined === value)
|
|
8353
8393
|
return true;
|
|
8354
8394
|
return "object" === typeof value && null !== value && _io1(value);
|
|
8355
|
-
}); 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 => {
|
|
8356
|
-
if (["source", "cueCard", "startTime"].some(prop => key === prop))
|
|
8395
|
+
}); 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 => {
|
|
8396
|
+
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8357
8397
|
return true;
|
|
8358
8398
|
const value = input[key];
|
|
8359
8399
|
if (undefined === value)
|
|
@@ -8404,8 +8444,33 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8404
8444
|
path: _path + ".startTime",
|
|
8405
8445
|
expected: "(number | undefined)",
|
|
8406
8446
|
value: input.startTime
|
|
8447
|
+
}, _errorFactory)) && ((null !== input.shotboxGroup || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8448
|
+
method: "typia.assertGuard",
|
|
8449
|
+
path: _path + ".shotboxGroup",
|
|
8450
|
+
expected: "(Array<string> | string | undefined)",
|
|
8451
|
+
value: input.shotboxGroup
|
|
8452
|
+
}, _errorFactory)) && (undefined === input.shotboxGroup || "string" === typeof input.shotboxGroup || (Array.isArray(input.shotboxGroup) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8453
|
+
method: "typia.assertGuard",
|
|
8454
|
+
path: _path + ".shotboxGroup",
|
|
8455
|
+
expected: "(Array<string> | string | undefined)",
|
|
8456
|
+
value: input.shotboxGroup
|
|
8457
|
+
}, _errorFactory)) && input.shotboxGroup.every((elem, _index3) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8458
|
+
method: "typia.assertGuard",
|
|
8459
|
+
path: _path + ".shotboxGroup[" + _index3 + "]",
|
|
8460
|
+
expected: "string",
|
|
8461
|
+
value: elem
|
|
8462
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8463
|
+
method: "typia.assertGuard",
|
|
8464
|
+
path: _path + ".shotboxGroup",
|
|
8465
|
+
expected: "(Array<string> | string | undefined)",
|
|
8466
|
+
value: input.shotboxGroup
|
|
8467
|
+
}, _errorFactory))) && (undefined === input.shotboxVisible || "boolean" === typeof input.shotboxVisible || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8468
|
+
method: "typia.assertGuard",
|
|
8469
|
+
path: _path + ".shotboxVisible",
|
|
8470
|
+
expected: "(boolean | undefined)",
|
|
8471
|
+
value: input.shotboxVisible
|
|
8407
8472
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
8408
|
-
if (["source", "cueCard", "startTime"].some(prop => key === prop))
|
|
8473
|
+
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8409
8474
|
return true;
|
|
8410
8475
|
const value = input[key];
|
|
8411
8476
|
if (undefined === value)
|
|
@@ -8456,24 +8521,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8456
8521
|
expected: "(Array<JsonValue> | __type.o1 | boolean | null | number | string)",
|
|
8457
8522
|
value: value
|
|
8458
8523
|
}, _errorFactory));
|
|
8459
|
-
}); const _aa0 = (input, _path, _exceptionable = true) => input.every((elem,
|
|
8524
|
+
}); const _aa0 = (input, _path, _exceptionable = true) => input.every((elem, _index4) => (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8460
8525
|
method: "typia.assertGuard",
|
|
8461
|
-
path: _path + "[" +
|
|
8526
|
+
path: _path + "[" + _index4 + "]",
|
|
8462
8527
|
expected: "(Array<JsonValue> | __type.o1 | boolean | null | number | string)",
|
|
8463
8528
|
value: elem
|
|
8464
|
-
}, _errorFactory)) && (null === elem || "string" === typeof elem || "number" === typeof elem || "boolean" === typeof elem || (Array.isArray(elem) && (_aa0(elem, _path + "[" +
|
|
8529
|
+
}, _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, {
|
|
8465
8530
|
method: "typia.assertGuard",
|
|
8466
|
-
path: _path + "[" +
|
|
8531
|
+
path: _path + "[" + _index4 + "]",
|
|
8467
8532
|
expected: "Array<JsonValue>",
|
|
8468
8533
|
value: elem
|
|
8469
|
-
}, _errorFactory)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _ao3(elem, _path + "[" +
|
|
8534
|
+
}, _errorFactory)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _ao3(elem, _path + "[" + _index4 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8470
8535
|
method: "typia.assertGuard",
|
|
8471
|
-
path: _path + "[" +
|
|
8536
|
+
path: _path + "[" + _index4 + "]",
|
|
8472
8537
|
expected: "(Array<JsonValue> | __type.o1 | boolean | null | number | string)",
|
|
8473
8538
|
value: elem
|
|
8474
8539
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8475
8540
|
method: "typia.assertGuard",
|
|
8476
|
-
path: _path + "[" +
|
|
8541
|
+
path: _path + "[" + _index4 + "]",
|
|
8477
8542
|
expected: "(Array<JsonValue> | __type.o1 | boolean | null | number | string)",
|
|
8478
8543
|
value: elem
|
|
8479
8544
|
}, _errorFactory))); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
@@ -8623,8 +8688,8 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8623
8688
|
}; })()(input);
|
|
8624
8689
|
}
|
|
8625
8690
|
case ":event.props?": {
|
|
8626
|
-
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 => {
|
|
8627
|
-
if (["source", "cueCard", "startTime"].some(prop => key === prop))
|
|
8691
|
+
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 => {
|
|
8692
|
+
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8628
8693
|
return true;
|
|
8629
8694
|
const value = input[key];
|
|
8630
8695
|
if (undefined === value)
|
|
@@ -8650,8 +8715,33 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8650
8715
|
path: _path + ".startTime",
|
|
8651
8716
|
expected: "(number | undefined)",
|
|
8652
8717
|
value: input.startTime
|
|
8718
|
+
}, _errorFactory)) && ((null !== input.shotboxGroup || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8719
|
+
method: "typia.assertGuard",
|
|
8720
|
+
path: _path + ".shotboxGroup",
|
|
8721
|
+
expected: "(Array<string> | string | undefined)",
|
|
8722
|
+
value: input.shotboxGroup
|
|
8723
|
+
}, _errorFactory)) && (undefined === input.shotboxGroup || "string" === typeof input.shotboxGroup || (Array.isArray(input.shotboxGroup) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8724
|
+
method: "typia.assertGuard",
|
|
8725
|
+
path: _path + ".shotboxGroup",
|
|
8726
|
+
expected: "(Array<string> | string | undefined)",
|
|
8727
|
+
value: input.shotboxGroup
|
|
8728
|
+
}, _errorFactory)) && input.shotboxGroup.every((elem, _index3) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8729
|
+
method: "typia.assertGuard",
|
|
8730
|
+
path: _path + ".shotboxGroup[" + _index3 + "]",
|
|
8731
|
+
expected: "string",
|
|
8732
|
+
value: elem
|
|
8733
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8734
|
+
method: "typia.assertGuard",
|
|
8735
|
+
path: _path + ".shotboxGroup",
|
|
8736
|
+
expected: "(Array<string> | string | undefined)",
|
|
8737
|
+
value: input.shotboxGroup
|
|
8738
|
+
}, _errorFactory))) && (undefined === input.shotboxVisible || "boolean" === typeof input.shotboxVisible || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8739
|
+
method: "typia.assertGuard",
|
|
8740
|
+
path: _path + ".shotboxVisible",
|
|
8741
|
+
expected: "(boolean | undefined)",
|
|
8742
|
+
value: input.shotboxVisible
|
|
8653
8743
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
8654
|
-
if (["source", "cueCard", "startTime"].some(prop => key === prop))
|
|
8744
|
+
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8655
8745
|
return true;
|
|
8656
8746
|
const value = input[key];
|
|
8657
8747
|
if (undefined === value)
|
|
@@ -8702,24 +8792,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8702
8792
|
expected: "(Array<JsonValue> | __type | boolean | null | number | string)",
|
|
8703
8793
|
value: value
|
|
8704
8794
|
}, _errorFactory));
|
|
8705
|
-
}); const _aa0 = (input, _path, _exceptionable = true) => input.every((elem,
|
|
8795
|
+
}); const _aa0 = (input, _path, _exceptionable = true) => input.every((elem, _index4) => (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8706
8796
|
method: "typia.assertGuard",
|
|
8707
|
-
path: _path + "[" +
|
|
8797
|
+
path: _path + "[" + _index4 + "]",
|
|
8708
8798
|
expected: "(Array<JsonValue> | __type | boolean | null | number | string)",
|
|
8709
8799
|
value: elem
|
|
8710
|
-
}, _errorFactory)) && (null === elem || "string" === typeof elem || "number" === typeof elem || "boolean" === typeof elem || (Array.isArray(elem) && (_aa0(elem, _path + "[" +
|
|
8800
|
+
}, _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, {
|
|
8711
8801
|
method: "typia.assertGuard",
|
|
8712
|
-
path: _path + "[" +
|
|
8802
|
+
path: _path + "[" + _index4 + "]",
|
|
8713
8803
|
expected: "Array<JsonValue>",
|
|
8714
8804
|
value: elem
|
|
8715
|
-
}, _errorFactory)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _ao1(elem, _path + "[" +
|
|
8805
|
+
}, _errorFactory)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _ao1(elem, _path + "[" + _index4 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8716
8806
|
method: "typia.assertGuard",
|
|
8717
|
-
path: _path + "[" +
|
|
8807
|
+
path: _path + "[" + _index4 + "]",
|
|
8718
8808
|
expected: "(Array<JsonValue> | __type | boolean | null | number | string)",
|
|
8719
8809
|
value: elem
|
|
8720
8810
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8721
8811
|
method: "typia.assertGuard",
|
|
8722
|
-
path: _path + "[" +
|
|
8812
|
+
path: _path + "[" + _index4 + "]",
|
|
8723
8813
|
expected: "(Array<JsonValue> | __type | boolean | null | number | string)",
|
|
8724
8814
|
value: elem
|
|
8725
8815
|
}, _errorFactory))); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
@@ -10068,7 +10158,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10068
10158
|
if (undefined === value)
|
|
10069
10159
|
return true;
|
|
10070
10160
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io3(value);
|
|
10071
|
-
}); 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, {
|
|
10161
|
+
}); 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, {
|
|
10072
10162
|
method: "typia.assertGuard",
|
|
10073
10163
|
path: _path + ".id",
|
|
10074
10164
|
expected: "(string | undefined)",
|
|
@@ -10248,6 +10338,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10248
10338
|
path: _path + ".spacing",
|
|
10249
10339
|
expected: "(string | undefined)",
|
|
10250
10340
|
value: input.spacing
|
|
10341
|
+
}, _errorFactory)) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10342
|
+
method: "typia.assertGuard",
|
|
10343
|
+
path: _path + ".lineSpacing",
|
|
10344
|
+
expected: "(string | undefined)",
|
|
10345
|
+
value: input.lineSpacing
|
|
10251
10346
|
}, _errorFactory)) && (undefined === input.angle || "string" === typeof input.angle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10252
10347
|
method: "typia.assertGuard",
|
|
10253
10348
|
path: _path + ".angle",
|
|
@@ -10361,7 +10456,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10361
10456
|
}; })()(input);
|
|
10362
10457
|
}
|
|
10363
10458
|
case ":media.consolidate": {
|
|
10364
|
-
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, {
|
|
10459
|
+
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, {
|
|
10365
10460
|
method: "typia.assertGuard",
|
|
10366
10461
|
path: _path + ".preset",
|
|
10367
10462
|
expected: "(RenderPresetObject | string | undefined)",
|
|
@@ -10521,6 +10616,46 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10521
10616
|
path: _path + ".style",
|
|
10522
10617
|
expected: "(string | undefined)",
|
|
10523
10618
|
value: input.style
|
|
10619
|
+
}, _errorFactory)) && (undefined === input.ccconverter || ("object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10620
|
+
method: "typia.assertGuard",
|
|
10621
|
+
path: _path + ".ccconverter",
|
|
10622
|
+
expected: "(__type.o3 | undefined)",
|
|
10623
|
+
value: input.ccconverter
|
|
10624
|
+
}, _errorFactory)) && _ao7(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10625
|
+
method: "typia.assertGuard",
|
|
10626
|
+
path: _path + ".ccconverter",
|
|
10627
|
+
expected: "(__type.o3 | undefined)",
|
|
10628
|
+
value: input.ccconverter
|
|
10629
|
+
}, _errorFactory)) && (undefined === input.ass || ("object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10630
|
+
method: "typia.assertGuard",
|
|
10631
|
+
path: _path + ".ass",
|
|
10632
|
+
expected: "(__type.o4 | undefined)",
|
|
10633
|
+
value: input.ass
|
|
10634
|
+
}, _errorFactory)) && _ao8(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10635
|
+
method: "typia.assertGuard",
|
|
10636
|
+
path: _path + ".ass",
|
|
10637
|
+
expected: "(__type.o4 | undefined)",
|
|
10638
|
+
value: input.ass
|
|
10639
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10640
|
+
method: "typia.assertGuard",
|
|
10641
|
+
path: _path + ".preset",
|
|
10642
|
+
expected: "(string | undefined)",
|
|
10643
|
+
value: input.preset
|
|
10644
|
+
}, _errorFactory); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10645
|
+
method: "typia.assertGuard",
|
|
10646
|
+
path: _path + ".futureWordWrapping",
|
|
10647
|
+
expected: "(boolean | undefined)",
|
|
10648
|
+
value: input.futureWordWrapping
|
|
10649
|
+
}, _errorFactory)) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10650
|
+
method: "typia.assertGuard",
|
|
10651
|
+
path: _path + ".scaledBorderAndShadow",
|
|
10652
|
+
expected: "(boolean | undefined)",
|
|
10653
|
+
value: input.scaledBorderAndShadow
|
|
10654
|
+
}, _errorFactory)) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10655
|
+
method: "typia.assertGuard",
|
|
10656
|
+
path: _path + ".enableUnsafeLineSpacingHack",
|
|
10657
|
+
expected: "(boolean | undefined)",
|
|
10658
|
+
value: input.enableUnsafeLineSpacingHack
|
|
10524
10659
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
10525
10660
|
if (false === __is(input)) {
|
|
10526
10661
|
_errorFactory = errorFactory;
|
|
@@ -12859,46 +12994,46 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
12859
12994
|
}; })()(input);
|
|
12860
12995
|
}
|
|
12861
12996
|
case ":publish": {
|
|
12862
|
-
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 &&
|
|
12997
|
+
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 => {
|
|
12863
12998
|
const value = input[key];
|
|
12864
12999
|
if (undefined === value)
|
|
12865
13000
|
return true;
|
|
12866
13001
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
12867
|
-
}); 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.
|
|
13002
|
+
}); 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 => {
|
|
12868
13003
|
const value = input[key];
|
|
12869
13004
|
if (undefined === value)
|
|
12870
13005
|
return true;
|
|
12871
13006
|
return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
|
|
12872
|
-
}); const
|
|
13007
|
+
}); 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 => {
|
|
12873
13008
|
const value = input[key];
|
|
12874
13009
|
if (undefined === value)
|
|
12875
13010
|
return true;
|
|
12876
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
12877
|
-
}); const
|
|
13011
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io28(value);
|
|
13012
|
+
}); 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 => {
|
|
12878
13013
|
if (["id", "path", "filename", "directory", "subtitle", "metafile"].some(prop => key === prop))
|
|
12879
13014
|
return true;
|
|
12880
13015
|
const value = input[key];
|
|
12881
13016
|
if (undefined === value)
|
|
12882
13017
|
return true;
|
|
12883
13018
|
return true;
|
|
12884
|
-
}); const
|
|
13019
|
+
}); 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 => (() => {
|
|
12885
13020
|
if (undefined !== input.path)
|
|
12886
|
-
return
|
|
13021
|
+
return _io22(input);
|
|
12887
13022
|
else if (undefined !== input.__context)
|
|
12888
|
-
return
|
|
13023
|
+
return _io23(input);
|
|
12889
13024
|
else
|
|
12890
13025
|
return false;
|
|
12891
13026
|
})(); const _iu1 = input => (() => {
|
|
12892
13027
|
if (_io0(input))
|
|
12893
13028
|
return _io0(input);
|
|
12894
|
-
if (
|
|
12895
|
-
return
|
|
12896
|
-
if (
|
|
12897
|
-
return
|
|
12898
|
-
if (
|
|
12899
|
-
return
|
|
12900
|
-
if (
|
|
12901
|
-
return
|
|
13029
|
+
if (_io19(input))
|
|
13030
|
+
return _io19(input);
|
|
13031
|
+
if (_io30(input))
|
|
13032
|
+
return _io30(input);
|
|
13033
|
+
if (_io20(input))
|
|
13034
|
+
return _io20(input);
|
|
13035
|
+
if (_io34(input))
|
|
13036
|
+
return _io34(input);
|
|
12902
13037
|
return false;
|
|
12903
13038
|
})(); const _ao0 = (input, _path, _exceptionable = true) => (null === input.type || undefined === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12904
13039
|
method: "typia.assertGuard",
|
|
@@ -12928,12 +13063,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
12928
13063
|
}, _errorFactory)) && true && true && true && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12929
13064
|
method: "typia.assertGuard",
|
|
12930
13065
|
path: _path + ".error",
|
|
12931
|
-
expected: "(__type.
|
|
13066
|
+
expected: "(__type.o11 | null | undefined)",
|
|
12932
13067
|
value: input.error
|
|
12933
|
-
}, _errorFactory)) &&
|
|
13068
|
+
}, _errorFactory)) && _ao17(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12934
13069
|
method: "typia.assertGuard",
|
|
12935
13070
|
path: _path + ".error",
|
|
12936
|
-
expected: "(__type.
|
|
13071
|
+
expected: "(__type.o11 | null | undefined)",
|
|
12937
13072
|
value: input.error
|
|
12938
13073
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12939
13074
|
method: "typia.assertGuard",
|
|
@@ -12945,7 +13080,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
12945
13080
|
path: _path + ".messages[" + _index10 + "]",
|
|
12946
13081
|
expected: "Message",
|
|
12947
13082
|
value: elem
|
|
12948
|
-
}, _errorFactory)) &&
|
|
13083
|
+
}, _errorFactory)) && _ao18(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12949
13084
|
method: "typia.assertGuard",
|
|
12950
13085
|
path: _path + ".messages[" + _index10 + "]",
|
|
12951
13086
|
expected: "Message",
|
|
@@ -13165,6 +13300,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13165
13300
|
path: _path + ".spacing",
|
|
13166
13301
|
expected: "(string | undefined)",
|
|
13167
13302
|
value: input.spacing
|
|
13303
|
+
}, _errorFactory)) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13304
|
+
method: "typia.assertGuard",
|
|
13305
|
+
path: _path + ".lineSpacing",
|
|
13306
|
+
expected: "(string | undefined)",
|
|
13307
|
+
value: input.lineSpacing
|
|
13168
13308
|
}, _errorFactory)) && (undefined === input.angle || "string" === typeof input.angle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13169
13309
|
method: "typia.assertGuard",
|
|
13170
13310
|
path: _path + ".angle",
|
|
@@ -13365,12 +13505,52 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13365
13505
|
path: _path + ".style",
|
|
13366
13506
|
expected: "(string | undefined)",
|
|
13367
13507
|
value: input.style
|
|
13368
|
-
}, _errorFactory))
|
|
13508
|
+
}, _errorFactory)) && (undefined === input.ccconverter || ("object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13509
|
+
method: "typia.assertGuard",
|
|
13510
|
+
path: _path + ".ccconverter",
|
|
13511
|
+
expected: "(__type.o9 | undefined)",
|
|
13512
|
+
value: input.ccconverter
|
|
13513
|
+
}, _errorFactory)) && _ao15(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13514
|
+
method: "typia.assertGuard",
|
|
13515
|
+
path: _path + ".ccconverter",
|
|
13516
|
+
expected: "(__type.o9 | undefined)",
|
|
13517
|
+
value: input.ccconverter
|
|
13518
|
+
}, _errorFactory)) && (undefined === input.ass || ("object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13519
|
+
method: "typia.assertGuard",
|
|
13520
|
+
path: _path + ".ass",
|
|
13521
|
+
expected: "(__type.o10 | undefined)",
|
|
13522
|
+
value: input.ass
|
|
13523
|
+
}, _errorFactory)) && _ao16(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13524
|
+
method: "typia.assertGuard",
|
|
13525
|
+
path: _path + ".ass",
|
|
13526
|
+
expected: "(__type.o10 | undefined)",
|
|
13527
|
+
value: input.ass
|
|
13528
|
+
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13529
|
+
method: "typia.assertGuard",
|
|
13530
|
+
path: _path + ".preset",
|
|
13531
|
+
expected: "(string | undefined)",
|
|
13532
|
+
value: input.preset
|
|
13533
|
+
}, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13534
|
+
method: "typia.assertGuard",
|
|
13535
|
+
path: _path + ".futureWordWrapping",
|
|
13536
|
+
expected: "(boolean | undefined)",
|
|
13537
|
+
value: input.futureWordWrapping
|
|
13538
|
+
}, _errorFactory)) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13539
|
+
method: "typia.assertGuard",
|
|
13540
|
+
path: _path + ".scaledBorderAndShadow",
|
|
13541
|
+
expected: "(boolean | undefined)",
|
|
13542
|
+
value: input.scaledBorderAndShadow
|
|
13543
|
+
}, _errorFactory)) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13544
|
+
method: "typia.assertGuard",
|
|
13545
|
+
path: _path + ".enableUnsafeLineSpacingHack",
|
|
13546
|
+
expected: "(boolean | undefined)",
|
|
13547
|
+
value: input.enableUnsafeLineSpacingHack
|
|
13548
|
+
}, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13369
13549
|
method: "typia.assertGuard",
|
|
13370
13550
|
path: _path + ".method",
|
|
13371
13551
|
expected: "string",
|
|
13372
13552
|
value: input.method
|
|
13373
|
-
}, _errorFactory); const
|
|
13553
|
+
}, _errorFactory); const _ao18 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13374
13554
|
method: "typia.assertGuard",
|
|
13375
13555
|
path: _path + ".level",
|
|
13376
13556
|
expected: "number",
|
|
@@ -13385,7 +13565,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13385
13565
|
path: _path + ".msg",
|
|
13386
13566
|
expected: "string",
|
|
13387
13567
|
value: input.msg
|
|
13388
|
-
}, _errorFactory)); const
|
|
13568
|
+
}, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => (undefined === input.type || "facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13389
13569
|
method: "typia.assertGuard",
|
|
13390
13570
|
path: _path + ".type",
|
|
13391
13571
|
expected: "(\"facebook\" | undefined)",
|
|
@@ -13418,12 +13598,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13418
13598
|
}, _errorFactory)) && true && true && true && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13419
13599
|
method: "typia.assertGuard",
|
|
13420
13600
|
path: _path + ".error",
|
|
13421
|
-
expected: "(__type.
|
|
13601
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13422
13602
|
value: input.error
|
|
13423
|
-
}, _errorFactory)) &&
|
|
13603
|
+
}, _errorFactory)) && _ao17(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13424
13604
|
method: "typia.assertGuard",
|
|
13425
13605
|
path: _path + ".error",
|
|
13426
|
-
expected: "(__type.
|
|
13606
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13427
13607
|
value: input.error
|
|
13428
13608
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13429
13609
|
method: "typia.assertGuard",
|
|
@@ -13435,7 +13615,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13435
13615
|
path: _path + ".messages[" + _index13 + "]",
|
|
13436
13616
|
expected: "Message",
|
|
13437
13617
|
value: elem
|
|
13438
|
-
}, _errorFactory)) &&
|
|
13618
|
+
}, _errorFactory)) && _ao18(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13439
13619
|
method: "typia.assertGuard",
|
|
13440
13620
|
path: _path + ".messages[" + _index13 + "]",
|
|
13441
13621
|
expected: "Message",
|
|
@@ -13445,7 +13625,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13445
13625
|
path: _path + ".messages",
|
|
13446
13626
|
expected: "(Array<Message> | undefined)",
|
|
13447
13627
|
value: input.messages
|
|
13448
|
-
}, _errorFactory)); const
|
|
13628
|
+
}, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13449
13629
|
method: "typia.assertGuard",
|
|
13450
13630
|
path: _path + ".type",
|
|
13451
13631
|
expected: "(\"file\" | undefined)",
|
|
@@ -13465,7 +13645,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13465
13645
|
path: _path + ".renders",
|
|
13466
13646
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
13467
13647
|
value: input.renders
|
|
13468
|
-
}, _errorFactory)) &&
|
|
13648
|
+
}, _errorFactory)) && _ao21(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13469
13649
|
method: "typia.assertGuard",
|
|
13470
13650
|
path: _path + ".renders",
|
|
13471
13651
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
@@ -13475,7 +13655,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13475
13655
|
path: _path + ".draft",
|
|
13476
13656
|
expected: "(FilePublishDraft | undefined)",
|
|
13477
13657
|
value: input.draft
|
|
13478
|
-
}, _errorFactory)) &&
|
|
13658
|
+
}, _errorFactory)) && _ao25(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13479
13659
|
method: "typia.assertGuard",
|
|
13480
13660
|
path: _path + ".draft",
|
|
13481
13661
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -13485,7 +13665,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13485
13665
|
path: _path + ".remote",
|
|
13486
13666
|
expected: "(FilePublishRemote | undefined)",
|
|
13487
13667
|
value: input.remote
|
|
13488
|
-
}, _errorFactory)) &&
|
|
13668
|
+
}, _errorFactory)) && _ao26(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13489
13669
|
method: "typia.assertGuard",
|
|
13490
13670
|
path: _path + ".remote",
|
|
13491
13671
|
expected: "(FilePublishRemote | undefined)",
|
|
@@ -13495,7 +13675,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13495
13675
|
path: _path + ".published",
|
|
13496
13676
|
expected: "(FilePublishPublished | undefined)",
|
|
13497
13677
|
value: input.published
|
|
13498
|
-
}, _errorFactory)) &&
|
|
13678
|
+
}, _errorFactory)) && _ao29(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13499
13679
|
method: "typia.assertGuard",
|
|
13500
13680
|
path: _path + ".published",
|
|
13501
13681
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -13523,12 +13703,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13523
13703
|
}, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13524
13704
|
method: "typia.assertGuard",
|
|
13525
13705
|
path: _path + ".error",
|
|
13526
|
-
expected: "(__type.
|
|
13706
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13527
13707
|
value: input.error
|
|
13528
|
-
}, _errorFactory)) &&
|
|
13708
|
+
}, _errorFactory)) && _ao17(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13529
13709
|
method: "typia.assertGuard",
|
|
13530
13710
|
path: _path + ".error",
|
|
13531
|
-
expected: "(__type.
|
|
13711
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13532
13712
|
value: input.error
|
|
13533
13713
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13534
13714
|
method: "typia.assertGuard",
|
|
@@ -13540,7 +13720,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13540
13720
|
path: _path + ".messages[" + _index14 + "]",
|
|
13541
13721
|
expected: "Message",
|
|
13542
13722
|
value: elem
|
|
13543
|
-
}, _errorFactory)) &&
|
|
13723
|
+
}, _errorFactory)) && _ao18(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13544
13724
|
method: "typia.assertGuard",
|
|
13545
13725
|
path: _path + ".messages[" + _index14 + "]",
|
|
13546
13726
|
expected: "Message",
|
|
@@ -13550,32 +13730,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13550
13730
|
path: _path + ".messages",
|
|
13551
13731
|
expected: "(Array<Message> | undefined)",
|
|
13552
13732
|
value: input.messages
|
|
13553
|
-
}, _errorFactory)); const
|
|
13733
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
13554
13734
|
const value = input[key];
|
|
13555
13735
|
if (undefined === value)
|
|
13556
13736
|
return true;
|
|
13557
13737
|
return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13558
13738
|
method: "typia.assertGuard",
|
|
13559
13739
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13560
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
13740
|
+
expected: "(ResolvedFilePublishRender | __type.o12 | string)",
|
|
13561
13741
|
value: value
|
|
13562
13742
|
}, _errorFactory)) && (undefined !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13563
13743
|
method: "typia.assertGuard",
|
|
13564
13744
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13565
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
13745
|
+
expected: "(ResolvedFilePublishRender | __type.o12 | string)",
|
|
13566
13746
|
value: value
|
|
13567
13747
|
}, _errorFactory)) && ("string" === typeof value || ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13568
13748
|
method: "typia.assertGuard",
|
|
13569
13749
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13570
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
13750
|
+
expected: "(ResolvedFilePublishRender | __type.o12 | string)",
|
|
13571
13751
|
value: value
|
|
13572
13752
|
}, _errorFactory)) && _au0(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13573
13753
|
method: "typia.assertGuard",
|
|
13574
13754
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13575
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
13755
|
+
expected: "(ResolvedFilePublishRender | __type.o12 | string)",
|
|
13576
13756
|
value: value
|
|
13577
13757
|
}, _errorFactory));
|
|
13578
|
-
}); const
|
|
13758
|
+
}); const _ao22 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13579
13759
|
method: "typia.assertGuard",
|
|
13580
13760
|
path: _path + ".name",
|
|
13581
13761
|
expected: "(string | undefined)",
|
|
@@ -13625,32 +13805,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13625
13805
|
path: _path + ".profile",
|
|
13626
13806
|
expected: "(RenderProfileObject | undefined)",
|
|
13627
13807
|
value: input.profile
|
|
13628
|
-
}, _errorFactory)); const
|
|
13808
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13629
13809
|
method: "typia.assertGuard",
|
|
13630
13810
|
path: _path + ".__context",
|
|
13631
|
-
expected: "__type.
|
|
13811
|
+
expected: "__type.o13",
|
|
13632
13812
|
value: input.__context
|
|
13633
|
-
}, _errorFactory)) &&
|
|
13813
|
+
}, _errorFactory)) && _ao24(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13634
13814
|
method: "typia.assertGuard",
|
|
13635
13815
|
path: _path + ".__context",
|
|
13636
|
-
expected: "__type.
|
|
13816
|
+
expected: "__type.o13",
|
|
13637
13817
|
value: input.__context
|
|
13638
13818
|
}, _errorFactory)) && (("object" === typeof input.__returnValue && null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13639
13819
|
method: "typia.assertGuard",
|
|
13640
13820
|
path: _path + ".__returnValue",
|
|
13641
13821
|
expected: "ResolvedFilePublishRender",
|
|
13642
13822
|
value: input.__returnValue
|
|
13643
|
-
}, _errorFactory)) &&
|
|
13823
|
+
}, _errorFactory)) && _ao22(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13644
13824
|
method: "typia.assertGuard",
|
|
13645
13825
|
path: _path + ".__returnValue",
|
|
13646
13826
|
expected: "ResolvedFilePublishRender",
|
|
13647
13827
|
value: input.__returnValue
|
|
13648
|
-
}, _errorFactory)); const
|
|
13828
|
+
}, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13649
13829
|
method: "typia.assertGuard",
|
|
13650
13830
|
path: _path + ".publish",
|
|
13651
13831
|
expected: "FilePublishRecord",
|
|
13652
13832
|
value: input.publish
|
|
13653
|
-
}, _errorFactory)) &&
|
|
13833
|
+
}, _errorFactory)) && _ao20(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13654
13834
|
method: "typia.assertGuard",
|
|
13655
13835
|
path: _path + ".publish",
|
|
13656
13836
|
expected: "FilePublishRecord",
|
|
@@ -13665,7 +13845,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13665
13845
|
path: _path + ".name",
|
|
13666
13846
|
expected: "string",
|
|
13667
13847
|
value: input.name
|
|
13668
|
-
}, _errorFactory)); const
|
|
13848
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13669
13849
|
method: "typia.assertGuard",
|
|
13670
13850
|
path: _path + ".directory",
|
|
13671
13851
|
expected: "(string | undefined)",
|
|
@@ -13675,7 +13855,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13675
13855
|
path: _path + ".filename",
|
|
13676
13856
|
expected: "(string | undefined)",
|
|
13677
13857
|
value: input.filename
|
|
13678
|
-
}, _errorFactory)); const
|
|
13858
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13679
13859
|
method: "typia.assertGuard",
|
|
13680
13860
|
path: _path + ".directory",
|
|
13681
13861
|
expected: "(string | undefined)",
|
|
@@ -13690,12 +13870,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13690
13870
|
path: _path + ".renders",
|
|
13691
13871
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
13692
13872
|
value: input.renders
|
|
13693
|
-
}, _errorFactory)) &&
|
|
13873
|
+
}, _errorFactory)) && _ao27(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13694
13874
|
method: "typia.assertGuard",
|
|
13695
13875
|
path: _path + ".renders",
|
|
13696
13876
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
13697
13877
|
value: input.renders
|
|
13698
|
-
}, _errorFactory)); const
|
|
13878
|
+
}, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
13699
13879
|
const value = input[key];
|
|
13700
13880
|
if (undefined === value)
|
|
13701
13881
|
return true;
|
|
@@ -13704,13 +13884,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13704
13884
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13705
13885
|
expected: "FilePublishRemoteRender",
|
|
13706
13886
|
value: value
|
|
13707
|
-
}, _errorFactory)) &&
|
|
13887
|
+
}, _errorFactory)) && _ao28(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13708
13888
|
method: "typia.assertGuard",
|
|
13709
13889
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13710
13890
|
expected: "FilePublishRemoteRender",
|
|
13711
13891
|
value: value
|
|
13712
13892
|
}, _errorFactory);
|
|
13713
|
-
}); const
|
|
13893
|
+
}); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13714
13894
|
method: "typia.assertGuard",
|
|
13715
13895
|
path: _path + ".path",
|
|
13716
13896
|
expected: "(string | undefined)",
|
|
@@ -13725,7 +13905,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13725
13905
|
path: _path + ".messages[" + _index15 + "]",
|
|
13726
13906
|
expected: "Message",
|
|
13727
13907
|
value: elem
|
|
13728
|
-
}, _errorFactory)) &&
|
|
13908
|
+
}, _errorFactory)) && _ao18(elem, _path + ".messages[" + _index15 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13729
13909
|
method: "typia.assertGuard",
|
|
13730
13910
|
path: _path + ".messages[" + _index15 + "]",
|
|
13731
13911
|
expected: "Message",
|
|
@@ -13750,7 +13930,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13750
13930
|
path: _path + ".source",
|
|
13751
13931
|
expected: "(string | undefined)",
|
|
13752
13932
|
value: input.source
|
|
13753
|
-
}, _errorFactory)); const
|
|
13933
|
+
}, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13754
13934
|
method: "typia.assertGuard",
|
|
13755
13935
|
path: _path + ".directory",
|
|
13756
13936
|
expected: "(string | undefined)",
|
|
@@ -13760,7 +13940,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13760
13940
|
path: _path + ".filename",
|
|
13761
13941
|
expected: "string",
|
|
13762
13942
|
value: input.filename
|
|
13763
|
-
}, _errorFactory)); const
|
|
13943
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13764
13944
|
method: "typia.assertGuard",
|
|
13765
13945
|
path: _path + ".type",
|
|
13766
13946
|
expected: "(\"file\" | undefined)",
|
|
@@ -13780,7 +13960,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13780
13960
|
path: _path + ".draft",
|
|
13781
13961
|
expected: "(FilePublishDraft | undefined)",
|
|
13782
13962
|
value: input.draft
|
|
13783
|
-
}, _errorFactory)) &&
|
|
13963
|
+
}, _errorFactory)) && _ao25(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13784
13964
|
method: "typia.assertGuard",
|
|
13785
13965
|
path: _path + ".draft",
|
|
13786
13966
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -13790,7 +13970,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13790
13970
|
path: _path + ".remote",
|
|
13791
13971
|
expected: "(FilePublishRemoteLegacy | undefined)",
|
|
13792
13972
|
value: input.remote
|
|
13793
|
-
}, _errorFactory)) &&
|
|
13973
|
+
}, _errorFactory)) && _ao31(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13794
13974
|
method: "typia.assertGuard",
|
|
13795
13975
|
path: _path + ".remote",
|
|
13796
13976
|
expected: "(FilePublishRemoteLegacy | undefined)",
|
|
@@ -13800,7 +13980,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13800
13980
|
path: _path + ".published",
|
|
13801
13981
|
expected: "(FilePublishPublished | undefined)",
|
|
13802
13982
|
value: input.published
|
|
13803
|
-
}, _errorFactory)) &&
|
|
13983
|
+
}, _errorFactory)) && _ao29(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13804
13984
|
method: "typia.assertGuard",
|
|
13805
13985
|
path: _path + ".published",
|
|
13806
13986
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -13838,12 +14018,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13838
14018
|
}, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13839
14019
|
method: "typia.assertGuard",
|
|
13840
14020
|
path: _path + ".error",
|
|
13841
|
-
expected: "(__type.
|
|
14021
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13842
14022
|
value: input.error
|
|
13843
|
-
}, _errorFactory)) &&
|
|
14023
|
+
}, _errorFactory)) && _ao17(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13844
14024
|
method: "typia.assertGuard",
|
|
13845
14025
|
path: _path + ".error",
|
|
13846
|
-
expected: "(__type.
|
|
14026
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13847
14027
|
value: input.error
|
|
13848
14028
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13849
14029
|
method: "typia.assertGuard",
|
|
@@ -13855,7 +14035,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13855
14035
|
path: _path + ".messages[" + _index16 + "]",
|
|
13856
14036
|
expected: "Message",
|
|
13857
14037
|
value: elem
|
|
13858
|
-
}, _errorFactory)) &&
|
|
14038
|
+
}, _errorFactory)) && _ao18(elem, _path + ".messages[" + _index16 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13859
14039
|
method: "typia.assertGuard",
|
|
13860
14040
|
path: _path + ".messages[" + _index16 + "]",
|
|
13861
14041
|
expected: "Message",
|
|
@@ -13865,7 +14045,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13865
14045
|
path: _path + ".messages",
|
|
13866
14046
|
expected: "(Array<Message> | undefined)",
|
|
13867
14047
|
value: input.messages
|
|
13868
|
-
}, _errorFactory)); const
|
|
14048
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13869
14049
|
method: "typia.assertGuard",
|
|
13870
14050
|
path: _path + ".id",
|
|
13871
14051
|
expected: "(string | undefined)",
|
|
@@ -13888,22 +14068,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13888
14068
|
}, _errorFactory)) && (undefined === input.subtitle || ("object" === typeof input.subtitle && null !== input.subtitle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13889
14069
|
method: "typia.assertGuard",
|
|
13890
14070
|
path: _path + ".subtitle",
|
|
13891
|
-
expected: "(__type.
|
|
14071
|
+
expected: "(__type.o14 | undefined)",
|
|
13892
14072
|
value: input.subtitle
|
|
13893
|
-
}, _errorFactory)) &&
|
|
14073
|
+
}, _errorFactory)) && _ao32(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13894
14074
|
method: "typia.assertGuard",
|
|
13895
14075
|
path: _path + ".subtitle",
|
|
13896
|
-
expected: "(__type.
|
|
14076
|
+
expected: "(__type.o14 | undefined)",
|
|
13897
14077
|
value: input.subtitle
|
|
13898
14078
|
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13899
14079
|
method: "typia.assertGuard",
|
|
13900
14080
|
path: _path + ".metafile",
|
|
13901
|
-
expected: "(__type.
|
|
14081
|
+
expected: "(__type.o15 | undefined)",
|
|
13902
14082
|
value: input.metafile
|
|
13903
|
-
}, _errorFactory)) &&
|
|
14083
|
+
}, _errorFactory)) && _ao33(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13904
14084
|
method: "typia.assertGuard",
|
|
13905
14085
|
path: _path + ".metafile",
|
|
13906
|
-
expected: "(__type.
|
|
14086
|
+
expected: "(__type.o15 | undefined)",
|
|
13907
14087
|
value: input.metafile
|
|
13908
14088
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
13909
14089
|
if (["id", "path", "filename", "directory", "subtitle", "metafile"].some(prop => key === prop))
|
|
@@ -13912,17 +14092,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13912
14092
|
if (undefined === value)
|
|
13913
14093
|
return true;
|
|
13914
14094
|
return true;
|
|
13915
|
-
})); const
|
|
14095
|
+
})); const _ao32 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13916
14096
|
method: "typia.assertGuard",
|
|
13917
14097
|
path: _path + ".path",
|
|
13918
14098
|
expected: "string",
|
|
13919
14099
|
value: input.path
|
|
13920
|
-
}, _errorFactory); const
|
|
14100
|
+
}, _errorFactory); const _ao33 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13921
14101
|
method: "typia.assertGuard",
|
|
13922
14102
|
path: _path + ".path",
|
|
13923
14103
|
expected: "string",
|
|
13924
14104
|
value: input.path
|
|
13925
|
-
}, _errorFactory); const
|
|
14105
|
+
}, _errorFactory); const _ao34 = (input, _path, _exceptionable = true) => (undefined === input.type || "youtube" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13926
14106
|
method: "typia.assertGuard",
|
|
13927
14107
|
path: _path + ".type",
|
|
13928
14108
|
expected: "(\"youtube\" | undefined)",
|
|
@@ -13930,12 +14110,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13930
14110
|
}, _errorFactory)) && (undefined === input.draft || ("object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13931
14111
|
method: "typia.assertGuard",
|
|
13932
14112
|
path: _path + ".draft",
|
|
13933
|
-
expected: "(__type.
|
|
14113
|
+
expected: "(__type.o16 | undefined)",
|
|
13934
14114
|
value: input.draft
|
|
13935
|
-
}, _errorFactory)) &&
|
|
14115
|
+
}, _errorFactory)) && _ao35(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13936
14116
|
method: "typia.assertGuard",
|
|
13937
14117
|
path: _path + ".draft",
|
|
13938
|
-
expected: "(__type.
|
|
14118
|
+
expected: "(__type.o16 | undefined)",
|
|
13939
14119
|
value: input.draft
|
|
13940
14120
|
}, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13941
14121
|
method: "typia.assertGuard",
|
|
@@ -13960,12 +14140,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13960
14140
|
}, _errorFactory)) && true && true && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13961
14141
|
method: "typia.assertGuard",
|
|
13962
14142
|
path: _path + ".error",
|
|
13963
|
-
expected: "(__type.
|
|
14143
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13964
14144
|
value: input.error
|
|
13965
|
-
}, _errorFactory)) &&
|
|
14145
|
+
}, _errorFactory)) && _ao17(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13966
14146
|
method: "typia.assertGuard",
|
|
13967
14147
|
path: _path + ".error",
|
|
13968
|
-
expected: "(__type.
|
|
14148
|
+
expected: "(__type.o11 | null | undefined)",
|
|
13969
14149
|
value: input.error
|
|
13970
14150
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13971
14151
|
method: "typia.assertGuard",
|
|
@@ -13977,7 +14157,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13977
14157
|
path: _path + ".messages[" + _index17 + "]",
|
|
13978
14158
|
expected: "Message",
|
|
13979
14159
|
value: elem
|
|
13980
|
-
}, _errorFactory)) &&
|
|
14160
|
+
}, _errorFactory)) && _ao18(elem, _path + ".messages[" + _index17 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13981
14161
|
method: "typia.assertGuard",
|
|
13982
14162
|
path: _path + ".messages[" + _index17 + "]",
|
|
13983
14163
|
expected: "Message",
|
|
@@ -13987,17 +14167,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13987
14167
|
path: _path + ".messages",
|
|
13988
14168
|
expected: "(Array<Message> | undefined)",
|
|
13989
14169
|
value: input.messages
|
|
13990
|
-
}, _errorFactory)); const
|
|
14170
|
+
}, _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, {
|
|
13991
14171
|
method: "typia.assertGuard",
|
|
13992
14172
|
path: _path + ".snippet",
|
|
13993
|
-
expected: "(__type.
|
|
14173
|
+
expected: "(__type.o17 | undefined)",
|
|
13994
14174
|
value: input.snippet
|
|
13995
|
-
}, _errorFactory)) &&
|
|
14175
|
+
}, _errorFactory)) && _ao36(input.snippet, _path + ".snippet", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13996
14176
|
method: "typia.assertGuard",
|
|
13997
14177
|
path: _path + ".snippet",
|
|
13998
|
-
expected: "(__type.
|
|
14178
|
+
expected: "(__type.o17 | undefined)",
|
|
13999
14179
|
value: input.snippet
|
|
14000
|
-
}, _errorFactory); const
|
|
14180
|
+
}, _errorFactory); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14001
14181
|
method: "typia.assertGuard",
|
|
14002
14182
|
path: _path + ".title",
|
|
14003
14183
|
expected: "(string | undefined)",
|
|
@@ -14024,17 +14204,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14024
14204
|
value: input.description
|
|
14025
14205
|
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
14026
14206
|
if (undefined !== input.path)
|
|
14027
|
-
return
|
|
14207
|
+
return _ao22(input, _path, true && _exceptionable);
|
|
14028
14208
|
else if (undefined !== input.__context)
|
|
14029
|
-
return
|
|
14209
|
+
return _ao23(input, _path, true && _exceptionable);
|
|
14030
14210
|
else
|
|
14031
14211
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14032
14212
|
method: "typia.assertGuard",
|
|
14033
14213
|
path: _path,
|
|
14034
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
14214
|
+
expected: "(ResolvedFilePublishRender | __type.o12)",
|
|
14035
14215
|
value: input
|
|
14036
14216
|
}, _errorFactory);
|
|
14037
|
-
})(); const _au1 = (input, _path, _exceptionable = true) => _ao0(input, _path, false && _exceptionable) ||
|
|
14217
|
+
})(); 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, {
|
|
14038
14218
|
method: "typia.assertGuard",
|
|
14039
14219
|
path: _path,
|
|
14040
14220
|
expected: "(EmptyPublishRecord | FacebookPublishRecord | FilePublishRecordLegacy | FilePublishRecord | YoutubePublishRecord)",
|
|
@@ -14072,16 +14252,16 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14072
14252
|
if (undefined === value)
|
|
14073
14253
|
return true;
|
|
14074
14254
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
|
|
14075
|
-
}); 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 &&
|
|
14255
|
+
}); 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 => {
|
|
14076
14256
|
const value = input[key];
|
|
14077
14257
|
if (undefined === value)
|
|
14078
14258
|
return true;
|
|
14079
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14080
|
-
}); const
|
|
14259
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value);
|
|
14260
|
+
}); 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 => (() => {
|
|
14081
14261
|
if (undefined !== input.path)
|
|
14082
14262
|
return _io9(input);
|
|
14083
14263
|
else if (undefined !== input.__context)
|
|
14084
|
-
return
|
|
14264
|
+
return _io25(input);
|
|
14085
14265
|
else
|
|
14086
14266
|
return false;
|
|
14087
14267
|
})(); const _iu1 = input => (() => {
|
|
@@ -14294,22 +14474,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14294
14474
|
return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14295
14475
|
method: "typia.assertGuard",
|
|
14296
14476
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14297
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
14477
|
+
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
14298
14478
|
value: value
|
|
14299
14479
|
}, _errorFactory)) && (undefined !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14300
14480
|
method: "typia.assertGuard",
|
|
14301
14481
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14302
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
14482
|
+
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
14303
14483
|
value: value
|
|
14304
14484
|
}, _errorFactory)) && ("string" === typeof value || ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14305
14485
|
method: "typia.assertGuard",
|
|
14306
14486
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14307
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
14487
|
+
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
14308
14488
|
value: value
|
|
14309
14489
|
}, _errorFactory)) && _au0(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14310
14490
|
method: "typia.assertGuard",
|
|
14311
14491
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14312
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
14492
|
+
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
14313
14493
|
value: value
|
|
14314
14494
|
}, _errorFactory));
|
|
14315
14495
|
}); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14542,6 +14722,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14542
14722
|
path: _path + ".spacing",
|
|
14543
14723
|
expected: "(string | undefined)",
|
|
14544
14724
|
value: input.spacing
|
|
14725
|
+
}, _errorFactory)) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14726
|
+
method: "typia.assertGuard",
|
|
14727
|
+
path: _path + ".lineSpacing",
|
|
14728
|
+
expected: "(string | undefined)",
|
|
14729
|
+
value: input.lineSpacing
|
|
14545
14730
|
}, _errorFactory)) && (undefined === input.angle || "string" === typeof input.angle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14546
14731
|
method: "typia.assertGuard",
|
|
14547
14732
|
path: _path + ".angle",
|
|
@@ -14742,15 +14927,55 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14742
14927
|
path: _path + ".style",
|
|
14743
14928
|
expected: "(string | undefined)",
|
|
14744
14929
|
value: input.style
|
|
14745
|
-
}, _errorFactory))
|
|
14930
|
+
}, _errorFactory)) && (undefined === input.ccconverter || ("object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14931
|
+
method: "typia.assertGuard",
|
|
14932
|
+
path: _path + ".ccconverter",
|
|
14933
|
+
expected: "(__type.o9 | undefined)",
|
|
14934
|
+
value: input.ccconverter
|
|
14935
|
+
}, _errorFactory)) && _ao23(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14936
|
+
method: "typia.assertGuard",
|
|
14937
|
+
path: _path + ".ccconverter",
|
|
14938
|
+
expected: "(__type.o9 | undefined)",
|
|
14939
|
+
value: input.ccconverter
|
|
14940
|
+
}, _errorFactory)) && (undefined === input.ass || ("object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14941
|
+
method: "typia.assertGuard",
|
|
14942
|
+
path: _path + ".ass",
|
|
14943
|
+
expected: "(__type.o10 | undefined)",
|
|
14944
|
+
value: input.ass
|
|
14945
|
+
}, _errorFactory)) && _ao24(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14946
|
+
method: "typia.assertGuard",
|
|
14947
|
+
path: _path + ".ass",
|
|
14948
|
+
expected: "(__type.o10 | undefined)",
|
|
14949
|
+
value: input.ass
|
|
14950
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14951
|
+
method: "typia.assertGuard",
|
|
14952
|
+
path: _path + ".preset",
|
|
14953
|
+
expected: "(string | undefined)",
|
|
14954
|
+
value: input.preset
|
|
14955
|
+
}, _errorFactory); const _ao24 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14956
|
+
method: "typia.assertGuard",
|
|
14957
|
+
path: _path + ".futureWordWrapping",
|
|
14958
|
+
expected: "(boolean | undefined)",
|
|
14959
|
+
value: input.futureWordWrapping
|
|
14960
|
+
}, _errorFactory)) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14961
|
+
method: "typia.assertGuard",
|
|
14962
|
+
path: _path + ".scaledBorderAndShadow",
|
|
14963
|
+
expected: "(boolean | undefined)",
|
|
14964
|
+
value: input.scaledBorderAndShadow
|
|
14965
|
+
}, _errorFactory)) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14966
|
+
method: "typia.assertGuard",
|
|
14967
|
+
path: _path + ".enableUnsafeLineSpacingHack",
|
|
14968
|
+
expected: "(boolean | undefined)",
|
|
14969
|
+
value: input.enableUnsafeLineSpacingHack
|
|
14970
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14746
14971
|
method: "typia.assertGuard",
|
|
14747
14972
|
path: _path + ".__context",
|
|
14748
|
-
expected: "__type.
|
|
14973
|
+
expected: "__type.o12",
|
|
14749
14974
|
value: input.__context
|
|
14750
|
-
}, _errorFactory)) &&
|
|
14975
|
+
}, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14751
14976
|
method: "typia.assertGuard",
|
|
14752
14977
|
path: _path + ".__context",
|
|
14753
|
-
expected: "__type.
|
|
14978
|
+
expected: "__type.o12",
|
|
14754
14979
|
value: input.__context
|
|
14755
14980
|
}, _errorFactory)) && (("object" === typeof input.__returnValue && null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14756
14981
|
method: "typia.assertGuard",
|
|
@@ -14762,12 +14987,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14762
14987
|
path: _path + ".__returnValue",
|
|
14763
14988
|
expected: "ResolvedFilePublishRender",
|
|
14764
14989
|
value: input.__returnValue
|
|
14765
|
-
}, _errorFactory)); const
|
|
14990
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14766
14991
|
method: "typia.assertGuard",
|
|
14767
14992
|
path: _path + ".publish",
|
|
14768
14993
|
expected: "FilePublishRecord",
|
|
14769
14994
|
value: input.publish
|
|
14770
|
-
}, _errorFactory)) &&
|
|
14995
|
+
}, _errorFactory)) && _ao27(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14771
14996
|
method: "typia.assertGuard",
|
|
14772
14997
|
path: _path + ".publish",
|
|
14773
14998
|
expected: "FilePublishRecord",
|
|
@@ -14782,7 +15007,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14782
15007
|
path: _path + ".name",
|
|
14783
15008
|
expected: "string",
|
|
14784
15009
|
value: input.name
|
|
14785
|
-
}, _errorFactory)); const
|
|
15010
|
+
}, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14786
15011
|
method: "typia.assertGuard",
|
|
14787
15012
|
path: _path + ".type",
|
|
14788
15013
|
expected: "(\"file\" | undefined)",
|
|
@@ -14812,7 +15037,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14812
15037
|
path: _path + ".draft",
|
|
14813
15038
|
expected: "(FilePublishDraft | undefined)",
|
|
14814
15039
|
value: input.draft
|
|
14815
|
-
}, _errorFactory)) &&
|
|
15040
|
+
}, _errorFactory)) && _ao28(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14816
15041
|
method: "typia.assertGuard",
|
|
14817
15042
|
path: _path + ".draft",
|
|
14818
15043
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -14822,7 +15047,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14822
15047
|
path: _path + ".remote",
|
|
14823
15048
|
expected: "(FilePublishRemote | undefined)",
|
|
14824
15049
|
value: input.remote
|
|
14825
|
-
}, _errorFactory)) &&
|
|
15050
|
+
}, _errorFactory)) && _ao29(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14826
15051
|
method: "typia.assertGuard",
|
|
14827
15052
|
path: _path + ".remote",
|
|
14828
15053
|
expected: "(FilePublishRemote | undefined)",
|
|
@@ -14832,7 +15057,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14832
15057
|
path: _path + ".published",
|
|
14833
15058
|
expected: "(FilePublishPublished | undefined)",
|
|
14834
15059
|
value: input.published
|
|
14835
|
-
}, _errorFactory)) &&
|
|
15060
|
+
}, _errorFactory)) && _ao32(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14836
15061
|
method: "typia.assertGuard",
|
|
14837
15062
|
path: _path + ".published",
|
|
14838
15063
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -14852,7 +15077,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14852
15077
|
path: _path + ".render",
|
|
14853
15078
|
expected: "(PublishRenderBase | undefined)",
|
|
14854
15079
|
value: input.render
|
|
14855
|
-
}, _errorFactory)) &&
|
|
15080
|
+
}, _errorFactory)) && _ao33(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14856
15081
|
method: "typia.assertGuard",
|
|
14857
15082
|
path: _path + ".render",
|
|
14858
15083
|
expected: "(PublishRenderBase | undefined)",
|
|
@@ -14860,12 +15085,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14860
15085
|
}, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14861
15086
|
method: "typia.assertGuard",
|
|
14862
15087
|
path: _path + ".error",
|
|
14863
|
-
expected: "(__type.
|
|
15088
|
+
expected: "(__type.o13 | null | undefined)",
|
|
14864
15089
|
value: input.error
|
|
14865
|
-
}, _errorFactory)) &&
|
|
15090
|
+
}, _errorFactory)) && _ao34(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14866
15091
|
method: "typia.assertGuard",
|
|
14867
15092
|
path: _path + ".error",
|
|
14868
|
-
expected: "(__type.
|
|
15093
|
+
expected: "(__type.o13 | null | undefined)",
|
|
14869
15094
|
value: input.error
|
|
14870
15095
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14871
15096
|
method: "typia.assertGuard",
|
|
@@ -14887,7 +15112,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14887
15112
|
path: _path + ".messages",
|
|
14888
15113
|
expected: "(Array<Message> | undefined)",
|
|
14889
15114
|
value: input.messages
|
|
14890
|
-
}, _errorFactory)); const
|
|
15115
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14891
15116
|
method: "typia.assertGuard",
|
|
14892
15117
|
path: _path + ".directory",
|
|
14893
15118
|
expected: "(string | undefined)",
|
|
@@ -14897,7 +15122,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14897
15122
|
path: _path + ".filename",
|
|
14898
15123
|
expected: "(string | undefined)",
|
|
14899
15124
|
value: input.filename
|
|
14900
|
-
}, _errorFactory)); const
|
|
15125
|
+
}, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14901
15126
|
method: "typia.assertGuard",
|
|
14902
15127
|
path: _path + ".directory",
|
|
14903
15128
|
expected: "(string | undefined)",
|
|
@@ -14912,12 +15137,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14912
15137
|
path: _path + ".renders",
|
|
14913
15138
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
14914
15139
|
value: input.renders
|
|
14915
|
-
}, _errorFactory)) &&
|
|
15140
|
+
}, _errorFactory)) && _ao30(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14916
15141
|
method: "typia.assertGuard",
|
|
14917
15142
|
path: _path + ".renders",
|
|
14918
15143
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
14919
15144
|
value: input.renders
|
|
14920
|
-
}, _errorFactory)); const
|
|
15145
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
14921
15146
|
const value = input[key];
|
|
14922
15147
|
if (undefined === value)
|
|
14923
15148
|
return true;
|
|
@@ -14926,13 +15151,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14926
15151
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14927
15152
|
expected: "FilePublishRemoteRender",
|
|
14928
15153
|
value: value
|
|
14929
|
-
}, _errorFactory)) &&
|
|
15154
|
+
}, _errorFactory)) && _ao31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14930
15155
|
method: "typia.assertGuard",
|
|
14931
15156
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14932
15157
|
expected: "FilePublishRemoteRender",
|
|
14933
15158
|
value: value
|
|
14934
15159
|
}, _errorFactory);
|
|
14935
|
-
}); const
|
|
15160
|
+
}); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14936
15161
|
method: "typia.assertGuard",
|
|
14937
15162
|
path: _path + ".path",
|
|
14938
15163
|
expected: "(string | undefined)",
|
|
@@ -14972,7 +15197,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14972
15197
|
path: _path + ".source",
|
|
14973
15198
|
expected: "(string | undefined)",
|
|
14974
15199
|
value: input.source
|
|
14975
|
-
}, _errorFactory)); const
|
|
15200
|
+
}, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14976
15201
|
method: "typia.assertGuard",
|
|
14977
15202
|
path: _path + ".directory",
|
|
14978
15203
|
expected: "(string | undefined)",
|
|
@@ -14982,7 +15207,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14982
15207
|
path: _path + ".filename",
|
|
14983
15208
|
expected: "string",
|
|
14984
15209
|
value: input.filename
|
|
14985
|
-
}, _errorFactory)); const
|
|
15210
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14986
15211
|
method: "typia.assertGuard",
|
|
14987
15212
|
path: _path + ".preset",
|
|
14988
15213
|
expected: "(string | undefined)",
|
|
@@ -15012,7 +15237,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15012
15237
|
path: _path + ".profile",
|
|
15013
15238
|
expected: "(RenderProfileObject | undefined)",
|
|
15014
15239
|
value: input.profile
|
|
15015
|
-
}, _errorFactory)); const
|
|
15240
|
+
}, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15016
15241
|
method: "typia.assertGuard",
|
|
15017
15242
|
path: _path + ".method",
|
|
15018
15243
|
expected: "string",
|
|
@@ -15021,12 +15246,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15021
15246
|
if (undefined !== input.path)
|
|
15022
15247
|
return _ao9(input, _path, true && _exceptionable);
|
|
15023
15248
|
else if (undefined !== input.__context)
|
|
15024
|
-
return
|
|
15249
|
+
return _ao25(input, _path, true && _exceptionable);
|
|
15025
15250
|
else
|
|
15026
15251
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15027
15252
|
method: "typia.assertGuard",
|
|
15028
15253
|
path: _path,
|
|
15029
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
15254
|
+
expected: "(ResolvedFilePublishRender | __type.o11)",
|
|
15030
15255
|
value: input
|
|
15031
15256
|
}, _errorFactory);
|
|
15032
15257
|
})(); 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, {
|
|
@@ -15201,7 +15426,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15201
15426
|
}; })()(input);
|
|
15202
15427
|
}
|
|
15203
15428
|
case ":render-preset": {
|
|
15204
|
-
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, {
|
|
15429
|
+
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, {
|
|
15205
15430
|
method: "typia.assertGuard",
|
|
15206
15431
|
path: _path + ".type",
|
|
15207
15432
|
expected: "(null | string | undefined)",
|
|
@@ -15346,6 +15571,46 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15346
15571
|
path: _path + ".style",
|
|
15347
15572
|
expected: "(string | undefined)",
|
|
15348
15573
|
value: input.style
|
|
15574
|
+
}, _errorFactory)) && (undefined === input.ccconverter || ("object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15575
|
+
method: "typia.assertGuard",
|
|
15576
|
+
path: _path + ".ccconverter",
|
|
15577
|
+
expected: "(__type.o3 | undefined)",
|
|
15578
|
+
value: input.ccconverter
|
|
15579
|
+
}, _errorFactory)) && _ao6(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15580
|
+
method: "typia.assertGuard",
|
|
15581
|
+
path: _path + ".ccconverter",
|
|
15582
|
+
expected: "(__type.o3 | undefined)",
|
|
15583
|
+
value: input.ccconverter
|
|
15584
|
+
}, _errorFactory)) && (undefined === input.ass || ("object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15585
|
+
method: "typia.assertGuard",
|
|
15586
|
+
path: _path + ".ass",
|
|
15587
|
+
expected: "(__type.o4 | undefined)",
|
|
15588
|
+
value: input.ass
|
|
15589
|
+
}, _errorFactory)) && _ao7(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15590
|
+
method: "typia.assertGuard",
|
|
15591
|
+
path: _path + ".ass",
|
|
15592
|
+
expected: "(__type.o4 | undefined)",
|
|
15593
|
+
value: input.ass
|
|
15594
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15595
|
+
method: "typia.assertGuard",
|
|
15596
|
+
path: _path + ".preset",
|
|
15597
|
+
expected: "(string | undefined)",
|
|
15598
|
+
value: input.preset
|
|
15599
|
+
}, _errorFactory); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15600
|
+
method: "typia.assertGuard",
|
|
15601
|
+
path: _path + ".futureWordWrapping",
|
|
15602
|
+
expected: "(boolean | undefined)",
|
|
15603
|
+
value: input.futureWordWrapping
|
|
15604
|
+
}, _errorFactory)) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15605
|
+
method: "typia.assertGuard",
|
|
15606
|
+
path: _path + ".scaledBorderAndShadow",
|
|
15607
|
+
expected: "(boolean | undefined)",
|
|
15608
|
+
value: input.scaledBorderAndShadow
|
|
15609
|
+
}, _errorFactory)) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15610
|
+
method: "typia.assertGuard",
|
|
15611
|
+
path: _path + ".enableUnsafeLineSpacingHack",
|
|
15612
|
+
expected: "(boolean | undefined)",
|
|
15613
|
+
value: input.enableUnsafeLineSpacingHack
|
|
15349
15614
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
15350
15615
|
if (false === __is(input)) {
|
|
15351
15616
|
_errorFactory = errorFactory;
|
|
@@ -15852,7 +16117,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15852
16117
|
if (undefined === value)
|
|
15853
16118
|
return true;
|
|
15854
16119
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
15855
|
-
}); 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, {
|
|
16120
|
+
}); 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, {
|
|
15856
16121
|
method: "typia.assertGuard",
|
|
15857
16122
|
path: _path + ".type",
|
|
15858
16123
|
expected: "string",
|
|
@@ -16077,6 +16342,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16077
16342
|
path: _path + ".spacing",
|
|
16078
16343
|
expected: "(string | undefined)",
|
|
16079
16344
|
value: input.spacing
|
|
16345
|
+
}, _errorFactory)) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16346
|
+
method: "typia.assertGuard",
|
|
16347
|
+
path: _path + ".lineSpacing",
|
|
16348
|
+
expected: "(string | undefined)",
|
|
16349
|
+
value: input.lineSpacing
|
|
16080
16350
|
}, _errorFactory)) && (undefined === input.angle || "string" === typeof input.angle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16081
16351
|
method: "typia.assertGuard",
|
|
16082
16352
|
path: _path + ".angle",
|
|
@@ -16277,6 +16547,46 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16277
16547
|
path: _path + ".style",
|
|
16278
16548
|
expected: "(string | undefined)",
|
|
16279
16549
|
value: input.style
|
|
16550
|
+
}, _errorFactory)) && (undefined === input.ccconverter || ("object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16551
|
+
method: "typia.assertGuard",
|
|
16552
|
+
path: _path + ".ccconverter",
|
|
16553
|
+
expected: "(__type.o10 | undefined)",
|
|
16554
|
+
value: input.ccconverter
|
|
16555
|
+
}, _errorFactory)) && _ao15(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16556
|
+
method: "typia.assertGuard",
|
|
16557
|
+
path: _path + ".ccconverter",
|
|
16558
|
+
expected: "(__type.o10 | undefined)",
|
|
16559
|
+
value: input.ccconverter
|
|
16560
|
+
}, _errorFactory)) && (undefined === input.ass || ("object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16561
|
+
method: "typia.assertGuard",
|
|
16562
|
+
path: _path + ".ass",
|
|
16563
|
+
expected: "(__type.o11 | undefined)",
|
|
16564
|
+
value: input.ass
|
|
16565
|
+
}, _errorFactory)) && _ao16(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16566
|
+
method: "typia.assertGuard",
|
|
16567
|
+
path: _path + ".ass",
|
|
16568
|
+
expected: "(__type.o11 | undefined)",
|
|
16569
|
+
value: input.ass
|
|
16570
|
+
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16571
|
+
method: "typia.assertGuard",
|
|
16572
|
+
path: _path + ".preset",
|
|
16573
|
+
expected: "(string | undefined)",
|
|
16574
|
+
value: input.preset
|
|
16575
|
+
}, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16576
|
+
method: "typia.assertGuard",
|
|
16577
|
+
path: _path + ".futureWordWrapping",
|
|
16578
|
+
expected: "(boolean | undefined)",
|
|
16579
|
+
value: input.futureWordWrapping
|
|
16580
|
+
}, _errorFactory)) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16581
|
+
method: "typia.assertGuard",
|
|
16582
|
+
path: _path + ".scaledBorderAndShadow",
|
|
16583
|
+
expected: "(boolean | undefined)",
|
|
16584
|
+
value: input.scaledBorderAndShadow
|
|
16585
|
+
}, _errorFactory)) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16586
|
+
method: "typia.assertGuard",
|
|
16587
|
+
path: _path + ".enableUnsafeLineSpacingHack",
|
|
16588
|
+
expected: "(boolean | undefined)",
|
|
16589
|
+
value: input.enableUnsafeLineSpacingHack
|
|
16280
16590
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
16281
16591
|
if (false === __is(input)) {
|
|
16282
16592
|
_errorFactory = errorFactory;
|
|
@@ -16891,25 +17201,34 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16891
17201
|
}; })()(input);
|
|
16892
17202
|
}
|
|
16893
17203
|
case ":script.content?": {
|
|
16894
|
-
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 =>
|
|
17204
|
+
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 => (() => {
|
|
16895
17205
|
if ("event" === input.type)
|
|
16896
17206
|
return _io1(input);
|
|
16897
|
-
else if ("
|
|
17207
|
+
else if ("text" === input.type)
|
|
16898
17208
|
return _io2(input);
|
|
16899
|
-
else if ("
|
|
17209
|
+
else if ("link" === input.type || "autolink" === input.type)
|
|
16900
17210
|
return _io3(input);
|
|
16901
|
-
else if ("
|
|
17211
|
+
else if ("listitem" === input.type)
|
|
16902
17212
|
return _io4(input);
|
|
17213
|
+
else if ("list" === input.type)
|
|
17214
|
+
return _io5(input);
|
|
16903
17215
|
else if ("quote" === input.type)
|
|
16904
|
-
return
|
|
17216
|
+
return _io9(input);
|
|
16905
17217
|
else if ("comment" === input.type)
|
|
16906
|
-
return
|
|
17218
|
+
return _io7(input);
|
|
16907
17219
|
else if ("paragraph" === input.type)
|
|
16908
|
-
return
|
|
17220
|
+
return _io6(input);
|
|
16909
17221
|
else if ("heading" === input.type)
|
|
16910
|
-
return
|
|
17222
|
+
return _io8(input);
|
|
16911
17223
|
else if ("horizontalrule" === input.type)
|
|
16912
|
-
return
|
|
17224
|
+
return _io10(input);
|
|
17225
|
+
else
|
|
17226
|
+
return false;
|
|
17227
|
+
})(); const _iu1 = input => (() => {
|
|
17228
|
+
if ("text" === input.type)
|
|
17229
|
+
return _io2(input);
|
|
17230
|
+
else if ("link" === input.type || "autolink" === input.type)
|
|
17231
|
+
return _io3(input);
|
|
16913
17232
|
else
|
|
16914
17233
|
return false;
|
|
16915
17234
|
})(); const _ao0 = (input, _path, _exceptionable = true) => (Array.isArray(input.nodes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16917,15 +17236,15 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16917
17236
|
path: _path + ".nodes",
|
|
16918
17237
|
expected: "Array<NodeContent>",
|
|
16919
17238
|
value: input.nodes
|
|
16920
|
-
}, _errorFactory)) && input.nodes.every((elem,
|
|
17239
|
+
}, _errorFactory)) && input.nodes.every((elem, _index10) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16921
17240
|
method: "typia.assertGuard",
|
|
16922
|
-
path: _path + ".nodes[" +
|
|
16923
|
-
expected: "(CommentNodeContent | EventNodeContent | HeadingNodeContent | HorizontalRuleContent | ListItemNodeContent | ListNodeContent | ParagraphNodeContent | QuoteNodeContent
|
|
17241
|
+
path: _path + ".nodes[" + _index10 + "]",
|
|
17242
|
+
expected: "(CommentNodeContent | EventNodeContent | FormattedTextNodeContent | HeadingNodeContent | HorizontalRuleContent | LinkNodeContent | ListItemNodeContent | ListNodeContent | ParagraphNodeContent | QuoteNodeContent)",
|
|
16924
17243
|
value: elem
|
|
16925
|
-
}, _errorFactory)) && _au0(elem, _path + ".nodes[" +
|
|
17244
|
+
}, _errorFactory)) && _au0(elem, _path + ".nodes[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16926
17245
|
method: "typia.assertGuard",
|
|
16927
|
-
path: _path + ".nodes[" +
|
|
16928
|
-
expected: "(CommentNodeContent | EventNodeContent | HeadingNodeContent | HorizontalRuleContent | ListItemNodeContent | ListNodeContent | ParagraphNodeContent | QuoteNodeContent
|
|
17246
|
+
path: _path + ".nodes[" + _index10 + "]",
|
|
17247
|
+
expected: "(CommentNodeContent | EventNodeContent | FormattedTextNodeContent | HeadingNodeContent | HorizontalRuleContent | LinkNodeContent | ListItemNodeContent | ListNodeContent | ParagraphNodeContent | QuoteNodeContent)",
|
|
16929
17248
|
value: elem
|
|
16930
17249
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16931
17250
|
method: "typia.assertGuard",
|
|
@@ -16947,30 +17266,30 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16947
17266
|
path: _path + ".mixin",
|
|
16948
17267
|
expected: "string",
|
|
16949
17268
|
value: input.mixin
|
|
16950
|
-
}, _errorFactory)) && ((Array.isArray(input.children) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17269
|
+
}, _errorFactory)) && (undefined === input.children || (Array.isArray(input.children) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16951
17270
|
method: "typia.assertGuard",
|
|
16952
17271
|
path: _path + ".children",
|
|
16953
|
-
expected: "Array<EventNodeContent>",
|
|
17272
|
+
expected: "(Array<EventNodeContent> | undefined)",
|
|
16954
17273
|
value: input.children
|
|
16955
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17274
|
+
}, _errorFactory)) && input.children.every((elem, _index11) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16956
17275
|
method: "typia.assertGuard",
|
|
16957
|
-
path: _path + ".children[" +
|
|
17276
|
+
path: _path + ".children[" + _index11 + "]",
|
|
16958
17277
|
expected: "EventNodeContent",
|
|
16959
17278
|
value: elem
|
|
16960
|
-
}, _errorFactory)) && _ao1(elem, _path + ".children[" +
|
|
17279
|
+
}, _errorFactory)) && _ao1(elem, _path + ".children[" + _index11 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16961
17280
|
method: "typia.assertGuard",
|
|
16962
|
-
path: _path + ".children[" +
|
|
17281
|
+
path: _path + ".children[" + _index11 + "]",
|
|
16963
17282
|
expected: "EventNodeContent",
|
|
16964
17283
|
value: elem
|
|
16965
17284
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16966
17285
|
method: "typia.assertGuard",
|
|
16967
17286
|
path: _path + ".children",
|
|
16968
|
-
expected: "Array<EventNodeContent>",
|
|
17287
|
+
expected: "(Array<EventNodeContent> | undefined)",
|
|
16969
17288
|
value: input.children
|
|
16970
|
-
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => ("
|
|
17289
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => ("text" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16971
17290
|
method: "typia.assertGuard",
|
|
16972
17291
|
path: _path + ".type",
|
|
16973
|
-
expected: "
|
|
17292
|
+
expected: "\"text\"",
|
|
16974
17293
|
value: input.type
|
|
16975
17294
|
}, _errorFactory)) && ("string" === typeof input.text || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16976
17295
|
method: "typia.assertGuard",
|
|
@@ -16987,42 +17306,67 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16987
17306
|
path: _path + ".format",
|
|
16988
17307
|
expected: "(number | undefined)",
|
|
16989
17308
|
value: input.format
|
|
16990
|
-
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("
|
|
17309
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("link" === input.type || "autolink" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16991
17310
|
method: "typia.assertGuard",
|
|
16992
17311
|
path: _path + ".type",
|
|
16993
|
-
expected: "\"
|
|
17312
|
+
expected: "(\"autolink\" | \"link\")",
|
|
16994
17313
|
value: input.type
|
|
16995
|
-
}, _errorFactory)) && ("number" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16996
|
-
method: "typia.assertGuard",
|
|
16997
|
-
path: _path + ".value",
|
|
16998
|
-
expected: "number",
|
|
16999
|
-
value: input.value
|
|
17000
|
-
}, _errorFactory)) && (undefined === input.checked || "boolean" === typeof input.checked || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17001
|
-
method: "typia.assertGuard",
|
|
17002
|
-
path: _path + ".checked",
|
|
17003
|
-
expected: "(boolean | undefined)",
|
|
17004
|
-
value: input.checked
|
|
17005
17314
|
}, _errorFactory)) && ((Array.isArray(input.children) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17006
17315
|
method: "typia.assertGuard",
|
|
17007
17316
|
path: _path + ".children",
|
|
17008
|
-
expected: "Array<
|
|
17317
|
+
expected: "Array<FormattedTextNodeContent>",
|
|
17009
17318
|
value: input.children
|
|
17010
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17319
|
+
}, _errorFactory)) && input.children.every((elem, _index12) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17011
17320
|
method: "typia.assertGuard",
|
|
17012
|
-
path: _path + ".children[" +
|
|
17013
|
-
expected: "
|
|
17321
|
+
path: _path + ".children[" + _index12 + "]",
|
|
17322
|
+
expected: "FormattedTextNodeContent",
|
|
17014
17323
|
value: elem
|
|
17015
|
-
}, _errorFactory)) && _ao2(elem, _path + ".children[" +
|
|
17324
|
+
}, _errorFactory)) && _ao2(elem, _path + ".children[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17016
17325
|
method: "typia.assertGuard",
|
|
17017
|
-
path: _path + ".children[" +
|
|
17018
|
-
expected: "
|
|
17326
|
+
path: _path + ".children[" + _index12 + "]",
|
|
17327
|
+
expected: "FormattedTextNodeContent",
|
|
17328
|
+
value: elem
|
|
17329
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17330
|
+
method: "typia.assertGuard",
|
|
17331
|
+
path: _path + ".children",
|
|
17332
|
+
expected: "Array<FormattedTextNodeContent>",
|
|
17333
|
+
value: input.children
|
|
17334
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => ("listitem" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17335
|
+
method: "typia.assertGuard",
|
|
17336
|
+
path: _path + ".type",
|
|
17337
|
+
expected: "\"listitem\"",
|
|
17338
|
+
value: input.type
|
|
17339
|
+
}, _errorFactory)) && ("number" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17340
|
+
method: "typia.assertGuard",
|
|
17341
|
+
path: _path + ".value",
|
|
17342
|
+
expected: "number",
|
|
17343
|
+
value: input.value
|
|
17344
|
+
}, _errorFactory)) && (undefined === input.checked || "boolean" === typeof input.checked || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17345
|
+
method: "typia.assertGuard",
|
|
17346
|
+
path: _path + ".checked",
|
|
17347
|
+
expected: "(boolean | undefined)",
|
|
17348
|
+
value: input.checked
|
|
17349
|
+
}, _errorFactory)) && ((Array.isArray(input.children) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17350
|
+
method: "typia.assertGuard",
|
|
17351
|
+
path: _path + ".children",
|
|
17352
|
+
expected: "Array<TextNodeContent>",
|
|
17353
|
+
value: input.children
|
|
17354
|
+
}, _errorFactory)) && input.children.every((elem, _index13) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17355
|
+
method: "typia.assertGuard",
|
|
17356
|
+
path: _path + ".children[" + _index13 + "]",
|
|
17357
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17358
|
+
value: elem
|
|
17359
|
+
}, _errorFactory)) && _au1(elem, _path + ".children[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17360
|
+
method: "typia.assertGuard",
|
|
17361
|
+
path: _path + ".children[" + _index13 + "]",
|
|
17362
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17019
17363
|
value: elem
|
|
17020
17364
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17021
17365
|
method: "typia.assertGuard",
|
|
17022
17366
|
path: _path + ".children",
|
|
17023
17367
|
expected: "Array<TextNodeContent>",
|
|
17024
17368
|
value: input.children
|
|
17025
|
-
}, _errorFactory)); const
|
|
17369
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ("list" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17026
17370
|
method: "typia.assertGuard",
|
|
17027
17371
|
path: _path + ".type",
|
|
17028
17372
|
expected: "\"list\"",
|
|
@@ -17042,14 +17386,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17042
17386
|
path: _path + ".children",
|
|
17043
17387
|
expected: "Array<ListItemNodeContent>",
|
|
17044
17388
|
value: input.children
|
|
17045
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17389
|
+
}, _errorFactory)) && input.children.every((elem, _index14) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17046
17390
|
method: "typia.assertGuard",
|
|
17047
|
-
path: _path + ".children[" +
|
|
17391
|
+
path: _path + ".children[" + _index14 + "]",
|
|
17048
17392
|
expected: "ListItemNodeContent",
|
|
17049
17393
|
value: elem
|
|
17050
|
-
}, _errorFactory)) &&
|
|
17394
|
+
}, _errorFactory)) && _ao4(elem, _path + ".children[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17051
17395
|
method: "typia.assertGuard",
|
|
17052
|
-
path: _path + ".children[" +
|
|
17396
|
+
path: _path + ".children[" + _index14 + "]",
|
|
17053
17397
|
expected: "ListItemNodeContent",
|
|
17054
17398
|
value: elem
|
|
17055
17399
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17057,7 +17401,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17057
17401
|
path: _path + ".children",
|
|
17058
17402
|
expected: "Array<ListItemNodeContent>",
|
|
17059
17403
|
value: input.children
|
|
17060
|
-
}, _errorFactory)); const
|
|
17404
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("paragraph" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17061
17405
|
method: "typia.assertGuard",
|
|
17062
17406
|
path: _path + ".type",
|
|
17063
17407
|
expected: "\"paragraph\"",
|
|
@@ -17067,22 +17411,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17067
17411
|
path: _path + ".children",
|
|
17068
17412
|
expected: "Array<TextNodeContent>",
|
|
17069
17413
|
value: input.children
|
|
17070
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17414
|
+
}, _errorFactory)) && input.children.every((elem, _index15) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17071
17415
|
method: "typia.assertGuard",
|
|
17072
|
-
path: _path + ".children[" +
|
|
17073
|
-
expected: "
|
|
17416
|
+
path: _path + ".children[" + _index15 + "]",
|
|
17417
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17074
17418
|
value: elem
|
|
17075
|
-
}, _errorFactory)) &&
|
|
17419
|
+
}, _errorFactory)) && _au1(elem, _path + ".children[" + _index15 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17076
17420
|
method: "typia.assertGuard",
|
|
17077
|
-
path: _path + ".children[" +
|
|
17078
|
-
expected: "
|
|
17421
|
+
path: _path + ".children[" + _index15 + "]",
|
|
17422
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17079
17423
|
value: elem
|
|
17080
17424
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17081
17425
|
method: "typia.assertGuard",
|
|
17082
17426
|
path: _path + ".children",
|
|
17083
17427
|
expected: "Array<TextNodeContent>",
|
|
17084
17428
|
value: input.children
|
|
17085
|
-
}, _errorFactory)); const
|
|
17429
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => ("comment" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17086
17430
|
method: "typia.assertGuard",
|
|
17087
17431
|
path: _path + ".type",
|
|
17088
17432
|
expected: "\"comment\"",
|
|
@@ -17092,22 +17436,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17092
17436
|
path: _path + ".children",
|
|
17093
17437
|
expected: "Array<TextNodeContent>",
|
|
17094
17438
|
value: input.children
|
|
17095
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17439
|
+
}, _errorFactory)) && input.children.every((elem, _index16) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17096
17440
|
method: "typia.assertGuard",
|
|
17097
|
-
path: _path + ".children[" +
|
|
17098
|
-
expected: "
|
|
17441
|
+
path: _path + ".children[" + _index16 + "]",
|
|
17442
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17099
17443
|
value: elem
|
|
17100
|
-
}, _errorFactory)) &&
|
|
17444
|
+
}, _errorFactory)) && _au1(elem, _path + ".children[" + _index16 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17101
17445
|
method: "typia.assertGuard",
|
|
17102
|
-
path: _path + ".children[" +
|
|
17103
|
-
expected: "
|
|
17446
|
+
path: _path + ".children[" + _index16 + "]",
|
|
17447
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17104
17448
|
value: elem
|
|
17105
17449
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17106
17450
|
method: "typia.assertGuard",
|
|
17107
17451
|
path: _path + ".children",
|
|
17108
17452
|
expected: "Array<TextNodeContent>",
|
|
17109
17453
|
value: input.children
|
|
17110
|
-
}, _errorFactory)); const
|
|
17454
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => ("heading" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17111
17455
|
method: "typia.assertGuard",
|
|
17112
17456
|
path: _path + ".type",
|
|
17113
17457
|
expected: "\"heading\"",
|
|
@@ -17122,22 +17466,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17122
17466
|
path: _path + ".children",
|
|
17123
17467
|
expected: "Array<TextNodeContent>",
|
|
17124
17468
|
value: input.children
|
|
17125
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17469
|
+
}, _errorFactory)) && input.children.every((elem, _index17) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17126
17470
|
method: "typia.assertGuard",
|
|
17127
|
-
path: _path + ".children[" +
|
|
17128
|
-
expected: "
|
|
17471
|
+
path: _path + ".children[" + _index17 + "]",
|
|
17472
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17129
17473
|
value: elem
|
|
17130
|
-
}, _errorFactory)) &&
|
|
17474
|
+
}, _errorFactory)) && _au1(elem, _path + ".children[" + _index17 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17131
17475
|
method: "typia.assertGuard",
|
|
17132
|
-
path: _path + ".children[" +
|
|
17133
|
-
expected: "
|
|
17476
|
+
path: _path + ".children[" + _index17 + "]",
|
|
17477
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17134
17478
|
value: elem
|
|
17135
17479
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17136
17480
|
method: "typia.assertGuard",
|
|
17137
17481
|
path: _path + ".children",
|
|
17138
17482
|
expected: "Array<TextNodeContent>",
|
|
17139
17483
|
value: input.children
|
|
17140
|
-
}, _errorFactory)); const
|
|
17484
|
+
}, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => ("quote" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17141
17485
|
method: "typia.assertGuard",
|
|
17142
17486
|
path: _path + ".type",
|
|
17143
17487
|
expected: "\"quote\"",
|
|
@@ -17147,22 +17491,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17147
17491
|
path: _path + ".children",
|
|
17148
17492
|
expected: "Array<TextNodeContent>",
|
|
17149
17493
|
value: input.children
|
|
17150
|
-
}, _errorFactory)) && input.children.every((elem,
|
|
17494
|
+
}, _errorFactory)) && input.children.every((elem, _index18) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17151
17495
|
method: "typia.assertGuard",
|
|
17152
|
-
path: _path + ".children[" +
|
|
17153
|
-
expected: "
|
|
17496
|
+
path: _path + ".children[" + _index18 + "]",
|
|
17497
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17154
17498
|
value: elem
|
|
17155
|
-
}, _errorFactory)) &&
|
|
17499
|
+
}, _errorFactory)) && _au1(elem, _path + ".children[" + _index18 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17156
17500
|
method: "typia.assertGuard",
|
|
17157
|
-
path: _path + ".children[" +
|
|
17158
|
-
expected: "
|
|
17501
|
+
path: _path + ".children[" + _index18 + "]",
|
|
17502
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17159
17503
|
value: elem
|
|
17160
17504
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17161
17505
|
method: "typia.assertGuard",
|
|
17162
17506
|
path: _path + ".children",
|
|
17163
17507
|
expected: "Array<TextNodeContent>",
|
|
17164
17508
|
value: input.children
|
|
17165
|
-
}, _errorFactory)); const
|
|
17509
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => "horizontalrule" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17166
17510
|
method: "typia.assertGuard",
|
|
17167
17511
|
path: _path + ".type",
|
|
17168
17512
|
expected: "\"horizontalrule\"",
|
|
@@ -17170,27 +17514,41 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17170
17514
|
}, _errorFactory); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
17171
17515
|
if ("event" === input.type)
|
|
17172
17516
|
return _ao1(input, _path, true && _exceptionable);
|
|
17173
|
-
else if ("
|
|
17517
|
+
else if ("text" === input.type)
|
|
17174
17518
|
return _ao2(input, _path, true && _exceptionable);
|
|
17175
|
-
else if ("
|
|
17519
|
+
else if ("link" === input.type || "autolink" === input.type)
|
|
17176
17520
|
return _ao3(input, _path, true && _exceptionable);
|
|
17177
|
-
else if ("
|
|
17521
|
+
else if ("listitem" === input.type)
|
|
17178
17522
|
return _ao4(input, _path, true && _exceptionable);
|
|
17523
|
+
else if ("list" === input.type)
|
|
17524
|
+
return _ao5(input, _path, true && _exceptionable);
|
|
17179
17525
|
else if ("quote" === input.type)
|
|
17180
|
-
return
|
|
17526
|
+
return _ao9(input, _path, true && _exceptionable);
|
|
17181
17527
|
else if ("comment" === input.type)
|
|
17182
|
-
return
|
|
17528
|
+
return _ao7(input, _path, true && _exceptionable);
|
|
17183
17529
|
else if ("paragraph" === input.type)
|
|
17184
|
-
return
|
|
17530
|
+
return _ao6(input, _path, true && _exceptionable);
|
|
17185
17531
|
else if ("heading" === input.type)
|
|
17186
|
-
return
|
|
17532
|
+
return _ao8(input, _path, true && _exceptionable);
|
|
17187
17533
|
else if ("horizontalrule" === input.type)
|
|
17188
|
-
return
|
|
17534
|
+
return _ao10(input, _path, true && _exceptionable);
|
|
17535
|
+
else
|
|
17536
|
+
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17537
|
+
method: "typia.assertGuard",
|
|
17538
|
+
path: _path,
|
|
17539
|
+
expected: "(EventNodeContent | FormattedTextNodeContent | LinkNodeContent | ListItemNodeContent | ListNodeContent | QuoteNodeContent | CommentNodeContent | ParagraphNodeContent | HeadingNodeContent | HorizontalRuleContent)",
|
|
17540
|
+
value: input
|
|
17541
|
+
}, _errorFactory);
|
|
17542
|
+
})(); const _au1 = (input, _path, _exceptionable = true) => (() => {
|
|
17543
|
+
if ("text" === input.type)
|
|
17544
|
+
return _ao2(input, _path, true && _exceptionable);
|
|
17545
|
+
else if ("link" === input.type || "autolink" === input.type)
|
|
17546
|
+
return _ao3(input, _path, true && _exceptionable);
|
|
17189
17547
|
else
|
|
17190
17548
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17191
17549
|
method: "typia.assertGuard",
|
|
17192
17550
|
path: _path,
|
|
17193
|
-
expected: "(
|
|
17551
|
+
expected: "(FormattedTextNodeContent | LinkNodeContent)",
|
|
17194
17552
|
value: input
|
|
17195
17553
|
}, _errorFactory);
|
|
17196
17554
|
})(); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
@@ -17559,84 +17917,84 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17559
17917
|
}; })()(input);
|
|
17560
17918
|
}
|
|
17561
17919
|
case ":settings": {
|
|
17562
|
-
return (() => { const
|
|
17920
|
+
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 => {
|
|
17563
17921
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
17564
17922
|
return true;
|
|
17565
17923
|
const value = input[key];
|
|
17566
17924
|
if (undefined === value)
|
|
17567
17925
|
return true;
|
|
17568
17926
|
return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
17569
|
-
}); 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 => {
|
|
17927
|
+
}); 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 => {
|
|
17570
17928
|
const value = input[key];
|
|
17571
17929
|
if (undefined === value)
|
|
17572
17930
|
return true;
|
|
17573
17931
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io24(value);
|
|
17574
|
-
}); 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) &&
|
|
17575
|
-
const value = input[key];
|
|
17576
|
-
if (undefined === value)
|
|
17577
|
-
return true;
|
|
17578
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io27(value);
|
|
17579
|
-
}); 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 => {
|
|
17932
|
+
}); 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 => {
|
|
17580
17933
|
const value = input[key];
|
|
17581
17934
|
if (undefined === value)
|
|
17582
17935
|
return true;
|
|
17583
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17584
|
-
}); const
|
|
17936
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io28(value);
|
|
17937
|
+
}); 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 => {
|
|
17585
17938
|
const value = input[key];
|
|
17586
17939
|
if (undefined === value)
|
|
17587
17940
|
return true;
|
|
17588
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17589
|
-
}); const _io34 = input => Object.keys(input).every(key => {
|
|
17941
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17942
|
+
}); 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 => {
|
|
17590
17943
|
const value = input[key];
|
|
17591
17944
|
if (undefined === value)
|
|
17592
17945
|
return true;
|
|
17593
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17946
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17594
17947
|
}); const _io35 = input => Object.keys(input).every(key => {
|
|
17595
17948
|
const value = input[key];
|
|
17596
17949
|
if (undefined === value)
|
|
17597
17950
|
return true;
|
|
17598
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17951
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17599
17952
|
}); const _io36 = input => Object.keys(input).every(key => {
|
|
17600
17953
|
const value = input[key];
|
|
17601
17954
|
if (undefined === value)
|
|
17602
17955
|
return true;
|
|
17603
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17956
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17604
17957
|
}); const _io37 = input => Object.keys(input).every(key => {
|
|
17605
17958
|
const value = input[key];
|
|
17606
17959
|
if (undefined === value)
|
|
17607
17960
|
return true;
|
|
17608
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17961
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17609
17962
|
}); const _io38 = input => Object.keys(input).every(key => {
|
|
17610
17963
|
const value = input[key];
|
|
17611
17964
|
if (undefined === value)
|
|
17612
17965
|
return true;
|
|
17613
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17966
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17614
17967
|
}); const _io39 = input => Object.keys(input).every(key => {
|
|
17615
17968
|
const value = input[key];
|
|
17616
17969
|
if (undefined === value)
|
|
17617
17970
|
return true;
|
|
17618
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17971
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17619
17972
|
}); const _io40 = input => Object.keys(input).every(key => {
|
|
17620
17973
|
const value = input[key];
|
|
17621
17974
|
if (undefined === value)
|
|
17622
17975
|
return true;
|
|
17623
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17976
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17624
17977
|
}); const _io41 = input => Object.keys(input).every(key => {
|
|
17625
17978
|
const value = input[key];
|
|
17626
17979
|
if (undefined === value)
|
|
17627
17980
|
return true;
|
|
17628
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17981
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17629
17982
|
}); const _io42 = input => Object.keys(input).every(key => {
|
|
17630
17983
|
const value = input[key];
|
|
17631
17984
|
if (undefined === value)
|
|
17632
17985
|
return true;
|
|
17633
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
17634
|
-
}); 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 => {
|
|
17986
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17987
|
+
}); const _io43 = input => Object.keys(input).every(key => {
|
|
17988
|
+
const value = input[key];
|
|
17989
|
+
if (undefined === value)
|
|
17990
|
+
return true;
|
|
17991
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
17992
|
+
}); 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 => {
|
|
17635
17993
|
const value = input[key];
|
|
17636
17994
|
if (undefined === value)
|
|
17637
17995
|
return true;
|
|
17638
17996
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
17639
|
-
}); const
|
|
17997
|
+
}); 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, {
|
|
17640
17998
|
method: "typia.assertGuard",
|
|
17641
17999
|
path: _path + ".autoLogoutTime",
|
|
17642
18000
|
expected: "(number | undefined)",
|
|
@@ -17706,19 +18064,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17706
18064
|
path: _path + ".exclusiveTagGroups",
|
|
17707
18065
|
expected: "(Array<Array<string>> | undefined)",
|
|
17708
18066
|
value: input.exclusiveTagGroups
|
|
17709
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
18067
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index35) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17710
18068
|
method: "typia.assertGuard",
|
|
17711
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18069
|
+
path: _path + ".exclusiveTagGroups[" + _index35 + "]",
|
|
17712
18070
|
expected: "Array<string>",
|
|
17713
18071
|
value: elem
|
|
17714
|
-
}, _errorFactory)) && elem.every((elem,
|
|
18072
|
+
}, _errorFactory)) && elem.every((elem, _index36) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17715
18073
|
method: "typia.assertGuard",
|
|
17716
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18074
|
+
path: _path + ".exclusiveTagGroups[" + _index35 + "][" + _index36 + "]",
|
|
17717
18075
|
expected: "string",
|
|
17718
18076
|
value: elem
|
|
17719
18077
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17720
18078
|
method: "typia.assertGuard",
|
|
17721
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18079
|
+
path: _path + ".exclusiveTagGroups[" + _index35 + "]",
|
|
17722
18080
|
expected: "Array<string>",
|
|
17723
18081
|
value: elem
|
|
17724
18082
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17799,32 +18157,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17799
18157
|
}, _errorFactory)) && (undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17800
18158
|
method: "typia.assertGuard",
|
|
17801
18159
|
path: _path + ".events",
|
|
17802
|
-
expected: "(__type.
|
|
18160
|
+
expected: "(__type.o21 | undefined)",
|
|
17803
18161
|
value: input.events
|
|
17804
|
-
}, _errorFactory)) &&
|
|
18162
|
+
}, _errorFactory)) && _ao26(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17805
18163
|
method: "typia.assertGuard",
|
|
17806
18164
|
path: _path + ".events",
|
|
17807
|
-
expected: "(__type.
|
|
18165
|
+
expected: "(__type.o21 | undefined)",
|
|
17808
18166
|
value: input.events
|
|
17809
18167
|
}, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17810
18168
|
method: "typia.assertGuard",
|
|
17811
18169
|
path: _path + ".rundown",
|
|
17812
|
-
expected: "(__type.
|
|
18170
|
+
expected: "(__type.o23 | undefined)",
|
|
17813
18171
|
value: input.rundown
|
|
17814
|
-
}, _errorFactory)) &&
|
|
18172
|
+
}, _errorFactory)) && _ao29(input.rundown, _path + ".rundown", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17815
18173
|
method: "typia.assertGuard",
|
|
17816
18174
|
path: _path + ".rundown",
|
|
17817
|
-
expected: "(__type.
|
|
18175
|
+
expected: "(__type.o23 | undefined)",
|
|
17818
18176
|
value: input.rundown
|
|
17819
18177
|
}, _errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17820
18178
|
method: "typia.assertGuard",
|
|
17821
18179
|
path: _path + ".gallery",
|
|
17822
|
-
expected: "(__type.
|
|
18180
|
+
expected: "(__type.o24 | undefined)",
|
|
17823
18181
|
value: input.gallery
|
|
17824
|
-
}, _errorFactory)) &&
|
|
18182
|
+
}, _errorFactory)) && _ao30(input.gallery, _path + ".gallery", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17825
18183
|
method: "typia.assertGuard",
|
|
17826
18184
|
path: _path + ".gallery",
|
|
17827
|
-
expected: "(__type.
|
|
18185
|
+
expected: "(__type.o24 | undefined)",
|
|
17828
18186
|
value: input.gallery
|
|
17829
18187
|
}, _errorFactory)) && (undefined === input.history || "boolean" === typeof input.history || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17830
18188
|
method: "typia.assertGuard",
|
|
@@ -17834,61 +18192,61 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17834
18192
|
}, _errorFactory)) && (undefined === input.keymap || ("object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17835
18193
|
method: "typia.assertGuard",
|
|
17836
18194
|
path: _path + ".keymap",
|
|
17837
|
-
expected: "(__type.
|
|
18195
|
+
expected: "(__type.o25 | undefined)",
|
|
17838
18196
|
value: input.keymap
|
|
17839
|
-
}, _errorFactory)) &&
|
|
18197
|
+
}, _errorFactory)) && _ao31(input.keymap, _path + ".keymap", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17840
18198
|
method: "typia.assertGuard",
|
|
17841
18199
|
path: _path + ".keymap",
|
|
17842
|
-
expected: "(__type.
|
|
18200
|
+
expected: "(__type.o25 | undefined)",
|
|
17843
18201
|
value: input.keymap
|
|
17844
18202
|
}, _errorFactory)) && (undefined === input.media || ("object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17845
18203
|
method: "typia.assertGuard",
|
|
17846
18204
|
path: _path + ".media",
|
|
17847
|
-
expected: "(__type.
|
|
18205
|
+
expected: "(__type.o37 | undefined)",
|
|
17848
18206
|
value: input.media
|
|
17849
|
-
}, _errorFactory)) &&
|
|
18207
|
+
}, _errorFactory)) && _ao44(input.media, _path + ".media", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17850
18208
|
method: "typia.assertGuard",
|
|
17851
18209
|
path: _path + ".media",
|
|
17852
|
-
expected: "(__type.
|
|
18210
|
+
expected: "(__type.o37 | undefined)",
|
|
17853
18211
|
value: input.media
|
|
17854
18212
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17855
18213
|
method: "typia.assertGuard",
|
|
17856
18214
|
path: _path + ".edit",
|
|
17857
|
-
expected: "(__type.
|
|
18215
|
+
expected: "(__type.o50 | undefined)",
|
|
17858
18216
|
value: input.edit
|
|
17859
|
-
}, _errorFactory)) &&
|
|
18217
|
+
}, _errorFactory)) && _ao57(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17860
18218
|
method: "typia.assertGuard",
|
|
17861
18219
|
path: _path + ".edit",
|
|
17862
|
-
expected: "(__type.
|
|
18220
|
+
expected: "(__type.o50 | undefined)",
|
|
17863
18221
|
value: input.edit
|
|
17864
18222
|
}, _errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17865
18223
|
method: "typia.assertGuard",
|
|
17866
18224
|
path: _path + ".commands",
|
|
17867
|
-
expected: "(Array<__type>.
|
|
18225
|
+
expected: "(Array<__type>.o6 | undefined)",
|
|
17868
18226
|
value: input.commands
|
|
17869
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
18227
|
+
}, _errorFactory)) && input.commands.every((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17870
18228
|
method: "typia.assertGuard",
|
|
17871
|
-
path: _path + ".commands[" +
|
|
17872
|
-
expected: "__type.
|
|
18229
|
+
path: _path + ".commands[" + _index37 + "]",
|
|
18230
|
+
expected: "__type.o54",
|
|
17873
18231
|
value: elem
|
|
17874
|
-
}, _errorFactory)) &&
|
|
18232
|
+
}, _errorFactory)) && _ao61(elem, _path + ".commands[" + _index37 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17875
18233
|
method: "typia.assertGuard",
|
|
17876
|
-
path: _path + ".commands[" +
|
|
17877
|
-
expected: "__type.
|
|
18234
|
+
path: _path + ".commands[" + _index37 + "]",
|
|
18235
|
+
expected: "__type.o54",
|
|
17878
18236
|
value: elem
|
|
17879
18237
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17880
18238
|
method: "typia.assertGuard",
|
|
17881
18239
|
path: _path + ".commands",
|
|
17882
|
-
expected: "(Array<__type>.
|
|
18240
|
+
expected: "(Array<__type>.o6 | undefined)",
|
|
17883
18241
|
value: input.commands
|
|
17884
18242
|
}, _errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17885
18243
|
method: "typia.assertGuard",
|
|
17886
18244
|
path: _path + ".predefinedTags",
|
|
17887
18245
|
expected: "(Array<string> | undefined)",
|
|
17888
18246
|
value: input.predefinedTags
|
|
17889
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
18247
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17890
18248
|
method: "typia.assertGuard",
|
|
17891
|
-
path: _path + ".predefinedTags[" +
|
|
18249
|
+
path: _path + ".predefinedTags[" + _index38 + "]",
|
|
17892
18250
|
expected: "string",
|
|
17893
18251
|
value: elem
|
|
17894
18252
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17899,52 +18257,52 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17899
18257
|
}, _errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17900
18258
|
method: "typia.assertGuard",
|
|
17901
18259
|
path: _path + ".storyboard",
|
|
17902
|
-
expected: "(__type.
|
|
18260
|
+
expected: "(__type.o55 | undefined)",
|
|
17903
18261
|
value: input.storyboard
|
|
17904
|
-
}, _errorFactory)) &&
|
|
18262
|
+
}, _errorFactory)) && _ao62(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17905
18263
|
method: "typia.assertGuard",
|
|
17906
18264
|
path: _path + ".storyboard",
|
|
17907
|
-
expected: "(__type.
|
|
18265
|
+
expected: "(__type.o55 | undefined)",
|
|
17908
18266
|
value: input.storyboard
|
|
17909
18267
|
}, _errorFactory)) && (undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17910
18268
|
method: "typia.assertGuard",
|
|
17911
18269
|
path: _path + ".print",
|
|
17912
|
-
expected: "(__type.
|
|
18270
|
+
expected: "(__type.o64 | undefined)",
|
|
17913
18271
|
value: input.print
|
|
17914
|
-
}, _errorFactory)) &&
|
|
18272
|
+
}, _errorFactory)) && _ao71(input.print, _path + ".print", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17915
18273
|
method: "typia.assertGuard",
|
|
17916
18274
|
path: _path + ".print",
|
|
17917
|
-
expected: "(__type.
|
|
18275
|
+
expected: "(__type.o64 | undefined)",
|
|
17918
18276
|
value: input.print
|
|
17919
18277
|
}, _errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17920
18278
|
method: "typia.assertGuard",
|
|
17921
18279
|
path: _path + ".hiddenPreviews",
|
|
17922
|
-
expected: "(Array<__type>.
|
|
18280
|
+
expected: "(Array<__type>.o7 | undefined)",
|
|
17923
18281
|
value: input.hiddenPreviews
|
|
17924
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
18282
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index39) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17925
18283
|
method: "typia.assertGuard",
|
|
17926
|
-
path: _path + ".hiddenPreviews[" +
|
|
17927
|
-
expected: "__type.
|
|
18284
|
+
path: _path + ".hiddenPreviews[" + _index39 + "]",
|
|
18285
|
+
expected: "__type.o65",
|
|
17928
18286
|
value: elem
|
|
17929
|
-
}, _errorFactory)) &&
|
|
18287
|
+
}, _errorFactory)) && _ao72(elem, _path + ".hiddenPreviews[" + _index39 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17930
18288
|
method: "typia.assertGuard",
|
|
17931
|
-
path: _path + ".hiddenPreviews[" +
|
|
17932
|
-
expected: "__type.
|
|
18289
|
+
path: _path + ".hiddenPreviews[" + _index39 + "]",
|
|
18290
|
+
expected: "__type.o65",
|
|
17933
18291
|
value: elem
|
|
17934
18292
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17935
18293
|
method: "typia.assertGuard",
|
|
17936
18294
|
path: _path + ".hiddenPreviews",
|
|
17937
|
-
expected: "(Array<__type>.
|
|
18295
|
+
expected: "(Array<__type>.o7 | undefined)",
|
|
17938
18296
|
value: input.hiddenPreviews
|
|
17939
18297
|
}, _errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17940
18298
|
method: "typia.assertGuard",
|
|
17941
18299
|
path: _path + ".plugins",
|
|
17942
|
-
expected: "(__type.
|
|
18300
|
+
expected: "(__type.o66 | undefined)",
|
|
17943
18301
|
value: input.plugins
|
|
17944
|
-
}, _errorFactory)) &&
|
|
18302
|
+
}, _errorFactory)) && _ao73(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17945
18303
|
method: "typia.assertGuard",
|
|
17946
18304
|
path: _path + ".plugins",
|
|
17947
|
-
expected: "(__type.
|
|
18305
|
+
expected: "(__type.o66 | undefined)",
|
|
17948
18306
|
value: input.plugins
|
|
17949
18307
|
}, _errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17950
18308
|
method: "typia.assertGuard",
|
|
@@ -17959,32 +18317,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17959
18317
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17960
18318
|
method: "typia.assertGuard",
|
|
17961
18319
|
path: _path + ".featurePreview",
|
|
17962
|
-
expected: "(__type.
|
|
18320
|
+
expected: "(__type.o69 | undefined)",
|
|
17963
18321
|
value: input.featurePreview
|
|
17964
|
-
}, _errorFactory)) &&
|
|
18322
|
+
}, _errorFactory)) && _ao76(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17965
18323
|
method: "typia.assertGuard",
|
|
17966
18324
|
path: _path + ".featurePreview",
|
|
17967
|
-
expected: "(__type.
|
|
18325
|
+
expected: "(__type.o69 | undefined)",
|
|
17968
18326
|
value: input.featurePreview
|
|
17969
18327
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17970
18328
|
method: "typia.assertGuard",
|
|
17971
18329
|
path: _path + ".flags",
|
|
17972
|
-
expected: "(__type.
|
|
18330
|
+
expected: "(__type.o70 | undefined)",
|
|
17973
18331
|
value: input.flags
|
|
17974
|
-
}, _errorFactory)) &&
|
|
18332
|
+
}, _errorFactory)) && _ao77(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17975
18333
|
method: "typia.assertGuard",
|
|
17976
18334
|
path: _path + ".flags",
|
|
17977
|
-
expected: "(__type.
|
|
18335
|
+
expected: "(__type.o70 | undefined)",
|
|
17978
18336
|
value: input.flags
|
|
17979
18337
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17980
18338
|
method: "typia.assertGuard",
|
|
17981
18339
|
path: _path + ".notifications",
|
|
17982
|
-
expected: "(__type.
|
|
18340
|
+
expected: "(__type.o71 | undefined)",
|
|
17983
18341
|
value: input.notifications
|
|
17984
|
-
}, _errorFactory)) &&
|
|
18342
|
+
}, _errorFactory)) && _ao78(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17985
18343
|
method: "typia.assertGuard",
|
|
17986
18344
|
path: _path + ".notifications",
|
|
17987
|
-
expected: "(__type.
|
|
18345
|
+
expected: "(__type.o71 | undefined)",
|
|
17988
18346
|
value: input.notifications
|
|
17989
18347
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17990
18348
|
method: "typia.assertGuard",
|
|
@@ -17994,43 +18352,53 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17994
18352
|
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17995
18353
|
method: "typia.assertGuard",
|
|
17996
18354
|
path: _path + ".clone",
|
|
17997
|
-
expected: "(__type.
|
|
18355
|
+
expected: "(__type.o74 | undefined)",
|
|
17998
18356
|
value: input.clone
|
|
17999
|
-
}, _errorFactory)) &&
|
|
18357
|
+
}, _errorFactory)) && _ao81(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18000
18358
|
method: "typia.assertGuard",
|
|
18001
18359
|
path: _path + ".clone",
|
|
18002
|
-
expected: "(__type.
|
|
18360
|
+
expected: "(__type.o74 | undefined)",
|
|
18003
18361
|
value: input.clone
|
|
18004
18362
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18005
18363
|
method: "typia.assertGuard",
|
|
18006
18364
|
path: _path + ".utilsAssetEditorPanel",
|
|
18007
|
-
expected: "(__type.
|
|
18365
|
+
expected: "(__type.o77 | undefined)",
|
|
18008
18366
|
value: input.utilsAssetEditorPanel
|
|
18009
|
-
}, _errorFactory)) &&
|
|
18367
|
+
}, _errorFactory)) && _ao84(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18010
18368
|
method: "typia.assertGuard",
|
|
18011
18369
|
path: _path + ".utilsAssetEditorPanel",
|
|
18012
|
-
expected: "(__type.
|
|
18370
|
+
expected: "(__type.o77 | undefined)",
|
|
18013
18371
|
value: input.utilsAssetEditorPanel
|
|
18014
18372
|
}, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18015
18373
|
method: "typia.assertGuard",
|
|
18016
18374
|
path: _path + ".display",
|
|
18017
|
-
expected: "(__type.
|
|
18375
|
+
expected: "(__type.o78 | undefined)",
|
|
18018
18376
|
value: input.display
|
|
18019
|
-
}, _errorFactory)) &&
|
|
18377
|
+
}, _errorFactory)) && _ao85(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18020
18378
|
method: "typia.assertGuard",
|
|
18021
18379
|
path: _path + ".display",
|
|
18022
|
-
expected: "(__type.
|
|
18380
|
+
expected: "(__type.o78 | undefined)",
|
|
18023
18381
|
value: input.display
|
|
18024
18382
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18025
18383
|
method: "typia.assertGuard",
|
|
18026
18384
|
path: _path + ".bookmarks",
|
|
18027
|
-
expected: "(__type.
|
|
18385
|
+
expected: "(__type.o79 | undefined)",
|
|
18028
18386
|
value: input.bookmarks
|
|
18029
|
-
}, _errorFactory)) &&
|
|
18387
|
+
}, _errorFactory)) && _ao86(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18030
18388
|
method: "typia.assertGuard",
|
|
18031
18389
|
path: _path + ".bookmarks",
|
|
18032
|
-
expected: "(__type.
|
|
18390
|
+
expected: "(__type.o79 | undefined)",
|
|
18033
18391
|
value: input.bookmarks
|
|
18392
|
+
}, _errorFactory)) && (undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18393
|
+
method: "typia.assertGuard",
|
|
18394
|
+
path: _path + ".shotbox",
|
|
18395
|
+
expected: "(__type.o80 | undefined)",
|
|
18396
|
+
value: input.shotbox
|
|
18397
|
+
}, _errorFactory)) && _ao87(input.shotbox, _path + ".shotbox", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18398
|
+
method: "typia.assertGuard",
|
|
18399
|
+
path: _path + ".shotbox",
|
|
18400
|
+
expected: "(__type.o80 | undefined)",
|
|
18401
|
+
value: input.shotbox
|
|
18034
18402
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18035
18403
|
method: "typia.assertGuard",
|
|
18036
18404
|
path: _path + ".overrideUserContact",
|
|
@@ -18198,9 +18566,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18198
18566
|
path: _path + ".sortOrder",
|
|
18199
18567
|
expected: "(Array<string> | undefined)",
|
|
18200
18568
|
value: input.sortOrder
|
|
18201
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
18569
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18202
18570
|
method: "typia.assertGuard",
|
|
18203
|
-
path: _path + ".sortOrder[" +
|
|
18571
|
+
path: _path + ".sortOrder[" + _index40 + "]",
|
|
18204
18572
|
expected: "string",
|
|
18205
18573
|
value: elem
|
|
18206
18574
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18213,9 +18581,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18213
18581
|
path: _path + ".include",
|
|
18214
18582
|
expected: "(Array<string> | undefined)",
|
|
18215
18583
|
value: input.include
|
|
18216
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18584
|
+
}, _errorFactory)) && input.include.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18217
18585
|
method: "typia.assertGuard",
|
|
18218
|
-
path: _path + ".include[" +
|
|
18586
|
+
path: _path + ".include[" + _index41 + "]",
|
|
18219
18587
|
expected: "string",
|
|
18220
18588
|
value: elem
|
|
18221
18589
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18228,9 +18596,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18228
18596
|
path: _path + ".exclude",
|
|
18229
18597
|
expected: "(Array<string> | undefined)",
|
|
18230
18598
|
value: input.exclude
|
|
18231
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18599
|
+
}, _errorFactory)) && input.exclude.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18232
18600
|
method: "typia.assertGuard",
|
|
18233
|
-
path: _path + ".exclude[" +
|
|
18601
|
+
path: _path + ".exclude[" + _index42 + "]",
|
|
18234
18602
|
expected: "string",
|
|
18235
18603
|
value: elem
|
|
18236
18604
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18243,9 +18611,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18243
18611
|
path: _path + ".include",
|
|
18244
18612
|
expected: "(Array<string> | undefined)",
|
|
18245
18613
|
value: input.include
|
|
18246
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18614
|
+
}, _errorFactory)) && input.include.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18247
18615
|
method: "typia.assertGuard",
|
|
18248
|
-
path: _path + ".include[" +
|
|
18616
|
+
path: _path + ".include[" + _index43 + "]",
|
|
18249
18617
|
expected: "string",
|
|
18250
18618
|
value: elem
|
|
18251
18619
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18258,9 +18626,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18258
18626
|
path: _path + ".exclude",
|
|
18259
18627
|
expected: "(Array<string> | undefined)",
|
|
18260
18628
|
value: input.exclude
|
|
18261
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18629
|
+
}, _errorFactory)) && input.exclude.every((elem, _index44) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18262
18630
|
method: "typia.assertGuard",
|
|
18263
|
-
path: _path + ".exclude[" +
|
|
18631
|
+
path: _path + ".exclude[" + _index44 + "]",
|
|
18264
18632
|
expected: "string",
|
|
18265
18633
|
value: elem
|
|
18266
18634
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18273,9 +18641,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18273
18641
|
path: _path + ".include",
|
|
18274
18642
|
expected: "(Array<string> | undefined)",
|
|
18275
18643
|
value: input.include
|
|
18276
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18644
|
+
}, _errorFactory)) && input.include.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18277
18645
|
method: "typia.assertGuard",
|
|
18278
|
-
path: _path + ".include[" +
|
|
18646
|
+
path: _path + ".include[" + _index45 + "]",
|
|
18279
18647
|
expected: "string",
|
|
18280
18648
|
value: elem
|
|
18281
18649
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18288,9 +18656,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18288
18656
|
path: _path + ".exclude",
|
|
18289
18657
|
expected: "(Array<string> | undefined)",
|
|
18290
18658
|
value: input.exclude
|
|
18291
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18659
|
+
}, _errorFactory)) && input.exclude.every((elem, _index46) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18292
18660
|
method: "typia.assertGuard",
|
|
18293
|
-
path: _path + ".exclude[" +
|
|
18661
|
+
path: _path + ".exclude[" + _index46 + "]",
|
|
18294
18662
|
expected: "string",
|
|
18295
18663
|
value: elem
|
|
18296
18664
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18303,9 +18671,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18303
18671
|
path: _path + ".include",
|
|
18304
18672
|
expected: "(Array<string> | undefined)",
|
|
18305
18673
|
value: input.include
|
|
18306
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18674
|
+
}, _errorFactory)) && input.include.every((elem, _index47) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18307
18675
|
method: "typia.assertGuard",
|
|
18308
|
-
path: _path + ".include[" +
|
|
18676
|
+
path: _path + ".include[" + _index47 + "]",
|
|
18309
18677
|
expected: "string",
|
|
18310
18678
|
value: elem
|
|
18311
18679
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18318,9 +18686,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18318
18686
|
path: _path + ".exclude",
|
|
18319
18687
|
expected: "(Array<string> | undefined)",
|
|
18320
18688
|
value: input.exclude
|
|
18321
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18689
|
+
}, _errorFactory)) && input.exclude.every((elem, _index48) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18322
18690
|
method: "typia.assertGuard",
|
|
18323
|
-
path: _path + ".exclude[" +
|
|
18691
|
+
path: _path + ".exclude[" + _index48 + "]",
|
|
18324
18692
|
expected: "string",
|
|
18325
18693
|
value: elem
|
|
18326
18694
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18418,14 +18786,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18418
18786
|
path: _path + ".colorTags",
|
|
18419
18787
|
expected: "(Array<PromotedTag> | undefined)",
|
|
18420
18788
|
value: input.colorTags
|
|
18421
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
18789
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index49) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18422
18790
|
method: "typia.assertGuard",
|
|
18423
|
-
path: _path + ".colorTags[" +
|
|
18791
|
+
path: _path + ".colorTags[" + _index49 + "]",
|
|
18424
18792
|
expected: "PromotedTag",
|
|
18425
18793
|
value: elem
|
|
18426
|
-
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" +
|
|
18794
|
+
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" + _index49 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18427
18795
|
method: "typia.assertGuard",
|
|
18428
|
-
path: _path + ".colorTags[" +
|
|
18796
|
+
path: _path + ".colorTags[" + _index49 + "]",
|
|
18429
18797
|
expected: "PromotedTag",
|
|
18430
18798
|
value: elem
|
|
18431
18799
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18453,6 +18821,26 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18453
18821
|
path: _path + ".collapsedNodes",
|
|
18454
18822
|
expected: "(__type.o18 | undefined)",
|
|
18455
18823
|
value: input.collapsedNodes
|
|
18824
|
+
}, _errorFactory)) && (undefined === input.colorHistory || (Array.isArray(input.colorHistory) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18825
|
+
method: "typia.assertGuard",
|
|
18826
|
+
path: _path + ".colorHistory",
|
|
18827
|
+
expected: "(Array<__type> | undefined)",
|
|
18828
|
+
value: input.colorHistory
|
|
18829
|
+
}, _errorFactory)) && input.colorHistory.every((elem, _index50) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18830
|
+
method: "typia.assertGuard",
|
|
18831
|
+
path: _path + ".colorHistory[" + _index50 + "]",
|
|
18832
|
+
expected: "__type.o20",
|
|
18833
|
+
value: elem
|
|
18834
|
+
}, _errorFactory)) && _ao25(elem, _path + ".colorHistory[" + _index50 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18835
|
+
method: "typia.assertGuard",
|
|
18836
|
+
path: _path + ".colorHistory[" + _index50 + "]",
|
|
18837
|
+
expected: "__type.o20",
|
|
18838
|
+
value: elem
|
|
18839
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18840
|
+
method: "typia.assertGuard",
|
|
18841
|
+
path: _path + ".colorHistory",
|
|
18842
|
+
expected: "(Array<__type> | undefined)",
|
|
18843
|
+
value: input.colorHistory
|
|
18456
18844
|
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "index" === input.sortBy || "title" === input.sortBy || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18457
18845
|
method: "typia.assertGuard",
|
|
18458
18846
|
path: _path + ".sortBy",
|
|
@@ -18508,7 +18896,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18508
18896
|
path: _path + ".children",
|
|
18509
18897
|
expected: "(boolean | undefined)",
|
|
18510
18898
|
value: input.children
|
|
18511
|
-
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (
|
|
18899
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (null === input.color || "string" === typeof input.color || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18900
|
+
method: "typia.assertGuard",
|
|
18901
|
+
path: _path + ".color",
|
|
18902
|
+
expected: "(null | string)",
|
|
18903
|
+
value: input.color
|
|
18904
|
+
}, _errorFactory)) && (null === input.backgroundColor || "string" === typeof input.backgroundColor || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18905
|
+
method: "typia.assertGuard",
|
|
18906
|
+
path: _path + ".backgroundColor",
|
|
18907
|
+
expected: "(null | string)",
|
|
18908
|
+
value: input.backgroundColor
|
|
18909
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18512
18910
|
method: "typia.assertGuard",
|
|
18513
18911
|
path: _path + ".graphicBaseTemplate",
|
|
18514
18912
|
expected: "(string | undefined)",
|
|
@@ -18518,9 +18916,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18518
18916
|
path: _path + ".favorites",
|
|
18519
18917
|
expected: "(Array<string> | undefined)",
|
|
18520
18918
|
value: input.favorites
|
|
18521
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
18919
|
+
}, _errorFactory)) && input.favorites.every((elem, _index51) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18522
18920
|
method: "typia.assertGuard",
|
|
18523
|
-
path: _path + ".favorites[" +
|
|
18921
|
+
path: _path + ".favorites[" + _index51 + "]",
|
|
18524
18922
|
expected: "string",
|
|
18525
18923
|
value: elem
|
|
18526
18924
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18533,27 +18931,27 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18533
18931
|
path: _path + ".defaults",
|
|
18534
18932
|
expected: "(Record<string, __type> | undefined)",
|
|
18535
18933
|
value: input.defaults
|
|
18536
|
-
}, _errorFactory)) &&
|
|
18934
|
+
}, _errorFactory)) && _ao27(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18537
18935
|
method: "typia.assertGuard",
|
|
18538
18936
|
path: _path + ".defaults",
|
|
18539
18937
|
expected: "(Record<string, __type> | undefined)",
|
|
18540
18938
|
value: input.defaults
|
|
18541
|
-
}, _errorFactory)); const
|
|
18939
|
+
}, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18542
18940
|
const value = input[key];
|
|
18543
18941
|
if (undefined === value)
|
|
18544
18942
|
return true;
|
|
18545
18943
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18546
18944
|
method: "typia.assertGuard",
|
|
18547
18945
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18548
|
-
expected: "__type.
|
|
18946
|
+
expected: "__type.o22",
|
|
18549
18947
|
value: value
|
|
18550
|
-
}, _errorFactory)) &&
|
|
18948
|
+
}, _errorFactory)) && _ao28(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18551
18949
|
method: "typia.assertGuard",
|
|
18552
18950
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18553
|
-
expected: "__type.
|
|
18951
|
+
expected: "__type.o22",
|
|
18554
18952
|
value: value
|
|
18555
18953
|
}, _errorFactory);
|
|
18556
|
-
}); const
|
|
18954
|
+
}); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.event || "string" === typeof input.event || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18557
18955
|
method: "typia.assertGuard",
|
|
18558
18956
|
path: _path + ".event",
|
|
18559
18957
|
expected: "(string | undefined)",
|
|
@@ -18563,7 +18961,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18563
18961
|
path: _path + ".property",
|
|
18564
18962
|
expected: "(string | undefined)",
|
|
18565
18963
|
value: input.property
|
|
18566
|
-
}, _errorFactory)); const
|
|
18964
|
+
}, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18567
18965
|
method: "typia.assertGuard",
|
|
18568
18966
|
path: _path + ".eventThumbnails",
|
|
18569
18967
|
expected: "(boolean | undefined)",
|
|
@@ -18573,7 +18971,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18573
18971
|
path: _path + ".scriptEventFolding",
|
|
18574
18972
|
expected: "(\"folded\" | \"unfoldedUntilFolded\")",
|
|
18575
18973
|
value: input.scriptEventFolding
|
|
18576
|
-
}, _errorFactory)); const
|
|
18974
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18577
18975
|
method: "typia.assertGuard",
|
|
18578
18976
|
path: _path + ".dimOnBlur",
|
|
18579
18977
|
expected: "(boolean | undefined)",
|
|
@@ -18588,117 +18986,117 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18588
18986
|
path: _path + ".countFloatedDuration",
|
|
18589
18987
|
expected: "(boolean | undefined)",
|
|
18590
18988
|
value: input.countFloatedDuration
|
|
18591
|
-
}, _errorFactory)); const
|
|
18989
|
+
}, _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, {
|
|
18592
18990
|
method: "typia.assertGuard",
|
|
18593
18991
|
path: _path + ".display",
|
|
18594
|
-
expected: "(__type.
|
|
18992
|
+
expected: "(__type.o26 | undefined)",
|
|
18595
18993
|
value: input.display
|
|
18596
|
-
}, _errorFactory)) &&
|
|
18994
|
+
}, _errorFactory)) && _ao32(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18597
18995
|
method: "typia.assertGuard",
|
|
18598
18996
|
path: _path + ".display",
|
|
18599
|
-
expected: "(__type.
|
|
18997
|
+
expected: "(__type.o26 | undefined)",
|
|
18600
18998
|
value: input.display
|
|
18601
18999
|
}, _errorFactory)) && (undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18602
19000
|
method: "typia.assertGuard",
|
|
18603
19001
|
path: _path + ".browser",
|
|
18604
|
-
expected: "(__type.
|
|
19002
|
+
expected: "(__type.o27 | undefined)",
|
|
18605
19003
|
value: input.browser
|
|
18606
|
-
}, _errorFactory)) &&
|
|
19004
|
+
}, _errorFactory)) && _ao34(input.browser, _path + ".browser", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18607
19005
|
method: "typia.assertGuard",
|
|
18608
19006
|
path: _path + ".browser",
|
|
18609
|
-
expected: "(__type.
|
|
19007
|
+
expected: "(__type.o27 | undefined)",
|
|
18610
19008
|
value: input.browser
|
|
18611
19009
|
}, _errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18612
19010
|
method: "typia.assertGuard",
|
|
18613
19011
|
path: _path + ".gallery",
|
|
18614
|
-
expected: "(__type.
|
|
19012
|
+
expected: "(__type.o28 | undefined)",
|
|
18615
19013
|
value: input.gallery
|
|
18616
|
-
}, _errorFactory)) &&
|
|
19014
|
+
}, _errorFactory)) && _ao35(input.gallery, _path + ".gallery", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18617
19015
|
method: "typia.assertGuard",
|
|
18618
19016
|
path: _path + ".gallery",
|
|
18619
|
-
expected: "(__type.
|
|
19017
|
+
expected: "(__type.o28 | undefined)",
|
|
18620
19018
|
value: input.gallery
|
|
18621
19019
|
}, _errorFactory)) && (undefined === input.global || ("object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18622
19020
|
method: "typia.assertGuard",
|
|
18623
19021
|
path: _path + ".global",
|
|
18624
|
-
expected: "(__type.
|
|
19022
|
+
expected: "(__type.o29 | undefined)",
|
|
18625
19023
|
value: input.global
|
|
18626
|
-
}, _errorFactory)) &&
|
|
19024
|
+
}, _errorFactory)) && _ao36(input.global, _path + ".global", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18627
19025
|
method: "typia.assertGuard",
|
|
18628
19026
|
path: _path + ".global",
|
|
18629
|
-
expected: "(__type.
|
|
19027
|
+
expected: "(__type.o29 | undefined)",
|
|
18630
19028
|
value: input.global
|
|
18631
19029
|
}, _errorFactory)) && (undefined === input.player || ("object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18632
19030
|
method: "typia.assertGuard",
|
|
18633
19031
|
path: _path + ".player",
|
|
18634
|
-
expected: "(__type.
|
|
19032
|
+
expected: "(__type.o30 | undefined)",
|
|
18635
19033
|
value: input.player
|
|
18636
|
-
}, _errorFactory)) &&
|
|
19034
|
+
}, _errorFactory)) && _ao37(input.player, _path + ".player", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18637
19035
|
method: "typia.assertGuard",
|
|
18638
19036
|
path: _path + ".player",
|
|
18639
|
-
expected: "(__type.
|
|
19037
|
+
expected: "(__type.o30 | undefined)",
|
|
18640
19038
|
value: input.player
|
|
18641
19039
|
}, _errorFactory)) && (undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18642
19040
|
method: "typia.assertGuard",
|
|
18643
19041
|
path: _path + ".script",
|
|
18644
|
-
expected: "(__type.
|
|
19042
|
+
expected: "(__type.o31 | undefined)",
|
|
18645
19043
|
value: input.script
|
|
18646
|
-
}, _errorFactory)) &&
|
|
19044
|
+
}, _errorFactory)) && _ao38(input.script, _path + ".script", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18647
19045
|
method: "typia.assertGuard",
|
|
18648
19046
|
path: _path + ".script",
|
|
18649
|
-
expected: "(__type.
|
|
19047
|
+
expected: "(__type.o31 | undefined)",
|
|
18650
19048
|
value: input.script
|
|
18651
19049
|
}, _errorFactory)) && (undefined === input.codeEditor || ("object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18652
19050
|
method: "typia.assertGuard",
|
|
18653
19051
|
path: _path + ".codeEditor",
|
|
18654
|
-
expected: "(__type.
|
|
19052
|
+
expected: "(__type.o32 | undefined)",
|
|
18655
19053
|
value: input.codeEditor
|
|
18656
|
-
}, _errorFactory)) &&
|
|
19054
|
+
}, _errorFactory)) && _ao39(input.codeEditor, _path + ".codeEditor", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18657
19055
|
method: "typia.assertGuard",
|
|
18658
19056
|
path: _path + ".codeEditor",
|
|
18659
|
-
expected: "(__type.
|
|
19057
|
+
expected: "(__type.o32 | undefined)",
|
|
18660
19058
|
value: input.codeEditor
|
|
18661
19059
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18662
19060
|
method: "typia.assertGuard",
|
|
18663
19061
|
path: _path + ".bookmarks",
|
|
18664
|
-
expected: "(__type.
|
|
19062
|
+
expected: "(__type.o33 | undefined)",
|
|
18665
19063
|
value: input.bookmarks
|
|
18666
|
-
}, _errorFactory)) &&
|
|
19064
|
+
}, _errorFactory)) && _ao40(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18667
19065
|
method: "typia.assertGuard",
|
|
18668
19066
|
path: _path + ".bookmarks",
|
|
18669
|
-
expected: "(__type.
|
|
19067
|
+
expected: "(__type.o33 | undefined)",
|
|
18670
19068
|
value: input.bookmarks
|
|
18671
19069
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18672
19070
|
method: "typia.assertGuard",
|
|
18673
19071
|
path: _path + ".edit",
|
|
18674
|
-
expected: "(__type.
|
|
19072
|
+
expected: "(__type.o34 | undefined)",
|
|
18675
19073
|
value: input.edit
|
|
18676
|
-
}, _errorFactory)) &&
|
|
19074
|
+
}, _errorFactory)) && _ao41(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18677
19075
|
method: "typia.assertGuard",
|
|
18678
19076
|
path: _path + ".edit",
|
|
18679
|
-
expected: "(__type.
|
|
19077
|
+
expected: "(__type.o34 | undefined)",
|
|
18680
19078
|
value: input.edit
|
|
18681
19079
|
}, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18682
19080
|
method: "typia.assertGuard",
|
|
18683
19081
|
path: _path + ".rundown",
|
|
18684
|
-
expected: "(__type.
|
|
19082
|
+
expected: "(__type.o35 | undefined)",
|
|
18685
19083
|
value: input.rundown
|
|
18686
|
-
}, _errorFactory)) &&
|
|
19084
|
+
}, _errorFactory)) && _ao42(input.rundown, _path + ".rundown", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18687
19085
|
method: "typia.assertGuard",
|
|
18688
19086
|
path: _path + ".rundown",
|
|
18689
|
-
expected: "(__type.
|
|
19087
|
+
expected: "(__type.o35 | undefined)",
|
|
18690
19088
|
value: input.rundown
|
|
18691
19089
|
}, _errorFactory)) && (undefined === input.segment || ("object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18692
19090
|
method: "typia.assertGuard",
|
|
18693
19091
|
path: _path + ".segment",
|
|
18694
|
-
expected: "(__type.
|
|
19092
|
+
expected: "(__type.o36 | undefined)",
|
|
18695
19093
|
value: input.segment
|
|
18696
|
-
}, _errorFactory)) &&
|
|
19094
|
+
}, _errorFactory)) && _ao43(input.segment, _path + ".segment", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18697
19095
|
method: "typia.assertGuard",
|
|
18698
19096
|
path: _path + ".segment",
|
|
18699
|
-
expected: "(__type.
|
|
19097
|
+
expected: "(__type.o36 | undefined)",
|
|
18700
19098
|
value: input.segment
|
|
18701
|
-
}, _errorFactory)); const
|
|
19099
|
+
}, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18702
19100
|
const value = input[key];
|
|
18703
19101
|
if (undefined === value)
|
|
18704
19102
|
return true;
|
|
@@ -18707,13 +19105,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18707
19105
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18708
19106
|
expected: "KeymapSetting",
|
|
18709
19107
|
value: value
|
|
18710
|
-
}, _errorFactory)) &&
|
|
19108
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18711
19109
|
method: "typia.assertGuard",
|
|
18712
19110
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18713
19111
|
expected: "KeymapSetting",
|
|
18714
19112
|
value: value
|
|
18715
19113
|
}, _errorFactory);
|
|
18716
|
-
}); const
|
|
19114
|
+
}); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18717
19115
|
method: "typia.assertGuard",
|
|
18718
19116
|
path: _path + ".title",
|
|
18719
19117
|
expected: "(string | undefined)",
|
|
@@ -18723,7 +19121,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18723
19121
|
path: _path + ".sequence",
|
|
18724
19122
|
expected: "(string | undefined)",
|
|
18725
19123
|
value: input.sequence
|
|
18726
|
-
}, _errorFactory)); const
|
|
19124
|
+
}, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18727
19125
|
const value = input[key];
|
|
18728
19126
|
if (undefined === value)
|
|
18729
19127
|
return true;
|
|
@@ -18732,13 +19130,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18732
19130
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18733
19131
|
expected: "KeymapSetting",
|
|
18734
19132
|
value: value
|
|
18735
|
-
}, _errorFactory)) &&
|
|
19133
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18736
19134
|
method: "typia.assertGuard",
|
|
18737
19135
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18738
19136
|
expected: "KeymapSetting",
|
|
18739
19137
|
value: value
|
|
18740
19138
|
}, _errorFactory);
|
|
18741
|
-
}); const
|
|
19139
|
+
}); const _ao35 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18742
19140
|
const value = input[key];
|
|
18743
19141
|
if (undefined === value)
|
|
18744
19142
|
return true;
|
|
@@ -18747,13 +19145,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18747
19145
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18748
19146
|
expected: "KeymapSetting",
|
|
18749
19147
|
value: value
|
|
18750
|
-
}, _errorFactory)) &&
|
|
19148
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18751
19149
|
method: "typia.assertGuard",
|
|
18752
19150
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18753
19151
|
expected: "KeymapSetting",
|
|
18754
19152
|
value: value
|
|
18755
19153
|
}, _errorFactory);
|
|
18756
|
-
}); const
|
|
19154
|
+
}); const _ao36 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18757
19155
|
const value = input[key];
|
|
18758
19156
|
if (undefined === value)
|
|
18759
19157
|
return true;
|
|
@@ -18762,13 +19160,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18762
19160
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18763
19161
|
expected: "KeymapSetting",
|
|
18764
19162
|
value: value
|
|
18765
|
-
}, _errorFactory)) &&
|
|
19163
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18766
19164
|
method: "typia.assertGuard",
|
|
18767
19165
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18768
19166
|
expected: "KeymapSetting",
|
|
18769
19167
|
value: value
|
|
18770
19168
|
}, _errorFactory);
|
|
18771
|
-
}); const
|
|
19169
|
+
}); const _ao37 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18772
19170
|
const value = input[key];
|
|
18773
19171
|
if (undefined === value)
|
|
18774
19172
|
return true;
|
|
@@ -18777,13 +19175,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18777
19175
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18778
19176
|
expected: "KeymapSetting",
|
|
18779
19177
|
value: value
|
|
18780
|
-
}, _errorFactory)) &&
|
|
19178
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18781
19179
|
method: "typia.assertGuard",
|
|
18782
19180
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18783
19181
|
expected: "KeymapSetting",
|
|
18784
19182
|
value: value
|
|
18785
19183
|
}, _errorFactory);
|
|
18786
|
-
}); const
|
|
19184
|
+
}); const _ao38 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18787
19185
|
const value = input[key];
|
|
18788
19186
|
if (undefined === value)
|
|
18789
19187
|
return true;
|
|
@@ -18792,13 +19190,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18792
19190
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18793
19191
|
expected: "KeymapSetting",
|
|
18794
19192
|
value: value
|
|
18795
|
-
}, _errorFactory)) &&
|
|
19193
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18796
19194
|
method: "typia.assertGuard",
|
|
18797
19195
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18798
19196
|
expected: "KeymapSetting",
|
|
18799
19197
|
value: value
|
|
18800
19198
|
}, _errorFactory);
|
|
18801
|
-
}); const
|
|
19199
|
+
}); const _ao39 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18802
19200
|
const value = input[key];
|
|
18803
19201
|
if (undefined === value)
|
|
18804
19202
|
return true;
|
|
@@ -18807,13 +19205,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18807
19205
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18808
19206
|
expected: "KeymapSetting",
|
|
18809
19207
|
value: value
|
|
18810
|
-
}, _errorFactory)) &&
|
|
19208
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18811
19209
|
method: "typia.assertGuard",
|
|
18812
19210
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18813
19211
|
expected: "KeymapSetting",
|
|
18814
19212
|
value: value
|
|
18815
19213
|
}, _errorFactory);
|
|
18816
|
-
}); const
|
|
19214
|
+
}); const _ao40 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18817
19215
|
const value = input[key];
|
|
18818
19216
|
if (undefined === value)
|
|
18819
19217
|
return true;
|
|
@@ -18822,13 +19220,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18822
19220
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18823
19221
|
expected: "KeymapSetting",
|
|
18824
19222
|
value: value
|
|
18825
|
-
}, _errorFactory)) &&
|
|
19223
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18826
19224
|
method: "typia.assertGuard",
|
|
18827
19225
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18828
19226
|
expected: "KeymapSetting",
|
|
18829
19227
|
value: value
|
|
18830
19228
|
}, _errorFactory);
|
|
18831
|
-
}); const
|
|
19229
|
+
}); const _ao41 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18832
19230
|
const value = input[key];
|
|
18833
19231
|
if (undefined === value)
|
|
18834
19232
|
return true;
|
|
@@ -18837,13 +19235,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18837
19235
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18838
19236
|
expected: "KeymapSetting",
|
|
18839
19237
|
value: value
|
|
18840
|
-
}, _errorFactory)) &&
|
|
19238
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18841
19239
|
method: "typia.assertGuard",
|
|
18842
19240
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18843
19241
|
expected: "KeymapSetting",
|
|
18844
19242
|
value: value
|
|
18845
19243
|
}, _errorFactory);
|
|
18846
|
-
}); const
|
|
19244
|
+
}); const _ao42 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18847
19245
|
const value = input[key];
|
|
18848
19246
|
if (undefined === value)
|
|
18849
19247
|
return true;
|
|
@@ -18852,13 +19250,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18852
19250
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18853
19251
|
expected: "KeymapSetting",
|
|
18854
19252
|
value: value
|
|
18855
|
-
}, _errorFactory)) &&
|
|
19253
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18856
19254
|
method: "typia.assertGuard",
|
|
18857
19255
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18858
19256
|
expected: "KeymapSetting",
|
|
18859
19257
|
value: value
|
|
18860
19258
|
}, _errorFactory);
|
|
18861
|
-
}); const
|
|
19259
|
+
}); const _ao43 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
18862
19260
|
const value = input[key];
|
|
18863
19261
|
if (undefined === value)
|
|
18864
19262
|
return true;
|
|
@@ -18867,13 +19265,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18867
19265
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18868
19266
|
expected: "KeymapSetting",
|
|
18869
19267
|
value: value
|
|
18870
|
-
}, _errorFactory)) &&
|
|
19268
|
+
}, _errorFactory)) && _ao33(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18871
19269
|
method: "typia.assertGuard",
|
|
18872
19270
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18873
19271
|
expected: "KeymapSetting",
|
|
18874
19272
|
value: value
|
|
18875
19273
|
}, _errorFactory);
|
|
18876
|
-
}); const
|
|
19274
|
+
}); const _ao44 = (input, _path, _exceptionable = true) => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18877
19275
|
method: "typia.assertGuard",
|
|
18878
19276
|
path: _path + ".defaultFrameRate",
|
|
18879
19277
|
expected: "(number | undefined)",
|
|
@@ -18886,12 +19284,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18886
19284
|
}, _errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18887
19285
|
method: "typia.assertGuard",
|
|
18888
19286
|
path: _path + ".guide",
|
|
18889
|
-
expected: "(__type.
|
|
19287
|
+
expected: "(__type.o38 | undefined)",
|
|
18890
19288
|
value: input.guide
|
|
18891
|
-
}, _errorFactory)) &&
|
|
19289
|
+
}, _errorFactory)) && _ao45(input.guide, _path + ".guide", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18892
19290
|
method: "typia.assertGuard",
|
|
18893
19291
|
path: _path + ".guide",
|
|
18894
|
-
expected: "(__type.
|
|
19292
|
+
expected: "(__type.o38 | undefined)",
|
|
18895
19293
|
value: input.guide
|
|
18896
19294
|
}, _errorFactory)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18897
19295
|
method: "typia.assertGuard",
|
|
@@ -18911,12 +19309,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18911
19309
|
}, _errorFactory)) && (undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18912
19310
|
method: "typia.assertGuard",
|
|
18913
19311
|
path: _path + ".tile",
|
|
18914
|
-
expected: "(__type.
|
|
19312
|
+
expected: "(__type.o39 | undefined)",
|
|
18915
19313
|
value: input.tile
|
|
18916
|
-
}, _errorFactory)) &&
|
|
19314
|
+
}, _errorFactory)) && _ao46(input.tile, _path + ".tile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18917
19315
|
method: "typia.assertGuard",
|
|
18918
19316
|
path: _path + ".tile",
|
|
18919
|
-
expected: "(__type.
|
|
19317
|
+
expected: "(__type.o39 | undefined)",
|
|
18920
19318
|
value: input.tile
|
|
18921
19319
|
}, _errorFactory)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18922
19320
|
method: "typia.assertGuard",
|
|
@@ -18948,9 +19346,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18948
19346
|
path: _path + ".playbackRates",
|
|
18949
19347
|
expected: "(Array<number> | undefined)",
|
|
18950
19348
|
value: input.playbackRates
|
|
18951
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
19349
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index52) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18952
19350
|
method: "typia.assertGuard",
|
|
18953
|
-
path: _path + ".playbackRates[" +
|
|
19351
|
+
path: _path + ".playbackRates[" + _index52 + "]",
|
|
18954
19352
|
expected: "number",
|
|
18955
19353
|
value: elem
|
|
18956
19354
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18961,12 +19359,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18961
19359
|
}, _errorFactory)) && (undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18962
19360
|
method: "typia.assertGuard",
|
|
18963
19361
|
path: _path + ".subtitles",
|
|
18964
|
-
expected: "(__type.
|
|
19362
|
+
expected: "(__type.o40 | undefined)",
|
|
18965
19363
|
value: input.subtitles
|
|
18966
|
-
}, _errorFactory)) &&
|
|
19364
|
+
}, _errorFactory)) && _ao47(input.subtitles, _path + ".subtitles", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18967
19365
|
method: "typia.assertGuard",
|
|
18968
19366
|
path: _path + ".subtitles",
|
|
18969
|
-
expected: "(__type.
|
|
19367
|
+
expected: "(__type.o40 | undefined)",
|
|
18970
19368
|
value: input.subtitles
|
|
18971
19369
|
}, _errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18972
19370
|
method: "typia.assertGuard",
|
|
@@ -18981,22 +19379,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18981
19379
|
}, _errorFactory)) && (undefined === input.guides || (Array.isArray(input.guides) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18982
19380
|
method: "typia.assertGuard",
|
|
18983
19381
|
path: _path + ".guides",
|
|
18984
|
-
expected: "(Array<__type>.
|
|
19382
|
+
expected: "(Array<__type>.o3 | undefined)",
|
|
18985
19383
|
value: input.guides
|
|
18986
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
19384
|
+
}, _errorFactory)) && input.guides.every((elem, _index53) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18987
19385
|
method: "typia.assertGuard",
|
|
18988
|
-
path: _path + ".guides[" +
|
|
18989
|
-
expected: "__type.
|
|
19386
|
+
path: _path + ".guides[" + _index53 + "]",
|
|
19387
|
+
expected: "__type.o43",
|
|
18990
19388
|
value: elem
|
|
18991
|
-
}, _errorFactory)) &&
|
|
19389
|
+
}, _errorFactory)) && _ao50(elem, _path + ".guides[" + _index53 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18992
19390
|
method: "typia.assertGuard",
|
|
18993
|
-
path: _path + ".guides[" +
|
|
18994
|
-
expected: "__type.
|
|
19391
|
+
path: _path + ".guides[" + _index53 + "]",
|
|
19392
|
+
expected: "__type.o43",
|
|
18995
19393
|
value: elem
|
|
18996
19394
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18997
19395
|
method: "typia.assertGuard",
|
|
18998
19396
|
path: _path + ".guides",
|
|
18999
|
-
expected: "(Array<__type>.
|
|
19397
|
+
expected: "(Array<__type>.o3 | undefined)",
|
|
19000
19398
|
value: input.guides
|
|
19001
19399
|
}, _errorFactory)) && (undefined === input.download || "boolean" === typeof input.download || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19002
19400
|
method: "typia.assertGuard",
|
|
@@ -19006,39 +19404,39 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19006
19404
|
}, _errorFactory)) && (undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19007
19405
|
method: "typia.assertGuard",
|
|
19008
19406
|
path: _path + ".editMode",
|
|
19009
|
-
expected: "(__type.
|
|
19407
|
+
expected: "(__type.o44 | undefined)",
|
|
19010
19408
|
value: input.editMode
|
|
19011
|
-
}, _errorFactory)) &&
|
|
19409
|
+
}, _errorFactory)) && _ao51(input.editMode, _path + ".editMode", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19012
19410
|
method: "typia.assertGuard",
|
|
19013
19411
|
path: _path + ".editMode",
|
|
19014
|
-
expected: "(__type.
|
|
19412
|
+
expected: "(__type.o44 | undefined)",
|
|
19015
19413
|
value: input.editMode
|
|
19016
19414
|
}, _errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19017
19415
|
method: "typia.assertGuard",
|
|
19018
19416
|
path: _path + ".transcribe",
|
|
19019
|
-
expected: "(__type.
|
|
19417
|
+
expected: "(__type.o45 | undefined)",
|
|
19020
19418
|
value: input.transcribe
|
|
19021
|
-
}, _errorFactory)) &&
|
|
19419
|
+
}, _errorFactory)) && _ao52(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19022
19420
|
method: "typia.assertGuard",
|
|
19023
19421
|
path: _path + ".transcribe",
|
|
19024
|
-
expected: "(__type.
|
|
19422
|
+
expected: "(__type.o45 | undefined)",
|
|
19025
19423
|
value: input.transcribe
|
|
19026
19424
|
}, _errorFactory)) && ((null !== input.openCommand || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19027
19425
|
method: "typia.assertGuard",
|
|
19028
19426
|
path: _path + ".openCommand",
|
|
19029
|
-
expected: "(__type.
|
|
19427
|
+
expected: "(__type.o49 | string | undefined)",
|
|
19030
19428
|
value: input.openCommand
|
|
19031
19429
|
}, _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, {
|
|
19032
19430
|
method: "typia.assertGuard",
|
|
19033
19431
|
path: _path + ".openCommand",
|
|
19034
|
-
expected: "(__type.
|
|
19432
|
+
expected: "(__type.o49 | string | undefined)",
|
|
19035
19433
|
value: input.openCommand
|
|
19036
|
-
}, _errorFactory)) &&
|
|
19434
|
+
}, _errorFactory)) && _ao56(input.openCommand, _path + ".openCommand", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19037
19435
|
method: "typia.assertGuard",
|
|
19038
19436
|
path: _path + ".openCommand",
|
|
19039
|
-
expected: "(__type.
|
|
19437
|
+
expected: "(__type.o49 | string | undefined)",
|
|
19040
19438
|
value: input.openCommand
|
|
19041
|
-
}, _errorFactory))); const
|
|
19439
|
+
}, _errorFactory))); const _ao45 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19042
19440
|
method: "typia.assertGuard",
|
|
19043
19441
|
path: _path + ".mask",
|
|
19044
19442
|
expected: "(boolean | undefined)",
|
|
@@ -19053,7 +19451,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19053
19451
|
path: _path + ".titleSafe",
|
|
19054
19452
|
expected: "(boolean | undefined)",
|
|
19055
19453
|
value: input.titleSafe
|
|
19056
|
-
}, _errorFactory)); const
|
|
19454
|
+
}, _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, {
|
|
19057
19455
|
method: "typia.assertGuard",
|
|
19058
19456
|
path: _path + ".preview",
|
|
19059
19457
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
|
|
@@ -19063,7 +19461,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19063
19461
|
path: _path + ".showRenderProgress",
|
|
19064
19462
|
expected: "(boolean | undefined)",
|
|
19065
19463
|
value: input.showRenderProgress
|
|
19066
|
-
}, _errorFactory)); const
|
|
19464
|
+
}, _errorFactory)); const _ao47 = (input, _path, _exceptionable = true) => (undefined === input.spacing || "number" === typeof input.spacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19067
19465
|
method: "typia.assertGuard",
|
|
19068
19466
|
path: _path + ".spacing",
|
|
19069
19467
|
expected: "(number | undefined)",
|
|
@@ -19076,59 +19474,64 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19076
19474
|
}, _errorFactory)) && (undefined === input.suggestions || (Array.isArray(input.suggestions) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19077
19475
|
method: "typia.assertGuard",
|
|
19078
19476
|
path: _path + ".suggestions",
|
|
19079
|
-
expected: "(Array<__type
|
|
19477
|
+
expected: "(Array<__type>.o1 | undefined)",
|
|
19080
19478
|
value: input.suggestions
|
|
19081
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
19479
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index54) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19082
19480
|
method: "typia.assertGuard",
|
|
19083
|
-
path: _path + ".suggestions[" +
|
|
19084
|
-
expected: "__type.
|
|
19481
|
+
path: _path + ".suggestions[" + _index54 + "]",
|
|
19482
|
+
expected: "__type.o41",
|
|
19085
19483
|
value: elem
|
|
19086
|
-
}, _errorFactory)) &&
|
|
19484
|
+
}, _errorFactory)) && _ao48(elem, _path + ".suggestions[" + _index54 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19087
19485
|
method: "typia.assertGuard",
|
|
19088
|
-
path: _path + ".suggestions[" +
|
|
19089
|
-
expected: "__type.
|
|
19486
|
+
path: _path + ".suggestions[" + _index54 + "]",
|
|
19487
|
+
expected: "__type.o41",
|
|
19090
19488
|
value: elem
|
|
19091
19489
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19092
19490
|
method: "typia.assertGuard",
|
|
19093
19491
|
path: _path + ".suggestions",
|
|
19094
|
-
expected: "(Array<__type
|
|
19492
|
+
expected: "(Array<__type>.o1 | undefined)",
|
|
19095
19493
|
value: input.suggestions
|
|
19096
19494
|
}, _errorFactory)) && (undefined === input.colors || (Array.isArray(input.colors) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19097
19495
|
method: "typia.assertGuard",
|
|
19098
19496
|
path: _path + ".colors",
|
|
19099
|
-
expected: "(Array<__type>.
|
|
19497
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
19100
19498
|
value: input.colors
|
|
19101
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
19499
|
+
}, _errorFactory)) && input.colors.every((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19102
19500
|
method: "typia.assertGuard",
|
|
19103
|
-
path: _path + ".colors[" +
|
|
19104
|
-
expected: "__type.
|
|
19501
|
+
path: _path + ".colors[" + _index55 + "]",
|
|
19502
|
+
expected: "__type.o42",
|
|
19105
19503
|
value: elem
|
|
19106
|
-
}, _errorFactory)) &&
|
|
19504
|
+
}, _errorFactory)) && _ao49(elem, _path + ".colors[" + _index55 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19107
19505
|
method: "typia.assertGuard",
|
|
19108
|
-
path: _path + ".colors[" +
|
|
19109
|
-
expected: "__type.
|
|
19506
|
+
path: _path + ".colors[" + _index55 + "]",
|
|
19507
|
+
expected: "__type.o42",
|
|
19110
19508
|
value: elem
|
|
19111
19509
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19112
19510
|
method: "typia.assertGuard",
|
|
19113
19511
|
path: _path + ".colors",
|
|
19114
|
-
expected: "(Array<__type>.
|
|
19512
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
19115
19513
|
value: input.colors
|
|
19116
19514
|
}, _errorFactory)) && (undefined === input.overridableProperties || (Array.isArray(input.overridableProperties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19117
19515
|
method: "typia.assertGuard",
|
|
19118
19516
|
path: _path + ".overridableProperties",
|
|
19119
19517
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
19120
19518
|
value: input.overridableProperties
|
|
19121
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
19519
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index56) => null === elem || true === _av57.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19122
19520
|
method: "typia.assertGuard",
|
|
19123
|
-
path: _path + ".overridableProperties[" +
|
|
19124
|
-
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)",
|
|
19521
|
+
path: _path + ".overridableProperties[" + _index56 + "]",
|
|
19522
|
+
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)",
|
|
19125
19523
|
value: elem
|
|
19126
19524
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19127
19525
|
method: "typia.assertGuard",
|
|
19128
19526
|
path: _path + ".overridableProperties",
|
|
19129
19527
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
19130
19528
|
value: input.overridableProperties
|
|
19131
|
-
}, _errorFactory))
|
|
19529
|
+
}, _errorFactory)) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19530
|
+
method: "typia.assertGuard",
|
|
19531
|
+
path: _path + ".previewResolutionScale",
|
|
19532
|
+
expected: "(number | undefined)",
|
|
19533
|
+
value: input.previewResolutionScale
|
|
19534
|
+
}, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19132
19535
|
method: "typia.assertGuard",
|
|
19133
19536
|
path: _path + ".ifAspectRatio",
|
|
19134
19537
|
expected: "(null | string | undefined)",
|
|
@@ -19148,7 +19551,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19148
19551
|
path: _path + ".thenMaxCharactersPerLine",
|
|
19149
19552
|
expected: "(null | number | undefined)",
|
|
19150
19553
|
value: input.thenMaxCharactersPerLine
|
|
19151
|
-
}, _errorFactory)); const
|
|
19554
|
+
}, _errorFactory)); const _ao49 = (input, _path, _exceptionable = true) => (null === input.label || undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19152
19555
|
method: "typia.assertGuard",
|
|
19153
19556
|
path: _path + ".label",
|
|
19154
19557
|
expected: "(null | string | undefined)",
|
|
@@ -19158,7 +19561,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19158
19561
|
path: _path + ".color",
|
|
19159
19562
|
expected: "(null | string | undefined)",
|
|
19160
19563
|
value: input.color
|
|
19161
|
-
}, _errorFactory)); const
|
|
19564
|
+
}, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19162
19565
|
method: "typia.assertGuard",
|
|
19163
19566
|
path: _path + ".label",
|
|
19164
19567
|
expected: "(string | undefined)",
|
|
@@ -19168,7 +19571,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19168
19571
|
path: _path + ".aspectRatio",
|
|
19169
19572
|
expected: "(string | undefined)",
|
|
19170
19573
|
value: input.aspectRatio
|
|
19171
|
-
}, _errorFactory)); const
|
|
19574
|
+
}, _errorFactory)); const _ao51 = (input, _path, _exceptionable = true) => (undefined === input.enabled || "boolean" === typeof input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19172
19575
|
method: "typia.assertGuard",
|
|
19173
19576
|
path: _path + ".enabled",
|
|
19174
19577
|
expected: "(boolean | undefined)",
|
|
@@ -19183,17 +19586,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19183
19586
|
path: _path + ".defaultExitOption",
|
|
19184
19587
|
expected: "(\"leave\" | \"none\" | \"update\" | undefined)",
|
|
19185
19588
|
value: input.defaultExitOption
|
|
19186
|
-
}, _errorFactory)); const
|
|
19589
|
+
}, _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, {
|
|
19187
19590
|
method: "typia.assertGuard",
|
|
19188
19591
|
path: _path + ".subtitleDisclaimer",
|
|
19189
|
-
expected: "(__type.
|
|
19592
|
+
expected: "(__type.o46 | undefined)",
|
|
19190
19593
|
value: input.subtitleDisclaimer
|
|
19191
|
-
}, _errorFactory)) &&
|
|
19594
|
+
}, _errorFactory)) && _ao53(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19192
19595
|
method: "typia.assertGuard",
|
|
19193
19596
|
path: _path + ".subtitleDisclaimer",
|
|
19194
|
-
expected: "(__type.
|
|
19597
|
+
expected: "(__type.o46 | undefined)",
|
|
19195
19598
|
value: input.subtitleDisclaimer
|
|
19196
|
-
}, _errorFactory); const
|
|
19599
|
+
}, _errorFactory); const _ao53 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19197
19600
|
method: "typia.assertGuard",
|
|
19198
19601
|
path: _path + ".isUserConfigurable",
|
|
19199
19602
|
expected: "(boolean | undefined)",
|
|
@@ -19201,14 +19604,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19201
19604
|
}, _errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19202
19605
|
method: "typia.assertGuard",
|
|
19203
19606
|
path: _path + ".defaultValue",
|
|
19204
|
-
expected: "(__type.
|
|
19607
|
+
expected: "(__type.o47 | undefined)",
|
|
19205
19608
|
value: input.defaultValue
|
|
19206
|
-
}, _errorFactory)) &&
|
|
19609
|
+
}, _errorFactory)) && _ao54(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19207
19610
|
method: "typia.assertGuard",
|
|
19208
19611
|
path: _path + ".defaultValue",
|
|
19209
|
-
expected: "(__type.
|
|
19612
|
+
expected: "(__type.o47 | undefined)",
|
|
19210
19613
|
value: input.defaultValue
|
|
19211
|
-
}, _errorFactory)); const
|
|
19614
|
+
}, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19212
19615
|
method: "typia.assertGuard",
|
|
19213
19616
|
path: _path + ".enabled",
|
|
19214
19617
|
expected: "(false | undefined)",
|
|
@@ -19216,22 +19619,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19216
19619
|
}, _errorFactory)) && (undefined === input.text || (Array.isArray(input.text) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19217
19620
|
method: "typia.assertGuard",
|
|
19218
19621
|
path: _path + ".text",
|
|
19219
|
-
expected: "(Array<__type>.
|
|
19622
|
+
expected: "(Array<__type>.o4 | undefined)",
|
|
19220
19623
|
value: input.text
|
|
19221
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
19624
|
+
}, _errorFactory)) && input.text.every((elem, _index58) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19222
19625
|
method: "typia.assertGuard",
|
|
19223
|
-
path: _path + ".text[" +
|
|
19224
|
-
expected: "__type.
|
|
19626
|
+
path: _path + ".text[" + _index58 + "]",
|
|
19627
|
+
expected: "__type.o48",
|
|
19225
19628
|
value: elem
|
|
19226
|
-
}, _errorFactory)) &&
|
|
19629
|
+
}, _errorFactory)) && _ao55(elem, _path + ".text[" + _index58 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19227
19630
|
method: "typia.assertGuard",
|
|
19228
|
-
path: _path + ".text[" +
|
|
19229
|
-
expected: "__type.
|
|
19631
|
+
path: _path + ".text[" + _index58 + "]",
|
|
19632
|
+
expected: "__type.o48",
|
|
19230
19633
|
value: elem
|
|
19231
19634
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19232
19635
|
method: "typia.assertGuard",
|
|
19233
19636
|
path: _path + ".text",
|
|
19234
|
-
expected: "(Array<__type>.
|
|
19637
|
+
expected: "(Array<__type>.o4 | undefined)",
|
|
19235
19638
|
value: input.text
|
|
19236
19639
|
}, _errorFactory)) && (undefined === input.offset || "number" === typeof input.offset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19237
19640
|
method: "typia.assertGuard",
|
|
@@ -19243,7 +19646,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19243
19646
|
path: _path + ".duration",
|
|
19244
19647
|
expected: "(number | undefined)",
|
|
19245
19648
|
value: input.duration
|
|
19246
|
-
}, _errorFactory)); const
|
|
19649
|
+
}, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19247
19650
|
method: "typia.assertGuard",
|
|
19248
19651
|
path: _path + ".language",
|
|
19249
19652
|
expected: "(string | undefined)",
|
|
@@ -19253,7 +19656,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19253
19656
|
path: _path + ".value",
|
|
19254
19657
|
expected: "(string | undefined)",
|
|
19255
19658
|
value: input.value
|
|
19256
|
-
}, _errorFactory)); const
|
|
19659
|
+
}, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => (undefined === input.url || "string" === typeof input.url || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19257
19660
|
method: "typia.assertGuard",
|
|
19258
19661
|
path: _path + ".url",
|
|
19259
19662
|
expected: "(string | undefined)",
|
|
@@ -19273,9 +19676,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19273
19676
|
path: _path + ".args",
|
|
19274
19677
|
expected: "(Array<string> | undefined)",
|
|
19275
19678
|
value: input.args
|
|
19276
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
19679
|
+
}, _errorFactory)) && input.args.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19277
19680
|
method: "typia.assertGuard",
|
|
19278
|
-
path: _path + ".args[" +
|
|
19681
|
+
path: _path + ".args[" + _index59 + "]",
|
|
19279
19682
|
expected: "string",
|
|
19280
19683
|
value: elem
|
|
19281
19684
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19283,7 +19686,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19283
19686
|
path: _path + ".args",
|
|
19284
19687
|
expected: "(Array<string> | undefined)",
|
|
19285
19688
|
value: input.args
|
|
19286
|
-
}, _errorFactory)); const
|
|
19689
|
+
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19287
19690
|
method: "typia.assertGuard",
|
|
19288
19691
|
path: _path + ".thumbnailView",
|
|
19289
19692
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
@@ -19291,49 +19694,49 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19291
19694
|
}, _errorFactory)) && (undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19292
19695
|
method: "typia.assertGuard",
|
|
19293
19696
|
path: _path + ".normalize",
|
|
19294
|
-
expected: "(__type.
|
|
19697
|
+
expected: "(__type.o51 | undefined)",
|
|
19295
19698
|
value: input.normalize
|
|
19296
|
-
}, _errorFactory)) &&
|
|
19699
|
+
}, _errorFactory)) && _ao58(input.normalize, _path + ".normalize", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19297
19700
|
method: "typia.assertGuard",
|
|
19298
19701
|
path: _path + ".normalize",
|
|
19299
|
-
expected: "(__type.
|
|
19702
|
+
expected: "(__type.o51 | undefined)",
|
|
19300
19703
|
value: input.normalize
|
|
19301
19704
|
}, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19302
19705
|
method: "typia.assertGuard",
|
|
19303
19706
|
path: _path + ".voiceOver",
|
|
19304
|
-
expected: "(__type.
|
|
19707
|
+
expected: "(__type.o53 | undefined)",
|
|
19305
19708
|
value: input.voiceOver
|
|
19306
|
-
}, _errorFactory)) &&
|
|
19709
|
+
}, _errorFactory)) && _ao60(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19307
19710
|
method: "typia.assertGuard",
|
|
19308
19711
|
path: _path + ".voiceOver",
|
|
19309
|
-
expected: "(__type.
|
|
19712
|
+
expected: "(__type.o53 | undefined)",
|
|
19310
19713
|
value: input.voiceOver
|
|
19311
|
-
}, _errorFactory)); const
|
|
19714
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19312
19715
|
method: "typia.assertGuard",
|
|
19313
19716
|
path: _path + ".presets",
|
|
19314
|
-
expected: "(Array<__type>.
|
|
19717
|
+
expected: "(Array<__type>.o5 | undefined)",
|
|
19315
19718
|
value: input.presets
|
|
19316
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
19719
|
+
}, _errorFactory)) && input.presets.every((elem, _index60) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19317
19720
|
method: "typia.assertGuard",
|
|
19318
|
-
path: _path + ".presets[" +
|
|
19319
|
-
expected: "__type.
|
|
19721
|
+
path: _path + ".presets[" + _index60 + "]",
|
|
19722
|
+
expected: "__type.o52",
|
|
19320
19723
|
value: elem
|
|
19321
|
-
}, _errorFactory)) &&
|
|
19724
|
+
}, _errorFactory)) && _ao59(elem, _path + ".presets[" + _index60 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19322
19725
|
method: "typia.assertGuard",
|
|
19323
|
-
path: _path + ".presets[" +
|
|
19324
|
-
expected: "__type.
|
|
19726
|
+
path: _path + ".presets[" + _index60 + "]",
|
|
19727
|
+
expected: "__type.o52",
|
|
19325
19728
|
value: elem
|
|
19326
19729
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19327
19730
|
method: "typia.assertGuard",
|
|
19328
19731
|
path: _path + ".presets",
|
|
19329
|
-
expected: "(Array<__type>.
|
|
19732
|
+
expected: "(Array<__type>.o5 | undefined)",
|
|
19330
19733
|
value: input.presets
|
|
19331
19734
|
}, _errorFactory)) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19332
19735
|
method: "typia.assertGuard",
|
|
19333
19736
|
path: _path + ".defaultPresetId",
|
|
19334
19737
|
expected: "(string | undefined)",
|
|
19335
19738
|
value: input.defaultPresetId
|
|
19336
|
-
}, _errorFactory)); const
|
|
19739
|
+
}, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19337
19740
|
method: "typia.assertGuard",
|
|
19338
19741
|
path: _path + ".id",
|
|
19339
19742
|
expected: "string",
|
|
@@ -19353,7 +19756,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19353
19756
|
path: _path + ".tp",
|
|
19354
19757
|
expected: "number",
|
|
19355
19758
|
value: input.tp
|
|
19356
|
-
}, _errorFactory)); const
|
|
19759
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19357
19760
|
method: "typia.assertGuard",
|
|
19358
19761
|
path: _path + ".inputDevice",
|
|
19359
19762
|
expected: "(string | undefined)",
|
|
@@ -19378,7 +19781,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19378
19781
|
path: _path + ".preRollDuration",
|
|
19379
19782
|
expected: "(number | undefined)",
|
|
19380
19783
|
value: input.preRollDuration
|
|
19381
|
-
}, _errorFactory)); const
|
|
19784
|
+
}, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19382
19785
|
method: "typia.assertGuard",
|
|
19383
19786
|
path: _path + ".title",
|
|
19384
19787
|
expected: "(string | undefined)",
|
|
@@ -19393,9 +19796,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19393
19796
|
path: _path + ".args",
|
|
19394
19797
|
expected: "(Array<string> | undefined)",
|
|
19395
19798
|
value: input.args
|
|
19396
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
19799
|
+
}, _errorFactory)) && input.args.every((elem, _index61) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19397
19800
|
method: "typia.assertGuard",
|
|
19398
|
-
path: _path + ".args[" +
|
|
19801
|
+
path: _path + ".args[" + _index61 + "]",
|
|
19399
19802
|
expected: "string",
|
|
19400
19803
|
value: elem
|
|
19401
19804
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19403,82 +19806,82 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19403
19806
|
path: _path + ".args",
|
|
19404
19807
|
expected: "(Array<string> | undefined)",
|
|
19405
19808
|
value: input.args
|
|
19406
|
-
}, _errorFactory)); const
|
|
19809
|
+
}, _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, {
|
|
19407
19810
|
method: "typia.assertGuard",
|
|
19408
19811
|
path: _path + ".folded",
|
|
19409
|
-
expected: "(__type.
|
|
19812
|
+
expected: "(__type.o56 | undefined)",
|
|
19410
19813
|
value: input.folded
|
|
19411
|
-
}, _errorFactory)) &&
|
|
19814
|
+
}, _errorFactory)) && _ao63(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19412
19815
|
method: "typia.assertGuard",
|
|
19413
19816
|
path: _path + ".folded",
|
|
19414
|
-
expected: "(__type.
|
|
19817
|
+
expected: "(__type.o56 | undefined)",
|
|
19415
19818
|
value: input.folded
|
|
19416
19819
|
}, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19417
19820
|
method: "typia.assertGuard",
|
|
19418
19821
|
path: _path + ".assets",
|
|
19419
|
-
expected: "(__type.
|
|
19822
|
+
expected: "(__type.o57 | undefined)",
|
|
19420
19823
|
value: input.assets
|
|
19421
|
-
}, _errorFactory)) &&
|
|
19824
|
+
}, _errorFactory)) && _ao64(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19422
19825
|
method: "typia.assertGuard",
|
|
19423
19826
|
path: _path + ".assets",
|
|
19424
|
-
expected: "(__type.
|
|
19827
|
+
expected: "(__type.o57 | undefined)",
|
|
19425
19828
|
value: input.assets
|
|
19426
19829
|
}, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19427
19830
|
method: "typia.assertGuard",
|
|
19428
19831
|
path: _path + ".pipeline",
|
|
19429
|
-
expected: "(__type.
|
|
19832
|
+
expected: "(__type.o61 | undefined)",
|
|
19430
19833
|
value: input.pipeline
|
|
19431
|
-
}, _errorFactory)) &&
|
|
19834
|
+
}, _errorFactory)) && _ao68(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19432
19835
|
method: "typia.assertGuard",
|
|
19433
19836
|
path: _path + ".pipeline",
|
|
19434
|
-
expected: "(__type.
|
|
19837
|
+
expected: "(__type.o61 | undefined)",
|
|
19435
19838
|
value: input.pipeline
|
|
19436
19839
|
}, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19437
19840
|
method: "typia.assertGuard",
|
|
19438
19841
|
path: _path + ".item",
|
|
19439
|
-
expected: "(__type.
|
|
19842
|
+
expected: "(__type.o63 | undefined)",
|
|
19440
19843
|
value: input.item
|
|
19441
|
-
}, _errorFactory)) &&
|
|
19844
|
+
}, _errorFactory)) && _ao70(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19442
19845
|
method: "typia.assertGuard",
|
|
19443
19846
|
path: _path + ".item",
|
|
19444
|
-
expected: "(__type.
|
|
19847
|
+
expected: "(__type.o63 | undefined)",
|
|
19445
19848
|
value: input.item
|
|
19446
|
-
}, _errorFactory)); const
|
|
19849
|
+
}, _errorFactory)); const _ao63 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19447
19850
|
method: "typia.assertGuard",
|
|
19448
19851
|
path: _path + ".auto",
|
|
19449
19852
|
expected: "(boolean | undefined)",
|
|
19450
19853
|
value: input.auto
|
|
19451
|
-
}, _errorFactory); const
|
|
19854
|
+
}, _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, {
|
|
19452
19855
|
method: "typia.assertGuard",
|
|
19453
19856
|
path: _path + ".story",
|
|
19454
|
-
expected: "(__type.
|
|
19857
|
+
expected: "(__type.o58 | undefined)",
|
|
19455
19858
|
value: input.story
|
|
19456
|
-
}, _errorFactory)) &&
|
|
19859
|
+
}, _errorFactory)) && _ao65(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19457
19860
|
method: "typia.assertGuard",
|
|
19458
19861
|
path: _path + ".story",
|
|
19459
|
-
expected: "(__type.
|
|
19862
|
+
expected: "(__type.o58 | undefined)",
|
|
19460
19863
|
value: input.story
|
|
19461
19864
|
}, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19462
19865
|
method: "typia.assertGuard",
|
|
19463
19866
|
path: _path + ".note",
|
|
19464
|
-
expected: "(__type.
|
|
19867
|
+
expected: "(__type.o60 | undefined)",
|
|
19465
19868
|
value: input.note
|
|
19466
|
-
}, _errorFactory)) &&
|
|
19869
|
+
}, _errorFactory)) && _ao67(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19467
19870
|
method: "typia.assertGuard",
|
|
19468
19871
|
path: _path + ".note",
|
|
19469
|
-
expected: "(__type.
|
|
19872
|
+
expected: "(__type.o60 | undefined)",
|
|
19470
19873
|
value: input.note
|
|
19471
|
-
}, _errorFactory)); const
|
|
19874
|
+
}, _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, {
|
|
19472
19875
|
method: "typia.assertGuard",
|
|
19473
19876
|
path: _path + ".excerpt",
|
|
19474
|
-
expected: "(__type.
|
|
19877
|
+
expected: "(__type.o59 | undefined)",
|
|
19475
19878
|
value: input.excerpt
|
|
19476
|
-
}, _errorFactory)) &&
|
|
19879
|
+
}, _errorFactory)) && _ao66(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19477
19880
|
method: "typia.assertGuard",
|
|
19478
19881
|
path: _path + ".excerpt",
|
|
19479
|
-
expected: "(__type.
|
|
19882
|
+
expected: "(__type.o59 | undefined)",
|
|
19480
19883
|
value: input.excerpt
|
|
19481
|
-
}, _errorFactory); const
|
|
19884
|
+
}, _errorFactory); const _ao66 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19482
19885
|
method: "typia.assertGuard",
|
|
19483
19886
|
path: _path + ".maxLines",
|
|
19484
19887
|
expected: "(number | undefined)",
|
|
@@ -19493,32 +19896,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19493
19896
|
path: _path + ".comments",
|
|
19494
19897
|
expected: "(boolean | undefined)",
|
|
19495
19898
|
value: input.comments
|
|
19496
|
-
}, _errorFactory)); const
|
|
19899
|
+
}, _errorFactory)); const _ao67 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19497
19900
|
method: "typia.assertGuard",
|
|
19498
19901
|
path: _path + ".maxHeight",
|
|
19499
19902
|
expected: "(number | undefined)",
|
|
19500
19903
|
value: input.maxHeight
|
|
19501
|
-
}, _errorFactory); const
|
|
19904
|
+
}, _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, {
|
|
19502
19905
|
method: "typia.assertGuard",
|
|
19503
19906
|
path: _path + ".search",
|
|
19504
|
-
expected: "(__type.
|
|
19907
|
+
expected: "(__type.o62 | undefined)",
|
|
19505
19908
|
value: input.search
|
|
19506
|
-
}, _errorFactory)) &&
|
|
19909
|
+
}, _errorFactory)) && _ao69(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19507
19910
|
method: "typia.assertGuard",
|
|
19508
19911
|
path: _path + ".search",
|
|
19509
|
-
expected: "(__type.
|
|
19912
|
+
expected: "(__type.o62 | undefined)",
|
|
19510
19913
|
value: input.search
|
|
19511
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
19914
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av62.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19512
19915
|
method: "typia.assertGuard",
|
|
19513
19916
|
path: _path + ".sortMode",
|
|
19514
19917
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
19515
19918
|
value: input.sortMode
|
|
19516
|
-
}, _errorFactory)); const
|
|
19919
|
+
}, _errorFactory)); const _ao69 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19517
19920
|
method: "typia.assertGuard",
|
|
19518
19921
|
path: _path + ".maxItemsDisplayed",
|
|
19519
19922
|
expected: "(number | undefined)",
|
|
19520
19923
|
value: input.maxItemsDisplayed
|
|
19521
|
-
}, _errorFactory); const
|
|
19924
|
+
}, _errorFactory); const _ao70 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19522
19925
|
method: "typia.assertGuard",
|
|
19523
19926
|
path: _path + ".maxHeight",
|
|
19524
19927
|
expected: "(number | undefined)",
|
|
@@ -19528,14 +19931,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19528
19931
|
path: _path + ".titleLines",
|
|
19529
19932
|
expected: "(number | undefined)",
|
|
19530
19933
|
value: input.titleLines
|
|
19531
|
-
}, _errorFactory)); const
|
|
19934
|
+
}, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19532
19935
|
method: "typia.assertGuard",
|
|
19533
19936
|
path: _path + ".fontFamilies",
|
|
19534
19937
|
expected: "(Array<string> | undefined)",
|
|
19535
19938
|
value: input.fontFamilies
|
|
19536
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
19939
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index63) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19537
19940
|
method: "typia.assertGuard",
|
|
19538
|
-
path: _path + ".fontFamilies[" +
|
|
19941
|
+
path: _path + ".fontFamilies[" + _index63 + "]",
|
|
19539
19942
|
expected: "string",
|
|
19540
19943
|
value: elem
|
|
19541
19944
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19543,7 +19946,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19543
19946
|
path: _path + ".fontFamilies",
|
|
19544
19947
|
expected: "(Array<string> | undefined)",
|
|
19545
19948
|
value: input.fontFamilies
|
|
19546
|
-
}, _errorFactory); const
|
|
19949
|
+
}, _errorFactory); const _ao72 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19547
19950
|
method: "typia.assertGuard",
|
|
19548
19951
|
path: _path + ".id",
|
|
19549
19952
|
expected: "(string | undefined)",
|
|
@@ -19553,37 +19956,37 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19553
19956
|
path: _path + ".folded",
|
|
19554
19957
|
expected: "(boolean | undefined)",
|
|
19555
19958
|
value: input.folded
|
|
19556
|
-
}, _errorFactory)); const
|
|
19959
|
+
}, _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, {
|
|
19557
19960
|
method: "typia.assertGuard",
|
|
19558
19961
|
path: _path + ".adobe",
|
|
19559
|
-
expected: "(__type.
|
|
19962
|
+
expected: "(__type.o67 | undefined)",
|
|
19560
19963
|
value: input.adobe
|
|
19561
|
-
}, _errorFactory)) &&
|
|
19964
|
+
}, _errorFactory)) && _ao74(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19562
19965
|
method: "typia.assertGuard",
|
|
19563
19966
|
path: _path + ".adobe",
|
|
19564
|
-
expected: "(__type.
|
|
19967
|
+
expected: "(__type.o67 | undefined)",
|
|
19565
19968
|
value: input.adobe
|
|
19566
19969
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19567
19970
|
method: "typia.assertGuard",
|
|
19568
19971
|
path: _path + ".rive",
|
|
19569
|
-
expected: "(__type.
|
|
19972
|
+
expected: "(__type.o68 | undefined)",
|
|
19570
19973
|
value: input.rive
|
|
19571
|
-
}, _errorFactory)) &&
|
|
19974
|
+
}, _errorFactory)) && _ao75(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19572
19975
|
method: "typia.assertGuard",
|
|
19573
19976
|
path: _path + ".rive",
|
|
19574
|
-
expected: "(__type.
|
|
19977
|
+
expected: "(__type.o68 | undefined)",
|
|
19575
19978
|
value: input.rive
|
|
19576
|
-
}, _errorFactory)); const
|
|
19979
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19577
19980
|
method: "typia.assertGuard",
|
|
19578
19981
|
path: _path + ".useProxies",
|
|
19579
19982
|
expected: "(boolean | undefined)",
|
|
19580
19983
|
value: input.useProxies
|
|
19581
|
-
}, _errorFactory); const
|
|
19984
|
+
}, _errorFactory); const _ao75 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19582
19985
|
method: "typia.assertGuard",
|
|
19583
19986
|
path: _path + ".template",
|
|
19584
19987
|
expected: "(string | undefined)",
|
|
19585
19988
|
value: input.template
|
|
19586
|
-
}, _errorFactory); const
|
|
19989
|
+
}, _errorFactory); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19587
19990
|
method: "typia.assertGuard",
|
|
19588
19991
|
path: _path + ".collections",
|
|
19589
19992
|
expected: "(boolean | undefined)",
|
|
@@ -19598,7 +20001,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19598
20001
|
path: _path + ".ameRemoteRendering",
|
|
19599
20002
|
expected: "(boolean | undefined)",
|
|
19600
20003
|
value: input.ameRemoteRendering
|
|
19601
|
-
}, _errorFactory)); const
|
|
20004
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19602
20005
|
method: "typia.assertGuard",
|
|
19603
20006
|
path: _path + ".utils",
|
|
19604
20007
|
expected: "(boolean | undefined)",
|
|
@@ -19693,24 +20096,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19693
20096
|
path: _path + ".systemHealth",
|
|
19694
20097
|
expected: "(boolean | undefined)",
|
|
19695
20098
|
value: input.systemHealth
|
|
19696
|
-
}, _errorFactory)); const
|
|
20099
|
+
}, _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, {
|
|
19697
20100
|
method: "typia.assertGuard",
|
|
19698
20101
|
path: _path + ".events",
|
|
19699
|
-
expected: "(__type.
|
|
20102
|
+
expected: "(__type.o72 | undefined)",
|
|
19700
20103
|
value: input.events
|
|
19701
|
-
}, _errorFactory)) &&
|
|
20104
|
+
}, _errorFactory)) && _ao79(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19702
20105
|
method: "typia.assertGuard",
|
|
19703
20106
|
path: _path + ".events",
|
|
19704
|
-
expected: "(__type.
|
|
20107
|
+
expected: "(__type.o72 | undefined)",
|
|
19705
20108
|
value: input.events
|
|
19706
|
-
}, _errorFactory); const
|
|
20109
|
+
}, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19707
20110
|
method: "typia.assertGuard",
|
|
19708
20111
|
path: _path + ".comment",
|
|
19709
20112
|
expected: "(Array<NotificationReason> | undefined)",
|
|
19710
20113
|
value: input.comment
|
|
19711
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
20114
|
+
}, _errorFactory)) && input.comment.every((elem, _index64) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19712
20115
|
method: "typia.assertGuard",
|
|
19713
|
-
path: _path + ".comment[" +
|
|
20116
|
+
path: _path + ".comment[" + _index64 + "]",
|
|
19714
20117
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
19715
20118
|
value: elem
|
|
19716
20119
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19723,9 +20126,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19723
20126
|
path: _path + ".assigned",
|
|
19724
20127
|
expected: "(Array<NotificationReason> | undefined)",
|
|
19725
20128
|
value: input.assigned
|
|
19726
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
20129
|
+
}, _errorFactory)) && input.assigned.every((elem, _index65) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19727
20130
|
method: "typia.assertGuard",
|
|
19728
|
-
path: _path + ".assigned[" +
|
|
20131
|
+
path: _path + ".assigned[" + _index65 + "]",
|
|
19729
20132
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
19730
20133
|
value: elem
|
|
19731
20134
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19738,9 +20141,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19738
20141
|
path: _path + ".unassigned",
|
|
19739
20142
|
expected: "(Array<NotificationReason> | undefined)",
|
|
19740
20143
|
value: input.unassigned
|
|
19741
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
20144
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index66) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19742
20145
|
method: "typia.assertGuard",
|
|
19743
|
-
path: _path + ".unassigned[" +
|
|
20146
|
+
path: _path + ".unassigned[" + _index66 + "]",
|
|
19744
20147
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
19745
20148
|
value: elem
|
|
19746
20149
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19751,14 +20154,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19751
20154
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19752
20155
|
method: "typia.assertGuard",
|
|
19753
20156
|
path: _path + ".publishSucceeded",
|
|
19754
|
-
expected: "(__type.
|
|
20157
|
+
expected: "(__type.o73 | undefined)",
|
|
19755
20158
|
value: input.publishSucceeded
|
|
19756
|
-
}, _errorFactory)) &&
|
|
20159
|
+
}, _errorFactory)) && _ao80(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19757
20160
|
method: "typia.assertGuard",
|
|
19758
20161
|
path: _path + ".publishSucceeded",
|
|
19759
|
-
expected: "(__type.
|
|
20162
|
+
expected: "(__type.o73 | undefined)",
|
|
19760
20163
|
value: input.publishSucceeded
|
|
19761
|
-
}, _errorFactory)); const
|
|
20164
|
+
}, _errorFactory)); const _ao80 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
19762
20165
|
const value = input[key];
|
|
19763
20166
|
if (undefined === value)
|
|
19764
20167
|
return true;
|
|
@@ -19767,9 +20170,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19767
20170
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19768
20171
|
expected: "Array<NotificationReason>",
|
|
19769
20172
|
value: value
|
|
19770
|
-
}, _errorFactory)) && value.every((elem,
|
|
20173
|
+
}, _errorFactory)) && value.every((elem, _index67) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19771
20174
|
method: "typia.assertGuard",
|
|
19772
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
20175
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index67 + "]",
|
|
19773
20176
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
19774
20177
|
value: elem
|
|
19775
20178
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19778,17 +20181,27 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19778
20181
|
expected: "Array<NotificationReason>",
|
|
19779
20182
|
value: value
|
|
19780
20183
|
}, _errorFactory);
|
|
19781
|
-
}); const
|
|
20184
|
+
}); 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, {
|
|
20185
|
+
method: "typia.assertGuard",
|
|
20186
|
+
path: _path + ".create",
|
|
20187
|
+
expected: "(__type.o75 | undefined)",
|
|
20188
|
+
value: input.create
|
|
20189
|
+
}, _errorFactory)) && _ao82(input.create, _path + ".create", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20190
|
+
method: "typia.assertGuard",
|
|
20191
|
+
path: _path + ".create",
|
|
20192
|
+
expected: "(__type.o75 | undefined)",
|
|
20193
|
+
value: input.create
|
|
20194
|
+
}, _errorFactory)) && (undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19782
20195
|
method: "typia.assertGuard",
|
|
19783
20196
|
path: _path + ".duplicate",
|
|
19784
|
-
expected: "(__type.
|
|
20197
|
+
expected: "(__type.o76 | undefined)",
|
|
19785
20198
|
value: input.duplicate
|
|
19786
|
-
}, _errorFactory)) &&
|
|
20199
|
+
}, _errorFactory)) && _ao83(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19787
20200
|
method: "typia.assertGuard",
|
|
19788
20201
|
path: _path + ".duplicate",
|
|
19789
|
-
expected: "(__type.
|
|
20202
|
+
expected: "(__type.o76 | undefined)",
|
|
19790
20203
|
value: input.duplicate
|
|
19791
|
-
}, _errorFactory); const
|
|
20204
|
+
}, _errorFactory)); const _ao82 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19792
20205
|
method: "typia.assertGuard",
|
|
19793
20206
|
path: _path + ".titlePrefix",
|
|
19794
20207
|
expected: "(string | undefined)",
|
|
@@ -19798,14 +20211,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19798
20211
|
path: _path + ".titleSuffix",
|
|
19799
20212
|
expected: "(string | undefined)",
|
|
19800
20213
|
value: input.titleSuffix
|
|
19801
|
-
}, _errorFactory)); const
|
|
20214
|
+
}, _errorFactory)); const _ao83 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20215
|
+
method: "typia.assertGuard",
|
|
20216
|
+
path: _path + ".titlePrefix",
|
|
20217
|
+
expected: "(string | undefined)",
|
|
20218
|
+
value: input.titlePrefix
|
|
20219
|
+
}, _errorFactory)) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20220
|
+
method: "typia.assertGuard",
|
|
20221
|
+
path: _path + ".titleSuffix",
|
|
20222
|
+
expected: "(string | undefined)",
|
|
20223
|
+
value: input.titleSuffix
|
|
20224
|
+
}, _errorFactory)); const _ao84 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19802
20225
|
method: "typia.assertGuard",
|
|
19803
20226
|
path: _path + ".stateFilter",
|
|
19804
20227
|
expected: "(Array<number> | undefined)",
|
|
19805
20228
|
value: input.stateFilter
|
|
19806
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
20229
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index68) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19807
20230
|
method: "typia.assertGuard",
|
|
19808
|
-
path: _path + ".stateFilter[" +
|
|
20231
|
+
path: _path + ".stateFilter[" + _index68 + "]",
|
|
19809
20232
|
expected: "number",
|
|
19810
20233
|
value: elem
|
|
19811
20234
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19838,16 +20261,21 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19838
20261
|
path: _path + ".parseRegex",
|
|
19839
20262
|
expected: "(boolean | undefined)",
|
|
19840
20263
|
value: input.parseRegex
|
|
19841
|
-
}, _errorFactory)); const
|
|
20264
|
+
}, _errorFactory)); const _ao85 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19842
20265
|
method: "typia.assertGuard",
|
|
19843
20266
|
path: _path + ".disableHotArea",
|
|
19844
20267
|
expected: "(boolean | undefined)",
|
|
19845
20268
|
value: input.disableHotArea
|
|
19846
|
-
}, _errorFactory); const
|
|
20269
|
+
}, _errorFactory); const _ao86 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19847
20270
|
method: "typia.assertGuard",
|
|
19848
20271
|
path: _path + ".refreshInterval",
|
|
19849
20272
|
expected: "(number | undefined)",
|
|
19850
20273
|
value: input.refreshInterval
|
|
20274
|
+
}, _errorFactory); const _ao87 = (input, _path, _exceptionable = true) => undefined === input.layout || "string" === typeof input.layout || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20275
|
+
method: "typia.assertGuard",
|
|
20276
|
+
path: _path + ".layout",
|
|
20277
|
+
expected: "(string | undefined)",
|
|
20278
|
+
value: input.layout
|
|
19851
20279
|
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19852
20280
|
if (false === __is(input)) {
|
|
19853
20281
|
_errorFactory = errorFactory;
|
|
@@ -19914,7 +20342,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19914
20342
|
}; })()(input);
|
|
19915
20343
|
}
|
|
19916
20344
|
case ":shotbox": {
|
|
19917
|
-
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 => (() => {
|
|
20345
|
+
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 => (() => {
|
|
19918
20346
|
if ("stream" === input.type)
|
|
19919
20347
|
return _io4(input);
|
|
19920
20348
|
else
|
|
@@ -19924,14 +20352,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19924
20352
|
path: _path + ".pages",
|
|
19925
20353
|
expected: "(Array<ShotboxPage> | undefined)",
|
|
19926
20354
|
value: input.pages
|
|
19927
|
-
}, _errorFactory)) && input.pages.every((elem,
|
|
20355
|
+
}, _errorFactory)) && input.pages.every((elem, _index7) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19928
20356
|
method: "typia.assertGuard",
|
|
19929
|
-
path: _path + ".pages[" +
|
|
20357
|
+
path: _path + ".pages[" + _index7 + "]",
|
|
19930
20358
|
expected: "ShotboxPage",
|
|
19931
20359
|
value: elem
|
|
19932
|
-
}, _errorFactory)) && _ao1(elem, _path + ".pages[" +
|
|
20360
|
+
}, _errorFactory)) && _ao1(elem, _path + ".pages[" + _index7 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19933
20361
|
method: "typia.assertGuard",
|
|
19934
|
-
path: _path + ".pages[" +
|
|
20362
|
+
path: _path + ".pages[" + _index7 + "]",
|
|
19935
20363
|
expected: "ShotboxPage",
|
|
19936
20364
|
value: elem
|
|
19937
20365
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19949,39 +20377,54 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19949
20377
|
path: _path + ".inferGroups",
|
|
19950
20378
|
expected: "(boolean | undefined)",
|
|
19951
20379
|
value: input.inferGroups
|
|
20380
|
+
}, _errorFactory)) && (undefined === input.excludeFromInferredGroups || (Array.isArray(input.excludeFromInferredGroups) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20381
|
+
method: "typia.assertGuard",
|
|
20382
|
+
path: _path + ".excludeFromInferredGroups",
|
|
20383
|
+
expected: "(Array<string> | undefined)",
|
|
20384
|
+
value: input.excludeFromInferredGroups
|
|
20385
|
+
}, _errorFactory)) && input.excludeFromInferredGroups.every((elem, _index8) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20386
|
+
method: "typia.assertGuard",
|
|
20387
|
+
path: _path + ".excludeFromInferredGroups[" + _index8 + "]",
|
|
20388
|
+
expected: "string",
|
|
20389
|
+
value: elem
|
|
20390
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20391
|
+
method: "typia.assertGuard",
|
|
20392
|
+
path: _path + ".excludeFromInferredGroups",
|
|
20393
|
+
expected: "(Array<string> | undefined)",
|
|
20394
|
+
value: input.excludeFromInferredGroups
|
|
19952
20395
|
}, _errorFactory)) && (undefined === input.layout || (Array.isArray(input.layout) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19953
20396
|
method: "typia.assertGuard",
|
|
19954
20397
|
path: _path + ".layout",
|
|
19955
20398
|
expected: "(Array<ShotboxGroup | ShotboxGroup[]> | undefined)",
|
|
19956
20399
|
value: input.layout
|
|
19957
|
-
}, _errorFactory)) && input.layout.every((elem,
|
|
20400
|
+
}, _errorFactory)) && input.layout.every((elem, _index9) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19958
20401
|
method: "typia.assertGuard",
|
|
19959
|
-
path: _path + ".layout[" +
|
|
20402
|
+
path: _path + ".layout[" + _index9 + "]",
|
|
19960
20403
|
expected: "(Array<ShotboxGroup> | ShotboxEventGroup | ShotboxStreamGroup)",
|
|
19961
20404
|
value: elem
|
|
19962
20405
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19963
20406
|
method: "typia.assertGuard",
|
|
19964
|
-
path: _path + ".layout[" +
|
|
20407
|
+
path: _path + ".layout[" + _index9 + "]",
|
|
19965
20408
|
expected: "(Array<ShotboxGroup> | ShotboxEventGroup | ShotboxStreamGroup)",
|
|
19966
20409
|
value: elem
|
|
19967
|
-
}, _errorFactory)) && (Array.isArray(elem) && elem.every((elem,
|
|
20410
|
+
}, _errorFactory)) && (Array.isArray(elem) && elem.every((elem, _index10) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19968
20411
|
method: "typia.assertGuard",
|
|
19969
|
-
path: _path + ".layout[" +
|
|
20412
|
+
path: _path + ".layout[" + _index9 + "][" + _index10 + "]",
|
|
19970
20413
|
expected: "(ShotboxEventGroup | ShotboxStreamGroup)",
|
|
19971
20414
|
value: elem
|
|
19972
|
-
}, _errorFactory)) && _au0(elem, _path + ".layout[" +
|
|
20415
|
+
}, _errorFactory)) && _au0(elem, _path + ".layout[" + _index9 + "][" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19973
20416
|
method: "typia.assertGuard",
|
|
19974
|
-
path: _path + ".layout[" +
|
|
20417
|
+
path: _path + ".layout[" + _index9 + "][" + _index10 + "]",
|
|
19975
20418
|
expected: "(ShotboxEventGroup | ShotboxStreamGroup)",
|
|
19976
20419
|
value: elem
|
|
19977
|
-
}, _errorFactory)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _au0(elem, _path + ".layout[" +
|
|
20420
|
+
}, _errorFactory)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _au0(elem, _path + ".layout[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19978
20421
|
method: "typia.assertGuard",
|
|
19979
|
-
path: _path + ".layout[" +
|
|
20422
|
+
path: _path + ".layout[" + _index9 + "]",
|
|
19980
20423
|
expected: "(Array<ShotboxGroup> | ShotboxEventGroup | ShotboxStreamGroup)",
|
|
19981
20424
|
value: elem
|
|
19982
20425
|
}, _errorFactory) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19983
20426
|
method: "typia.assertGuard",
|
|
19984
|
-
path: _path + ".layout[" +
|
|
20427
|
+
path: _path + ".layout[" + _index9 + "]",
|
|
19985
20428
|
expected: "(Array<ShotboxGroup> | ShotboxEventGroup | ShotboxStreamGroup)",
|
|
19986
20429
|
value: elem
|
|
19987
20430
|
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20019,9 +20462,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20019
20462
|
path: _path + ".include",
|
|
20020
20463
|
expected: "(Array<string> | undefined)",
|
|
20021
20464
|
value: input.include
|
|
20022
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
20465
|
+
}, _errorFactory)) && input.include.every((elem, _index11) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20023
20466
|
method: "typia.assertGuard",
|
|
20024
|
-
path: _path + ".include[" +
|
|
20467
|
+
path: _path + ".include[" + _index11 + "]",
|
|
20025
20468
|
expected: "string",
|
|
20026
20469
|
value: elem
|
|
20027
20470
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20034,9 +20477,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20034
20477
|
path: _path + ".exclude",
|
|
20035
20478
|
expected: "(Array<string> | undefined)",
|
|
20036
20479
|
value: input.exclude
|
|
20037
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
20480
|
+
}, _errorFactory)) && input.exclude.every((elem, _index12) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20038
20481
|
method: "typia.assertGuard",
|
|
20039
|
-
path: _path + ".exclude[" +
|
|
20482
|
+
path: _path + ".exclude[" + _index12 + "]",
|
|
20040
20483
|
expected: "string",
|
|
20041
20484
|
value: elem
|
|
20042
20485
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20244,7 +20687,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20244
20687
|
}; })()(input);
|
|
20245
20688
|
}
|
|
20246
20689
|
case ":subtitle-style": {
|
|
20247
|
-
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, {
|
|
20690
|
+
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, {
|
|
20248
20691
|
method: "typia.assertGuard",
|
|
20249
20692
|
path: _path + ".scaledBorderAndShadow",
|
|
20250
20693
|
expected: "(boolean | undefined)",
|
|
@@ -20334,6 +20777,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20334
20777
|
path: _path + ".spacing",
|
|
20335
20778
|
expected: "(string | undefined)",
|
|
20336
20779
|
value: input.spacing
|
|
20780
|
+
}, _errorFactory)) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20781
|
+
method: "typia.assertGuard",
|
|
20782
|
+
path: _path + ".lineSpacing",
|
|
20783
|
+
expected: "(string | undefined)",
|
|
20784
|
+
value: input.lineSpacing
|
|
20337
20785
|
}, _errorFactory)) && (undefined === input.angle || "string" === typeof input.angle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20338
20786
|
method: "typia.assertGuard",
|
|
20339
20787
|
path: _path + ".angle",
|