@nxtedition/types 23.1.3 → 23.1.5
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/block.d.ts +1 -0
- package/dist/common/block.js +31 -13
- package/dist/common/file.js +9 -8
- package/dist/common/index.d.ts +2 -0
- package/dist/common/index.js +2 -0
- package/dist/common/json-schema.d.ts +95 -0
- package/dist/common/json-schema.js +1 -0
- package/dist/common/location.js +1 -1
- package/dist/common/nxtpression.d.ts +1 -1
- package/dist/common/print.d.ts +30 -0
- package/dist/common/print.js +1 -0
- package/dist/common/render-scene.d.ts +1 -0
- package/dist/common/rule.js +2 -2
- package/dist/common/settings.d.ts +11 -2
- package/dist/nxtpression.d.ts +451 -205
- package/dist/records/domains/connection/file/smb.d.ts +2 -0
- package/dist/records/domains/event.d.ts +20 -0
- package/dist/records/domains/gallery.d.ts +8 -0
- package/dist/records/domains/gallery.js +1 -0
- package/dist/records/domains/index.d.ts +5 -1
- package/dist/records/domains/index.js +2 -0
- package/dist/records/domains/role.d.ts +8 -0
- package/dist/records/domains/storage.d.ts +87 -0
- package/dist/records/domains/storage.js +1 -0
- package/dist/records/domains/template.d.ts +32 -0
- package/dist/records/exact/index.d.ts +6 -0
- package/dist/records/exact/monitor.d.ts +1 -0
- package/dist/records/validate/assert-guard.js +1641 -454
- package/dist/records/validate/assert.js +1645 -448
- package/dist/records/validate/is.js +92 -26
- package/dist/records/validate/schemas.d.ts +3 -10
- package/dist/records/validate/schemas.js +1336 -254
- package/dist/records/validate/stringify.js +348 -253
- package/dist/records/validate/utils.js +2 -2
- package/dist/records/validate/validate-equals.js +2245 -481
- package/dist/records/validate/validate.js +1549 -429
- package/dist/rpc.js +2 -2
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +13 -14
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as __typia_transform__assertGuard from "typia/lib/internal/_assertGuard
|
|
2
|
-
import * as __typia_transform__accessExpressionAsString from "typia/lib/internal/_accessExpressionAsString
|
|
3
|
-
import * as __typia_transform__isTypeUint64 from "typia/lib/internal/_isTypeUint64
|
|
1
|
+
import * as __typia_transform__assertGuard from "typia/lib/internal/_assertGuard";
|
|
2
|
+
import * as __typia_transform__accessExpressionAsString from "typia/lib/internal/_accessExpressionAsString";
|
|
3
|
+
import * as __typia_transform__isTypeUint64 from "typia/lib/internal/_isTypeUint64";
|
|
4
4
|
import { isEmptyRecord, parseRecordName } from "./utils.js";
|
|
5
5
|
import typia from 'typia';
|
|
6
6
|
export function assertGuardRecord(name, input) {
|
|
@@ -342,19 +342,19 @@ function _assertGuardExactRecord(name, input) {
|
|
|
342
342
|
}; })()(input);
|
|
343
343
|
}
|
|
344
344
|
case "asset.dynamicProperties?": {
|
|
345
|
-
return (() => { const _io0 = input => undefined === input.value || Array.isArray(input.value) && input.value.every(elem => "object" === typeof elem && null !== elem && _iu0(elem)); const _io1 = input => "string" === typeof input.panel && "string" === typeof input.path && "string" === typeof input.domain && (undefined === input.type || "string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type) && (undefined === input.
|
|
345
|
+
return (() => { const _io0 = input => undefined === input.value || Array.isArray(input.value) && input.value.every(elem => "object" === typeof elem && null !== elem && _iu0(elem)); const _io1 = input => "string" === typeof input.panel && "string" === typeof input.path && "string" === typeof input.domain && (undefined === input.type || "string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type) && (undefined === input.items || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _io2(input.items)) && (undefined === input.minItems || "number" === typeof input.minItems) && (undefined === input.maxItems || "number" === typeof input.maxItems) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io4(input.properties)) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.oneOf || Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (undefined === input.anyOf || Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (undefined === input["enum"] || Array.isArray(input["enum"])) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.index || "object" === typeof input.index && null !== input.index && _io5(input.index)) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (null !== input.widget && (undefined === input.widget || "string" === typeof input.widget || "object" === typeof input.widget && null !== input.widget && false === Array.isArray(input.widget) && _io3(input.widget))) && (undefined === input.helpText || "string" === typeof input.helpText) && (undefined === input.invalid || "boolean" === typeof input.invalid) && true && true; const _io2 = input => (undefined === input.domain || "string" === typeof input.domain) && (undefined === input.path || "string" === typeof input.path) && (undefined === input.type || "string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.oneOf || Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (undefined === input.anyOf || Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (undefined === input["enum"] || Array.isArray(input["enum"])) && (null !== input.widget && (undefined === input.widget || "string" === typeof input.widget || "object" === typeof input.widget && null !== input.widget && false === Array.isArray(input.widget) && _io3(input.widget))) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.helpText || "string" === typeof input.helpText) && (undefined === input.invalid || "boolean" === typeof input.invalid) && true && (undefined === input.minItems || "number" === typeof input.minItems) && (undefined === input.maxItems || "number" === typeof input.maxItems) && (undefined === input.items || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _io2(input.items)) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io4(input.properties)) && true && (undefined === input.index || "object" === typeof input.index && null !== input.index && _io5(input.index)); const _io3 = input => (undefined === input.type || "string" === typeof input.type) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && Object.keys(input).every(key => {
|
|
346
346
|
if (["type", "readOnly"].some(prop => key === prop))
|
|
347
347
|
return true;
|
|
348
348
|
const value = input[key];
|
|
349
349
|
if (undefined === value)
|
|
350
350
|
return true;
|
|
351
351
|
return true;
|
|
352
|
-
}); const
|
|
352
|
+
}); const _io4 = input => Object.keys(input).every(key => {
|
|
353
353
|
const value = input[key];
|
|
354
354
|
if (undefined === value)
|
|
355
355
|
return true;
|
|
356
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
357
|
-
}); const _io6 = input => "string" === typeof input.schema && "string" === typeof input.path && "string" === typeof input.domain && (undefined === input.type || "string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type) &&
|
|
356
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
|
|
357
|
+
}); const _io5 = input => "string" === typeof input.label && "string" === typeof input.path; const _io6 = input => "string" === typeof input.schema && "string" === typeof input.path && "string" === typeof input.domain && (undefined === input.type || "string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type) && true && (undefined === input.items || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _io2(input.items)) && (undefined === input.minItems || "number" === typeof input.minItems) && (undefined === input.maxItems || "number" === typeof input.maxItems) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io4(input.properties)) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.oneOf || Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (undefined === input.anyOf || Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (undefined === input["enum"] || Array.isArray(input["enum"])) && true && (null !== input.recordName && (undefined === input.recordName || "string" === typeof input.recordName || "object" === typeof input.recordName && null !== input.recordName && _io7(input.recordName))) && (null !== input.setter && (undefined === input.setter || "function" === typeof input.setter || "string" === typeof input.setter || "object" === typeof input.setter && null !== input.setter && _io9(input.setter))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.index || "object" === typeof input.index && null !== input.index && _io5(input.index)) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (null !== input.widget && (undefined === input.widget || "string" === typeof input.widget || "object" === typeof input.widget && null !== input.widget && false === Array.isArray(input.widget) && _io3(input.widget))) && (undefined === input.helpText || "string" === typeof input.helpText) && (undefined === input.invalid || "boolean" === typeof input.invalid) && true && true; const _io7 = input => "object" === typeof input.__context && null !== input.__context && _io8(input.__context) && "string" === typeof input.__returnValue; const _io8 = input => "string" === typeof input.id; const _io9 = input => "object" === typeof input.__context && null !== input.__context && _io10(input.__context) && true; const _io10 = input => "string" === typeof input.id && true; const _iu0 = input => (() => {
|
|
358
358
|
if (undefined !== input.panel)
|
|
359
359
|
return _io1(input);
|
|
360
360
|
else if (undefined !== input.schema)
|
|
@@ -401,31 +401,36 @@ function _assertGuardExactRecord(name, input) {
|
|
|
401
401
|
path: _path + ".type",
|
|
402
402
|
expected: "(\"array\" | \"asset\" | \"boolean\" | \"datetime\" | \"number\" | \"object\" | \"rpc\" | \"string\" | undefined)",
|
|
403
403
|
value: input.type
|
|
404
|
-
}, _errorFactory)) && (undefined === input.
|
|
404
|
+
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
405
405
|
method: "typia.assertGuard",
|
|
406
|
-
path: _path + ".
|
|
407
|
-
expected: "(
|
|
408
|
-
value: input.
|
|
409
|
-
}, _errorFactory)) && _ao2(input.
|
|
406
|
+
path: _path + ".items",
|
|
407
|
+
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
408
|
+
value: input.items
|
|
409
|
+
}, _errorFactory)) && _ao2(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
410
410
|
method: "typia.assertGuard",
|
|
411
|
-
path: _path + ".
|
|
412
|
-
expected: "(
|
|
413
|
-
value: input.
|
|
414
|
-
}, _errorFactory)) && (undefined === input.
|
|
411
|
+
path: _path + ".items",
|
|
412
|
+
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
413
|
+
value: input.items
|
|
414
|
+
}, _errorFactory)) && (undefined === input.minItems || "number" === typeof input.minItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
415
415
|
method: "typia.assertGuard",
|
|
416
|
-
path: _path + ".
|
|
417
|
-
expected: "(
|
|
418
|
-
value: input.
|
|
419
|
-
}, _errorFactory)) && (undefined === input.
|
|
416
|
+
path: _path + ".minItems",
|
|
417
|
+
expected: "(number | undefined)",
|
|
418
|
+
value: input.minItems
|
|
419
|
+
}, _errorFactory)) && (undefined === input.maxItems || "number" === typeof input.maxItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
420
420
|
method: "typia.assertGuard",
|
|
421
|
-
path: _path + ".
|
|
422
|
-
expected: "(
|
|
423
|
-
value: input.
|
|
424
|
-
}, _errorFactory)) && (undefined === input.
|
|
421
|
+
path: _path + ".maxItems",
|
|
422
|
+
expected: "(number | undefined)",
|
|
423
|
+
value: input.maxItems
|
|
424
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
425
425
|
method: "typia.assertGuard",
|
|
426
|
-
path: _path + ".
|
|
427
|
-
expected: "(string | undefined)",
|
|
428
|
-
value: input.
|
|
426
|
+
path: _path + ".properties",
|
|
427
|
+
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
428
|
+
value: input.properties
|
|
429
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
430
|
+
method: "typia.assertGuard",
|
|
431
|
+
path: _path + ".properties",
|
|
432
|
+
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
433
|
+
value: input.properties
|
|
429
434
|
}, _errorFactory)) && (undefined === input.required || "boolean" === typeof input.required || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
430
435
|
method: "typia.assertGuard",
|
|
431
436
|
path: _path + ".required",
|
|
@@ -441,7 +446,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
441
446
|
path: _path + ".oneOf[" + _index9 + "]",
|
|
442
447
|
expected: "BaseSchemaProperty<unknown>",
|
|
443
448
|
value: elem
|
|
444
|
-
}, _errorFactory)) &&
|
|
449
|
+
}, _errorFactory)) && _ao2(elem, _path + ".oneOf[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
445
450
|
method: "typia.assertGuard",
|
|
446
451
|
path: _path + ".oneOf[" + _index9 + "]",
|
|
447
452
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -461,7 +466,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
461
466
|
path: _path + ".anyOf[" + _index10 + "]",
|
|
462
467
|
expected: "BaseSchemaProperty<unknown>",
|
|
463
468
|
value: elem
|
|
464
|
-
}, _errorFactory)) &&
|
|
469
|
+
}, _errorFactory)) && _ao2(elem, _path + ".anyOf[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
465
470
|
method: "typia.assertGuard",
|
|
466
471
|
path: _path + ".anyOf[" + _index10 + "]",
|
|
467
472
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -476,6 +481,31 @@ function _assertGuardExactRecord(name, input) {
|
|
|
476
481
|
path: _path + "[\"enum\"]",
|
|
477
482
|
expected: "(ReadonlyArray<unknown> | undefined)",
|
|
478
483
|
value: input["enum"]
|
|
484
|
+
}, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
485
|
+
method: "typia.assertGuard",
|
|
486
|
+
path: _path + ".title",
|
|
487
|
+
expected: "(string | undefined)",
|
|
488
|
+
value: input.title
|
|
489
|
+
}, _errorFactory)) && (undefined === input.index || ("object" === typeof input.index && null !== input.index || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
490
|
+
method: "typia.assertGuard",
|
|
491
|
+
path: _path + ".index",
|
|
492
|
+
expected: "(__type | undefined)",
|
|
493
|
+
value: input.index
|
|
494
|
+
}, _errorFactory)) && _ao5(input.index, _path + ".index", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
495
|
+
method: "typia.assertGuard",
|
|
496
|
+
path: _path + ".index",
|
|
497
|
+
expected: "(__type | undefined)",
|
|
498
|
+
value: input.index
|
|
499
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
500
|
+
method: "typia.assertGuard",
|
|
501
|
+
path: _path + ".description",
|
|
502
|
+
expected: "(string | undefined)",
|
|
503
|
+
value: input.description
|
|
504
|
+
}, _errorFactory)) && (undefined === input.placeholder || "string" === typeof input.placeholder || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
505
|
+
method: "typia.assertGuard",
|
|
506
|
+
path: _path + ".placeholder",
|
|
507
|
+
expected: "(string | undefined)",
|
|
508
|
+
value: input.placeholder
|
|
479
509
|
}, _errorFactory)) && ((null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
480
510
|
method: "typia.assertGuard",
|
|
481
511
|
path: _path + ".widget",
|
|
@@ -486,7 +516,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
486
516
|
path: _path + ".widget",
|
|
487
517
|
expected: "(WidgetOptions | string | undefined)",
|
|
488
518
|
value: input.widget
|
|
489
|
-
}, _errorFactory)) &&
|
|
519
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
490
520
|
method: "typia.assertGuard",
|
|
491
521
|
path: _path + ".widget",
|
|
492
522
|
expected: "(WidgetOptions | string | undefined)",
|
|
@@ -501,47 +531,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
501
531
|
path: _path + ".invalid",
|
|
502
532
|
expected: "(boolean | undefined)",
|
|
503
533
|
value: input.invalid
|
|
504
|
-
}, _errorFactory)) && true && (undefined === input.
|
|
505
|
-
method: "typia.assertGuard",
|
|
506
|
-
path: _path + ".minItems",
|
|
507
|
-
expected: "(number | undefined)",
|
|
508
|
-
value: input.minItems
|
|
509
|
-
}, _errorFactory)) && (undefined === input.maxItems || "number" === typeof input.maxItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
510
|
-
method: "typia.assertGuard",
|
|
511
|
-
path: _path + ".maxItems",
|
|
512
|
-
expected: "(number | undefined)",
|
|
513
|
-
value: input.maxItems
|
|
514
|
-
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
515
|
-
method: "typia.assertGuard",
|
|
516
|
-
path: _path + ".items",
|
|
517
|
-
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
518
|
-
value: input.items
|
|
519
|
-
}, _errorFactory)) && _ao3(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
520
|
-
method: "typia.assertGuard",
|
|
521
|
-
path: _path + ".items",
|
|
522
|
-
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
523
|
-
value: input.items
|
|
524
|
-
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
525
|
-
method: "typia.assertGuard",
|
|
526
|
-
path: _path + ".properties",
|
|
527
|
-
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
528
|
-
value: input.properties
|
|
529
|
-
}, _errorFactory)) && _ao5(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
530
|
-
method: "typia.assertGuard",
|
|
531
|
-
path: _path + ".properties",
|
|
532
|
-
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
533
|
-
value: input.properties
|
|
534
|
-
}, _errorFactory)) && true; const _ao2 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
535
|
-
method: "typia.assertGuard",
|
|
536
|
-
path: _path + ".label",
|
|
537
|
-
expected: "string",
|
|
538
|
-
value: input.label
|
|
539
|
-
}, _errorFactory)) && ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
540
|
-
method: "typia.assertGuard",
|
|
541
|
-
path: _path + ".path",
|
|
542
|
-
expected: "string",
|
|
543
|
-
value: input.path
|
|
544
|
-
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.domain || "string" === typeof input.domain || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
534
|
+
}, _errorFactory)) && true && true; const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.domain || "string" === typeof input.domain || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
545
535
|
method: "typia.assertGuard",
|
|
546
536
|
path: _path + ".domain",
|
|
547
537
|
expected: "(string | undefined)",
|
|
@@ -581,7 +571,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
581
571
|
path: _path + ".oneOf[" + _index11 + "]",
|
|
582
572
|
expected: "BaseSchemaProperty<unknown>",
|
|
583
573
|
value: elem
|
|
584
|
-
}, _errorFactory)) &&
|
|
574
|
+
}, _errorFactory)) && _ao2(elem, _path + ".oneOf[" + _index11 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
585
575
|
method: "typia.assertGuard",
|
|
586
576
|
path: _path + ".oneOf[" + _index11 + "]",
|
|
587
577
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -601,7 +591,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
601
591
|
path: _path + ".anyOf[" + _index12 + "]",
|
|
602
592
|
expected: "BaseSchemaProperty<unknown>",
|
|
603
593
|
value: elem
|
|
604
|
-
}, _errorFactory)) &&
|
|
594
|
+
}, _errorFactory)) && _ao2(elem, _path + ".anyOf[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
605
595
|
method: "typia.assertGuard",
|
|
606
596
|
path: _path + ".anyOf[" + _index12 + "]",
|
|
607
597
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -626,7 +616,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
626
616
|
path: _path + ".widget",
|
|
627
617
|
expected: "(WidgetOptions | string | undefined)",
|
|
628
618
|
value: input.widget
|
|
629
|
-
}, _errorFactory)) &&
|
|
619
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
630
620
|
method: "typia.assertGuard",
|
|
631
621
|
path: _path + ".widget",
|
|
632
622
|
expected: "(WidgetOptions | string | undefined)",
|
|
@@ -661,7 +651,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
661
651
|
path: _path + ".items",
|
|
662
652
|
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
663
653
|
value: input.items
|
|
664
|
-
}, _errorFactory)) &&
|
|
654
|
+
}, _errorFactory)) && _ao2(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
665
655
|
method: "typia.assertGuard",
|
|
666
656
|
path: _path + ".items",
|
|
667
657
|
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
@@ -671,7 +661,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
671
661
|
path: _path + ".properties",
|
|
672
662
|
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
673
663
|
value: input.properties
|
|
674
|
-
}, _errorFactory)) &&
|
|
664
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
675
665
|
method: "typia.assertGuard",
|
|
676
666
|
path: _path + ".properties",
|
|
677
667
|
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
@@ -681,12 +671,12 @@ function _assertGuardExactRecord(name, input) {
|
|
|
681
671
|
path: _path + ".index",
|
|
682
672
|
expected: "(__type | undefined)",
|
|
683
673
|
value: input.index
|
|
684
|
-
}, _errorFactory)) &&
|
|
674
|
+
}, _errorFactory)) && _ao5(input.index, _path + ".index", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
685
675
|
method: "typia.assertGuard",
|
|
686
676
|
path: _path + ".index",
|
|
687
677
|
expected: "(__type | undefined)",
|
|
688
678
|
value: input.index
|
|
689
|
-
}, _errorFactory)); const
|
|
679
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
690
680
|
method: "typia.assertGuard",
|
|
691
681
|
path: _path + ".type",
|
|
692
682
|
expected: "(string | undefined)",
|
|
@@ -703,7 +693,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
703
693
|
if (undefined === value)
|
|
704
694
|
return true;
|
|
705
695
|
return true;
|
|
706
|
-
})); const
|
|
696
|
+
})); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
707
697
|
const value = input[key];
|
|
708
698
|
if (undefined === value)
|
|
709
699
|
return true;
|
|
@@ -712,13 +702,23 @@ function _assertGuardExactRecord(name, input) {
|
|
|
712
702
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
713
703
|
expected: "BaseSchemaProperty<unknown>",
|
|
714
704
|
value: value
|
|
715
|
-
}, _errorFactory)) &&
|
|
705
|
+
}, _errorFactory)) && _ao2(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
716
706
|
method: "typia.assertGuard",
|
|
717
707
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
718
708
|
expected: "BaseSchemaProperty<unknown>",
|
|
719
709
|
value: value
|
|
720
710
|
}, _errorFactory);
|
|
721
|
-
}); const
|
|
711
|
+
}); const _ao5 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
712
|
+
method: "typia.assertGuard",
|
|
713
|
+
path: _path + ".label",
|
|
714
|
+
expected: "string",
|
|
715
|
+
value: input.label
|
|
716
|
+
}, _errorFactory)) && ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
717
|
+
method: "typia.assertGuard",
|
|
718
|
+
path: _path + ".path",
|
|
719
|
+
expected: "string",
|
|
720
|
+
value: input.path
|
|
721
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("string" === typeof input.schema || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
722
722
|
method: "typia.assertGuard",
|
|
723
723
|
path: _path + ".schema",
|
|
724
724
|
expected: "string",
|
|
@@ -738,61 +738,36 @@ function _assertGuardExactRecord(name, input) {
|
|
|
738
738
|
path: _path + ".type",
|
|
739
739
|
expected: "(\"array\" | \"asset\" | \"boolean\" | \"datetime\" | \"number\" | \"object\" | \"rpc\" | \"string\" | undefined)",
|
|
740
740
|
value: input.type
|
|
741
|
-
}, _errorFactory)) && ((null !== input.
|
|
742
|
-
method: "typia.assertGuard",
|
|
743
|
-
path: _path + ".recordName",
|
|
744
|
-
expected: "(__type.o1 | string | undefined)",
|
|
745
|
-
value: input.recordName
|
|
746
|
-
}, _errorFactory)) && (undefined === input.recordName || "string" === typeof input.recordName || ("object" === typeof input.recordName && null !== input.recordName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
747
|
-
method: "typia.assertGuard",
|
|
748
|
-
path: _path + ".recordName",
|
|
749
|
-
expected: "(__type.o1 | string | undefined)",
|
|
750
|
-
value: input.recordName
|
|
751
|
-
}, _errorFactory)) && _ao7(input.recordName, _path + ".recordName", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
752
|
-
method: "typia.assertGuard",
|
|
753
|
-
path: _path + ".recordName",
|
|
754
|
-
expected: "(__type.o1 | string | undefined)",
|
|
755
|
-
value: input.recordName
|
|
756
|
-
}, _errorFactory))) && ((null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
757
|
-
method: "typia.assertGuard",
|
|
758
|
-
path: _path + ".setter",
|
|
759
|
-
expected: "(__type.o3 | string | undefined)",
|
|
760
|
-
value: input.setter
|
|
761
|
-
}, _errorFactory)) && (undefined === input.setter || "function" === typeof input.setter || "string" === typeof input.setter || ("object" === typeof input.setter && null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
762
|
-
method: "typia.assertGuard",
|
|
763
|
-
path: _path + ".setter",
|
|
764
|
-
expected: "(__type.o3 | string | undefined)",
|
|
765
|
-
value: input.setter
|
|
766
|
-
}, _errorFactory)) && _ao9(input.setter, _path + ".setter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
741
|
+
}, _errorFactory)) && true && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
767
742
|
method: "typia.assertGuard",
|
|
768
|
-
path: _path + ".
|
|
769
|
-
expected: "(
|
|
770
|
-
value: input.
|
|
771
|
-
}, _errorFactory))
|
|
743
|
+
path: _path + ".items",
|
|
744
|
+
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
745
|
+
value: input.items
|
|
746
|
+
}, _errorFactory)) && _ao2(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
772
747
|
method: "typia.assertGuard",
|
|
773
|
-
path: _path + ".
|
|
774
|
-
expected: "(
|
|
775
|
-
value: input.
|
|
776
|
-
}, _errorFactory)) &&
|
|
748
|
+
path: _path + ".items",
|
|
749
|
+
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
750
|
+
value: input.items
|
|
751
|
+
}, _errorFactory)) && (undefined === input.minItems || "number" === typeof input.minItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
777
752
|
method: "typia.assertGuard",
|
|
778
|
-
path: _path + ".
|
|
779
|
-
expected: "(
|
|
780
|
-
value: input.
|
|
781
|
-
}, _errorFactory)) && (undefined === input.
|
|
753
|
+
path: _path + ".minItems",
|
|
754
|
+
expected: "(number | undefined)",
|
|
755
|
+
value: input.minItems
|
|
756
|
+
}, _errorFactory)) && (undefined === input.maxItems || "number" === typeof input.maxItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
782
757
|
method: "typia.assertGuard",
|
|
783
|
-
path: _path + ".
|
|
784
|
-
expected: "(
|
|
785
|
-
value: input.
|
|
786
|
-
}, _errorFactory)) && (undefined === input.
|
|
758
|
+
path: _path + ".maxItems",
|
|
759
|
+
expected: "(number | undefined)",
|
|
760
|
+
value: input.maxItems
|
|
761
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
787
762
|
method: "typia.assertGuard",
|
|
788
|
-
path: _path + ".
|
|
789
|
-
expected: "(string | undefined)",
|
|
790
|
-
value: input.
|
|
791
|
-
}, _errorFactory)) && (
|
|
763
|
+
path: _path + ".properties",
|
|
764
|
+
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
765
|
+
value: input.properties
|
|
766
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
792
767
|
method: "typia.assertGuard",
|
|
793
|
-
path: _path + ".
|
|
794
|
-
expected: "(string | undefined)",
|
|
795
|
-
value: input.
|
|
768
|
+
path: _path + ".properties",
|
|
769
|
+
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
770
|
+
value: input.properties
|
|
796
771
|
}, _errorFactory)) && (undefined === input.required || "boolean" === typeof input.required || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
797
772
|
method: "typia.assertGuard",
|
|
798
773
|
path: _path + ".required",
|
|
@@ -808,7 +783,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
808
783
|
path: _path + ".oneOf[" + _index13 + "]",
|
|
809
784
|
expected: "BaseSchemaProperty<unknown>",
|
|
810
785
|
value: elem
|
|
811
|
-
}, _errorFactory)) &&
|
|
786
|
+
}, _errorFactory)) && _ao2(elem, _path + ".oneOf[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
812
787
|
method: "typia.assertGuard",
|
|
813
788
|
path: _path + ".oneOf[" + _index13 + "]",
|
|
814
789
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -828,7 +803,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
828
803
|
path: _path + ".anyOf[" + _index14 + "]",
|
|
829
804
|
expected: "BaseSchemaProperty<unknown>",
|
|
830
805
|
value: elem
|
|
831
|
-
}, _errorFactory)) &&
|
|
806
|
+
}, _errorFactory)) && _ao2(elem, _path + ".anyOf[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
832
807
|
method: "typia.assertGuard",
|
|
833
808
|
path: _path + ".anyOf[" + _index14 + "]",
|
|
834
809
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -843,6 +818,61 @@ function _assertGuardExactRecord(name, input) {
|
|
|
843
818
|
path: _path + "[\"enum\"]",
|
|
844
819
|
expected: "(ReadonlyArray<unknown> | undefined)",
|
|
845
820
|
value: input["enum"]
|
|
821
|
+
}, _errorFactory)) && true && ((null !== input.recordName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
822
|
+
method: "typia.assertGuard",
|
|
823
|
+
path: _path + ".recordName",
|
|
824
|
+
expected: "(__type.o1 | string | undefined)",
|
|
825
|
+
value: input.recordName
|
|
826
|
+
}, _errorFactory)) && (undefined === input.recordName || "string" === typeof input.recordName || ("object" === typeof input.recordName && null !== input.recordName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
827
|
+
method: "typia.assertGuard",
|
|
828
|
+
path: _path + ".recordName",
|
|
829
|
+
expected: "(__type.o1 | string | undefined)",
|
|
830
|
+
value: input.recordName
|
|
831
|
+
}, _errorFactory)) && _ao7(input.recordName, _path + ".recordName", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
832
|
+
method: "typia.assertGuard",
|
|
833
|
+
path: _path + ".recordName",
|
|
834
|
+
expected: "(__type.o1 | string | undefined)",
|
|
835
|
+
value: input.recordName
|
|
836
|
+
}, _errorFactory))) && ((null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
837
|
+
method: "typia.assertGuard",
|
|
838
|
+
path: _path + ".setter",
|
|
839
|
+
expected: "(__type.o3 | string | undefined)",
|
|
840
|
+
value: input.setter
|
|
841
|
+
}, _errorFactory)) && (undefined === input.setter || "function" === typeof input.setter || "string" === typeof input.setter || ("object" === typeof input.setter && null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
842
|
+
method: "typia.assertGuard",
|
|
843
|
+
path: _path + ".setter",
|
|
844
|
+
expected: "(__type.o3 | string | undefined)",
|
|
845
|
+
value: input.setter
|
|
846
|
+
}, _errorFactory)) && _ao9(input.setter, _path + ".setter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
847
|
+
method: "typia.assertGuard",
|
|
848
|
+
path: _path + ".setter",
|
|
849
|
+
expected: "(__type.o3 | string | undefined)",
|
|
850
|
+
value: input.setter
|
|
851
|
+
}, _errorFactory))) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
852
|
+
method: "typia.assertGuard",
|
|
853
|
+
path: _path + ".title",
|
|
854
|
+
expected: "(string | undefined)",
|
|
855
|
+
value: input.title
|
|
856
|
+
}, _errorFactory)) && (undefined === input.index || ("object" === typeof input.index && null !== input.index || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
857
|
+
method: "typia.assertGuard",
|
|
858
|
+
path: _path + ".index",
|
|
859
|
+
expected: "(__type | undefined)",
|
|
860
|
+
value: input.index
|
|
861
|
+
}, _errorFactory)) && _ao5(input.index, _path + ".index", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
862
|
+
method: "typia.assertGuard",
|
|
863
|
+
path: _path + ".index",
|
|
864
|
+
expected: "(__type | undefined)",
|
|
865
|
+
value: input.index
|
|
866
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
867
|
+
method: "typia.assertGuard",
|
|
868
|
+
path: _path + ".description",
|
|
869
|
+
expected: "(string | undefined)",
|
|
870
|
+
value: input.description
|
|
871
|
+
}, _errorFactory)) && (undefined === input.placeholder || "string" === typeof input.placeholder || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
872
|
+
method: "typia.assertGuard",
|
|
873
|
+
path: _path + ".placeholder",
|
|
874
|
+
expected: "(string | undefined)",
|
|
875
|
+
value: input.placeholder
|
|
846
876
|
}, _errorFactory)) && ((null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
847
877
|
method: "typia.assertGuard",
|
|
848
878
|
path: _path + ".widget",
|
|
@@ -853,7 +883,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
853
883
|
path: _path + ".widget",
|
|
854
884
|
expected: "(WidgetOptions | string | undefined)",
|
|
855
885
|
value: input.widget
|
|
856
|
-
}, _errorFactory)) &&
|
|
886
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
857
887
|
method: "typia.assertGuard",
|
|
858
888
|
path: _path + ".widget",
|
|
859
889
|
expected: "(WidgetOptions | string | undefined)",
|
|
@@ -868,42 +898,12 @@ function _assertGuardExactRecord(name, input) {
|
|
|
868
898
|
path: _path + ".invalid",
|
|
869
899
|
expected: "(boolean | undefined)",
|
|
870
900
|
value: input.invalid
|
|
871
|
-
}, _errorFactory)) && true &&
|
|
901
|
+
}, _errorFactory)) && true && true; const _ao7 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
872
902
|
method: "typia.assertGuard",
|
|
873
|
-
path: _path + ".
|
|
874
|
-
expected: "
|
|
875
|
-
value: input.
|
|
876
|
-
}, _errorFactory)) && (
|
|
877
|
-
method: "typia.assertGuard",
|
|
878
|
-
path: _path + ".maxItems",
|
|
879
|
-
expected: "(number | undefined)",
|
|
880
|
-
value: input.maxItems
|
|
881
|
-
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
882
|
-
method: "typia.assertGuard",
|
|
883
|
-
path: _path + ".items",
|
|
884
|
-
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
885
|
-
value: input.items
|
|
886
|
-
}, _errorFactory)) && _ao3(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
887
|
-
method: "typia.assertGuard",
|
|
888
|
-
path: _path + ".items",
|
|
889
|
-
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
890
|
-
value: input.items
|
|
891
|
-
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
892
|
-
method: "typia.assertGuard",
|
|
893
|
-
path: _path + ".properties",
|
|
894
|
-
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
895
|
-
value: input.properties
|
|
896
|
-
}, _errorFactory)) && _ao5(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
897
|
-
method: "typia.assertGuard",
|
|
898
|
-
path: _path + ".properties",
|
|
899
|
-
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
900
|
-
value: input.properties
|
|
901
|
-
}, _errorFactory)) && true; const _ao7 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
902
|
-
method: "typia.assertGuard",
|
|
903
|
-
path: _path + ".__context",
|
|
904
|
-
expected: "__type.o2",
|
|
905
|
-
value: input.__context
|
|
906
|
-
}, _errorFactory)) && _ao8(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
903
|
+
path: _path + ".__context",
|
|
904
|
+
expected: "__type.o2",
|
|
905
|
+
value: input.__context
|
|
906
|
+
}, _errorFactory)) && _ao8(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
907
907
|
method: "typia.assertGuard",
|
|
908
908
|
path: _path + ".__context",
|
|
909
909
|
expected: "__type.o2",
|
|
@@ -1788,7 +1788,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1788
1788
|
if (undefined === value)
|
|
1789
1789
|
return true;
|
|
1790
1790
|
return "object" === typeof value && null !== value && _io2(value);
|
|
1791
|
-
}); const _io2 = input => (undefined === input.state || "string" === typeof input.state) && (undefined === input.role || "string" === typeof input.role) && (undefined === input.leader || "boolean" === typeof input.leader) && (undefined === input.availability || "string" === typeof input.availability) && (undefined === input.classes || Array.isArray(input.classes) && input.classes.every(elem => "string" === typeof elem)) && (undefined === input.address || "string" === typeof input.address) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io3 = input => "string" === typeof input.id && "string" === typeof input.msg && "number" === typeof input.level && (undefined === input.ignored || "boolean" === typeof input.ignored) && (undefined === input.title || "string" === typeof input.title) && (null !== input.url && (undefined === input.url || "string" === typeof input.url || "object" === typeof input.url && null !== input.url && _io4(input.url))); const _io4 = input => "string" === typeof input.title && "string" === typeof input.url; const _io5 = input => Object.keys(input).every(key => {
|
|
1791
|
+
}); const _io2 = input => (undefined === input.state || "string" === typeof input.state) && (undefined === input.role || "string" === typeof input.role) && (undefined === input.leader || "boolean" === typeof input.leader) && (undefined === input.availability || "string" === typeof input.availability) && (undefined === input.classes || Array.isArray(input.classes) && input.classes.every(elem => "string" === typeof elem)) && (undefined === input.address || "string" === typeof input.address) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io3 = input => "string" === typeof input.id && "string" === typeof input.msg && "number" === typeof input.level && (undefined === input.ignored || "boolean" === typeof input.ignored) && (undefined === input.title || "string" === typeof input.title) && (null !== input.url && (undefined === input.url || "string" === typeof input.url || "object" === typeof input.url && null !== input.url && _io4(input.url))) && true; const _io4 = input => "string" === typeof input.title && "string" === typeof input.url; const _io5 = input => Object.keys(input).every(key => {
|
|
1792
1792
|
const value = input[key];
|
|
1793
1793
|
if (undefined === value)
|
|
1794
1794
|
return true;
|
|
@@ -1948,7 +1948,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1948
1948
|
path: _path + ".url",
|
|
1949
1949
|
expected: "(__type.o1 | string | undefined)",
|
|
1950
1950
|
value: input.url
|
|
1951
|
-
}, _errorFactory))); const _ao4 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1951
|
+
}, _errorFactory))) && true; const _ao4 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1952
1952
|
method: "typia.assertGuard",
|
|
1953
1953
|
path: _path + ".title",
|
|
1954
1954
|
expected: "string",
|
|
@@ -3302,12 +3302,17 @@ function _assertGuardExactRecord(name, input) {
|
|
|
3302
3302
|
}; })()(input);
|
|
3303
3303
|
}
|
|
3304
3304
|
case "asset-daemon": {
|
|
3305
|
-
return (() => { const _io0 = input => undefined === input["user-notify"] || "boolean" === typeof input["user-notify"]; const _ao0 = (input, _path, _exceptionable = true) => undefined === input["user-notify"] || "boolean" === typeof input["user-notify"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3305
|
+
return (() => { const _io0 = input => (undefined === input["user-notify"] || "boolean" === typeof input["user-notify"]) && (undefined === input.validate || "boolean" === typeof input.validate); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input["user-notify"] || "boolean" === typeof input["user-notify"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3306
3306
|
method: "typia.assertGuard",
|
|
3307
3307
|
path: _path + "[\"user-notify\"]",
|
|
3308
3308
|
expected: "(boolean | undefined)",
|
|
3309
3309
|
value: input["user-notify"]
|
|
3310
|
-
}, _errorFactory)
|
|
3310
|
+
}, _errorFactory)) && (undefined === input.validate || "boolean" === typeof input.validate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3311
|
+
method: "typia.assertGuard",
|
|
3312
|
+
path: _path + ".validate",
|
|
3313
|
+
expected: "(boolean | undefined)",
|
|
3314
|
+
value: input.validate
|
|
3315
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
3311
3316
|
if (false === __is(input)) {
|
|
3312
3317
|
_errorFactory = errorFactory;
|
|
3313
3318
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -3352,6 +3357,34 @@ function _assertGuardExactRecord(name, input) {
|
|
|
3352
3357
|
}
|
|
3353
3358
|
}; })()(input);
|
|
3354
3359
|
}
|
|
3360
|
+
case "asset-daemon:validate.state": {
|
|
3361
|
+
return (() => { const _io0 = input => (null === input.since || undefined === input.since || 0 === input.since || "string" === typeof input.since) && (undefined === input.version || "number" === typeof input.version); const _ao0 = (input, _path, _exceptionable = true) => (null === input.since || undefined === input.since || 0 === input.since || "string" === typeof input.since || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3362
|
+
method: "typia.assertGuard",
|
|
3363
|
+
path: _path + ".since",
|
|
3364
|
+
expected: "(0 | null | string | undefined)",
|
|
3365
|
+
value: input.since
|
|
3366
|
+
}, _errorFactory)) && (undefined === input.version || "number" === typeof input.version || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3367
|
+
method: "typia.assertGuard",
|
|
3368
|
+
path: _path + ".version",
|
|
3369
|
+
expected: "(number | undefined)",
|
|
3370
|
+
value: input.version
|
|
3371
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
3372
|
+
if (false === __is(input)) {
|
|
3373
|
+
_errorFactory = errorFactory;
|
|
3374
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
3375
|
+
method: "typia.assertGuard",
|
|
3376
|
+
path: _path + "",
|
|
3377
|
+
expected: "AssetDaemonValidateStateRecord",
|
|
3378
|
+
value: input
|
|
3379
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
3380
|
+
method: "typia.assertGuard",
|
|
3381
|
+
path: _path + "",
|
|
3382
|
+
expected: "AssetDaemonValidateStateRecord",
|
|
3383
|
+
value: input
|
|
3384
|
+
}, _errorFactory))(input, "$input", true);
|
|
3385
|
+
}
|
|
3386
|
+
}; })()(input);
|
|
3387
|
+
}
|
|
3355
3388
|
case "deepstream-replicator.stats?": {
|
|
3356
3389
|
return (() => { const _io0 = input => (undefined === input.replicators || "object" === typeof input.replicators && null !== input.replicators && false === Array.isArray(input.replicators) && _io1(input.replicators)) && (undefined === input.synced || "boolean" === typeof input.synced); const _io1 = input => Object.keys(input).every(key => {
|
|
3357
3390
|
const value = input[key];
|
|
@@ -5705,7 +5738,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
5705
5738
|
if (undefined === value)
|
|
5706
5739
|
return true;
|
|
5707
5740
|
return null !== value && (undefined === value || "string" === typeof value || Array.isArray(value) && value.every(elem => "string" === typeof elem));
|
|
5708
|
-
}); const _io25 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (null !== input.__returnValue && undefined === input.__returnValue); const _io26 = input => "object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection) && true && (undefined === input.text || "string" === typeof input.text) && ("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _io24(input.headers)) && "number" === typeof input.statusCode; const _io27 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io28(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io35(input.response)); const _io28 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io29(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io29(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io29(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu3(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu4(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu5(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io34(input.throwOnError))); const _io29 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io30 = input => "string" === typeof input.filepath && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io31 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io32 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io33 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io34 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io35 = input => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat) && (null === input.error || undefined === input.error || "string" === typeof input.error || "object" === typeof input.error && null !== input.error && _io22(input.error)) && (null !== input.transform && (undefined === input.transform || "string" === typeof input.transform || "object" === typeof input.transform && null !== input.transform && false === Array.isArray(input.transform) && _iu6(input.transform))); const _io36 = input => (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash); const _io37 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io36(input.__returnValue)); const _io38 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io39(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io46(input.response)); const _io39 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io40(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io40(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io40(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu7(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu8(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu9(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io45(input.throwOnError))); const _io40 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io41 = input => (undefined === input.dirpath || "string" === typeof input.dirpath) && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io42 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io43 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io44 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io45 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io46 = input => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat) && (null === input.error || undefined === input.error || "string" === typeof input.error || "object" === typeof input.error && null !== input.error && _io22(input.error)) && (null !== input.transform && (undefined === input.transform || "string" === typeof input.transform || (Array.isArray(input.transform) && input.transform.every(elem => "object" === typeof elem && null !== elem && _io47(elem)) || "object" === typeof input.transform && null !== input.transform && _io48(input.transform)))); const _io47 = input => "string" === typeof input.name && "boolean" === typeof input.isDir && "number" === typeof input.size && (undefined === input.date || "string" === typeof input.date) && "string" === typeof input.path; const _io48 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (Array.isArray(input.__returnValue) && input.__returnValue.every(elem => "object" === typeof elem && null !== elem && _io47(elem))); const _io49 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io50(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io50 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io51(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io51(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io51(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu10(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu11(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu12(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io56(input.throwOnError))); const _io51 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io52 = input => "string" === typeof input.id && (undefined === input.offset || "number" === typeof input.offset) && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io53 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io54 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io55 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io56 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io57 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io58(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io58 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io59(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io59(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io59(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu13(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu14(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu15(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io64(input.throwOnError))); const _io59 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io60 = input => "string" === typeof input.filepath && true && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io61 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io62 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io63 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io64 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io65 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io66(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io66 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io67(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io67(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io67(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu16(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu17(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu18(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io72(input.throwOnError))); const _io67 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io68 = input => "string" === typeof input.id && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io69 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io70 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io71 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io72 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io73 = input => (undefined === input.protocol || "s3" === input.protocol) && true && (undefined === input.bucket || "string" === typeof input.bucket) && (undefined === input.type || "file" === input.type) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io74 = input => (undefined === input.protocol || "smb" === input.protocol) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.share || "string" === typeof input.share) && (undefined === input.workgroup || "string" === typeof input.workgroup) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.type || "file" === input.type) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io75 = input => (undefined === input.protocol || "sftp" === input.protocol) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.privateKey || "string" === typeof input.privateKey) && (undefined === input.timezone || "string" === typeof input.timezone) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.root || "string" === typeof input.root) && (undefined === input.mode || "libcurl" === input.mode || "lftp" === input.mode || "openssh" === input.mode || "ssh2" === input.mode) && (undefined === input.type || "file" === input.type) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io76 = input => (undefined === input.type || "facebook" === input.type) && (undefined === input.grantedScopes || Array.isArray(input.grantedScopes) && input.grantedScopes.every(elem => "string" === typeof elem)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io77 = input => (undefined === input.type || "reuters" === input.type) && (undefined === input.clientId || "string" === typeof input.clientId) && (undefined === input.clientSecret || "string" === typeof input.clientSecret) && (undefined === input.audience || "string" === typeof input.audience) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io78 = input => (null === input.type || undefined === input.type) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _iu0 = input => (() => {
|
|
5741
|
+
}); const _io25 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (null !== input.__returnValue && undefined === input.__returnValue); const _io26 = input => "object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection) && true && (undefined === input.text || "string" === typeof input.text) && ("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _io24(input.headers)) && "number" === typeof input.statusCode; const _io27 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io28(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io35(input.response)); const _io28 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io29(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io29(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io29(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu3(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu4(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu5(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io34(input.throwOnError))); const _io29 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io30 = input => "string" === typeof input.filepath && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io31 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io32 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io33 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io34 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io35 = input => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat) && (null === input.error || undefined === input.error || "string" === typeof input.error || "object" === typeof input.error && null !== input.error && _io22(input.error)) && (null !== input.transform && (undefined === input.transform || "string" === typeof input.transform || "object" === typeof input.transform && null !== input.transform && false === Array.isArray(input.transform) && _iu6(input.transform))); const _io36 = input => (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash); const _io37 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io36(input.__returnValue)); const _io38 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io39(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io46(input.response)); const _io39 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io40(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io40(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io40(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu7(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu8(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu9(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io45(input.throwOnError))); const _io40 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io41 = input => (undefined === input.dirpath || "string" === typeof input.dirpath) && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io42 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io43 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io44 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io45 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io46 = input => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat) && (null === input.error || undefined === input.error || "string" === typeof input.error || "object" === typeof input.error && null !== input.error && _io22(input.error)) && (null !== input.transform && (undefined === input.transform || "string" === typeof input.transform || (Array.isArray(input.transform) && input.transform.every(elem => "object" === typeof elem && null !== elem && _io47(elem)) || "object" === typeof input.transform && null !== input.transform && _io48(input.transform)))); const _io47 = input => "string" === typeof input.name && "boolean" === typeof input.isDir && "number" === typeof input.size && (undefined === input.date || "string" === typeof input.date) && "string" === typeof input.path; const _io48 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (Array.isArray(input.__returnValue) && input.__returnValue.every(elem => "object" === typeof elem && null !== elem && _io47(elem))); const _io49 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io50(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io50 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io51(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io51(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io51(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu10(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu11(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu12(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io56(input.throwOnError))); const _io51 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io52 = input => "string" === typeof input.id && (undefined === input.offset || "number" === typeof input.offset) && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io53 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io54 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io55 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io56 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io57 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io58(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io58 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io59(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io59(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io59(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu13(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu14(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu15(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io64(input.throwOnError))); const _io59 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io60 = input => "string" === typeof input.filepath && true && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io61 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io62 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io63 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io64 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io65 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io66(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io66 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io67(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io67(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io67(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu16(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu17(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu18(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io72(input.throwOnError))); const _io67 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io68 = input => "string" === typeof input.id && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io69 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io70 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io71 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io72 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io73 = input => (undefined === input.protocol || "s3" === input.protocol) && true && (undefined === input.bucket || "string" === typeof input.bucket) && (undefined === input.type || "file" === input.type) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io74 = input => (undefined === input.protocol || "smb" === input.protocol) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.share || "string" === typeof input.share) && (undefined === input.root || "string" === typeof input.root) && (undefined === input.workgroup || "string" === typeof input.workgroup) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.createFolders || "boolean" === typeof input.createFolders) && (undefined === input.type || "file" === input.type) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io75 = input => (undefined === input.protocol || "sftp" === input.protocol) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.privateKey || "string" === typeof input.privateKey) && (undefined === input.timezone || "string" === typeof input.timezone) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.root || "string" === typeof input.root) && (undefined === input.mode || "libcurl" === input.mode || "lftp" === input.mode || "openssh" === input.mode || "ssh2" === input.mode) && (undefined === input.type || "file" === input.type) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io76 = input => (undefined === input.type || "facebook" === input.type) && (undefined === input.grantedScopes || Array.isArray(input.grantedScopes) && input.grantedScopes.every(elem => "string" === typeof elem)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io77 = input => (undefined === input.type || "reuters" === input.type) && (undefined === input.clientId || "string" === typeof input.clientId) && (undefined === input.clientSecret || "string" === typeof input.clientSecret) && (undefined === input.audience || "string" === typeof input.audience) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io78 = input => (null === input.type || undefined === input.type) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _iu0 = input => (() => {
|
|
5709
5742
|
if (undefined !== input.__context)
|
|
5710
5743
|
return _io14(input);
|
|
5711
5744
|
else
|
|
@@ -7980,6 +8013,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
7980
8013
|
path: _path + ".share",
|
|
7981
8014
|
expected: "(string | undefined)",
|
|
7982
8015
|
value: input.share
|
|
8016
|
+
}, _errorFactory)) && (undefined === input.root || "string" === typeof input.root || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8017
|
+
method: "typia.assertGuard",
|
|
8018
|
+
path: _path + ".root",
|
|
8019
|
+
expected: "(string | undefined)",
|
|
8020
|
+
value: input.root
|
|
7983
8021
|
}, _errorFactory)) && (undefined === input.workgroup || "string" === typeof input.workgroup || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7984
8022
|
method: "typia.assertGuard",
|
|
7985
8023
|
path: _path + ".workgroup",
|
|
@@ -7995,6 +8033,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
7995
8033
|
path: _path + ".password",
|
|
7996
8034
|
expected: "(string | undefined)",
|
|
7997
8035
|
value: input.password
|
|
8036
|
+
}, _errorFactory)) && (undefined === input.createFolders || "boolean" === typeof input.createFolders || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8037
|
+
method: "typia.assertGuard",
|
|
8038
|
+
path: _path + ".createFolders",
|
|
8039
|
+
expected: "(boolean | undefined)",
|
|
8040
|
+
value: input.createFolders
|
|
7998
8041
|
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7999
8042
|
method: "typia.assertGuard",
|
|
8000
8043
|
path: _path + ".type",
|
|
@@ -8687,7 +8730,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8687
8730
|
}; })()(input);
|
|
8688
8731
|
}
|
|
8689
8732
|
case ":event": {
|
|
8690
|
-
return (() => { const _io0 = input => (null === input.start || undefined === input.start || "number" === typeof input.start) && (null === input.end || undefined === input.end || "number" === typeof input.end) && (null === input.duration || undefined === input.duration || "number" === typeof input.duration) && (undefined === input.text || "string" === typeof input.text) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io1(input.styleOverrides)); const _io1 = input => (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.alignment || "string" === typeof input.alignment) && (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); const _ao0 = (input, _path, _exceptionable = true) => (null === input.start || undefined === input.start || "number" === typeof input.start || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8733
|
+
return (() => { const _io0 = input => (null === input.start || undefined === input.start || "number" === typeof input.start) && (null === input.end || undefined === input.end || "number" === typeof input.end) && (null === input.duration || undefined === input.duration || "number" === typeof input.duration) && (undefined === input.position || "string" === typeof input.position) && (undefined === input.text || "string" === typeof input.text) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io1(input.styleOverrides)); const _io1 = input => (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.alignment || "string" === typeof input.alignment) && (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); const _ao0 = (input, _path, _exceptionable = true) => (null === input.start || undefined === input.start || "number" === typeof input.start || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8691
8734
|
method: "typia.assertGuard",
|
|
8692
8735
|
path: _path + ".start",
|
|
8693
8736
|
expected: "(null | number | undefined)",
|
|
@@ -8702,6 +8745,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8702
8745
|
path: _path + ".duration",
|
|
8703
8746
|
expected: "(null | number | undefined)",
|
|
8704
8747
|
value: input.duration
|
|
8748
|
+
}, _errorFactory)) && (undefined === input.position || "string" === typeof input.position || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8749
|
+
method: "typia.assertGuard",
|
|
8750
|
+
path: _path + ".position",
|
|
8751
|
+
expected: "(string | undefined)",
|
|
8752
|
+
value: input.position
|
|
8705
8753
|
}, _errorFactory)) && (undefined === input.text || "string" === typeof input.text || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8706
8754
|
method: "typia.assertGuard",
|
|
8707
8755
|
path: _path + ".text",
|
|
@@ -8883,8 +8931,8 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8883
8931
|
if (undefined === value)
|
|
8884
8932
|
return true;
|
|
8885
8933
|
return "object" === typeof value && null !== value && _io1(value);
|
|
8886
|
-
}); 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 => {
|
|
8887
|
-
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8934
|
+
}); 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.printRundownColor || "string" === typeof input.printRundownColor) && (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 => {
|
|
8935
|
+
if (["source", "cueCard", "printRundownColor", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8888
8936
|
return true;
|
|
8889
8937
|
const value = input[key];
|
|
8890
8938
|
if (undefined === value)
|
|
@@ -8930,6 +8978,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8930
8978
|
path: _path + ".cueCard",
|
|
8931
8979
|
expected: "(boolean | string | undefined)",
|
|
8932
8980
|
value: input.cueCard
|
|
8981
|
+
}, _errorFactory)) && (undefined === input.printRundownColor || "string" === typeof input.printRundownColor || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8982
|
+
method: "typia.assertGuard",
|
|
8983
|
+
path: _path + ".printRundownColor",
|
|
8984
|
+
expected: "(string | undefined)",
|
|
8985
|
+
value: input.printRundownColor
|
|
8933
8986
|
}, _errorFactory)) && (undefined === input.startTime || "number" === typeof input.startTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8934
8987
|
method: "typia.assertGuard",
|
|
8935
8988
|
path: _path + ".startTime",
|
|
@@ -8961,7 +9014,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8961
9014
|
expected: "(boolean | undefined)",
|
|
8962
9015
|
value: input.shotboxVisible
|
|
8963
9016
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
8964
|
-
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9017
|
+
if (["source", "cueCard", "printRundownColor", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8965
9018
|
return true;
|
|
8966
9019
|
const value = input[key];
|
|
8967
9020
|
if (undefined === value)
|
|
@@ -9184,8 +9237,8 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9184
9237
|
}; })()(input);
|
|
9185
9238
|
}
|
|
9186
9239
|
case ":event.props?": {
|
|
9187
|
-
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 => {
|
|
9188
|
-
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9240
|
+
return (() => { const _io0 = input => (undefined === input.source || "string" === typeof input.source) && (undefined === input.cueCard || "string" === typeof input.cueCard || "boolean" === typeof input.cueCard) && (undefined === input.printRundownColor || "string" === typeof input.printRundownColor) && (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 => {
|
|
9241
|
+
if (["source", "cueCard", "printRundownColor", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9189
9242
|
return true;
|
|
9190
9243
|
const value = input[key];
|
|
9191
9244
|
if (undefined === value)
|
|
@@ -9206,6 +9259,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9206
9259
|
path: _path + ".cueCard",
|
|
9207
9260
|
expected: "(boolean | string | undefined)",
|
|
9208
9261
|
value: input.cueCard
|
|
9262
|
+
}, _errorFactory)) && (undefined === input.printRundownColor || "string" === typeof input.printRundownColor || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9263
|
+
method: "typia.assertGuard",
|
|
9264
|
+
path: _path + ".printRundownColor",
|
|
9265
|
+
expected: "(string | undefined)",
|
|
9266
|
+
value: input.printRundownColor
|
|
9209
9267
|
}, _errorFactory)) && (undefined === input.startTime || "number" === typeof input.startTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9210
9268
|
method: "typia.assertGuard",
|
|
9211
9269
|
path: _path + ".startTime",
|
|
@@ -9237,7 +9295,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9237
9295
|
expected: "(boolean | undefined)",
|
|
9238
9296
|
value: input.shotboxVisible
|
|
9239
9297
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
9240
|
-
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9298
|
+
if (["source", "cueCard", "printRundownColor", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9241
9299
|
return true;
|
|
9242
9300
|
const value = input[key];
|
|
9243
9301
|
if (undefined === value)
|
|
@@ -9325,6 +9383,100 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9325
9383
|
}
|
|
9326
9384
|
}; })()(input);
|
|
9327
9385
|
}
|
|
9386
|
+
case ":event.stats?": {
|
|
9387
|
+
return (() => { const _io0 = input => undefined === input.type || "string" === typeof input.type; const _ao0 = (input, _path, _exceptionable = true) => undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9388
|
+
method: "typia.assertGuard",
|
|
9389
|
+
path: _path + ".type",
|
|
9390
|
+
expected: "(string | undefined)",
|
|
9391
|
+
value: input.type
|
|
9392
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
9393
|
+
if (false === __is(input)) {
|
|
9394
|
+
_errorFactory = errorFactory;
|
|
9395
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9396
|
+
method: "typia.assertGuard",
|
|
9397
|
+
path: _path + "",
|
|
9398
|
+
expected: "EventStatsRecord",
|
|
9399
|
+
value: input
|
|
9400
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9401
|
+
method: "typia.assertGuard",
|
|
9402
|
+
path: _path + "",
|
|
9403
|
+
expected: "EventStatsRecord",
|
|
9404
|
+
value: input
|
|
9405
|
+
}, _errorFactory))(input, "$input", true);
|
|
9406
|
+
}
|
|
9407
|
+
}; })()(input);
|
|
9408
|
+
}
|
|
9409
|
+
case ":event.readDuration?": {
|
|
9410
|
+
return (() => { const _io0 = input => (undefined === input.numChars || "number" === typeof input.numChars) && (undefined === input.numWords || "number" === typeof input.numWords) && (undefined === input.readRate || "number" === typeof input.readRate) && (undefined === input.readDuration || "number" === typeof input.readDuration) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.numChars || "number" === typeof input.numChars || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9411
|
+
method: "typia.assertGuard",
|
|
9412
|
+
path: _path + ".numChars",
|
|
9413
|
+
expected: "(number | undefined)",
|
|
9414
|
+
value: input.numChars
|
|
9415
|
+
}, _errorFactory)) && (undefined === input.numWords || "number" === typeof input.numWords || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9416
|
+
method: "typia.assertGuard",
|
|
9417
|
+
path: _path + ".numWords",
|
|
9418
|
+
expected: "(number | undefined)",
|
|
9419
|
+
value: input.numWords
|
|
9420
|
+
}, _errorFactory)) && (undefined === input.readRate || "number" === typeof input.readRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9421
|
+
method: "typia.assertGuard",
|
|
9422
|
+
path: _path + ".readRate",
|
|
9423
|
+
expected: "(number | undefined)",
|
|
9424
|
+
value: input.readRate
|
|
9425
|
+
}, _errorFactory)) && (undefined === input.readDuration || "number" === typeof input.readDuration || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9426
|
+
method: "typia.assertGuard",
|
|
9427
|
+
path: _path + ".readDuration",
|
|
9428
|
+
expected: "(number | undefined)",
|
|
9429
|
+
value: input.readDuration
|
|
9430
|
+
}, _errorFactory)) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9431
|
+
method: "typia.assertGuard",
|
|
9432
|
+
path: _path + ".readType",
|
|
9433
|
+
expected: "(\"characters\" | \"words\" | \"wordsPerMinute\" | undefined)",
|
|
9434
|
+
value: input.readType
|
|
9435
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
9436
|
+
if (false === __is(input)) {
|
|
9437
|
+
_errorFactory = errorFactory;
|
|
9438
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9439
|
+
method: "typia.assertGuard",
|
|
9440
|
+
path: _path + "",
|
|
9441
|
+
expected: "EventReadDurationRecord",
|
|
9442
|
+
value: input
|
|
9443
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9444
|
+
method: "typia.assertGuard",
|
|
9445
|
+
path: _path + "",
|
|
9446
|
+
expected: "EventReadDurationRecord",
|
|
9447
|
+
value: input
|
|
9448
|
+
}, _errorFactory))(input, "$input", true);
|
|
9449
|
+
}
|
|
9450
|
+
}; })()(input);
|
|
9451
|
+
}
|
|
9452
|
+
case ":event.readRate?": {
|
|
9453
|
+
return (() => { const _io0 = input => (undefined === input.readRate || "number" === typeof input.readRate) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.readRate || "number" === typeof input.readRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9454
|
+
method: "typia.assertGuard",
|
|
9455
|
+
path: _path + ".readRate",
|
|
9456
|
+
expected: "(number | undefined)",
|
|
9457
|
+
value: input.readRate
|
|
9458
|
+
}, _errorFactory)) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9459
|
+
method: "typia.assertGuard",
|
|
9460
|
+
path: _path + ".readType",
|
|
9461
|
+
expected: "(\"characters\" | \"words\" | \"wordsPerMinute\" | undefined)",
|
|
9462
|
+
value: input.readType
|
|
9463
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
9464
|
+
if (false === __is(input)) {
|
|
9465
|
+
_errorFactory = errorFactory;
|
|
9466
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9467
|
+
method: "typia.assertGuard",
|
|
9468
|
+
path: _path + "",
|
|
9469
|
+
expected: "EventReadRateRecord",
|
|
9470
|
+
value: input
|
|
9471
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9472
|
+
method: "typia.assertGuard",
|
|
9473
|
+
path: _path + "",
|
|
9474
|
+
expected: "EventReadRateRecord",
|
|
9475
|
+
value: input
|
|
9476
|
+
}, _errorFactory))(input, "$input", true);
|
|
9477
|
+
}
|
|
9478
|
+
}; })()(input);
|
|
9479
|
+
}
|
|
9328
9480
|
case ":file.replicate": {
|
|
9329
9481
|
return (() => { const _io0 = input => Array.isArray(input.replicas) && input.replicas.every(elem => "string" === typeof elem) && (null === input.error || "object" === typeof input.error && null !== input.error && _io1(input.error)); const _io1 = input => "string" === typeof input.message && (undefined === input.type || "string" === typeof input.type) && (undefined === input.code || "string" === typeof input.code) && (undefined === input.exitCode || "number" === typeof input.exitCode) && (undefined === input.signalCode || "number" === typeof input.signalCode) && (undefined === input.statusCode || "number" === typeof input.statusCode) && (undefined === input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _io2(input.headers)) && (undefined === input.data || "object" === typeof input.data && null !== input.data && false === Array.isArray(input.data) && _io3(input.data)) && (null === input.cause || undefined === input.cause || "object" === typeof input.cause && null !== input.cause && _io1(input.cause)) && (null === input.errors || undefined === input.errors || Array.isArray(input.errors) && input.errors.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io2 = input => Object.keys(input).every(key => {
|
|
9330
9482
|
const value = input[key];
|
|
@@ -9977,6 +10129,39 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9977
10129
|
}
|
|
9978
10130
|
}; })()(input);
|
|
9979
10131
|
}
|
|
10132
|
+
case ":gallery": {
|
|
10133
|
+
return (() => { const _io0 = input => undefined === input.sources || "object" === typeof input.sources && null !== input.sources && false === Array.isArray(input.sources) && _io1(input.sources); const _io1 = input => undefined === input.program || "string" === typeof input.program; const _ao0 = (input, _path, _exceptionable = true) => undefined === input.sources || ("object" === typeof input.sources && null !== input.sources && false === Array.isArray(input.sources) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10134
|
+
method: "typia.assertGuard",
|
|
10135
|
+
path: _path + ".sources",
|
|
10136
|
+
expected: "(__type | undefined)",
|
|
10137
|
+
value: input.sources
|
|
10138
|
+
}, _errorFactory)) && _ao1(input.sources, _path + ".sources", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10139
|
+
method: "typia.assertGuard",
|
|
10140
|
+
path: _path + ".sources",
|
|
10141
|
+
expected: "(__type | undefined)",
|
|
10142
|
+
value: input.sources
|
|
10143
|
+
}, _errorFactory); const _ao1 = (input, _path, _exceptionable = true) => undefined === input.program || "string" === typeof input.program || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10144
|
+
method: "typia.assertGuard",
|
|
10145
|
+
path: _path + ".program",
|
|
10146
|
+
expected: "(string | undefined)",
|
|
10147
|
+
value: input.program
|
|
10148
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
10149
|
+
if (false === __is(input)) {
|
|
10150
|
+
_errorFactory = errorFactory;
|
|
10151
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10152
|
+
method: "typia.assertGuard",
|
|
10153
|
+
path: _path + "",
|
|
10154
|
+
expected: "GalleryDomainRecord",
|
|
10155
|
+
value: input
|
|
10156
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10157
|
+
method: "typia.assertGuard",
|
|
10158
|
+
path: _path + "",
|
|
10159
|
+
expected: "GalleryDomainRecord",
|
|
10160
|
+
value: input
|
|
10161
|
+
}, _errorFactory))(input, "$input", true);
|
|
10162
|
+
}
|
|
10163
|
+
}; })()(input);
|
|
10164
|
+
}
|
|
9980
10165
|
case ":general.title": {
|
|
9981
10166
|
return (() => { const _io0 = input => undefined === input.value || "string" === typeof input.value; const _ao0 = (input, _path, _exceptionable = true) => undefined === input.value || "string" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9982
10167
|
method: "typia.assertGuard",
|
|
@@ -10428,7 +10613,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10428
10613
|
if (undefined === value)
|
|
10429
10614
|
return true;
|
|
10430
10615
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
|
|
10431
|
-
}); const _io2 = input => (undefined === input.route || "string" === typeof input.route) && (undefined === input.publish || Array.isArray(input.publish) && input.publish.every(elem => "string" === typeof elem)); const _io3 = input => "object" === typeof input.__context && null !== input.__context && false === Array.isArray(input.__context) && _io4(input.__context) && "string" === typeof input.__returnValue; const _io4 = input =>
|
|
10616
|
+
}); const _io2 = input => (undefined === input.route || "string" === typeof input.route) && (undefined === input.publish || Array.isArray(input.publish) && input.publish.every(elem => "string" === typeof elem)); const _io3 = input => "object" === typeof input.__context && null !== input.__context && false === Array.isArray(input.__context) && _io4(input.__context) && "string" === typeof input.__returnValue; const _io4 = input => Object.keys(input).every(key => {
|
|
10617
|
+
const value = input[key];
|
|
10618
|
+
if (undefined === value)
|
|
10619
|
+
return true;
|
|
10620
|
+
return true;
|
|
10621
|
+
}); const _io5 = input => (null === input.gallery || undefined === input.gallery || "string" === typeof input.gallery) && (undefined === input.tag || "string" === typeof input.tag); const _io6 = input => (undefined === input.freq || 0 === input.freq || 2 === input.freq || 3 === input.freq) && (undefined === input.until || "string" === typeof input.until) && (undefined === input.start || "string" === typeof input.start) && (undefined === input.tzid || "string" === typeof input.tzid) && (undefined === input.duration || "number" === typeof input.duration) && (undefined === input.byweekday || Array.isArray(input.byweekday) && input.byweekday.every(elem => "number" === typeof elem)); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.io || ("object" === typeof input.io && null !== input.io && false === Array.isArray(input.io) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10432
10622
|
method: "typia.assertGuard",
|
|
10433
10623
|
path: _path + ".io",
|
|
10434
10624
|
expected: "(__type | undefined)",
|
|
@@ -10551,19 +10741,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10551
10741
|
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context && false === Array.isArray(input.__context) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10552
10742
|
method: "typia.assertGuard",
|
|
10553
10743
|
path: _path + ".__context",
|
|
10554
|
-
expected: "
|
|
10744
|
+
expected: "Record<string, unknown>",
|
|
10555
10745
|
value: input.__context
|
|
10556
10746
|
}, _errorFactory)) && _ao4(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10557
10747
|
method: "typia.assertGuard",
|
|
10558
10748
|
path: _path + ".__context",
|
|
10559
|
-
expected: "
|
|
10749
|
+
expected: "Record<string, unknown>",
|
|
10560
10750
|
value: input.__context
|
|
10561
10751
|
}, _errorFactory)) && ("string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10562
10752
|
method: "typia.assertGuard",
|
|
10563
10753
|
path: _path + ".__returnValue",
|
|
10564
10754
|
expected: "string",
|
|
10565
10755
|
value: input.__returnValue
|
|
10566
|
-
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) =>
|
|
10756
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
10757
|
+
const value = input[key];
|
|
10758
|
+
if (undefined === value)
|
|
10759
|
+
return true;
|
|
10760
|
+
return true;
|
|
10761
|
+
}); const _ao5 = (input, _path, _exceptionable = true) => (null === input.gallery || undefined === input.gallery || "string" === typeof input.gallery || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10567
10762
|
method: "typia.assertGuard",
|
|
10568
10763
|
path: _path + ".gallery",
|
|
10569
10764
|
expected: "(null | string | undefined)",
|
|
@@ -10654,7 +10849,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10654
10849
|
if (undefined === value)
|
|
10655
10850
|
return true;
|
|
10656
10851
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io4(value);
|
|
10657
|
-
}); const _io4 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io5(input.styleOverrides)); const _io5 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io6 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io7(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io11(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io7 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io8(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io9(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io10(input.colorbalance)); const _io8 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io9 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io10 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io11 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io12 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io13 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10852
|
+
}); const _io4 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io5(input.styleOverrides)); const _io5 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io6 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io7(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io11(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io7 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io8(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io9(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io10(input.colorbalance)); const _io8 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io9 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io10 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io11 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io12 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io13 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10658
10853
|
method: "typia.assertGuard",
|
|
10659
10854
|
path: _path + ".id",
|
|
10660
10855
|
expected: "(string | undefined)",
|
|
@@ -11189,6 +11384,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
11189
11384
|
path: _path + ".pan",
|
|
11190
11385
|
expected: "(Array<number> | undefined)",
|
|
11191
11386
|
value: input.pan
|
|
11387
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11388
|
+
method: "typia.assertGuard",
|
|
11389
|
+
path: _path + ".diarization",
|
|
11390
|
+
expected: "(boolean | undefined)",
|
|
11391
|
+
value: input.diarization
|
|
11192
11392
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
11193
11393
|
if (false === __is(input)) {
|
|
11194
11394
|
_errorFactory = errorFactory;
|
|
@@ -12004,7 +12204,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
12004
12204
|
if (undefined === value)
|
|
12005
12205
|
return true;
|
|
12006
12206
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
12007
|
-
}); const _io5 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io6(input.styleOverrides)); const _io6 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io7 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io8(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io12(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io8 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io9(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io10(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io11(input.colorbalance)); const _io9 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io10 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io11 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io12 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io13 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io14 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _ao0 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
12207
|
+
}); const _io5 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io6(input.styleOverrides)); const _io6 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io7 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io8(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io12(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io8 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io9(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io10(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io11(input.colorbalance)); const _io9 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io10 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io11 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io12 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io13 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io14 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _ao0 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
12008
12208
|
const value = input[key];
|
|
12009
12209
|
if (undefined === value)
|
|
12010
12210
|
return true;
|
|
@@ -12554,6 +12754,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
12554
12754
|
path: _path + ".pan",
|
|
12555
12755
|
expected: "(Array<number> | undefined)",
|
|
12556
12756
|
value: input.pan
|
|
12757
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12758
|
+
method: "typia.assertGuard",
|
|
12759
|
+
path: _path + ".diarization",
|
|
12760
|
+
expected: "(boolean | undefined)",
|
|
12761
|
+
value: input.diarization
|
|
12557
12762
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
12558
12763
|
if (false === __is(input)) {
|
|
12559
12764
|
_errorFactory = errorFactory;
|
|
@@ -14585,7 +14790,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14585
14790
|
if (undefined === value)
|
|
14586
14791
|
return true;
|
|
14587
14792
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
|
|
14588
|
-
}); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io15 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io16 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io17(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io18(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io19(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io20(input.subtitle))); const _io17 = input => "string" === typeof input.engine; const _io18 = input => "string" === typeof input.language; const _io19 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io20 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io21(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io22(input.ass)); const _io21 = input => undefined === input.preset || "string" === typeof input.preset; const _io22 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io23 = input => "string" === typeof input.method; const _io24 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io25 = input => (undefined === input.type || "facebook" === input.type) && (undefined === input.pageId || "string" === typeof input.pageId) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && true && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io26 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io27(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io31(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io32(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io35(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io27 = input => Object.keys(input).every(key => {
|
|
14793
|
+
}); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io15 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _io16 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io17(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io18(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io19(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io20(input.subtitle))); const _io17 = input => "string" === typeof input.engine; const _io18 = input => "string" === typeof input.language; const _io19 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io20 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io21(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io22(input.ass)); const _io21 = input => undefined === input.preset || "string" === typeof input.preset; const _io22 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io23 = input => "string" === typeof input.method; const _io24 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io25 = input => (undefined === input.type || "facebook" === input.type) && (undefined === input.pageId || "string" === typeof input.pageId) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && true && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io26 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io27(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io31(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io32(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io35(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io27 = input => Object.keys(input).every(key => {
|
|
14589
14794
|
const value = input[key];
|
|
14590
14795
|
if (undefined === value)
|
|
14591
14796
|
return true;
|
|
@@ -15241,6 +15446,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15241
15446
|
path: _path + ".pan",
|
|
15242
15447
|
expected: "(Array<number> | undefined)",
|
|
15243
15448
|
value: input.pan
|
|
15449
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15450
|
+
method: "typia.assertGuard",
|
|
15451
|
+
path: _path + ".diarization",
|
|
15452
|
+
expected: "(boolean | undefined)",
|
|
15453
|
+
value: input.diarization
|
|
15244
15454
|
}, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15245
15455
|
method: "typia.assertGuard",
|
|
15246
15456
|
path: _path + ".format",
|
|
@@ -16093,7 +16303,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16093
16303
|
if (undefined === value)
|
|
16094
16304
|
return true;
|
|
16095
16305
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
|
|
16096
|
-
}); const _io13 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io14(input.styleOverrides)); const _io14 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io15 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io16(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io20(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io16 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io17(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io18(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io19(input.colorbalance)); const _io17 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io18 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io19 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io20 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io21 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io22 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io23 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io24(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io25(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io26(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io27(input.subtitle))); const _io24 = input => "string" === typeof input.engine; const _io25 = input => "string" === typeof input.language; const _io26 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io27 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io28(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io29(input.ass)); const _io28 = input => undefined === input.preset || "string" === typeof input.preset; const _io29 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io30 = input => "object" === typeof input.__context && null !== input.__context && _io31(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io8(input.__returnValue)); const _io31 = input => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io32(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io32 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io7(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io33(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io34(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io37(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io38(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io39(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io33 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io34 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io35(input.renders)); const _io35 = input => Object.keys(input).every(key => {
|
|
16306
|
+
}); const _io13 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io14(input.styleOverrides)); const _io14 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io15 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io16(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io20(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io16 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io17(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io18(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io19(input.colorbalance)); const _io17 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io18 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io19 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io20 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io21 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io22 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _io23 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io24(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io25(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io26(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io27(input.subtitle))); const _io24 = input => "string" === typeof input.engine; const _io25 = input => "string" === typeof input.language; const _io26 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io27 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io28(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io29(input.ass)); const _io28 = input => undefined === input.preset || "string" === typeof input.preset; const _io29 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io30 = input => "object" === typeof input.__context && null !== input.__context && _io31(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io8(input.__returnValue)); const _io31 = input => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io32(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io32 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io7(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io33(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io34(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io37(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io38(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io39(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io33 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io34 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io35(input.renders)); const _io35 = input => Object.keys(input).every(key => {
|
|
16097
16307
|
const value = input[key];
|
|
16098
16308
|
if (undefined === value)
|
|
16099
16309
|
return true;
|
|
@@ -16886,6 +17096,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16886
17096
|
path: _path + ".pan",
|
|
16887
17097
|
expected: "(Array<number> | undefined)",
|
|
16888
17098
|
value: input.pan
|
|
17099
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17100
|
+
method: "typia.assertGuard",
|
|
17101
|
+
path: _path + ".diarization",
|
|
17102
|
+
expected: "(boolean | undefined)",
|
|
17103
|
+
value: input.diarization
|
|
16889
17104
|
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16890
17105
|
method: "typia.assertGuard",
|
|
16891
17106
|
path: _path + ".format",
|
|
@@ -18186,7 +18401,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18186
18401
|
if (undefined === value)
|
|
18187
18402
|
return true;
|
|
18188
18403
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
|
|
18189
|
-
}); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io15 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io16 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io17(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io18(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io19(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io20(input.subtitle))); const _io17 = input => "string" === typeof input.engine; const _io18 = input => "string" === typeof input.language; const _io19 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io20 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io21(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io22(input.ass)); const _io21 = input => undefined === input.preset || "string" === typeof input.preset; const _io22 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18404
|
+
}); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io15 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _io16 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io17(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io18(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io19(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io20(input.subtitle))); const _io17 = input => "string" === typeof input.engine; const _io18 = input => "string" === typeof input.language; const _io19 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io20 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io21(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io22(input.ass)); const _io21 = input => undefined === input.preset || "string" === typeof input.preset; const _io22 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18190
18405
|
method: "typia.assertGuard",
|
|
18191
18406
|
path: _path + ".type",
|
|
18192
18407
|
expected: "string",
|
|
@@ -18766,6 +18981,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18766
18981
|
path: _path + ".pan",
|
|
18767
18982
|
expected: "(Array<number> | undefined)",
|
|
18768
18983
|
value: input.pan
|
|
18984
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18985
|
+
method: "typia.assertGuard",
|
|
18986
|
+
path: _path + ".diarization",
|
|
18987
|
+
expected: "(boolean | undefined)",
|
|
18988
|
+
value: input.diarization
|
|
18769
18989
|
}, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18770
18990
|
method: "typia.assertGuard",
|
|
18771
18991
|
path: _path + ".format",
|
|
@@ -19352,11 +19572,64 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19352
19572
|
}
|
|
19353
19573
|
}; })()(input);
|
|
19354
19574
|
}
|
|
19355
|
-
case ":role
|
|
19356
|
-
return (() => { const _io0 = input =>
|
|
19575
|
+
case ":role": {
|
|
19576
|
+
return (() => { const _io0 = input => undefined === input.permissions || "object" === typeof input.permissions && null !== input.permissions && false === Array.isArray(input.permissions) && _io1(input.permissions); const _io1 = input => Object.keys(input).every(key => {
|
|
19577
|
+
const value = input[key];
|
|
19578
|
+
if (undefined === value)
|
|
19579
|
+
return true;
|
|
19580
|
+
return Array.isArray(value) && value.every(elem => "string" === typeof elem);
|
|
19581
|
+
}); const _ao0 = (input, _path, _exceptionable = true) => undefined === input.permissions || ("object" === typeof input.permissions && null !== input.permissions && false === Array.isArray(input.permissions) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19582
|
+
method: "typia.assertGuard",
|
|
19583
|
+
path: _path + ".permissions",
|
|
19584
|
+
expected: "(Record<string, Array<string>> | undefined)",
|
|
19585
|
+
value: input.permissions
|
|
19586
|
+
}, _errorFactory)) && _ao1(input.permissions, _path + ".permissions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19587
|
+
method: "typia.assertGuard",
|
|
19588
|
+
path: _path + ".permissions",
|
|
19589
|
+
expected: "(Record<string, Array<string>> | undefined)",
|
|
19590
|
+
value: input.permissions
|
|
19591
|
+
}, _errorFactory); const _ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
19592
|
+
const value = input[key];
|
|
19593
|
+
if (undefined === value)
|
|
19594
|
+
return true;
|
|
19595
|
+
return (Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19596
|
+
method: "typia.assertGuard",
|
|
19597
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19598
|
+
expected: "Array<string>",
|
|
19599
|
+
value: value
|
|
19600
|
+
}, _errorFactory)) && value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19601
|
+
method: "typia.assertGuard",
|
|
19602
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index2 + "]",
|
|
19603
|
+
expected: "string",
|
|
19604
|
+
value: elem
|
|
19605
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19606
|
+
method: "typia.assertGuard",
|
|
19607
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19608
|
+
expected: "Array<string>",
|
|
19609
|
+
value: value
|
|
19610
|
+
}, _errorFactory);
|
|
19611
|
+
}); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19612
|
+
if (false === __is(input)) {
|
|
19613
|
+
_errorFactory = errorFactory;
|
|
19614
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19615
|
+
method: "typia.assertGuard",
|
|
19616
|
+
path: _path + "",
|
|
19617
|
+
expected: "RoleRecord",
|
|
19618
|
+
value: input
|
|
19619
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19620
|
+
method: "typia.assertGuard",
|
|
19621
|
+
path: _path + "",
|
|
19622
|
+
expected: "RoleRecord",
|
|
19623
|
+
value: input
|
|
19624
|
+
}, _errorFactory))(input, "$input", true);
|
|
19625
|
+
}
|
|
19626
|
+
}; })()(input);
|
|
19627
|
+
}
|
|
19628
|
+
case ":role.users?": {
|
|
19629
|
+
return (() => { const _io0 = input => undefined === input.value || Array.isArray(input.value) && input.value.every(elem => "string" === typeof elem); const _ao0 = (input, _path, _exceptionable = true) => undefined === input.value || (Array.isArray(input.value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19357
19630
|
method: "typia.assertGuard",
|
|
19358
19631
|
path: _path + ".value",
|
|
19359
|
-
expected: "Array<string>",
|
|
19632
|
+
expected: "(Array<string> | undefined)",
|
|
19360
19633
|
value: input.value
|
|
19361
19634
|
}, _errorFactory)) && input.value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19362
19635
|
method: "typia.assertGuard",
|
|
@@ -19366,35 +19639,68 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19366
19639
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19367
19640
|
method: "typia.assertGuard",
|
|
19368
19641
|
path: _path + ".value",
|
|
19369
|
-
expected: "Array<string>",
|
|
19642
|
+
expected: "(Array<string> | undefined)",
|
|
19370
19643
|
value: input.value
|
|
19371
|
-
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19644
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19372
19645
|
if (false === __is(input)) {
|
|
19373
19646
|
_errorFactory = errorFactory;
|
|
19374
|
-
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
19647
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19375
19648
|
method: "typia.assertGuard",
|
|
19376
19649
|
path: _path + "",
|
|
19377
|
-
expected: "
|
|
19650
|
+
expected: "RoleUsersRecord",
|
|
19378
19651
|
value: input
|
|
19379
19652
|
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19380
19653
|
method: "typia.assertGuard",
|
|
19381
19654
|
path: _path + "",
|
|
19382
|
-
expected: "
|
|
19655
|
+
expected: "RoleUsersRecord",
|
|
19383
19656
|
value: input
|
|
19384
19657
|
}, _errorFactory))(input, "$input", true);
|
|
19385
19658
|
}
|
|
19386
19659
|
}; })()(input);
|
|
19387
19660
|
}
|
|
19388
|
-
case ":
|
|
19389
|
-
return (() => { const _io0 = input =>
|
|
19390
|
-
|
|
19391
|
-
|
|
19392
|
-
|
|
19393
|
-
|
|
19394
|
-
}
|
|
19395
|
-
|
|
19396
|
-
|
|
19397
|
-
|
|
19661
|
+
case ":role.tags": {
|
|
19662
|
+
return (() => { const _io0 = input => Array.isArray(input.value) && input.value.every(elem => "string" === typeof elem); const _ao0 = (input, _path, _exceptionable = true) => (Array.isArray(input.value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19663
|
+
method: "typia.assertGuard",
|
|
19664
|
+
path: _path + ".value",
|
|
19665
|
+
expected: "Array<string>",
|
|
19666
|
+
value: input.value
|
|
19667
|
+
}, _errorFactory)) && input.value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19668
|
+
method: "typia.assertGuard",
|
|
19669
|
+
path: _path + ".value[" + _index2 + "]",
|
|
19670
|
+
expected: "string",
|
|
19671
|
+
value: elem
|
|
19672
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19673
|
+
method: "typia.assertGuard",
|
|
19674
|
+
path: _path + ".value",
|
|
19675
|
+
expected: "Array<string>",
|
|
19676
|
+
value: input.value
|
|
19677
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19678
|
+
if (false === __is(input)) {
|
|
19679
|
+
_errorFactory = errorFactory;
|
|
19680
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
19681
|
+
method: "typia.assertGuard",
|
|
19682
|
+
path: _path + "",
|
|
19683
|
+
expected: "RoleTagsRecord",
|
|
19684
|
+
value: input
|
|
19685
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19686
|
+
method: "typia.assertGuard",
|
|
19687
|
+
path: _path + "",
|
|
19688
|
+
expected: "RoleTagsRecord",
|
|
19689
|
+
value: input
|
|
19690
|
+
}, _errorFactory))(input, "$input", true);
|
|
19691
|
+
}
|
|
19692
|
+
}; })()(input);
|
|
19693
|
+
}
|
|
19694
|
+
case ":schema": {
|
|
19695
|
+
return (() => { const _io0 = input => (undefined === input.title || "string" === typeof input.title) && (null !== input.supports && (undefined === input.supports || "string" === typeof input.supports || Array.isArray(input.supports) && input.supports.every(elem => "string" === typeof elem))) && (undefined === input.domain || "string" === typeof input.domain) && (undefined === input.priority || "number" === typeof input.priority) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io1(input.properties)) && (undefined === input.layout || "object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) && _io11(input.layout)); const _io1 = input => Object.keys(input).every(key => {
|
|
19696
|
+
const value = input[key];
|
|
19697
|
+
if (undefined === value)
|
|
19698
|
+
return true;
|
|
19699
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
|
|
19700
|
+
}); const _io2 = input => null !== input.recordName && (undefined === input.recordName || "string" === typeof input.recordName || "object" === typeof input.recordName && null !== input.recordName && _io3(input.recordName)) && (null !== input.setter && (undefined === input.setter || "function" === typeof input.setter || "string" === typeof input.setter || "object" === typeof input.setter && null !== input.setter && _io5(input.setter))) && true && true && (undefined === input.domain || "string" === typeof input.domain) && (undefined === input.path || "string" === typeof input.path) && (undefined === input.type || "string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.oneOf || Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io7(elem))) && (undefined === input.anyOf || Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io7(elem))) && (undefined === input["enum"] || Array.isArray(input["enum"])) && (null !== input.widget && (undefined === input.widget || "string" === typeof input.widget || "object" === typeof input.widget && null !== input.widget && false === Array.isArray(input.widget) && _io8(input.widget))) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.helpText || "string" === typeof input.helpText) && (undefined === input.invalid || "boolean" === typeof input.invalid) && true && (undefined === input.minItems || "number" === typeof input.minItems) && (undefined === input.maxItems || "number" === typeof input.maxItems) && (undefined === input.items || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _io7(input.items)) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io9(input.properties)) && true && (undefined === input.index || "object" === typeof input.index && null !== input.index && _io10(input.index)); const _io3 = input => "object" === typeof input.__context && null !== input.__context && _io4(input.__context) && "string" === typeof input.__returnValue; const _io4 = input => "string" === typeof input.id; const _io5 = input => "object" === typeof input.__context && null !== input.__context && _io6(input.__context) && true; const _io6 = input => "string" === typeof input.id && true; const _io7 = input => (undefined === input.domain || "string" === typeof input.domain) && (undefined === input.path || "string" === typeof input.path) && (undefined === input.type || "string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.oneOf || Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io7(elem))) && (undefined === input.anyOf || Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io7(elem))) && (undefined === input["enum"] || Array.isArray(input["enum"])) && (null !== input.widget && (undefined === input.widget || "string" === typeof input.widget || "object" === typeof input.widget && null !== input.widget && false === Array.isArray(input.widget) && _io8(input.widget))) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.helpText || "string" === typeof input.helpText) && (undefined === input.invalid || "boolean" === typeof input.invalid) && true && (undefined === input.minItems || "number" === typeof input.minItems) && (undefined === input.maxItems || "number" === typeof input.maxItems) && (undefined === input.items || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _io7(input.items)) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io9(input.properties)) && true && (undefined === input.index || "object" === typeof input.index && null !== input.index && _io10(input.index)); const _io8 = input => (undefined === input.type || "string" === typeof input.type) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && Object.keys(input).every(key => {
|
|
19701
|
+
if (["type", "readOnly"].some(prop => key === prop))
|
|
19702
|
+
return true;
|
|
19703
|
+
const value = input[key];
|
|
19398
19704
|
if (undefined === value)
|
|
19399
19705
|
return true;
|
|
19400
19706
|
return true;
|
|
@@ -20065,7 +20371,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20065
20371
|
}; })()(input);
|
|
20066
20372
|
}
|
|
20067
20373
|
case ":script?": {
|
|
20068
|
-
return (() => { const _io0 = input => "object" === typeof input.value && null !== input.value && _io1(input.value); const _io1 = input => "object" === typeof input.root && null !== input.root && _io2(input.root); const _io2 = input => "string" === typeof input.type && (undefined === input.$ || "object" === typeof input.$ && null !== input.$ && false === Array.isArray(input.$) && _io3(input.$)) && "number" === typeof input.version && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _io4(elem))) && (null === input.direction || "ltr" === input.direction || "rtl" === input.direction) && ("" === input.format || "
|
|
20374
|
+
return (() => { const _io0 = input => "object" === typeof input.value && null !== input.value && _io1(input.value); const _io1 = input => "object" === typeof input.root && null !== input.root && _io2(input.root); const _io2 = input => "string" === typeof input.type && (undefined === input.$ || "object" === typeof input.$ && null !== input.$ && false === Array.isArray(input.$) && _io3(input.$)) && "number" === typeof input.version && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _io4(elem))) && (null === input.direction || "ltr" === input.direction || "rtl" === input.direction) && ("" === input.format || "right" === input.format || "left" === input.format || "center" === input.format || "start" === input.format || "end" === input.format || "justify" === input.format) && "number" === typeof input.indent && (undefined === input.textFormat || "number" === typeof input.textFormat) && (undefined === input.textStyle || "string" === typeof input.textStyle); const _io3 = input => Object.keys(input).every(key => {
|
|
20069
20375
|
const value = input[key];
|
|
20070
20376
|
if (undefined === value)
|
|
20071
20377
|
return true;
|
|
@@ -20135,7 +20441,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20135
20441
|
path: _path + ".direction",
|
|
20136
20442
|
expected: "(\"ltr\" | \"rtl\" | null)",
|
|
20137
20443
|
value: input.direction
|
|
20138
|
-
}, _errorFactory)) && ("" === input.format || "
|
|
20444
|
+
}, _errorFactory)) && ("" === input.format || "right" === input.format || "left" === input.format || "center" === input.format || "start" === input.format || "end" === input.format || "justify" === input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20139
20445
|
method: "typia.assertGuard",
|
|
20140
20446
|
path: _path + ".format",
|
|
20141
20447
|
expected: "(\"\" | \"center\" | \"end\" | \"justify\" | \"left\" | \"right\" | \"start\")",
|
|
@@ -20284,7 +20590,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20284
20590
|
}; })()(input);
|
|
20285
20591
|
}
|
|
20286
20592
|
case ":script.revision?": {
|
|
20287
|
-
return (() => { const _io0 = input => "string" === typeof input.$parent && "string" === typeof input.scriptId && "string" === typeof input.userId && ("object" === typeof input.value && null !== input.value && _io1(input.value)); const _io1 = input => "object" === typeof input.root && null !== input.root && _io2(input.root); const _io2 = input => "string" === typeof input.type && (undefined === input.$ || "object" === typeof input.$ && null !== input.$ && false === Array.isArray(input.$) && _io3(input.$)) && "number" === typeof input.version && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _io4(elem))) && (null === input.direction || "ltr" === input.direction || "rtl" === input.direction) && ("" === input.format || "
|
|
20593
|
+
return (() => { const _io0 = input => "string" === typeof input.$parent && "string" === typeof input.scriptId && "string" === typeof input.userId && ("object" === typeof input.value && null !== input.value && _io1(input.value)); const _io1 = input => "object" === typeof input.root && null !== input.root && _io2(input.root); const _io2 = input => "string" === typeof input.type && (undefined === input.$ || "object" === typeof input.$ && null !== input.$ && false === Array.isArray(input.$) && _io3(input.$)) && "number" === typeof input.version && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _io4(elem))) && (null === input.direction || "ltr" === input.direction || "rtl" === input.direction) && ("" === input.format || "right" === input.format || "left" === input.format || "center" === input.format || "start" === input.format || "end" === input.format || "justify" === input.format) && "number" === typeof input.indent && (undefined === input.textFormat || "number" === typeof input.textFormat) && (undefined === input.textStyle || "string" === typeof input.textStyle); const _io3 = input => Object.keys(input).every(key => {
|
|
20288
20594
|
const value = input[key];
|
|
20289
20595
|
if (undefined === value)
|
|
20290
20596
|
return true;
|
|
@@ -20369,7 +20675,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20369
20675
|
path: _path + ".direction",
|
|
20370
20676
|
expected: "(\"ltr\" | \"rtl\" | null)",
|
|
20371
20677
|
value: input.direction
|
|
20372
|
-
}, _errorFactory)) && ("" === input.format || "
|
|
20678
|
+
}, _errorFactory)) && ("" === input.format || "right" === input.format || "left" === input.format || "center" === input.format || "start" === input.format || "end" === input.format || "justify" === input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20373
20679
|
method: "typia.assertGuard",
|
|
20374
20680
|
path: _path + ".format",
|
|
20375
20681
|
expected: "(\"\" | \"center\" | \"end\" | \"justify\" | \"left\" | \"right\" | \"start\")",
|
|
@@ -21148,14 +21454,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21148
21454
|
}; })()(input);
|
|
21149
21455
|
}
|
|
21150
21456
|
case ":settings": {
|
|
21151
|
-
return (() => { const _iv29 = 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 _iv38 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const
|
|
21457
|
+
return (() => { const _iv29 = 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 _iv38 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av80 = 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 _av89 = 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.graphics || "object" === typeof input.graphics && null !== input.graphics && false === Array.isArray(input.graphics) && _io2(input.graphics)) && (undefined === input.googleWhitelist || Array.isArray(input.googleWhitelist) && input.googleWhitelist.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io3(elem))) && (undefined === input.googleUserRoles || Array.isArray(input.googleUserRoles) && input.googleUserRoles.every(elem => "string" === typeof elem)) && (undefined === input.azureWhitelist || Array.isArray(input.azureWhitelist) && input.azureWhitelist.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io4(elem))) && (undefined === input.azureUserRoles || Array.isArray(input.azureUserRoles) && input.azureUserRoles.every(elem => "string" === typeof elem)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io5(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io9(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io10(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io11(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io14(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) && _io15(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io16(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io17(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io18(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io19(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io20(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io22(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io28(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io31(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io32(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io33(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io37(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io54(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io60(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) && _io61(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io70(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io74(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io75(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) && _io80(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io81(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io82(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io85(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io88(input.utilsAssetEditorPanel)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io89(input.display)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io90(input.bookmarks)) && (undefined === input.shotbox || "object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) && _io91(input.shotbox)) && (undefined === input.performance || "object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) && _io92(input.performance)) && (undefined === input.app || "object" === typeof input.app && null !== input.app && false === Array.isArray(input.app) && _io93(input.app)); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io3 = input => undefined === input.domain || "string" === typeof input.domain; const _io4 = input => undefined === input.domain || "string" === typeof input.domain; const _io5 = input => (undefined === input.editor || "string" === typeof input.editor) && (undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io6(input.tabs)); const _io6 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io7(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
21152
21458
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
21153
21459
|
return true;
|
|
21154
21460
|
const value = input[key];
|
|
21155
21461
|
if (undefined === value)
|
|
21156
21462
|
return true;
|
|
21157
21463
|
return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _io8(value);
|
|
21158
|
-
}); const _io7 = 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 _io8 = 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 _io9 = 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 _io10 = input => (undefined === input.displaySaveDialog || "boolean" === typeof input.displaySaveDialog) && (undefined === input.batchDownloadDialogMode || "file" === input.batchDownloadDialogMode || "directory" === input.batchDownloadDialogMode); const _io11 = input => (undefined === input.map || "object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) && _io12(input.map)) && (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io13(input.createMenu)); const _io12 = input => (undefined === input.clustering || "boolean" === typeof input.clustering) && (undefined === input.zoom || "number" === typeof input.zoom) && (undefined === input.center || Array.isArray(input.center) && (input.center.length === 2 && "number" === typeof input.center[0] && "number" === typeof input.center[1])); const _io13 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.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.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 _io17 = 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 _io18 = 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 _io19 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name); const _io20 = 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) && _io21(input.layout)); const _io21 = input => (undefined === input.bookmarks || "number" === typeof input.bookmarks) && (undefined === input.browser || "number" === typeof input.browser); const _io22 = input => (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io23(input.createMenu)) && (undefined === input.colorTags || Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && _io24(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) && _io25(input.collapsedNodes)) && (undefined === input.colorHistory || Array.isArray(input.colorHistory) && input.colorHistory.every(elem => "object" === typeof elem && null !== elem && _io27(elem))); const _io23 = input => (undefined === input.sortBy || "
|
|
21464
|
+
}); const _io7 = 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 _io8 = 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 _io9 = 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 _io10 = input => (undefined === input.displaySaveDialog || "boolean" === typeof input.displaySaveDialog) && (undefined === input.batchDownloadDialogMode || "file" === input.batchDownloadDialogMode || "directory" === input.batchDownloadDialogMode); const _io11 = input => (undefined === input.map || "object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) && _io12(input.map)) && (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io13(input.createMenu)); const _io12 = input => (undefined === input.clustering || "boolean" === typeof input.clustering) && (undefined === input.zoom || "number" === typeof input.zoom) && (undefined === input.center || Array.isArray(input.center) && (input.center.length === 2 && "number" === typeof input.center[0] && "number" === typeof input.center[1])); const _io13 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.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.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 _io17 = 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 _io18 = 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 _io19 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name); const _io20 = 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) && _io21(input.layout)); const _io21 = input => (undefined === input.bookmarks || "number" === typeof input.bookmarks) && (undefined === input.browser || "number" === typeof input.browser); const _io22 = input => (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io23(input.createMenu)) && (undefined === input.contentMaxWidth || "number" === typeof input.contentMaxWidth) && (undefined === input.colorTags || Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && _io24(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) && _io25(input.collapsedNodes)) && (undefined === input.colorHistory || Array.isArray(input.colorHistory) && input.colorHistory.every(elem => "object" === typeof elem && null !== elem && _io27(elem))); const _io23 = input => (undefined === input.sortBy || "title" === input.sortBy || "index" === input.sortBy) && (undefined === input.showPreview || "boolean" === typeof input.showPreview); const _io24 = 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 _io25 = input => Object.keys(input).every(key => {
|
|
21159
21465
|
const value = input[key];
|
|
21160
21466
|
if (undefined === value)
|
|
21161
21467
|
return true;
|
|
@@ -21180,12 +21486,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21180
21486
|
if (undefined === value)
|
|
21181
21487
|
return true;
|
|
21182
21488
|
return true;
|
|
21183
|
-
}); const _io37 = input => (undefined === input.volume || "number" === typeof input.volume) && (undefined === input.muted || "boolean" === typeof input.muted) && (undefined === input.graphics || "boolean" === typeof input.graphics) && (undefined === input.waveform || "boolean" === typeof input.waveform) && (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.dropFrame || "boolean" === typeof input.dropFrame) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.warnSubclipDuration || "number" === typeof input.warnSubclipDuration) && (undefined === input.displayAspectRatioPresets || Array.isArray(input.displayAspectRatioPresets) && input.displayAspectRatioPresets.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io38(elem))) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io39(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) && _io40(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) && _io41(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) && _io44(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io45(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io46(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io50(input.openCommand))) && (undefined === input.recorder || "object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) && _io51(input.recorder)); const _io38 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.value || "string" === typeof input.value); const _io39 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io40 = 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 _io41 = 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) && _io42(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io43(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv29.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io42 = 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 _io43 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io44 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io45 = 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 _io46 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io47(input.subtitleDisclaimer); const _io47 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io48(input.defaultValue)); const _io48 = 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) && _io49(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io49 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io50 = 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 _io51 = input => (undefined === input.microphone || "object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) && _io52(input.microphone)) && (undefined === input.webcam || "object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) && _io53(input.webcam)) && (undefined === input.countdown || "number" === typeof input.countdown); const _io52 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput); const _io53 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.frameRate || "number" === typeof input.frameRate) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio); const _io54 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.audioMapping || "object" === typeof input.audioMapping && null !== input.audioMapping && false === Array.isArray(input.audioMapping) && _io55(input.audioMapping)) && (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 _io55 = input => undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io56(elem)); const _io56 = input => "string" === typeof input.id && "string" === typeof input.title && (undefined === input.mapping || Array.isArray(input.mapping) && input.mapping.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem))) && (undefined === input.mute || Array.isArray(input.mute) && input.mute.every(elem => "boolean" === typeof elem)) && (undefined === input.minInChannels || "number" === typeof input.minInChannels) && (undefined === input.maxInChannels || "number" === typeof input.maxInChannels) && (undefined === input.minOutChannels || "number" === typeof input.minOutChannels) && (undefined === input.maxOutChannels || "number" === typeof input.maxOutChannels); 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.monitorInput || "boolean" === typeof input.monitorInput) && (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 === _iv38.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) && _io75(input.rive)); const _io73 = input => (undefined === input.videoBin || "string" === typeof input.videoBin) && (undefined === input.imageBin || "string" === typeof input.imageBin) && (undefined === input.audioBin || "string" === typeof input.audioBin) && (undefined === input.timelineBin || "string" === typeof input.timelineBin) && (undefined === input.clipBin || "string" === typeof input.clipBin) && (undefined === input.downloadPath || "string" === typeof input.downloadPath) && (undefined === input.renderPath || "string" === typeof input.renderPath) && (undefined === input.renderPresetPath || "string" === typeof input.renderPresetPath) && (undefined === input.videoRenderPreset || "string" === typeof input.videoRenderPreset) && (undefined === input.imageRenderPreset || "string" === typeof input.imageRenderPreset) && (undefined === input.audioRenderPreset || "string" === typeof input.audioRenderPreset) && (undefined === input.forceRender || "boolean" === typeof input.forceRender) && (undefined === input.useProxies || "boolean" === typeof input.useProxies) && (undefined === input.deleteIntermediateFiles || "boolean" === typeof input.deleteIntermediateFiles) && (undefined === input.bodymovin || "object" === typeof input.bodymovin && null !== input.bodymovin && false === Array.isArray(input.bodymovin) && _io74(input.bodymovin)); const _io74 = input => undefined === input.template || "string" === typeof input.template; const _io75 = input => undefined === input.template || "string" === typeof input.template; const _io76 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.aiMetadata || "boolean" === typeof input.aiMetadata) && (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.downloadFiles || "boolean" === typeof input.downloadFiles) && (undefined === input.supportPortal || "boolean" === typeof input.supportPortal) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth) && (undefined === input.systemHealthIgnore || "boolean" === typeof input.systemHealthIgnore); 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 => {
|
|
21489
|
+
}); const _io37 = input => (undefined === input.volume || "number" === typeof input.volume) && (undefined === input.muted || "boolean" === typeof input.muted) && (undefined === input.graphics || "boolean" === typeof input.graphics) && (undefined === input.waveform || "boolean" === typeof input.waveform) && (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.dropFrame || "boolean" === typeof input.dropFrame) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.warnSubclipDuration || "number" === typeof input.warnSubclipDuration) && (undefined === input.displayAspectRatioPresets || Array.isArray(input.displayAspectRatioPresets) && input.displayAspectRatioPresets.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io38(elem))) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io39(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) && _io40(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) && _io41(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) && _io44(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io45(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io46(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io50(input.openCommand))) && (undefined === input.recorder || "object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) && _io51(input.recorder)); const _io38 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.value || "string" === typeof input.value); const _io39 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io40 = 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 _io41 = 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) && _io42(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io43(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv29.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io42 = 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 _io43 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io44 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io45 = 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 _io46 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io47(input.subtitleDisclaimer); const _io47 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io48(input.defaultValue)); const _io48 = 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) && _io49(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io49 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io50 = 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 _io51 = input => (undefined === input.microphone || "object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) && _io52(input.microphone)) && (undefined === input.webcam || "object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) && _io53(input.webcam)) && (undefined === input.countdown || "number" === typeof input.countdown); const _io52 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput); const _io53 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.frameRate || "number" === typeof input.frameRate) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio); const _io54 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.audioMapping || "object" === typeof input.audioMapping && null !== input.audioMapping && false === Array.isArray(input.audioMapping) && _io55(input.audioMapping)) && (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 _io55 = input => undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io56(elem)); const _io56 = input => "string" === typeof input.id && "string" === typeof input.title && (undefined === input.mapping || Array.isArray(input.mapping) && input.mapping.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem))) && (undefined === input.mute || Array.isArray(input.mute) && input.mute.every(elem => "boolean" === typeof elem)) && (undefined === input.minInChannels || "number" === typeof input.minInChannels) && (undefined === input.maxInChannels || "number" === typeof input.maxInChannels) && (undefined === input.minOutChannels || "number" === typeof input.minOutChannels) && (undefined === input.maxOutChannels || "number" === typeof input.maxOutChannels); 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.monitorInput || "boolean" === typeof input.monitorInput) && (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 === _iv38.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)) && (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _iu0(elem))); const _io71 = input => "script" === input.type && "string" === typeof input.title && "number" === typeof input.horizontalMargin && ("A5" === input.pageSize || "A4" === input.pageSize || "A3" === input.pageSize) && ("landscape" === input.orientation || "portrait" === input.orientation) && "number" === typeof input.fontSize && (undefined === input.fontFamily || "string" === typeof input.fontFamily) && (Array.isArray(input.hide) && input.hide.every(elem => "event" === elem || "event-data" === elem || "comment" === elem || "heading" === elem || "list" === elem || "quote" === elem || "paragraph" === elem || "horizontalrule" === elem)); const _io72 = input => "rundown" === input.type && (Array.isArray(input.columns) && input.columns.every(elem => "object" === typeof elem && null !== elem && _io73(elem))) && (undefined === input.rangeStart || "number" === typeof input.rangeStart) && (undefined === input.rangeEnd || "number" === typeof input.rangeEnd) && (Array.isArray(input.hide) && input.hide.every(elem => "event" === elem || "comment" === elem || "heading" === elem || "list" === elem || "quote" === elem || "paragraph" === elem || "horizontalrule" === elem)) && "string" === typeof input.title && "number" === typeof input.horizontalMargin && ("A5" === input.pageSize || "A4" === input.pageSize || "A3" === input.pageSize) && ("landscape" === input.orientation || "portrait" === input.orientation) && "number" === typeof input.fontSize && (undefined === input.fontFamily || "string" === typeof input.fontFamily); const _io73 = input => ("type" === input.key || "id" === input.key || "title" === input.key || "time" === input.key || "duration" === input.key || "position" === input.key || "accDuration" === input.key) && "string" === typeof input.label && "string" === typeof input.width && ("right" === input.textAlign || "left" === input.textAlign || "center" === input.textAlign); const _io74 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io75 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io76(input.adobe)) && (undefined === input.ograf || "object" === typeof input.ograf && null !== input.ograf && false === Array.isArray(input.ograf) && _io78(input.ograf)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io79(input.rive)); const _io76 = input => (undefined === input.videoBin || "string" === typeof input.videoBin) && (undefined === input.imageBin || "string" === typeof input.imageBin) && (undefined === input.audioBin || "string" === typeof input.audioBin) && (undefined === input.timelineBin || "string" === typeof input.timelineBin) && (undefined === input.clipBin || "string" === typeof input.clipBin) && (undefined === input.downloadPath || "string" === typeof input.downloadPath) && (undefined === input.renderPath || "string" === typeof input.renderPath) && (undefined === input.renderPresetPath || "string" === typeof input.renderPresetPath) && (undefined === input.renderPresets || Array.isArray(input.renderPresets) && input.renderPresets.every(elem => "string" === typeof elem)) && (undefined === input.videoRenderPreset || "string" === typeof input.videoRenderPreset) && (undefined === input.imageRenderPreset || "string" === typeof input.imageRenderPreset) && (undefined === input.audioRenderPreset || "string" === typeof input.audioRenderPreset) && (undefined === input.forceRender || "boolean" === typeof input.forceRender) && (undefined === input.useProxies || "boolean" === typeof input.useProxies) && (undefined === input.deleteIntermediateFiles || "boolean" === typeof input.deleteIntermediateFiles) && (undefined === input.bodymovin || "object" === typeof input.bodymovin && null !== input.bodymovin && false === Array.isArray(input.bodymovin) && _io77(input.bodymovin)); const _io77 = input => undefined === input.template || "string" === typeof input.template; const _io78 = input => undefined === input.template || "string" === typeof input.template; const _io79 = input => undefined === input.template || "string" === typeof input.template; const _io80 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.aiMetadata || "boolean" === typeof input.aiMetadata) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io81 = 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.downloadFiles || "boolean" === typeof input.downloadFiles) && (undefined === input.supportPortal || "boolean" === typeof input.supportPortal) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth) && (undefined === input.systemHealthIgnore || "boolean" === typeof input.systemHealthIgnore); const _io82 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io83(input.events); const _io83 = 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) && _io84(input.publishSucceeded)); const _io84 = input => Object.keys(input).every(key => {
|
|
21184
21490
|
const value = input[key];
|
|
21185
21491
|
if (undefined === value)
|
|
21186
21492
|
return true;
|
|
21187
21493
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
21188
|
-
}); const
|
|
21494
|
+
}); const _io85 = input => (undefined === input.create || "object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) && _io86(input.create)) && (undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io87(input.duplicate)); const _io86 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io87 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io88 = 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 _io89 = input => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea; const _io90 = input => undefined === input.refreshInterval || "number" === typeof input.refreshInterval; const _io91 = input => undefined === input.layout || "string" === typeof input.layout; const _io92 = input => (undefined === input.ignoredWarnings || Array.isArray(input.ignoredWarnings) && input.ignoredWarnings.every(elem => "string" === typeof elem)) && (undefined === input.ignoredErrors || Array.isArray(input.ignoredErrors) && input.ignoredErrors.every(elem => "string" === typeof elem)); const _io93 = input => (undefined === input.enableUpdate || "boolean" === typeof input.enableUpdate) && (undefined === input.autoUpdate || "boolean" === typeof input.autoUpdate); const _iu0 = input => (() => {
|
|
21495
|
+
if ("script" === input.type)
|
|
21496
|
+
return _io71(input);
|
|
21497
|
+
else if ("rundown" === input.type)
|
|
21498
|
+
return _io72(input);
|
|
21499
|
+
else
|
|
21500
|
+
return false;
|
|
21501
|
+
})(); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21189
21502
|
method: "typia.assertGuard",
|
|
21190
21503
|
path: _path + ".autoLogoutTime",
|
|
21191
21504
|
expected: "(number | undefined)",
|
|
@@ -21215,14 +21528,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21215
21528
|
path: _path + ".googleWhitelist",
|
|
21216
21529
|
expected: "(Array<__type> | undefined)",
|
|
21217
21530
|
value: input.googleWhitelist
|
|
21218
|
-
}, _errorFactory)) && input.googleWhitelist.every((elem,
|
|
21531
|
+
}, _errorFactory)) && input.googleWhitelist.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21219
21532
|
method: "typia.assertGuard",
|
|
21220
|
-
path: _path + ".googleWhitelist[" +
|
|
21533
|
+
path: _path + ".googleWhitelist[" + _index52 + "]",
|
|
21221
21534
|
expected: "__type.o2",
|
|
21222
21535
|
value: elem
|
|
21223
|
-
}, _errorFactory)) && _ao3(elem, _path + ".googleWhitelist[" +
|
|
21536
|
+
}, _errorFactory)) && _ao3(elem, _path + ".googleWhitelist[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21224
21537
|
method: "typia.assertGuard",
|
|
21225
|
-
path: _path + ".googleWhitelist[" +
|
|
21538
|
+
path: _path + ".googleWhitelist[" + _index52 + "]",
|
|
21226
21539
|
expected: "__type.o2",
|
|
21227
21540
|
value: elem
|
|
21228
21541
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21235,9 +21548,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21235
21548
|
path: _path + ".googleUserRoles",
|
|
21236
21549
|
expected: "(Array<string> | undefined)",
|
|
21237
21550
|
value: input.googleUserRoles
|
|
21238
|
-
}, _errorFactory)) && input.googleUserRoles.every((elem,
|
|
21551
|
+
}, _errorFactory)) && input.googleUserRoles.every((elem, _index53) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21239
21552
|
method: "typia.assertGuard",
|
|
21240
|
-
path: _path + ".googleUserRoles[" +
|
|
21553
|
+
path: _path + ".googleUserRoles[" + _index53 + "]",
|
|
21241
21554
|
expected: "string",
|
|
21242
21555
|
value: elem
|
|
21243
21556
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21250,14 +21563,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21250
21563
|
path: _path + ".azureWhitelist",
|
|
21251
21564
|
expected: "(Array<__type>.o1 | undefined)",
|
|
21252
21565
|
value: input.azureWhitelist
|
|
21253
|
-
}, _errorFactory)) && input.azureWhitelist.every((elem,
|
|
21566
|
+
}, _errorFactory)) && input.azureWhitelist.every((elem, _index54) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21254
21567
|
method: "typia.assertGuard",
|
|
21255
|
-
path: _path + ".azureWhitelist[" +
|
|
21568
|
+
path: _path + ".azureWhitelist[" + _index54 + "]",
|
|
21256
21569
|
expected: "__type.o3",
|
|
21257
21570
|
value: elem
|
|
21258
|
-
}, _errorFactory)) && _ao4(elem, _path + ".azureWhitelist[" +
|
|
21571
|
+
}, _errorFactory)) && _ao4(elem, _path + ".azureWhitelist[" + _index54 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21259
21572
|
method: "typia.assertGuard",
|
|
21260
|
-
path: _path + ".azureWhitelist[" +
|
|
21573
|
+
path: _path + ".azureWhitelist[" + _index54 + "]",
|
|
21261
21574
|
expected: "__type.o3",
|
|
21262
21575
|
value: elem
|
|
21263
21576
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21270,9 +21583,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21270
21583
|
path: _path + ".azureUserRoles",
|
|
21271
21584
|
expected: "(Array<string> | undefined)",
|
|
21272
21585
|
value: input.azureUserRoles
|
|
21273
|
-
}, _errorFactory)) && input.azureUserRoles.every((elem,
|
|
21586
|
+
}, _errorFactory)) && input.azureUserRoles.every((elem, _index55) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21274
21587
|
method: "typia.assertGuard",
|
|
21275
|
-
path: _path + ".azureUserRoles[" +
|
|
21588
|
+
path: _path + ".azureUserRoles[" + _index55 + "]",
|
|
21276
21589
|
expected: "string",
|
|
21277
21590
|
value: elem
|
|
21278
21591
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21335,19 +21648,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21335
21648
|
path: _path + ".exclusiveTagGroups",
|
|
21336
21649
|
expected: "(Array<Array<string>> | undefined)",
|
|
21337
21650
|
value: input.exclusiveTagGroups
|
|
21338
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
21651
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index56) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21339
21652
|
method: "typia.assertGuard",
|
|
21340
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
21653
|
+
path: _path + ".exclusiveTagGroups[" + _index56 + "]",
|
|
21341
21654
|
expected: "Array<string>",
|
|
21342
21655
|
value: elem
|
|
21343
|
-
}, _errorFactory)) && elem.every((elem,
|
|
21656
|
+
}, _errorFactory)) && elem.every((elem, _index57) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21344
21657
|
method: "typia.assertGuard",
|
|
21345
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
21658
|
+
path: _path + ".exclusiveTagGroups[" + _index56 + "][" + _index57 + "]",
|
|
21346
21659
|
expected: "string",
|
|
21347
21660
|
value: elem
|
|
21348
21661
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21349
21662
|
method: "typia.assertGuard",
|
|
21350
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
21663
|
+
path: _path + ".exclusiveTagGroups[" + _index56 + "]",
|
|
21351
21664
|
expected: "Array<string>",
|
|
21352
21665
|
value: elem
|
|
21353
21666
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21495,14 +21808,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21495
21808
|
path: _path + ".commands",
|
|
21496
21809
|
expected: "(Array<__type>.o9 | undefined)",
|
|
21497
21810
|
value: input.commands
|
|
21498
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
21811
|
+
}, _errorFactory)) && input.commands.every((elem, _index58) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21499
21812
|
method: "typia.assertGuard",
|
|
21500
|
-
path: _path + ".commands[" +
|
|
21813
|
+
path: _path + ".commands[" + _index58 + "]",
|
|
21501
21814
|
expected: "__type.o49",
|
|
21502
21815
|
value: elem
|
|
21503
|
-
}, _errorFactory)) && _ao60(elem, _path + ".commands[" +
|
|
21816
|
+
}, _errorFactory)) && _ao60(elem, _path + ".commands[" + _index58 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21504
21817
|
method: "typia.assertGuard",
|
|
21505
|
-
path: _path + ".commands[" +
|
|
21818
|
+
path: _path + ".commands[" + _index58 + "]",
|
|
21506
21819
|
expected: "__type.o49",
|
|
21507
21820
|
value: elem
|
|
21508
21821
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21515,9 +21828,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21515
21828
|
path: _path + ".predefinedTags",
|
|
21516
21829
|
expected: "(Array<string> | undefined)",
|
|
21517
21830
|
value: input.predefinedTags
|
|
21518
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
21831
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21519
21832
|
method: "typia.assertGuard",
|
|
21520
|
-
path: _path + ".predefinedTags[" +
|
|
21833
|
+
path: _path + ".predefinedTags[" + _index59 + "]",
|
|
21521
21834
|
expected: "string",
|
|
21522
21835
|
value: elem
|
|
21523
21836
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21550,14 +21863,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21550
21863
|
path: _path + ".hiddenPreviews",
|
|
21551
21864
|
expected: "(Array<__type>.o10 | undefined)",
|
|
21552
21865
|
value: input.hiddenPreviews
|
|
21553
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
21866
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index60) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21554
21867
|
method: "typia.assertGuard",
|
|
21555
|
-
path: _path + ".hiddenPreviews[" +
|
|
21868
|
+
path: _path + ".hiddenPreviews[" + _index60 + "]",
|
|
21556
21869
|
expected: "__type.o60",
|
|
21557
21870
|
value: elem
|
|
21558
|
-
}, _errorFactory)) &&
|
|
21871
|
+
}, _errorFactory)) && _ao74(elem, _path + ".hiddenPreviews[" + _index60 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21559
21872
|
method: "typia.assertGuard",
|
|
21560
|
-
path: _path + ".hiddenPreviews[" +
|
|
21873
|
+
path: _path + ".hiddenPreviews[" + _index60 + "]",
|
|
21561
21874
|
expected: "__type.o60",
|
|
21562
21875
|
value: elem
|
|
21563
21876
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21570,7 +21883,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21570
21883
|
path: _path + ".plugins",
|
|
21571
21884
|
expected: "(__type.o61 | undefined)",
|
|
21572
21885
|
value: input.plugins
|
|
21573
|
-
}, _errorFactory)) &&
|
|
21886
|
+
}, _errorFactory)) && _ao75(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21574
21887
|
method: "typia.assertGuard",
|
|
21575
21888
|
path: _path + ".plugins",
|
|
21576
21889
|
expected: "(__type.o61 | undefined)",
|
|
@@ -21588,32 +21901,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21588
21901
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21589
21902
|
method: "typia.assertGuard",
|
|
21590
21903
|
path: _path + ".featurePreview",
|
|
21591
|
-
expected: "(__type.
|
|
21904
|
+
expected: "(__type.o66 | undefined)",
|
|
21592
21905
|
value: input.featurePreview
|
|
21593
|
-
}, _errorFactory)) &&
|
|
21906
|
+
}, _errorFactory)) && _ao80(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21594
21907
|
method: "typia.assertGuard",
|
|
21595
21908
|
path: _path + ".featurePreview",
|
|
21596
|
-
expected: "(__type.
|
|
21909
|
+
expected: "(__type.o66 | undefined)",
|
|
21597
21910
|
value: input.featurePreview
|
|
21598
21911
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21599
21912
|
method: "typia.assertGuard",
|
|
21600
21913
|
path: _path + ".flags",
|
|
21601
|
-
expected: "(__type.
|
|
21914
|
+
expected: "(__type.o67 | undefined)",
|
|
21602
21915
|
value: input.flags
|
|
21603
|
-
}, _errorFactory)) &&
|
|
21916
|
+
}, _errorFactory)) && _ao81(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21604
21917
|
method: "typia.assertGuard",
|
|
21605
21918
|
path: _path + ".flags",
|
|
21606
|
-
expected: "(__type.
|
|
21919
|
+
expected: "(__type.o67 | undefined)",
|
|
21607
21920
|
value: input.flags
|
|
21608
21921
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21609
21922
|
method: "typia.assertGuard",
|
|
21610
21923
|
path: _path + ".notifications",
|
|
21611
|
-
expected: "(__type.
|
|
21924
|
+
expected: "(__type.o68 | undefined)",
|
|
21612
21925
|
value: input.notifications
|
|
21613
|
-
}, _errorFactory)) &&
|
|
21926
|
+
}, _errorFactory)) && _ao82(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21614
21927
|
method: "typia.assertGuard",
|
|
21615
21928
|
path: _path + ".notifications",
|
|
21616
|
-
expected: "(__type.
|
|
21929
|
+
expected: "(__type.o68 | undefined)",
|
|
21617
21930
|
value: input.notifications
|
|
21618
21931
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21619
21932
|
method: "typia.assertGuard",
|
|
@@ -21623,72 +21936,72 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21623
21936
|
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21624
21937
|
method: "typia.assertGuard",
|
|
21625
21938
|
path: _path + ".clone",
|
|
21626
|
-
expected: "(__type.
|
|
21939
|
+
expected: "(__type.o71 | undefined)",
|
|
21627
21940
|
value: input.clone
|
|
21628
|
-
}, _errorFactory)) &&
|
|
21941
|
+
}, _errorFactory)) && _ao85(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21629
21942
|
method: "typia.assertGuard",
|
|
21630
21943
|
path: _path + ".clone",
|
|
21631
|
-
expected: "(__type.
|
|
21944
|
+
expected: "(__type.o71 | undefined)",
|
|
21632
21945
|
value: input.clone
|
|
21633
21946
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21634
21947
|
method: "typia.assertGuard",
|
|
21635
21948
|
path: _path + ".utilsAssetEditorPanel",
|
|
21636
|
-
expected: "(__type.
|
|
21949
|
+
expected: "(__type.o74 | undefined)",
|
|
21637
21950
|
value: input.utilsAssetEditorPanel
|
|
21638
|
-
}, _errorFactory)) &&
|
|
21951
|
+
}, _errorFactory)) && _ao88(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21639
21952
|
method: "typia.assertGuard",
|
|
21640
21953
|
path: _path + ".utilsAssetEditorPanel",
|
|
21641
|
-
expected: "(__type.
|
|
21954
|
+
expected: "(__type.o74 | undefined)",
|
|
21642
21955
|
value: input.utilsAssetEditorPanel
|
|
21643
21956
|
}, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21644
21957
|
method: "typia.assertGuard",
|
|
21645
21958
|
path: _path + ".display",
|
|
21646
|
-
expected: "(__type.
|
|
21959
|
+
expected: "(__type.o75 | undefined)",
|
|
21647
21960
|
value: input.display
|
|
21648
|
-
}, _errorFactory)) &&
|
|
21961
|
+
}, _errorFactory)) && _ao89(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21649
21962
|
method: "typia.assertGuard",
|
|
21650
21963
|
path: _path + ".display",
|
|
21651
|
-
expected: "(__type.
|
|
21964
|
+
expected: "(__type.o75 | undefined)",
|
|
21652
21965
|
value: input.display
|
|
21653
21966
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21654
21967
|
method: "typia.assertGuard",
|
|
21655
21968
|
path: _path + ".bookmarks",
|
|
21656
|
-
expected: "(__type.
|
|
21969
|
+
expected: "(__type.o76 | undefined)",
|
|
21657
21970
|
value: input.bookmarks
|
|
21658
|
-
}, _errorFactory)) &&
|
|
21971
|
+
}, _errorFactory)) && _ao90(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21659
21972
|
method: "typia.assertGuard",
|
|
21660
21973
|
path: _path + ".bookmarks",
|
|
21661
|
-
expected: "(__type.
|
|
21974
|
+
expected: "(__type.o76 | undefined)",
|
|
21662
21975
|
value: input.bookmarks
|
|
21663
21976
|
}, _errorFactory)) && (undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21664
21977
|
method: "typia.assertGuard",
|
|
21665
21978
|
path: _path + ".shotbox",
|
|
21666
|
-
expected: "(__type.
|
|
21979
|
+
expected: "(__type.o77 | undefined)",
|
|
21667
21980
|
value: input.shotbox
|
|
21668
|
-
}, _errorFactory)) &&
|
|
21981
|
+
}, _errorFactory)) && _ao91(input.shotbox, _path + ".shotbox", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21669
21982
|
method: "typia.assertGuard",
|
|
21670
21983
|
path: _path + ".shotbox",
|
|
21671
|
-
expected: "(__type.
|
|
21984
|
+
expected: "(__type.o77 | undefined)",
|
|
21672
21985
|
value: input.shotbox
|
|
21673
21986
|
}, _errorFactory)) && (undefined === input.performance || ("object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21674
21987
|
method: "typia.assertGuard",
|
|
21675
21988
|
path: _path + ".performance",
|
|
21676
|
-
expected: "(__type.
|
|
21989
|
+
expected: "(__type.o78 | undefined)",
|
|
21677
21990
|
value: input.performance
|
|
21678
|
-
}, _errorFactory)) &&
|
|
21991
|
+
}, _errorFactory)) && _ao92(input.performance, _path + ".performance", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21679
21992
|
method: "typia.assertGuard",
|
|
21680
21993
|
path: _path + ".performance",
|
|
21681
|
-
expected: "(__type.
|
|
21994
|
+
expected: "(__type.o78 | undefined)",
|
|
21682
21995
|
value: input.performance
|
|
21683
21996
|
}, _errorFactory)) && (undefined === input.app || ("object" === typeof input.app && null !== input.app && false === Array.isArray(input.app) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21684
21997
|
method: "typia.assertGuard",
|
|
21685
21998
|
path: _path + ".app",
|
|
21686
|
-
expected: "(__type.
|
|
21999
|
+
expected: "(__type.o79 | undefined)",
|
|
21687
22000
|
value: input.app
|
|
21688
|
-
}, _errorFactory)) &&
|
|
22001
|
+
}, _errorFactory)) && _ao93(input.app, _path + ".app", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21689
22002
|
method: "typia.assertGuard",
|
|
21690
22003
|
path: _path + ".app",
|
|
21691
|
-
expected: "(__type.
|
|
22004
|
+
expected: "(__type.o79 | undefined)",
|
|
21692
22005
|
value: input.app
|
|
21693
22006
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21694
22007
|
method: "typia.assertGuard",
|
|
@@ -21882,9 +22195,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21882
22195
|
path: _path + ".sortOrder",
|
|
21883
22196
|
expected: "(Array<string> | undefined)",
|
|
21884
22197
|
value: input.sortOrder
|
|
21885
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
22198
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index61) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21886
22199
|
method: "typia.assertGuard",
|
|
21887
|
-
path: _path + ".sortOrder[" +
|
|
22200
|
+
path: _path + ".sortOrder[" + _index61 + "]",
|
|
21888
22201
|
expected: "string",
|
|
21889
22202
|
value: elem
|
|
21890
22203
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21897,9 +22210,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21897
22210
|
path: _path + ".include",
|
|
21898
22211
|
expected: "(Array<string> | undefined)",
|
|
21899
22212
|
value: input.include
|
|
21900
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22213
|
+
}, _errorFactory)) && input.include.every((elem, _index62) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21901
22214
|
method: "typia.assertGuard",
|
|
21902
|
-
path: _path + ".include[" +
|
|
22215
|
+
path: _path + ".include[" + _index62 + "]",
|
|
21903
22216
|
expected: "string",
|
|
21904
22217
|
value: elem
|
|
21905
22218
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21912,9 +22225,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21912
22225
|
path: _path + ".exclude",
|
|
21913
22226
|
expected: "(Array<string> | undefined)",
|
|
21914
22227
|
value: input.exclude
|
|
21915
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22228
|
+
}, _errorFactory)) && input.exclude.every((elem, _index63) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21916
22229
|
method: "typia.assertGuard",
|
|
21917
|
-
path: _path + ".exclude[" +
|
|
22230
|
+
path: _path + ".exclude[" + _index63 + "]",
|
|
21918
22231
|
expected: "string",
|
|
21919
22232
|
value: elem
|
|
21920
22233
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21927,9 +22240,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21927
22240
|
path: _path + ".include",
|
|
21928
22241
|
expected: "(Array<string> | undefined)",
|
|
21929
22242
|
value: input.include
|
|
21930
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22243
|
+
}, _errorFactory)) && input.include.every((elem, _index64) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21931
22244
|
method: "typia.assertGuard",
|
|
21932
|
-
path: _path + ".include[" +
|
|
22245
|
+
path: _path + ".include[" + _index64 + "]",
|
|
21933
22246
|
expected: "string",
|
|
21934
22247
|
value: elem
|
|
21935
22248
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21942,9 +22255,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21942
22255
|
path: _path + ".exclude",
|
|
21943
22256
|
expected: "(Array<string> | undefined)",
|
|
21944
22257
|
value: input.exclude
|
|
21945
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22258
|
+
}, _errorFactory)) && input.exclude.every((elem, _index65) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21946
22259
|
method: "typia.assertGuard",
|
|
21947
|
-
path: _path + ".exclude[" +
|
|
22260
|
+
path: _path + ".exclude[" + _index65 + "]",
|
|
21948
22261
|
expected: "string",
|
|
21949
22262
|
value: elem
|
|
21950
22263
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21957,9 +22270,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21957
22270
|
path: _path + ".include",
|
|
21958
22271
|
expected: "(Array<string> | undefined)",
|
|
21959
22272
|
value: input.include
|
|
21960
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22273
|
+
}, _errorFactory)) && input.include.every((elem, _index66) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21961
22274
|
method: "typia.assertGuard",
|
|
21962
|
-
path: _path + ".include[" +
|
|
22275
|
+
path: _path + ".include[" + _index66 + "]",
|
|
21963
22276
|
expected: "string",
|
|
21964
22277
|
value: elem
|
|
21965
22278
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21972,9 +22285,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21972
22285
|
path: _path + ".exclude",
|
|
21973
22286
|
expected: "(Array<string> | undefined)",
|
|
21974
22287
|
value: input.exclude
|
|
21975
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22288
|
+
}, _errorFactory)) && input.exclude.every((elem, _index67) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21976
22289
|
method: "typia.assertGuard",
|
|
21977
|
-
path: _path + ".exclude[" +
|
|
22290
|
+
path: _path + ".exclude[" + _index67 + "]",
|
|
21978
22291
|
expected: "string",
|
|
21979
22292
|
value: elem
|
|
21980
22293
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21987,9 +22300,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21987
22300
|
path: _path + ".include",
|
|
21988
22301
|
expected: "(Array<string> | undefined)",
|
|
21989
22302
|
value: input.include
|
|
21990
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22303
|
+
}, _errorFactory)) && input.include.every((elem, _index68) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21991
22304
|
method: "typia.assertGuard",
|
|
21992
|
-
path: _path + ".include[" +
|
|
22305
|
+
path: _path + ".include[" + _index68 + "]",
|
|
21993
22306
|
expected: "string",
|
|
21994
22307
|
value: elem
|
|
21995
22308
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22002,9 +22315,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22002
22315
|
path: _path + ".exclude",
|
|
22003
22316
|
expected: "(Array<string> | undefined)",
|
|
22004
22317
|
value: input.exclude
|
|
22005
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22318
|
+
}, _errorFactory)) && input.exclude.every((elem, _index69) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22006
22319
|
method: "typia.assertGuard",
|
|
22007
|
-
path: _path + ".exclude[" +
|
|
22320
|
+
path: _path + ".exclude[" + _index69 + "]",
|
|
22008
22321
|
expected: "string",
|
|
22009
22322
|
value: elem
|
|
22010
22323
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22097,19 +22410,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22097
22410
|
path: _path + ".createMenu",
|
|
22098
22411
|
expected: "(__type.o19 | undefined)",
|
|
22099
22412
|
value: input.createMenu
|
|
22413
|
+
}, _errorFactory)) && (undefined === input.contentMaxWidth || "number" === typeof input.contentMaxWidth || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22414
|
+
method: "typia.assertGuard",
|
|
22415
|
+
path: _path + ".contentMaxWidth",
|
|
22416
|
+
expected: "(number | undefined)",
|
|
22417
|
+
value: input.contentMaxWidth
|
|
22100
22418
|
}, _errorFactory)) && (undefined === input.colorTags || (Array.isArray(input.colorTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22101
22419
|
method: "typia.assertGuard",
|
|
22102
22420
|
path: _path + ".colorTags",
|
|
22103
22421
|
expected: "(Array<PromotedTag> | undefined)",
|
|
22104
22422
|
value: input.colorTags
|
|
22105
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
22423
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index70) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22106
22424
|
method: "typia.assertGuard",
|
|
22107
|
-
path: _path + ".colorTags[" +
|
|
22425
|
+
path: _path + ".colorTags[" + _index70 + "]",
|
|
22108
22426
|
expected: "PromotedTag",
|
|
22109
22427
|
value: elem
|
|
22110
|
-
}, _errorFactory)) && _ao24(elem, _path + ".colorTags[" +
|
|
22428
|
+
}, _errorFactory)) && _ao24(elem, _path + ".colorTags[" + _index70 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22111
22429
|
method: "typia.assertGuard",
|
|
22112
|
-
path: _path + ".colorTags[" +
|
|
22430
|
+
path: _path + ".colorTags[" + _index70 + "]",
|
|
22113
22431
|
expected: "PromotedTag",
|
|
22114
22432
|
value: elem
|
|
22115
22433
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22142,14 +22460,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22142
22460
|
path: _path + ".colorHistory",
|
|
22143
22461
|
expected: "(Array<__type>.o2 | undefined)",
|
|
22144
22462
|
value: input.colorHistory
|
|
22145
|
-
}, _errorFactory)) && input.colorHistory.every((elem,
|
|
22463
|
+
}, _errorFactory)) && input.colorHistory.every((elem, _index71) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22146
22464
|
method: "typia.assertGuard",
|
|
22147
|
-
path: _path + ".colorHistory[" +
|
|
22465
|
+
path: _path + ".colorHistory[" + _index71 + "]",
|
|
22148
22466
|
expected: "__type.o22",
|
|
22149
22467
|
value: elem
|
|
22150
|
-
}, _errorFactory)) && _ao27(elem, _path + ".colorHistory[" +
|
|
22468
|
+
}, _errorFactory)) && _ao27(elem, _path + ".colorHistory[" + _index71 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22151
22469
|
method: "typia.assertGuard",
|
|
22152
|
-
path: _path + ".colorHistory[" +
|
|
22470
|
+
path: _path + ".colorHistory[" + _index71 + "]",
|
|
22153
22471
|
expected: "__type.o22",
|
|
22154
22472
|
value: elem
|
|
22155
22473
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22157,7 +22475,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22157
22475
|
path: _path + ".colorHistory",
|
|
22158
22476
|
expected: "(Array<__type>.o2 | undefined)",
|
|
22159
22477
|
value: input.colorHistory
|
|
22160
|
-
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "
|
|
22478
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "title" === input.sortBy || "index" === input.sortBy || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22161
22479
|
method: "typia.assertGuard",
|
|
22162
22480
|
path: _path + ".sortBy",
|
|
22163
22481
|
expected: "(\"index\" | \"title\" | undefined)",
|
|
@@ -22232,9 +22550,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22232
22550
|
path: _path + ".favorites",
|
|
22233
22551
|
expected: "(Array<string> | undefined)",
|
|
22234
22552
|
value: input.favorites
|
|
22235
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
22553
|
+
}, _errorFactory)) && input.favorites.every((elem, _index72) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22236
22554
|
method: "typia.assertGuard",
|
|
22237
|
-
path: _path + ".favorites[" +
|
|
22555
|
+
path: _path + ".favorites[" + _index72 + "]",
|
|
22238
22556
|
expected: "string",
|
|
22239
22557
|
value: elem
|
|
22240
22558
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22342,34 +22660,34 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22342
22660
|
path: _path + ".sequence",
|
|
22343
22661
|
expected: "(Array<string | [string, unknown]> | null | string | undefined)",
|
|
22344
22662
|
value: input.sequence
|
|
22345
|
-
}, _errorFactory)) && input.sequence.every((elem,
|
|
22663
|
+
}, _errorFactory)) && input.sequence.every((elem, _index73) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22346
22664
|
method: "typia.assertGuard",
|
|
22347
|
-
path: _path + ".sequence[" +
|
|
22665
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22348
22666
|
expected: "([string, unknown] | string)",
|
|
22349
22667
|
value: elem
|
|
22350
22668
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22351
22669
|
method: "typia.assertGuard",
|
|
22352
|
-
path: _path + ".sequence[" +
|
|
22670
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22353
22671
|
expected: "([string, unknown] | string)",
|
|
22354
22672
|
value: elem
|
|
22355
22673
|
}, _errorFactory)) && ("string" === typeof elem || (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22356
22674
|
method: "typia.assertGuard",
|
|
22357
|
-
path: _path + ".sequence[" +
|
|
22675
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22358
22676
|
expected: "([string, unknown] | string)",
|
|
22359
22677
|
value: elem
|
|
22360
22678
|
}, _errorFactory)) && ((elem.length === 2 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22361
22679
|
method: "typia.assertGuard",
|
|
22362
|
-
path: _path + ".sequence[" +
|
|
22680
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22363
22681
|
expected: "[string, any]",
|
|
22364
22682
|
value: elem
|
|
22365
22683
|
}, _errorFactory)) && ("string" === typeof elem[0] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22366
22684
|
method: "typia.assertGuard",
|
|
22367
|
-
path: _path + ".sequence[" +
|
|
22685
|
+
path: _path + ".sequence[" + _index73 + "][0]",
|
|
22368
22686
|
expected: "string",
|
|
22369
22687
|
value: elem[0]
|
|
22370
22688
|
}, _errorFactory)) && true) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22371
22689
|
method: "typia.assertGuard",
|
|
22372
|
-
path: _path + ".sequence[" +
|
|
22690
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22373
22691
|
expected: "([string, unknown] | string)",
|
|
22374
22692
|
value: elem
|
|
22375
22693
|
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22442,14 +22760,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22442
22760
|
path: _path + ".displayAspectRatioPresets",
|
|
22443
22761
|
expected: "(Array<__type>.o3 | undefined)",
|
|
22444
22762
|
value: input.displayAspectRatioPresets
|
|
22445
|
-
}, _errorFactory)) && input.displayAspectRatioPresets.every((elem,
|
|
22763
|
+
}, _errorFactory)) && input.displayAspectRatioPresets.every((elem, _index74) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22446
22764
|
method: "typia.assertGuard",
|
|
22447
|
-
path: _path + ".displayAspectRatioPresets[" +
|
|
22765
|
+
path: _path + ".displayAspectRatioPresets[" + _index74 + "]",
|
|
22448
22766
|
expected: "__type.o28",
|
|
22449
22767
|
value: elem
|
|
22450
|
-
}, _errorFactory)) && _ao38(elem, _path + ".displayAspectRatioPresets[" +
|
|
22768
|
+
}, _errorFactory)) && _ao38(elem, _path + ".displayAspectRatioPresets[" + _index74 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22451
22769
|
method: "typia.assertGuard",
|
|
22452
|
-
path: _path + ".displayAspectRatioPresets[" +
|
|
22770
|
+
path: _path + ".displayAspectRatioPresets[" + _index74 + "]",
|
|
22453
22771
|
expected: "__type.o28",
|
|
22454
22772
|
value: elem
|
|
22455
22773
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22522,9 +22840,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22522
22840
|
path: _path + ".playbackRates",
|
|
22523
22841
|
expected: "(Array<number> | undefined)",
|
|
22524
22842
|
value: input.playbackRates
|
|
22525
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
22843
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index75) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22526
22844
|
method: "typia.assertGuard",
|
|
22527
|
-
path: _path + ".playbackRates[" +
|
|
22845
|
+
path: _path + ".playbackRates[" + _index75 + "]",
|
|
22528
22846
|
expected: "number",
|
|
22529
22847
|
value: elem
|
|
22530
22848
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22557,14 +22875,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22557
22875
|
path: _path + ".guides",
|
|
22558
22876
|
expected: "(Array<__type>.o6 | undefined)",
|
|
22559
22877
|
value: input.guides
|
|
22560
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
22878
|
+
}, _errorFactory)) && input.guides.every((elem, _index76) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22561
22879
|
method: "typia.assertGuard",
|
|
22562
|
-
path: _path + ".guides[" +
|
|
22880
|
+
path: _path + ".guides[" + _index76 + "]",
|
|
22563
22881
|
expected: "__type.o34",
|
|
22564
22882
|
value: elem
|
|
22565
|
-
}, _errorFactory)) && _ao44(elem, _path + ".guides[" +
|
|
22883
|
+
}, _errorFactory)) && _ao44(elem, _path + ".guides[" + _index76 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22566
22884
|
method: "typia.assertGuard",
|
|
22567
|
-
path: _path + ".guides[" +
|
|
22885
|
+
path: _path + ".guides[" + _index76 + "]",
|
|
22568
22886
|
expected: "__type.o34",
|
|
22569
22887
|
value: elem
|
|
22570
22888
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22672,14 +22990,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22672
22990
|
path: _path + ".suggestions",
|
|
22673
22991
|
expected: "(Array<__type>.o4 | undefined)",
|
|
22674
22992
|
value: input.suggestions
|
|
22675
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
22993
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index77) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22676
22994
|
method: "typia.assertGuard",
|
|
22677
|
-
path: _path + ".suggestions[" +
|
|
22995
|
+
path: _path + ".suggestions[" + _index77 + "]",
|
|
22678
22996
|
expected: "__type.o32",
|
|
22679
22997
|
value: elem
|
|
22680
|
-
}, _errorFactory)) && _ao42(elem, _path + ".suggestions[" +
|
|
22998
|
+
}, _errorFactory)) && _ao42(elem, _path + ".suggestions[" + _index77 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22681
22999
|
method: "typia.assertGuard",
|
|
22682
|
-
path: _path + ".suggestions[" +
|
|
23000
|
+
path: _path + ".suggestions[" + _index77 + "]",
|
|
22683
23001
|
expected: "__type.o32",
|
|
22684
23002
|
value: elem
|
|
22685
23003
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22692,14 +23010,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22692
23010
|
path: _path + ".colors",
|
|
22693
23011
|
expected: "(Array<__type>.o5 | undefined)",
|
|
22694
23012
|
value: input.colors
|
|
22695
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
23013
|
+
}, _errorFactory)) && input.colors.every((elem, _index78) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22696
23014
|
method: "typia.assertGuard",
|
|
22697
|
-
path: _path + ".colors[" +
|
|
23015
|
+
path: _path + ".colors[" + _index78 + "]",
|
|
22698
23016
|
expected: "__type.o33",
|
|
22699
23017
|
value: elem
|
|
22700
|
-
}, _errorFactory)) && _ao43(elem, _path + ".colors[" +
|
|
23018
|
+
}, _errorFactory)) && _ao43(elem, _path + ".colors[" + _index78 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22701
23019
|
method: "typia.assertGuard",
|
|
22702
|
-
path: _path + ".colors[" +
|
|
23020
|
+
path: _path + ".colors[" + _index78 + "]",
|
|
22703
23021
|
expected: "__type.o33",
|
|
22704
23022
|
value: elem
|
|
22705
23023
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22712,9 +23030,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22712
23030
|
path: _path + ".overridableProperties",
|
|
22713
23031
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
22714
23032
|
value: input.overridableProperties
|
|
22715
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
23033
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index79) => null === elem || true === _av80.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22716
23034
|
method: "typia.assertGuard",
|
|
22717
|
-
path: _path + ".overridableProperties[" +
|
|
23035
|
+
path: _path + ".overridableProperties[" + _index79 + "]",
|
|
22718
23036
|
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)",
|
|
22719
23037
|
value: elem
|
|
22720
23038
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22817,14 +23135,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22817
23135
|
path: _path + ".text",
|
|
22818
23136
|
expected: "(Array<__type>.o7 | undefined)",
|
|
22819
23137
|
value: input.text
|
|
22820
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
23138
|
+
}, _errorFactory)) && input.text.every((elem, _index81) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22821
23139
|
method: "typia.assertGuard",
|
|
22822
|
-
path: _path + ".text[" +
|
|
23140
|
+
path: _path + ".text[" + _index81 + "]",
|
|
22823
23141
|
expected: "__type.o39",
|
|
22824
23142
|
value: elem
|
|
22825
|
-
}, _errorFactory)) && _ao49(elem, _path + ".text[" +
|
|
23143
|
+
}, _errorFactory)) && _ao49(elem, _path + ".text[" + _index81 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22826
23144
|
method: "typia.assertGuard",
|
|
22827
|
-
path: _path + ".text[" +
|
|
23145
|
+
path: _path + ".text[" + _index81 + "]",
|
|
22828
23146
|
expected: "__type.o39",
|
|
22829
23147
|
value: elem
|
|
22830
23148
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22872,9 +23190,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22872
23190
|
path: _path + ".args",
|
|
22873
23191
|
expected: "(Array<string> | undefined)",
|
|
22874
23192
|
value: input.args
|
|
22875
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
23193
|
+
}, _errorFactory)) && input.args.every((elem, _index82) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22876
23194
|
method: "typia.assertGuard",
|
|
22877
|
-
path: _path + ".args[" +
|
|
23195
|
+
path: _path + ".args[" + _index82 + "]",
|
|
22878
23196
|
expected: "string",
|
|
22879
23197
|
value: elem
|
|
22880
23198
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22977,14 +23295,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22977
23295
|
path: _path + ".presets",
|
|
22978
23296
|
expected: "(Array<AudioMappingPreset> | undefined)",
|
|
22979
23297
|
value: input.presets
|
|
22980
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
23298
|
+
}, _errorFactory)) && input.presets.every((elem, _index83) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22981
23299
|
method: "typia.assertGuard",
|
|
22982
|
-
path: _path + ".presets[" +
|
|
23300
|
+
path: _path + ".presets[" + _index83 + "]",
|
|
22983
23301
|
expected: "AudioMappingPreset",
|
|
22984
23302
|
value: elem
|
|
22985
|
-
}, _errorFactory)) && _ao56(elem, _path + ".presets[" +
|
|
23303
|
+
}, _errorFactory)) && _ao56(elem, _path + ".presets[" + _index83 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22986
23304
|
method: "typia.assertGuard",
|
|
22987
|
-
path: _path + ".presets[" +
|
|
23305
|
+
path: _path + ".presets[" + _index83 + "]",
|
|
22988
23306
|
expected: "AudioMappingPreset",
|
|
22989
23307
|
value: elem
|
|
22990
23308
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23007,19 +23325,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23007
23325
|
path: _path + ".mapping",
|
|
23008
23326
|
expected: "(Array<Array<number>> | undefined)",
|
|
23009
23327
|
value: input.mapping
|
|
23010
|
-
}, _errorFactory)) && input.mapping.every((elem,
|
|
23328
|
+
}, _errorFactory)) && input.mapping.every((elem, _index84) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23011
23329
|
method: "typia.assertGuard",
|
|
23012
|
-
path: _path + ".mapping[" +
|
|
23330
|
+
path: _path + ".mapping[" + _index84 + "]",
|
|
23013
23331
|
expected: "Array<number>",
|
|
23014
23332
|
value: elem
|
|
23015
|
-
}, _errorFactory)) && elem.every((elem,
|
|
23333
|
+
}, _errorFactory)) && elem.every((elem, _index85) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23016
23334
|
method: "typia.assertGuard",
|
|
23017
|
-
path: _path + ".mapping[" +
|
|
23335
|
+
path: _path + ".mapping[" + _index84 + "][" + _index85 + "]",
|
|
23018
23336
|
expected: "number",
|
|
23019
23337
|
value: elem
|
|
23020
23338
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23021
23339
|
method: "typia.assertGuard",
|
|
23022
|
-
path: _path + ".mapping[" +
|
|
23340
|
+
path: _path + ".mapping[" + _index84 + "]",
|
|
23023
23341
|
expected: "Array<number>",
|
|
23024
23342
|
value: elem
|
|
23025
23343
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23032,9 +23350,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23032
23350
|
path: _path + ".mute",
|
|
23033
23351
|
expected: "(Array<boolean> | undefined)",
|
|
23034
23352
|
value: input.mute
|
|
23035
|
-
}, _errorFactory)) && input.mute.every((elem,
|
|
23353
|
+
}, _errorFactory)) && input.mute.every((elem, _index86) => "boolean" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23036
23354
|
method: "typia.assertGuard",
|
|
23037
|
-
path: _path + ".mute[" +
|
|
23355
|
+
path: _path + ".mute[" + _index86 + "]",
|
|
23038
23356
|
expected: "boolean",
|
|
23039
23357
|
value: elem
|
|
23040
23358
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23067,14 +23385,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23067
23385
|
path: _path + ".presets",
|
|
23068
23386
|
expected: "(Array<__type>.o8 | undefined)",
|
|
23069
23387
|
value: input.presets
|
|
23070
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
23388
|
+
}, _errorFactory)) && input.presets.every((elem, _index87) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23071
23389
|
method: "typia.assertGuard",
|
|
23072
|
-
path: _path + ".presets[" +
|
|
23390
|
+
path: _path + ".presets[" + _index87 + "]",
|
|
23073
23391
|
expected: "__type.o47",
|
|
23074
23392
|
value: elem
|
|
23075
|
-
}, _errorFactory)) && _ao58(elem, _path + ".presets[" +
|
|
23393
|
+
}, _errorFactory)) && _ao58(elem, _path + ".presets[" + _index87 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23076
23394
|
method: "typia.assertGuard",
|
|
23077
|
-
path: _path + ".presets[" +
|
|
23395
|
+
path: _path + ".presets[" + _index87 + "]",
|
|
23078
23396
|
expected: "__type.o47",
|
|
23079
23397
|
value: elem
|
|
23080
23398
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23152,9 +23470,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23152
23470
|
path: _path + ".args",
|
|
23153
23471
|
expected: "(Array<string> | undefined)",
|
|
23154
23472
|
value: input.args
|
|
23155
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
23473
|
+
}, _errorFactory)) && input.args.every((elem, _index88) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23156
23474
|
method: "typia.assertGuard",
|
|
23157
|
-
path: _path + ".args[" +
|
|
23475
|
+
path: _path + ".args[" + _index88 + "]",
|
|
23158
23476
|
expected: "string",
|
|
23159
23477
|
value: elem
|
|
23160
23478
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23267,7 +23585,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23267
23585
|
path: _path + ".search",
|
|
23268
23586
|
expected: "(__type.o57 | undefined)",
|
|
23269
23587
|
value: input.search
|
|
23270
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
23588
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av89.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23271
23589
|
method: "typia.assertGuard",
|
|
23272
23590
|
path: _path + ".sortMode",
|
|
23273
23591
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
@@ -23287,14 +23605,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23287
23605
|
path: _path + ".titleLines",
|
|
23288
23606
|
expected: "(number | undefined)",
|
|
23289
23607
|
value: input.titleLines
|
|
23290
|
-
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23608
|
+
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => (undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23291
23609
|
method: "typia.assertGuard",
|
|
23292
23610
|
path: _path + ".fontFamilies",
|
|
23293
23611
|
expected: "(Array<string> | undefined)",
|
|
23294
23612
|
value: input.fontFamilies
|
|
23295
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
23613
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index90) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23296
23614
|
method: "typia.assertGuard",
|
|
23297
|
-
path: _path + ".fontFamilies[" +
|
|
23615
|
+
path: _path + ".fontFamilies[" + _index90 + "]",
|
|
23298
23616
|
expected: "string",
|
|
23299
23617
|
value: elem
|
|
23300
23618
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23302,7 +23620,177 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23302
23620
|
path: _path + ".fontFamilies",
|
|
23303
23621
|
expected: "(Array<string> | undefined)",
|
|
23304
23622
|
value: input.fontFamilies
|
|
23305
|
-
}, _errorFactory)
|
|
23623
|
+
}, _errorFactory)) && (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23624
|
+
method: "typia.assertGuard",
|
|
23625
|
+
path: _path + ".presets",
|
|
23626
|
+
expected: "(Array<PrintOptions> | undefined)",
|
|
23627
|
+
value: input.presets
|
|
23628
|
+
}, _errorFactory)) && input.presets.every((elem, _index91) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23629
|
+
method: "typia.assertGuard",
|
|
23630
|
+
path: _path + ".presets[" + _index91 + "]",
|
|
23631
|
+
expected: "(PrintRundownOptions | PrintScriptOptions)",
|
|
23632
|
+
value: elem
|
|
23633
|
+
}, _errorFactory)) && _au0(elem, _path + ".presets[" + _index91 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23634
|
+
method: "typia.assertGuard",
|
|
23635
|
+
path: _path + ".presets[" + _index91 + "]",
|
|
23636
|
+
expected: "(PrintRundownOptions | PrintScriptOptions)",
|
|
23637
|
+
value: elem
|
|
23638
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23639
|
+
method: "typia.assertGuard",
|
|
23640
|
+
path: _path + ".presets",
|
|
23641
|
+
expected: "(Array<PrintOptions> | undefined)",
|
|
23642
|
+
value: input.presets
|
|
23643
|
+
}, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => ("script" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23644
|
+
method: "typia.assertGuard",
|
|
23645
|
+
path: _path + ".type",
|
|
23646
|
+
expected: "\"script\"",
|
|
23647
|
+
value: input.type
|
|
23648
|
+
}, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23649
|
+
method: "typia.assertGuard",
|
|
23650
|
+
path: _path + ".title",
|
|
23651
|
+
expected: "string",
|
|
23652
|
+
value: input.title
|
|
23653
|
+
}, _errorFactory)) && ("number" === typeof input.horizontalMargin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23654
|
+
method: "typia.assertGuard",
|
|
23655
|
+
path: _path + ".horizontalMargin",
|
|
23656
|
+
expected: "number",
|
|
23657
|
+
value: input.horizontalMargin
|
|
23658
|
+
}, _errorFactory)) && ("A5" === input.pageSize || "A4" === input.pageSize || "A3" === input.pageSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23659
|
+
method: "typia.assertGuard",
|
|
23660
|
+
path: _path + ".pageSize",
|
|
23661
|
+
expected: "(\"A3\" | \"A4\" | \"A5\")",
|
|
23662
|
+
value: input.pageSize
|
|
23663
|
+
}, _errorFactory)) && ("landscape" === input.orientation || "portrait" === input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23664
|
+
method: "typia.assertGuard",
|
|
23665
|
+
path: _path + ".orientation",
|
|
23666
|
+
expected: "(\"landscape\" | \"portrait\")",
|
|
23667
|
+
value: input.orientation
|
|
23668
|
+
}, _errorFactory)) && ("number" === typeof input.fontSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23669
|
+
method: "typia.assertGuard",
|
|
23670
|
+
path: _path + ".fontSize",
|
|
23671
|
+
expected: "number",
|
|
23672
|
+
value: input.fontSize
|
|
23673
|
+
}, _errorFactory)) && (undefined === input.fontFamily || "string" === typeof input.fontFamily || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23674
|
+
method: "typia.assertGuard",
|
|
23675
|
+
path: _path + ".fontFamily",
|
|
23676
|
+
expected: "(string | undefined)",
|
|
23677
|
+
value: input.fontFamily
|
|
23678
|
+
}, _errorFactory)) && ((Array.isArray(input.hide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23679
|
+
method: "typia.assertGuard",
|
|
23680
|
+
path: _path + ".hide",
|
|
23681
|
+
expected: "Array<PrintOptionalScriptNodes>",
|
|
23682
|
+
value: input.hide
|
|
23683
|
+
}, _errorFactory)) && input.hide.every((elem, _index92) => "event" === elem || "event-data" === elem || "comment" === elem || "heading" === elem || "list" === elem || "quote" === elem || "paragraph" === elem || "horizontalrule" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23684
|
+
method: "typia.assertGuard",
|
|
23685
|
+
path: _path + ".hide[" + _index92 + "]",
|
|
23686
|
+
expected: "(\"comment\" | \"event\" | \"event-data\" | \"heading\" | \"horizontalrule\" | \"list\" | \"paragraph\" | \"quote\")",
|
|
23687
|
+
value: elem
|
|
23688
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23689
|
+
method: "typia.assertGuard",
|
|
23690
|
+
path: _path + ".hide",
|
|
23691
|
+
expected: "Array<PrintOptionalScriptNodes>",
|
|
23692
|
+
value: input.hide
|
|
23693
|
+
}, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => ("rundown" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23694
|
+
method: "typia.assertGuard",
|
|
23695
|
+
path: _path + ".type",
|
|
23696
|
+
expected: "\"rundown\"",
|
|
23697
|
+
value: input.type
|
|
23698
|
+
}, _errorFactory)) && ((Array.isArray(input.columns) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23699
|
+
method: "typia.assertGuard",
|
|
23700
|
+
path: _path + ".columns",
|
|
23701
|
+
expected: "Array<PrintRundownColumn>",
|
|
23702
|
+
value: input.columns
|
|
23703
|
+
}, _errorFactory)) && input.columns.every((elem, _index93) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23704
|
+
method: "typia.assertGuard",
|
|
23705
|
+
path: _path + ".columns[" + _index93 + "]",
|
|
23706
|
+
expected: "PrintRundownColumn",
|
|
23707
|
+
value: elem
|
|
23708
|
+
}, _errorFactory)) && _ao73(elem, _path + ".columns[" + _index93 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23709
|
+
method: "typia.assertGuard",
|
|
23710
|
+
path: _path + ".columns[" + _index93 + "]",
|
|
23711
|
+
expected: "PrintRundownColumn",
|
|
23712
|
+
value: elem
|
|
23713
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23714
|
+
method: "typia.assertGuard",
|
|
23715
|
+
path: _path + ".columns",
|
|
23716
|
+
expected: "Array<PrintRundownColumn>",
|
|
23717
|
+
value: input.columns
|
|
23718
|
+
}, _errorFactory)) && (undefined === input.rangeStart || "number" === typeof input.rangeStart || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23719
|
+
method: "typia.assertGuard",
|
|
23720
|
+
path: _path + ".rangeStart",
|
|
23721
|
+
expected: "(number | undefined)",
|
|
23722
|
+
value: input.rangeStart
|
|
23723
|
+
}, _errorFactory)) && (undefined === input.rangeEnd || "number" === typeof input.rangeEnd || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23724
|
+
method: "typia.assertGuard",
|
|
23725
|
+
path: _path + ".rangeEnd",
|
|
23726
|
+
expected: "(number | undefined)",
|
|
23727
|
+
value: input.rangeEnd
|
|
23728
|
+
}, _errorFactory)) && ((Array.isArray(input.hide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23729
|
+
method: "typia.assertGuard",
|
|
23730
|
+
path: _path + ".hide",
|
|
23731
|
+
expected: "Array<\"event\" | \"comment\" | \"heading\" | \"list\" | \"quote\" | \"paragraph\" | \"horizontalrule\">",
|
|
23732
|
+
value: input.hide
|
|
23733
|
+
}, _errorFactory)) && input.hide.every((elem, _index94) => "event" === elem || "comment" === elem || "heading" === elem || "list" === elem || "quote" === elem || "paragraph" === elem || "horizontalrule" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23734
|
+
method: "typia.assertGuard",
|
|
23735
|
+
path: _path + ".hide[" + _index94 + "]",
|
|
23736
|
+
expected: "(\"comment\" | \"event\" | \"heading\" | \"horizontalrule\" | \"list\" | \"paragraph\" | \"quote\")",
|
|
23737
|
+
value: elem
|
|
23738
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23739
|
+
method: "typia.assertGuard",
|
|
23740
|
+
path: _path + ".hide",
|
|
23741
|
+
expected: "Array<\"event\" | \"comment\" | \"heading\" | \"list\" | \"quote\" | \"paragraph\" | \"horizontalrule\">",
|
|
23742
|
+
value: input.hide
|
|
23743
|
+
}, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23744
|
+
method: "typia.assertGuard",
|
|
23745
|
+
path: _path + ".title",
|
|
23746
|
+
expected: "string",
|
|
23747
|
+
value: input.title
|
|
23748
|
+
}, _errorFactory)) && ("number" === typeof input.horizontalMargin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23749
|
+
method: "typia.assertGuard",
|
|
23750
|
+
path: _path + ".horizontalMargin",
|
|
23751
|
+
expected: "number",
|
|
23752
|
+
value: input.horizontalMargin
|
|
23753
|
+
}, _errorFactory)) && ("A5" === input.pageSize || "A4" === input.pageSize || "A3" === input.pageSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23754
|
+
method: "typia.assertGuard",
|
|
23755
|
+
path: _path + ".pageSize",
|
|
23756
|
+
expected: "(\"A3\" | \"A4\" | \"A5\")",
|
|
23757
|
+
value: input.pageSize
|
|
23758
|
+
}, _errorFactory)) && ("landscape" === input.orientation || "portrait" === input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23759
|
+
method: "typia.assertGuard",
|
|
23760
|
+
path: _path + ".orientation",
|
|
23761
|
+
expected: "(\"landscape\" | \"portrait\")",
|
|
23762
|
+
value: input.orientation
|
|
23763
|
+
}, _errorFactory)) && ("number" === typeof input.fontSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23764
|
+
method: "typia.assertGuard",
|
|
23765
|
+
path: _path + ".fontSize",
|
|
23766
|
+
expected: "number",
|
|
23767
|
+
value: input.fontSize
|
|
23768
|
+
}, _errorFactory)) && (undefined === input.fontFamily || "string" === typeof input.fontFamily || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23769
|
+
method: "typia.assertGuard",
|
|
23770
|
+
path: _path + ".fontFamily",
|
|
23771
|
+
expected: "(string | undefined)",
|
|
23772
|
+
value: input.fontFamily
|
|
23773
|
+
}, _errorFactory)); const _ao73 = (input, _path, _exceptionable = true) => ("type" === input.key || "id" === input.key || "title" === input.key || "time" === input.key || "duration" === input.key || "position" === input.key || "accDuration" === input.key || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23774
|
+
method: "typia.assertGuard",
|
|
23775
|
+
path: _path + ".key",
|
|
23776
|
+
expected: "(\"accDuration\" | \"duration\" | \"id\" | \"position\" | \"time\" | \"title\" | \"type\")",
|
|
23777
|
+
value: input.key
|
|
23778
|
+
}, _errorFactory)) && ("string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23779
|
+
method: "typia.assertGuard",
|
|
23780
|
+
path: _path + ".label",
|
|
23781
|
+
expected: "string",
|
|
23782
|
+
value: input.label
|
|
23783
|
+
}, _errorFactory)) && ("string" === typeof input.width || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23784
|
+
method: "typia.assertGuard",
|
|
23785
|
+
path: _path + ".width",
|
|
23786
|
+
expected: "string",
|
|
23787
|
+
value: input.width
|
|
23788
|
+
}, _errorFactory)) && ("right" === input.textAlign || "left" === input.textAlign || "center" === input.textAlign || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23789
|
+
method: "typia.assertGuard",
|
|
23790
|
+
path: _path + ".textAlign",
|
|
23791
|
+
expected: "(\"center\" | \"left\" | \"right\")",
|
|
23792
|
+
value: input.textAlign
|
|
23793
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23306
23794
|
method: "typia.assertGuard",
|
|
23307
23795
|
path: _path + ".id",
|
|
23308
23796
|
expected: "(string | undefined)",
|
|
@@ -23312,27 +23800,37 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23312
23800
|
path: _path + ".folded",
|
|
23313
23801
|
expected: "(boolean | undefined)",
|
|
23314
23802
|
value: input.folded
|
|
23315
|
-
}, _errorFactory)); const
|
|
23803
|
+
}, _errorFactory)); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23316
23804
|
method: "typia.assertGuard",
|
|
23317
23805
|
path: _path + ".adobe",
|
|
23318
23806
|
expected: "(__type.o62 | undefined)",
|
|
23319
23807
|
value: input.adobe
|
|
23320
|
-
}, _errorFactory)) &&
|
|
23808
|
+
}, _errorFactory)) && _ao76(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23321
23809
|
method: "typia.assertGuard",
|
|
23322
23810
|
path: _path + ".adobe",
|
|
23323
23811
|
expected: "(__type.o62 | undefined)",
|
|
23324
23812
|
value: input.adobe
|
|
23813
|
+
}, _errorFactory)) && (undefined === input.ograf || ("object" === typeof input.ograf && null !== input.ograf && false === Array.isArray(input.ograf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23814
|
+
method: "typia.assertGuard",
|
|
23815
|
+
path: _path + ".ograf",
|
|
23816
|
+
expected: "(__type.o64 | undefined)",
|
|
23817
|
+
value: input.ograf
|
|
23818
|
+
}, _errorFactory)) && _ao78(input.ograf, _path + ".ograf", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23819
|
+
method: "typia.assertGuard",
|
|
23820
|
+
path: _path + ".ograf",
|
|
23821
|
+
expected: "(__type.o64 | undefined)",
|
|
23822
|
+
value: input.ograf
|
|
23325
23823
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23326
23824
|
method: "typia.assertGuard",
|
|
23327
23825
|
path: _path + ".rive",
|
|
23328
|
-
expected: "(__type.
|
|
23826
|
+
expected: "(__type.o65 | undefined)",
|
|
23329
23827
|
value: input.rive
|
|
23330
|
-
}, _errorFactory)) &&
|
|
23828
|
+
}, _errorFactory)) && _ao79(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23331
23829
|
method: "typia.assertGuard",
|
|
23332
23830
|
path: _path + ".rive",
|
|
23333
|
-
expected: "(__type.
|
|
23831
|
+
expected: "(__type.o65 | undefined)",
|
|
23334
23832
|
value: input.rive
|
|
23335
|
-
}, _errorFactory)); const
|
|
23833
|
+
}, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.videoBin || "string" === typeof input.videoBin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23336
23834
|
method: "typia.assertGuard",
|
|
23337
23835
|
path: _path + ".videoBin",
|
|
23338
23836
|
expected: "(string | undefined)",
|
|
@@ -23372,6 +23870,21 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23372
23870
|
path: _path + ".renderPresetPath",
|
|
23373
23871
|
expected: "(string | undefined)",
|
|
23374
23872
|
value: input.renderPresetPath
|
|
23873
|
+
}, _errorFactory)) && (undefined === input.renderPresets || (Array.isArray(input.renderPresets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23874
|
+
method: "typia.assertGuard",
|
|
23875
|
+
path: _path + ".renderPresets",
|
|
23876
|
+
expected: "(Array<string> | undefined)",
|
|
23877
|
+
value: input.renderPresets
|
|
23878
|
+
}, _errorFactory)) && input.renderPresets.every((elem, _index95) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23879
|
+
method: "typia.assertGuard",
|
|
23880
|
+
path: _path + ".renderPresets[" + _index95 + "]",
|
|
23881
|
+
expected: "string",
|
|
23882
|
+
value: elem
|
|
23883
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23884
|
+
method: "typia.assertGuard",
|
|
23885
|
+
path: _path + ".renderPresets",
|
|
23886
|
+
expected: "(Array<string> | undefined)",
|
|
23887
|
+
value: input.renderPresets
|
|
23375
23888
|
}, _errorFactory)) && (undefined === input.videoRenderPreset || "string" === typeof input.videoRenderPreset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23376
23889
|
method: "typia.assertGuard",
|
|
23377
23890
|
path: _path + ".videoRenderPreset",
|
|
@@ -23407,22 +23920,27 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23407
23920
|
path: _path + ".bodymovin",
|
|
23408
23921
|
expected: "(__type.o63 | undefined)",
|
|
23409
23922
|
value: input.bodymovin
|
|
23410
|
-
}, _errorFactory)) &&
|
|
23923
|
+
}, _errorFactory)) && _ao77(input.bodymovin, _path + ".bodymovin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23411
23924
|
method: "typia.assertGuard",
|
|
23412
23925
|
path: _path + ".bodymovin",
|
|
23413
23926
|
expected: "(__type.o63 | undefined)",
|
|
23414
23927
|
value: input.bodymovin
|
|
23415
|
-
}, _errorFactory)); const
|
|
23928
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23929
|
+
method: "typia.assertGuard",
|
|
23930
|
+
path: _path + ".template",
|
|
23931
|
+
expected: "(string | undefined)",
|
|
23932
|
+
value: input.template
|
|
23933
|
+
}, _errorFactory); const _ao78 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23416
23934
|
method: "typia.assertGuard",
|
|
23417
23935
|
path: _path + ".template",
|
|
23418
23936
|
expected: "(string | undefined)",
|
|
23419
23937
|
value: input.template
|
|
23420
|
-
}, _errorFactory); const
|
|
23938
|
+
}, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23421
23939
|
method: "typia.assertGuard",
|
|
23422
23940
|
path: _path + ".template",
|
|
23423
23941
|
expected: "(string | undefined)",
|
|
23424
23942
|
value: input.template
|
|
23425
|
-
}, _errorFactory); const
|
|
23943
|
+
}, _errorFactory); const _ao80 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23426
23944
|
method: "typia.assertGuard",
|
|
23427
23945
|
path: _path + ".collections",
|
|
23428
23946
|
expected: "(boolean | undefined)",
|
|
@@ -23442,7 +23960,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23442
23960
|
path: _path + ".ameRemoteRendering",
|
|
23443
23961
|
expected: "(boolean | undefined)",
|
|
23444
23962
|
value: input.ameRemoteRendering
|
|
23445
|
-
}, _errorFactory)); const
|
|
23963
|
+
}, _errorFactory)); const _ao81 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23446
23964
|
method: "typia.assertGuard",
|
|
23447
23965
|
path: _path + ".utils",
|
|
23448
23966
|
expected: "(boolean | undefined)",
|
|
@@ -23552,24 +24070,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23552
24070
|
path: _path + ".systemHealthIgnore",
|
|
23553
24071
|
expected: "(boolean | undefined)",
|
|
23554
24072
|
value: input.systemHealthIgnore
|
|
23555
|
-
}, _errorFactory)); const
|
|
24073
|
+
}, _errorFactory)); const _ao82 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23556
24074
|
method: "typia.assertGuard",
|
|
23557
24075
|
path: _path + ".events",
|
|
23558
|
-
expected: "(__type.
|
|
24076
|
+
expected: "(__type.o69 | undefined)",
|
|
23559
24077
|
value: input.events
|
|
23560
|
-
}, _errorFactory)) &&
|
|
24078
|
+
}, _errorFactory)) && _ao83(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23561
24079
|
method: "typia.assertGuard",
|
|
23562
24080
|
path: _path + ".events",
|
|
23563
|
-
expected: "(__type.
|
|
24081
|
+
expected: "(__type.o69 | undefined)",
|
|
23564
24082
|
value: input.events
|
|
23565
|
-
}, _errorFactory); const
|
|
24083
|
+
}, _errorFactory); const _ao83 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23566
24084
|
method: "typia.assertGuard",
|
|
23567
24085
|
path: _path + ".comment",
|
|
23568
24086
|
expected: "(Array<NotificationReason> | undefined)",
|
|
23569
24087
|
value: input.comment
|
|
23570
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
24088
|
+
}, _errorFactory)) && input.comment.every((elem, _index96) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23571
24089
|
method: "typia.assertGuard",
|
|
23572
|
-
path: _path + ".comment[" +
|
|
24090
|
+
path: _path + ".comment[" + _index96 + "]",
|
|
23573
24091
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23574
24092
|
value: elem
|
|
23575
24093
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23582,9 +24100,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23582
24100
|
path: _path + ".assigned",
|
|
23583
24101
|
expected: "(Array<NotificationReason> | undefined)",
|
|
23584
24102
|
value: input.assigned
|
|
23585
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
24103
|
+
}, _errorFactory)) && input.assigned.every((elem, _index97) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23586
24104
|
method: "typia.assertGuard",
|
|
23587
|
-
path: _path + ".assigned[" +
|
|
24105
|
+
path: _path + ".assigned[" + _index97 + "]",
|
|
23588
24106
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23589
24107
|
value: elem
|
|
23590
24108
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23597,9 +24115,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23597
24115
|
path: _path + ".unassigned",
|
|
23598
24116
|
expected: "(Array<NotificationReason> | undefined)",
|
|
23599
24117
|
value: input.unassigned
|
|
23600
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
24118
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index98) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23601
24119
|
method: "typia.assertGuard",
|
|
23602
|
-
path: _path + ".unassigned[" +
|
|
24120
|
+
path: _path + ".unassigned[" + _index98 + "]",
|
|
23603
24121
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23604
24122
|
value: elem
|
|
23605
24123
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23610,14 +24128,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23610
24128
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23611
24129
|
method: "typia.assertGuard",
|
|
23612
24130
|
path: _path + ".publishSucceeded",
|
|
23613
|
-
expected: "(__type.
|
|
24131
|
+
expected: "(__type.o70 | undefined)",
|
|
23614
24132
|
value: input.publishSucceeded
|
|
23615
|
-
}, _errorFactory)) &&
|
|
24133
|
+
}, _errorFactory)) && _ao84(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23616
24134
|
method: "typia.assertGuard",
|
|
23617
24135
|
path: _path + ".publishSucceeded",
|
|
23618
|
-
expected: "(__type.
|
|
24136
|
+
expected: "(__type.o70 | undefined)",
|
|
23619
24137
|
value: input.publishSucceeded
|
|
23620
|
-
}, _errorFactory)); const
|
|
24138
|
+
}, _errorFactory)); const _ao84 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
23621
24139
|
const value = input[key];
|
|
23622
24140
|
if (undefined === value)
|
|
23623
24141
|
return true;
|
|
@@ -23626,9 +24144,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23626
24144
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
23627
24145
|
expected: "Array<NotificationReason>",
|
|
23628
24146
|
value: value
|
|
23629
|
-
}, _errorFactory)) && value.every((elem,
|
|
24147
|
+
}, _errorFactory)) && value.every((elem, _index99) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23630
24148
|
method: "typia.assertGuard",
|
|
23631
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
24149
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index99 + "]",
|
|
23632
24150
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23633
24151
|
value: elem
|
|
23634
24152
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23637,27 +24155,27 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23637
24155
|
expected: "Array<NotificationReason>",
|
|
23638
24156
|
value: value
|
|
23639
24157
|
}, _errorFactory);
|
|
23640
|
-
}); const
|
|
24158
|
+
}); const _ao85 = (input, _path, _exceptionable = true) => (undefined === input.create || ("object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23641
24159
|
method: "typia.assertGuard",
|
|
23642
24160
|
path: _path + ".create",
|
|
23643
|
-
expected: "(__type.
|
|
24161
|
+
expected: "(__type.o72 | undefined)",
|
|
23644
24162
|
value: input.create
|
|
23645
|
-
}, _errorFactory)) &&
|
|
24163
|
+
}, _errorFactory)) && _ao86(input.create, _path + ".create", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23646
24164
|
method: "typia.assertGuard",
|
|
23647
24165
|
path: _path + ".create",
|
|
23648
|
-
expected: "(__type.
|
|
24166
|
+
expected: "(__type.o72 | undefined)",
|
|
23649
24167
|
value: input.create
|
|
23650
24168
|
}, _errorFactory)) && (undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23651
24169
|
method: "typia.assertGuard",
|
|
23652
24170
|
path: _path + ".duplicate",
|
|
23653
|
-
expected: "(__type.
|
|
24171
|
+
expected: "(__type.o73 | undefined)",
|
|
23654
24172
|
value: input.duplicate
|
|
23655
|
-
}, _errorFactory)) &&
|
|
24173
|
+
}, _errorFactory)) && _ao87(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23656
24174
|
method: "typia.assertGuard",
|
|
23657
24175
|
path: _path + ".duplicate",
|
|
23658
|
-
expected: "(__type.
|
|
24176
|
+
expected: "(__type.o73 | undefined)",
|
|
23659
24177
|
value: input.duplicate
|
|
23660
|
-
}, _errorFactory)); const
|
|
24178
|
+
}, _errorFactory)); const _ao86 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23661
24179
|
method: "typia.assertGuard",
|
|
23662
24180
|
path: _path + ".titlePrefix",
|
|
23663
24181
|
expected: "(string | undefined)",
|
|
@@ -23667,7 +24185,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23667
24185
|
path: _path + ".titleSuffix",
|
|
23668
24186
|
expected: "(string | undefined)",
|
|
23669
24187
|
value: input.titleSuffix
|
|
23670
|
-
}, _errorFactory)); const
|
|
24188
|
+
}, _errorFactory)); const _ao87 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23671
24189
|
method: "typia.assertGuard",
|
|
23672
24190
|
path: _path + ".titlePrefix",
|
|
23673
24191
|
expected: "(string | undefined)",
|
|
@@ -23677,14 +24195,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23677
24195
|
path: _path + ".titleSuffix",
|
|
23678
24196
|
expected: "(string | undefined)",
|
|
23679
24197
|
value: input.titleSuffix
|
|
23680
|
-
}, _errorFactory)); const
|
|
24198
|
+
}, _errorFactory)); const _ao88 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23681
24199
|
method: "typia.assertGuard",
|
|
23682
24200
|
path: _path + ".stateFilter",
|
|
23683
24201
|
expected: "(Array<number> | undefined)",
|
|
23684
24202
|
value: input.stateFilter
|
|
23685
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
24203
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index100) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23686
24204
|
method: "typia.assertGuard",
|
|
23687
|
-
path: _path + ".stateFilter[" +
|
|
24205
|
+
path: _path + ".stateFilter[" + _index100 + "]",
|
|
23688
24206
|
expected: "number",
|
|
23689
24207
|
value: elem
|
|
23690
24208
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23717,37 +24235,52 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23717
24235
|
path: _path + ".parseRegex",
|
|
23718
24236
|
expected: "(boolean | undefined)",
|
|
23719
24237
|
value: input.parseRegex
|
|
23720
|
-
}, _errorFactory)); const
|
|
24238
|
+
}, _errorFactory)); const _ao89 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23721
24239
|
method: "typia.assertGuard",
|
|
23722
24240
|
path: _path + ".disableHotArea",
|
|
23723
24241
|
expected: "(boolean | undefined)",
|
|
23724
24242
|
value: input.disableHotArea
|
|
23725
|
-
}, _errorFactory); const
|
|
24243
|
+
}, _errorFactory); const _ao90 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23726
24244
|
method: "typia.assertGuard",
|
|
23727
24245
|
path: _path + ".refreshInterval",
|
|
23728
24246
|
expected: "(number | undefined)",
|
|
23729
24247
|
value: input.refreshInterval
|
|
23730
|
-
}, _errorFactory); const
|
|
24248
|
+
}, _errorFactory); const _ao91 = (input, _path, _exceptionable = true) => undefined === input.layout || "string" === typeof input.layout || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23731
24249
|
method: "typia.assertGuard",
|
|
23732
24250
|
path: _path + ".layout",
|
|
23733
24251
|
expected: "(string | undefined)",
|
|
23734
24252
|
value: input.layout
|
|
23735
|
-
}, _errorFactory); const
|
|
24253
|
+
}, _errorFactory); const _ao92 = (input, _path, _exceptionable = true) => (undefined === input.ignoredWarnings || (Array.isArray(input.ignoredWarnings) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24254
|
+
method: "typia.assertGuard",
|
|
24255
|
+
path: _path + ".ignoredWarnings",
|
|
24256
|
+
expected: "(Array<string> | undefined)",
|
|
24257
|
+
value: input.ignoredWarnings
|
|
24258
|
+
}, _errorFactory)) && input.ignoredWarnings.every((elem, _index101) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24259
|
+
method: "typia.assertGuard",
|
|
24260
|
+
path: _path + ".ignoredWarnings[" + _index101 + "]",
|
|
24261
|
+
expected: "string",
|
|
24262
|
+
value: elem
|
|
24263
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24264
|
+
method: "typia.assertGuard",
|
|
24265
|
+
path: _path + ".ignoredWarnings",
|
|
24266
|
+
expected: "(Array<string> | undefined)",
|
|
24267
|
+
value: input.ignoredWarnings
|
|
24268
|
+
}, _errorFactory)) && (undefined === input.ignoredErrors || (Array.isArray(input.ignoredErrors) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23736
24269
|
method: "typia.assertGuard",
|
|
23737
|
-
path: _path + ".
|
|
24270
|
+
path: _path + ".ignoredErrors",
|
|
23738
24271
|
expected: "(Array<string> | undefined)",
|
|
23739
|
-
value: input.
|
|
23740
|
-
}, _errorFactory)) && input.
|
|
24272
|
+
value: input.ignoredErrors
|
|
24273
|
+
}, _errorFactory)) && input.ignoredErrors.every((elem, _index102) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23741
24274
|
method: "typia.assertGuard",
|
|
23742
|
-
path: _path + ".
|
|
24275
|
+
path: _path + ".ignoredErrors[" + _index102 + "]",
|
|
23743
24276
|
expected: "string",
|
|
23744
24277
|
value: elem
|
|
23745
24278
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23746
24279
|
method: "typia.assertGuard",
|
|
23747
|
-
path: _path + ".
|
|
24280
|
+
path: _path + ".ignoredErrors",
|
|
23748
24281
|
expected: "(Array<string> | undefined)",
|
|
23749
|
-
value: input.
|
|
23750
|
-
}, _errorFactory); const
|
|
24282
|
+
value: input.ignoredErrors
|
|
24283
|
+
}, _errorFactory)); const _ao93 = (input, _path, _exceptionable = true) => (undefined === input.enableUpdate || "boolean" === typeof input.enableUpdate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23751
24284
|
method: "typia.assertGuard",
|
|
23752
24285
|
path: _path + ".enableUpdate",
|
|
23753
24286
|
expected: "(boolean | undefined)",
|
|
@@ -23757,7 +24290,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23757
24290
|
path: _path + ".autoUpdate",
|
|
23758
24291
|
expected: "(boolean | undefined)",
|
|
23759
24292
|
value: input.autoUpdate
|
|
23760
|
-
}, _errorFactory)); const
|
|
24293
|
+
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
24294
|
+
if ("script" === input.type)
|
|
24295
|
+
return _ao71(input, _path, true && _exceptionable);
|
|
24296
|
+
else if ("rundown" === input.type)
|
|
24297
|
+
return _ao72(input, _path, true && _exceptionable);
|
|
24298
|
+
else
|
|
24299
|
+
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24300
|
+
method: "typia.assertGuard",
|
|
24301
|
+
path: _path,
|
|
24302
|
+
expected: "(PrintScriptOptions | PrintRundownOptions)",
|
|
24303
|
+
value: input
|
|
24304
|
+
}, _errorFactory);
|
|
24305
|
+
})(); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
23761
24306
|
if (false === __is(input)) {
|
|
23762
24307
|
_errorFactory = errorFactory;
|
|
23763
24308
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -23970,71 +24515,523 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23970
24515
|
value: input.exclude
|
|
23971
24516
|
}, _errorFactory)) && (undefined === input.states || ("object" === typeof input.states && null !== input.states || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23972
24517
|
method: "typia.assertGuard",
|
|
23973
|
-
path: _path + ".states",
|
|
23974
|
-
expected: "(__type | undefined)",
|
|
23975
|
-
value: input.states
|
|
23976
|
-
}, _errorFactory)) && _ao3(input.states, _path + ".states", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24518
|
+
path: _path + ".states",
|
|
24519
|
+
expected: "(__type | undefined)",
|
|
24520
|
+
value: input.states
|
|
24521
|
+
}, _errorFactory)) && _ao3(input.states, _path + ".states", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24522
|
+
method: "typia.assertGuard",
|
|
24523
|
+
path: _path + ".states",
|
|
24524
|
+
expected: "(__type | undefined)",
|
|
24525
|
+
value: input.states
|
|
24526
|
+
}, _errorFactory)) && (undefined === input.flow || "column" === input.flow || "row" === input.flow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24527
|
+
method: "typia.assertGuard",
|
|
24528
|
+
path: _path + ".flow",
|
|
24529
|
+
expected: "(\"column\" | \"row\" | undefined)",
|
|
24530
|
+
value: input.flow
|
|
24531
|
+
}, _errorFactory)) && (undefined === input.minRows || "number" === typeof input.minRows || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24532
|
+
method: "typia.assertGuard",
|
|
24533
|
+
path: _path + ".minRows",
|
|
24534
|
+
expected: "(number | undefined)",
|
|
24535
|
+
value: input.minRows
|
|
24536
|
+
}, _errorFactory)) && (undefined === input.maxRows || "number" === typeof input.maxRows || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24537
|
+
method: "typia.assertGuard",
|
|
24538
|
+
path: _path + ".maxRows",
|
|
24539
|
+
expected: "(number | undefined)",
|
|
24540
|
+
value: input.maxRows
|
|
24541
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => "boolean" === typeof input.completed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24542
|
+
method: "typia.assertGuard",
|
|
24543
|
+
path: _path + ".completed",
|
|
24544
|
+
expected: "boolean",
|
|
24545
|
+
value: input.completed
|
|
24546
|
+
}, _errorFactory); const _ao4 = (input, _path, _exceptionable = true) => ("stream" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24547
|
+
method: "typia.assertGuard",
|
|
24548
|
+
path: _path + ".type",
|
|
24549
|
+
expected: "\"stream\"",
|
|
24550
|
+
value: input.type
|
|
24551
|
+
}, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24552
|
+
method: "typia.assertGuard",
|
|
24553
|
+
path: _path + ".title",
|
|
24554
|
+
expected: "(string | undefined)",
|
|
24555
|
+
value: input.title
|
|
24556
|
+
}, _errorFactory)) && (undefined === input.width || "string" === typeof input.width || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24557
|
+
method: "typia.assertGuard",
|
|
24558
|
+
path: _path + ".width",
|
|
24559
|
+
expected: "(string | undefined)",
|
|
24560
|
+
value: input.width
|
|
24561
|
+
}, _errorFactory)) && (undefined === input.source || "string" === typeof input.source || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24562
|
+
method: "typia.assertGuard",
|
|
24563
|
+
path: _path + ".source",
|
|
24564
|
+
expected: "(string | undefined)",
|
|
24565
|
+
value: input.source
|
|
24566
|
+
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
24567
|
+
if ("stream" === input.type)
|
|
24568
|
+
return _ao4(input, _path, true && _exceptionable);
|
|
24569
|
+
else
|
|
24570
|
+
return _ao2(input, _path, true && _exceptionable);
|
|
24571
|
+
})(); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24572
|
+
if (false === __is(input)) {
|
|
24573
|
+
_errorFactory = errorFactory;
|
|
24574
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24575
|
+
method: "typia.assertGuard",
|
|
24576
|
+
path: _path + "",
|
|
24577
|
+
expected: "ShotboxDomainRecord",
|
|
24578
|
+
value: input
|
|
24579
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24580
|
+
method: "typia.assertGuard",
|
|
24581
|
+
path: _path + "",
|
|
24582
|
+
expected: "ShotboxDomainRecord",
|
|
24583
|
+
value: input
|
|
24584
|
+
}, _errorFactory))(input, "$input", true);
|
|
24585
|
+
}
|
|
24586
|
+
}; })()(input);
|
|
24587
|
+
}
|
|
24588
|
+
case ":storage": {
|
|
24589
|
+
return (() => { const _io0 = input => "string" === typeof input.zone && (null === input.hostname || "string" === typeof input.hostname) && (null === input.port || undefined === input.port || "number" === typeof input.port) && (undefined === input.location || "string" === typeof input.location) && (null === input.cache || undefined === input.cache || "boolean" === typeof input.cache) && (undefined === input.allows || Array.isArray(input.allows) && input.allows.every(elem => "string" === typeof elem)) && (null === input.capacity || undefined === input.capacity || "number" === typeof input.capacity) && (null === input.rxBytesSecMax || undefined === input.rxBytesSecMax || "number" === typeof input.rxBytesSecMax) && (null === input.txBytesSecMax || undefined === input.txBytesSecMax || "number" === typeof input.txBytesSecMax) && (null === input.rxBytesSecLimit || undefined === input.rxBytesSecLimit || "number" === typeof input.rxBytesSecLimit) && (null === input.txBytesSecLimit || undefined === input.txBytesSecLimit || "number" === typeof input.txBytesSecLimit); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.zone || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24590
|
+
method: "typia.assertGuard",
|
|
24591
|
+
path: _path + ".zone",
|
|
24592
|
+
expected: "string",
|
|
24593
|
+
value: input.zone
|
|
24594
|
+
}, _errorFactory)) && (null === input.hostname || "string" === typeof input.hostname || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24595
|
+
method: "typia.assertGuard",
|
|
24596
|
+
path: _path + ".hostname",
|
|
24597
|
+
expected: "(null | string)",
|
|
24598
|
+
value: input.hostname
|
|
24599
|
+
}, _errorFactory)) && (null === input.port || undefined === input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24600
|
+
method: "typia.assertGuard",
|
|
24601
|
+
path: _path + ".port",
|
|
24602
|
+
expected: "(null | number | undefined)",
|
|
24603
|
+
value: input.port
|
|
24604
|
+
}, _errorFactory)) && (undefined === input.location || "string" === typeof input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24605
|
+
method: "typia.assertGuard",
|
|
24606
|
+
path: _path + ".location",
|
|
24607
|
+
expected: "(string | undefined)",
|
|
24608
|
+
value: input.location
|
|
24609
|
+
}, _errorFactory)) && (null === input.cache || undefined === input.cache || "boolean" === typeof input.cache || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24610
|
+
method: "typia.assertGuard",
|
|
24611
|
+
path: _path + ".cache",
|
|
24612
|
+
expected: "(boolean | null | undefined)",
|
|
24613
|
+
value: input.cache
|
|
24614
|
+
}, _errorFactory)) && (undefined === input.allows || (Array.isArray(input.allows) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24615
|
+
method: "typia.assertGuard",
|
|
24616
|
+
path: _path + ".allows",
|
|
24617
|
+
expected: "(Array<string> | undefined)",
|
|
24618
|
+
value: input.allows
|
|
24619
|
+
}, _errorFactory)) && input.allows.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24620
|
+
method: "typia.assertGuard",
|
|
24621
|
+
path: _path + ".allows[" + _index2 + "]",
|
|
24622
|
+
expected: "string",
|
|
24623
|
+
value: elem
|
|
24624
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24625
|
+
method: "typia.assertGuard",
|
|
24626
|
+
path: _path + ".allows",
|
|
24627
|
+
expected: "(Array<string> | undefined)",
|
|
24628
|
+
value: input.allows
|
|
24629
|
+
}, _errorFactory)) && (null === input.capacity || undefined === input.capacity || "number" === typeof input.capacity || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24630
|
+
method: "typia.assertGuard",
|
|
24631
|
+
path: _path + ".capacity",
|
|
24632
|
+
expected: "(null | number | undefined)",
|
|
24633
|
+
value: input.capacity
|
|
24634
|
+
}, _errorFactory)) && (null === input.rxBytesSecMax || undefined === input.rxBytesSecMax || "number" === typeof input.rxBytesSecMax || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24635
|
+
method: "typia.assertGuard",
|
|
24636
|
+
path: _path + ".rxBytesSecMax",
|
|
24637
|
+
expected: "(null | number | undefined)",
|
|
24638
|
+
value: input.rxBytesSecMax
|
|
24639
|
+
}, _errorFactory)) && (null === input.txBytesSecMax || undefined === input.txBytesSecMax || "number" === typeof input.txBytesSecMax || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24640
|
+
method: "typia.assertGuard",
|
|
24641
|
+
path: _path + ".txBytesSecMax",
|
|
24642
|
+
expected: "(null | number | undefined)",
|
|
24643
|
+
value: input.txBytesSecMax
|
|
24644
|
+
}, _errorFactory)) && (null === input.rxBytesSecLimit || undefined === input.rxBytesSecLimit || "number" === typeof input.rxBytesSecLimit || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24645
|
+
method: "typia.assertGuard",
|
|
24646
|
+
path: _path + ".rxBytesSecLimit",
|
|
24647
|
+
expected: "(null | number | undefined)",
|
|
24648
|
+
value: input.rxBytesSecLimit
|
|
24649
|
+
}, _errorFactory)) && (null === input.txBytesSecLimit || undefined === input.txBytesSecLimit || "number" === typeof input.txBytesSecLimit || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24650
|
+
method: "typia.assertGuard",
|
|
24651
|
+
path: _path + ".txBytesSecLimit",
|
|
24652
|
+
expected: "(null | number | undefined)",
|
|
24653
|
+
value: input.txBytesSecLimit
|
|
24654
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24655
|
+
if (false === __is(input)) {
|
|
24656
|
+
_errorFactory = errorFactory;
|
|
24657
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
24658
|
+
method: "typia.assertGuard",
|
|
24659
|
+
path: _path + "",
|
|
24660
|
+
expected: "StorageDomainRecord",
|
|
24661
|
+
value: input
|
|
24662
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24663
|
+
method: "typia.assertGuard",
|
|
24664
|
+
path: _path + "",
|
|
24665
|
+
expected: "StorageDomainRecord",
|
|
24666
|
+
value: input
|
|
24667
|
+
}, _errorFactory))(input, "$input", true);
|
|
24668
|
+
}
|
|
24669
|
+
}; })()(input);
|
|
24670
|
+
}
|
|
24671
|
+
case ":storage.stats": {
|
|
24672
|
+
return (() => { const _io0 = input => "string" === typeof input.id && "string" === typeof input.location && "string" === typeof input.timestamp && "string" === typeof input.type && "string" === typeof input.zone && "string" === typeof input.origin && (null === input.free || "number" === typeof input.free) && (null === input.size || "number" === typeof input.size) && (null === input.available || "number" === typeof input.available) && (null === input.cache || "boolean" === typeof input.cache) && (null === input.capacity || "number" === typeof input.capacity) && ("object" === typeof input.limiter && null !== input.limiter && false === Array.isArray(input.limiter) && _io1(input.limiter)) && ("object" === typeof input.http && null !== input.http && _io2(input.http)) && ("object" === typeof input.io && null !== input.io && _io3(input.io)) && (undefined === input.fs || "object" === typeof input.fs && null !== input.fs && false === Array.isArray(input.fs) && _io7(input.fs)) && (undefined === input.s3 || "object" === typeof input.s3 && null !== input.s3 && false === Array.isArray(input.s3) && _io8(input.s3)); const _io1 = input => (undefined === input.readBytesPerSecond || "number" === typeof input.readBytesPerSecond) && (undefined === input.writeBytesPerSecond || "number" === typeof input.writeBytesPerSecond); const _io2 = input => "number" === typeof input.downstreamConnected && "number" === typeof input.upstreamConnected && "number" === typeof input.pending && "number" === typeof input.completed && "number" === typeof input.failed; const _io3 = input => "object" === typeof input.read && null !== input.read && _io4(input.read) && ("object" === typeof input.write && null !== input.write && _io6(input.write)); const _io4 = input => "number" === typeof input.bytesPerSecond && "number" === typeof input.pending && ("object" === typeof input.queues && null !== input.queues && _io5(input.queues)); const _io5 = input => "number" === typeof input.highest && "number" === typeof input.higher && "number" === typeof input.high && "number" === typeof input.normal && "number" === typeof input.low && "number" === typeof input.lower && "number" === typeof input.lowest; const _io6 = input => "number" === typeof input.bytesPerSecond && "number" === typeof input.pending && ("object" === typeof input.queues && null !== input.queues && _io5(input.queues)); const _io7 = input => (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.path || "string" === typeof input.path) && (null === input.snapshot || undefined === input.snapshot || "number" === typeof input.snapshot) && (undefined === input.available || "number" === typeof input.available) && (undefined === input.free || "number" === typeof input.free) && (undefined === input.used || "number" === typeof input.used) && (undefined === input.size || "number" === typeof input.size) && (undefined === input.state || "string" === typeof input.state) && Object.keys(input).every(key => {
|
|
24673
|
+
if (["concurrency", "path", "snapshot", "available", "free", "used", "size", "state"].some(prop => key === prop))
|
|
24674
|
+
return true;
|
|
24675
|
+
const value = input[key];
|
|
24676
|
+
if (undefined === value)
|
|
24677
|
+
return true;
|
|
24678
|
+
return true;
|
|
24679
|
+
}); const _io8 = input => (undefined === input.bucket || "string" === typeof input.bucket) && (undefined === input.region || "string" === typeof input.region) && (undefined === input.endpoint || "string" === typeof input.endpoint) && (undefined === input.path || "string" === typeof input.path) && (undefined === input.storageClass || "string" === typeof input.storageClass) && Object.keys(input).every(key => {
|
|
24680
|
+
if (["bucket", "region", "endpoint", "path", "storageClass"].some(prop => key === prop))
|
|
24681
|
+
return true;
|
|
24682
|
+
const value = input[key];
|
|
24683
|
+
if (undefined === value)
|
|
24684
|
+
return true;
|
|
24685
|
+
return true;
|
|
24686
|
+
}); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24687
|
+
method: "typia.assertGuard",
|
|
24688
|
+
path: _path + ".id",
|
|
24689
|
+
expected: "string",
|
|
24690
|
+
value: input.id
|
|
24691
|
+
}, _errorFactory)) && ("string" === typeof input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24692
|
+
method: "typia.assertGuard",
|
|
24693
|
+
path: _path + ".location",
|
|
24694
|
+
expected: "string",
|
|
24695
|
+
value: input.location
|
|
24696
|
+
}, _errorFactory)) && ("string" === typeof input.timestamp || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24697
|
+
method: "typia.assertGuard",
|
|
24698
|
+
path: _path + ".timestamp",
|
|
24699
|
+
expected: "string",
|
|
24700
|
+
value: input.timestamp
|
|
24701
|
+
}, _errorFactory)) && ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24702
|
+
method: "typia.assertGuard",
|
|
24703
|
+
path: _path + ".type",
|
|
24704
|
+
expected: "string",
|
|
24705
|
+
value: input.type
|
|
24706
|
+
}, _errorFactory)) && ("string" === typeof input.zone || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24707
|
+
method: "typia.assertGuard",
|
|
24708
|
+
path: _path + ".zone",
|
|
24709
|
+
expected: "string",
|
|
24710
|
+
value: input.zone
|
|
24711
|
+
}, _errorFactory)) && ("string" === typeof input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24712
|
+
method: "typia.assertGuard",
|
|
24713
|
+
path: _path + ".origin",
|
|
24714
|
+
expected: "string",
|
|
24715
|
+
value: input.origin
|
|
24716
|
+
}, _errorFactory)) && (null === input.free || "number" === typeof input.free || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24717
|
+
method: "typia.assertGuard",
|
|
24718
|
+
path: _path + ".free",
|
|
24719
|
+
expected: "(null | number)",
|
|
24720
|
+
value: input.free
|
|
24721
|
+
}, _errorFactory)) && (null === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24722
|
+
method: "typia.assertGuard",
|
|
24723
|
+
path: _path + ".size",
|
|
24724
|
+
expected: "(null | number)",
|
|
24725
|
+
value: input.size
|
|
24726
|
+
}, _errorFactory)) && (null === input.available || "number" === typeof input.available || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24727
|
+
method: "typia.assertGuard",
|
|
24728
|
+
path: _path + ".available",
|
|
24729
|
+
expected: "(null | number)",
|
|
24730
|
+
value: input.available
|
|
24731
|
+
}, _errorFactory)) && (null === input.cache || "boolean" === typeof input.cache || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24732
|
+
method: "typia.assertGuard",
|
|
24733
|
+
path: _path + ".cache",
|
|
24734
|
+
expected: "(boolean | null)",
|
|
24735
|
+
value: input.cache
|
|
24736
|
+
}, _errorFactory)) && (null === input.capacity || "number" === typeof input.capacity || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24737
|
+
method: "typia.assertGuard",
|
|
24738
|
+
path: _path + ".capacity",
|
|
24739
|
+
expected: "(null | number)",
|
|
24740
|
+
value: input.capacity
|
|
24741
|
+
}, _errorFactory)) && (("object" === typeof input.limiter && null !== input.limiter && false === Array.isArray(input.limiter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24742
|
+
method: "typia.assertGuard",
|
|
24743
|
+
path: _path + ".limiter",
|
|
24744
|
+
expected: "__type",
|
|
24745
|
+
value: input.limiter
|
|
24746
|
+
}, _errorFactory)) && _ao1(input.limiter, _path + ".limiter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24747
|
+
method: "typia.assertGuard",
|
|
24748
|
+
path: _path + ".limiter",
|
|
24749
|
+
expected: "__type",
|
|
24750
|
+
value: input.limiter
|
|
24751
|
+
}, _errorFactory)) && (("object" === typeof input.http && null !== input.http || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24752
|
+
method: "typia.assertGuard",
|
|
24753
|
+
path: _path + ".http",
|
|
24754
|
+
expected: "__type.o1",
|
|
24755
|
+
value: input.http
|
|
24756
|
+
}, _errorFactory)) && _ao2(input.http, _path + ".http", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24757
|
+
method: "typia.assertGuard",
|
|
24758
|
+
path: _path + ".http",
|
|
24759
|
+
expected: "__type.o1",
|
|
24760
|
+
value: input.http
|
|
24761
|
+
}, _errorFactory)) && (("object" === typeof input.io && null !== input.io || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24762
|
+
method: "typia.assertGuard",
|
|
24763
|
+
path: _path + ".io",
|
|
24764
|
+
expected: "__type.o2",
|
|
24765
|
+
value: input.io
|
|
24766
|
+
}, _errorFactory)) && _ao3(input.io, _path + ".io", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24767
|
+
method: "typia.assertGuard",
|
|
24768
|
+
path: _path + ".io",
|
|
24769
|
+
expected: "__type.o2",
|
|
24770
|
+
value: input.io
|
|
24771
|
+
}, _errorFactory)) && (undefined === input.fs || ("object" === typeof input.fs && null !== input.fs && false === Array.isArray(input.fs) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24772
|
+
method: "typia.assertGuard",
|
|
24773
|
+
path: _path + ".fs",
|
|
24774
|
+
expected: "(StorageFsStats | undefined)",
|
|
24775
|
+
value: input.fs
|
|
24776
|
+
}, _errorFactory)) && _ao7(input.fs, _path + ".fs", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24777
|
+
method: "typia.assertGuard",
|
|
24778
|
+
path: _path + ".fs",
|
|
24779
|
+
expected: "(StorageFsStats | undefined)",
|
|
24780
|
+
value: input.fs
|
|
24781
|
+
}, _errorFactory)) && (undefined === input.s3 || ("object" === typeof input.s3 && null !== input.s3 && false === Array.isArray(input.s3) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24782
|
+
method: "typia.assertGuard",
|
|
24783
|
+
path: _path + ".s3",
|
|
24784
|
+
expected: "(StorageS3Stats | undefined)",
|
|
24785
|
+
value: input.s3
|
|
24786
|
+
}, _errorFactory)) && _ao8(input.s3, _path + ".s3", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24787
|
+
method: "typia.assertGuard",
|
|
24788
|
+
path: _path + ".s3",
|
|
24789
|
+
expected: "(StorageS3Stats | undefined)",
|
|
24790
|
+
value: input.s3
|
|
24791
|
+
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.readBytesPerSecond || "number" === typeof input.readBytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24792
|
+
method: "typia.assertGuard",
|
|
24793
|
+
path: _path + ".readBytesPerSecond",
|
|
24794
|
+
expected: "(number | undefined)",
|
|
24795
|
+
value: input.readBytesPerSecond
|
|
24796
|
+
}, _errorFactory)) && (undefined === input.writeBytesPerSecond || "number" === typeof input.writeBytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24797
|
+
method: "typia.assertGuard",
|
|
24798
|
+
path: _path + ".writeBytesPerSecond",
|
|
24799
|
+
expected: "(number | undefined)",
|
|
24800
|
+
value: input.writeBytesPerSecond
|
|
24801
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => ("number" === typeof input.downstreamConnected || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24802
|
+
method: "typia.assertGuard",
|
|
24803
|
+
path: _path + ".downstreamConnected",
|
|
24804
|
+
expected: "number",
|
|
24805
|
+
value: input.downstreamConnected
|
|
24806
|
+
}, _errorFactory)) && ("number" === typeof input.upstreamConnected || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24807
|
+
method: "typia.assertGuard",
|
|
24808
|
+
path: _path + ".upstreamConnected",
|
|
24809
|
+
expected: "number",
|
|
24810
|
+
value: input.upstreamConnected
|
|
24811
|
+
}, _errorFactory)) && ("number" === typeof input.pending || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24812
|
+
method: "typia.assertGuard",
|
|
24813
|
+
path: _path + ".pending",
|
|
24814
|
+
expected: "number",
|
|
24815
|
+
value: input.pending
|
|
24816
|
+
}, _errorFactory)) && ("number" === typeof input.completed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24817
|
+
method: "typia.assertGuard",
|
|
24818
|
+
path: _path + ".completed",
|
|
24819
|
+
expected: "number",
|
|
24820
|
+
value: input.completed
|
|
24821
|
+
}, _errorFactory)) && ("number" === typeof input.failed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24822
|
+
method: "typia.assertGuard",
|
|
24823
|
+
path: _path + ".failed",
|
|
24824
|
+
expected: "number",
|
|
24825
|
+
value: input.failed
|
|
24826
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (("object" === typeof input.read && null !== input.read || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24827
|
+
method: "typia.assertGuard",
|
|
24828
|
+
path: _path + ".read",
|
|
24829
|
+
expected: "__type.o3",
|
|
24830
|
+
value: input.read
|
|
24831
|
+
}, _errorFactory)) && _ao4(input.read, _path + ".read", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24832
|
+
method: "typia.assertGuard",
|
|
24833
|
+
path: _path + ".read",
|
|
24834
|
+
expected: "__type.o3",
|
|
24835
|
+
value: input.read
|
|
24836
|
+
}, _errorFactory)) && (("object" === typeof input.write && null !== input.write || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24837
|
+
method: "typia.assertGuard",
|
|
24838
|
+
path: _path + ".write",
|
|
24839
|
+
expected: "__type.o4",
|
|
24840
|
+
value: input.write
|
|
24841
|
+
}, _errorFactory)) && _ao6(input.write, _path + ".write", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24842
|
+
method: "typia.assertGuard",
|
|
24843
|
+
path: _path + ".write",
|
|
24844
|
+
expected: "__type.o4",
|
|
24845
|
+
value: input.write
|
|
24846
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => ("number" === typeof input.bytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24847
|
+
method: "typia.assertGuard",
|
|
24848
|
+
path: _path + ".bytesPerSecond",
|
|
24849
|
+
expected: "number",
|
|
24850
|
+
value: input.bytesPerSecond
|
|
24851
|
+
}, _errorFactory)) && ("number" === typeof input.pending || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24852
|
+
method: "typia.assertGuard",
|
|
24853
|
+
path: _path + ".pending",
|
|
24854
|
+
expected: "number",
|
|
24855
|
+
value: input.pending
|
|
24856
|
+
}, _errorFactory)) && (("object" === typeof input.queues && null !== input.queues || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24857
|
+
method: "typia.assertGuard",
|
|
24858
|
+
path: _path + ".queues",
|
|
24859
|
+
expected: "StorageIoQueues",
|
|
24860
|
+
value: input.queues
|
|
24861
|
+
}, _errorFactory)) && _ao5(input.queues, _path + ".queues", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24862
|
+
method: "typia.assertGuard",
|
|
24863
|
+
path: _path + ".queues",
|
|
24864
|
+
expected: "StorageIoQueues",
|
|
24865
|
+
value: input.queues
|
|
24866
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ("number" === typeof input.highest || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24867
|
+
method: "typia.assertGuard",
|
|
24868
|
+
path: _path + ".highest",
|
|
24869
|
+
expected: "number",
|
|
24870
|
+
value: input.highest
|
|
24871
|
+
}, _errorFactory)) && ("number" === typeof input.higher || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24872
|
+
method: "typia.assertGuard",
|
|
24873
|
+
path: _path + ".higher",
|
|
24874
|
+
expected: "number",
|
|
24875
|
+
value: input.higher
|
|
24876
|
+
}, _errorFactory)) && ("number" === typeof input.high || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24877
|
+
method: "typia.assertGuard",
|
|
24878
|
+
path: _path + ".high",
|
|
24879
|
+
expected: "number",
|
|
24880
|
+
value: input.high
|
|
24881
|
+
}, _errorFactory)) && ("number" === typeof input.normal || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24882
|
+
method: "typia.assertGuard",
|
|
24883
|
+
path: _path + ".normal",
|
|
24884
|
+
expected: "number",
|
|
24885
|
+
value: input.normal
|
|
24886
|
+
}, _errorFactory)) && ("number" === typeof input.low || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24887
|
+
method: "typia.assertGuard",
|
|
24888
|
+
path: _path + ".low",
|
|
24889
|
+
expected: "number",
|
|
24890
|
+
value: input.low
|
|
24891
|
+
}, _errorFactory)) && ("number" === typeof input.lower || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24892
|
+
method: "typia.assertGuard",
|
|
24893
|
+
path: _path + ".lower",
|
|
24894
|
+
expected: "number",
|
|
24895
|
+
value: input.lower
|
|
24896
|
+
}, _errorFactory)) && ("number" === typeof input.lowest || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24897
|
+
method: "typia.assertGuard",
|
|
24898
|
+
path: _path + ".lowest",
|
|
24899
|
+
expected: "number",
|
|
24900
|
+
value: input.lowest
|
|
24901
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("number" === typeof input.bytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24902
|
+
method: "typia.assertGuard",
|
|
24903
|
+
path: _path + ".bytesPerSecond",
|
|
24904
|
+
expected: "number",
|
|
24905
|
+
value: input.bytesPerSecond
|
|
24906
|
+
}, _errorFactory)) && ("number" === typeof input.pending || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24907
|
+
method: "typia.assertGuard",
|
|
24908
|
+
path: _path + ".pending",
|
|
24909
|
+
expected: "number",
|
|
24910
|
+
value: input.pending
|
|
24911
|
+
}, _errorFactory)) && (("object" === typeof input.queues && null !== input.queues || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24912
|
+
method: "typia.assertGuard",
|
|
24913
|
+
path: _path + ".queues",
|
|
24914
|
+
expected: "StorageIoQueues",
|
|
24915
|
+
value: input.queues
|
|
24916
|
+
}, _errorFactory)) && _ao5(input.queues, _path + ".queues", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24917
|
+
method: "typia.assertGuard",
|
|
24918
|
+
path: _path + ".queues",
|
|
24919
|
+
expected: "StorageIoQueues",
|
|
24920
|
+
value: input.queues
|
|
24921
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.concurrency || "number" === typeof input.concurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24922
|
+
method: "typia.assertGuard",
|
|
24923
|
+
path: _path + ".concurrency",
|
|
24924
|
+
expected: "(number | undefined)",
|
|
24925
|
+
value: input.concurrency
|
|
24926
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24927
|
+
method: "typia.assertGuard",
|
|
24928
|
+
path: _path + ".path",
|
|
24929
|
+
expected: "(string | undefined)",
|
|
24930
|
+
value: input.path
|
|
24931
|
+
}, _errorFactory)) && (null === input.snapshot || undefined === input.snapshot || "number" === typeof input.snapshot || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23977
24932
|
method: "typia.assertGuard",
|
|
23978
|
-
path: _path + ".
|
|
23979
|
-
expected: "(
|
|
23980
|
-
value: input.
|
|
23981
|
-
}, _errorFactory)) && (undefined === input.
|
|
24933
|
+
path: _path + ".snapshot",
|
|
24934
|
+
expected: "(null | number | undefined)",
|
|
24935
|
+
value: input.snapshot
|
|
24936
|
+
}, _errorFactory)) && (undefined === input.available || "number" === typeof input.available || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23982
24937
|
method: "typia.assertGuard",
|
|
23983
|
-
path: _path + ".
|
|
23984
|
-
expected: "(
|
|
23985
|
-
value: input.
|
|
23986
|
-
}, _errorFactory)) && (undefined === input.
|
|
24938
|
+
path: _path + ".available",
|
|
24939
|
+
expected: "(number | undefined)",
|
|
24940
|
+
value: input.available
|
|
24941
|
+
}, _errorFactory)) && (undefined === input.free || "number" === typeof input.free || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23987
24942
|
method: "typia.assertGuard",
|
|
23988
|
-
path: _path + ".
|
|
24943
|
+
path: _path + ".free",
|
|
23989
24944
|
expected: "(number | undefined)",
|
|
23990
|
-
value: input.
|
|
23991
|
-
}, _errorFactory)) && (undefined === input.
|
|
24945
|
+
value: input.free
|
|
24946
|
+
}, _errorFactory)) && (undefined === input.used || "number" === typeof input.used || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23992
24947
|
method: "typia.assertGuard",
|
|
23993
|
-
path: _path + ".
|
|
24948
|
+
path: _path + ".used",
|
|
23994
24949
|
expected: "(number | undefined)",
|
|
23995
|
-
value: input.
|
|
23996
|
-
}, _errorFactory))
|
|
24950
|
+
value: input.used
|
|
24951
|
+
}, _errorFactory)) && (undefined === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23997
24952
|
method: "typia.assertGuard",
|
|
23998
|
-
path: _path + ".
|
|
23999
|
-
expected: "
|
|
24000
|
-
value: input.
|
|
24001
|
-
}, _errorFactory)
|
|
24953
|
+
path: _path + ".size",
|
|
24954
|
+
expected: "(number | undefined)",
|
|
24955
|
+
value: input.size
|
|
24956
|
+
}, _errorFactory)) && (undefined === input.state || "string" === typeof input.state || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24002
24957
|
method: "typia.assertGuard",
|
|
24003
|
-
path: _path + ".
|
|
24004
|
-
expected: "
|
|
24005
|
-
value: input.
|
|
24006
|
-
}, _errorFactory)) && (
|
|
24958
|
+
path: _path + ".state",
|
|
24959
|
+
expected: "(string | undefined)",
|
|
24960
|
+
value: input.state
|
|
24961
|
+
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
24962
|
+
if (["concurrency", "path", "snapshot", "available", "free", "used", "size", "state"].some(prop => key === prop))
|
|
24963
|
+
return true;
|
|
24964
|
+
const value = input[key];
|
|
24965
|
+
if (undefined === value)
|
|
24966
|
+
return true;
|
|
24967
|
+
return true;
|
|
24968
|
+
})); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.bucket || "string" === typeof input.bucket || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24007
24969
|
method: "typia.assertGuard",
|
|
24008
|
-
path: _path + ".
|
|
24970
|
+
path: _path + ".bucket",
|
|
24009
24971
|
expected: "(string | undefined)",
|
|
24010
|
-
value: input.
|
|
24011
|
-
}, _errorFactory)) && (undefined === input.
|
|
24972
|
+
value: input.bucket
|
|
24973
|
+
}, _errorFactory)) && (undefined === input.region || "string" === typeof input.region || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24012
24974
|
method: "typia.assertGuard",
|
|
24013
|
-
path: _path + ".
|
|
24975
|
+
path: _path + ".region",
|
|
24014
24976
|
expected: "(string | undefined)",
|
|
24015
|
-
value: input.
|
|
24016
|
-
}, _errorFactory)) && (undefined === input.
|
|
24977
|
+
value: input.region
|
|
24978
|
+
}, _errorFactory)) && (undefined === input.endpoint || "string" === typeof input.endpoint || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24017
24979
|
method: "typia.assertGuard",
|
|
24018
|
-
path: _path + ".
|
|
24980
|
+
path: _path + ".endpoint",
|
|
24019
24981
|
expected: "(string | undefined)",
|
|
24020
|
-
value: input.
|
|
24021
|
-
}, _errorFactory))
|
|
24022
|
-
|
|
24023
|
-
|
|
24024
|
-
|
|
24025
|
-
|
|
24026
|
-
})
|
|
24982
|
+
value: input.endpoint
|
|
24983
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24984
|
+
method: "typia.assertGuard",
|
|
24985
|
+
path: _path + ".path",
|
|
24986
|
+
expected: "(string | undefined)",
|
|
24987
|
+
value: input.path
|
|
24988
|
+
}, _errorFactory)) && (undefined === input.storageClass || "string" === typeof input.storageClass || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24989
|
+
method: "typia.assertGuard",
|
|
24990
|
+
path: _path + ".storageClass",
|
|
24991
|
+
expected: "(string | undefined)",
|
|
24992
|
+
value: input.storageClass
|
|
24993
|
+
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
24994
|
+
if (["bucket", "region", "endpoint", "path", "storageClass"].some(prop => key === prop))
|
|
24995
|
+
return true;
|
|
24996
|
+
const value = input[key];
|
|
24997
|
+
if (undefined === value)
|
|
24998
|
+
return true;
|
|
24999
|
+
return true;
|
|
25000
|
+
})); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
25001
|
+
if (false === __is(input)) {
|
|
25002
|
+
_errorFactory = errorFactory;
|
|
25003
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
25004
|
+
method: "typia.assertGuard",
|
|
25005
|
+
path: _path + "",
|
|
25006
|
+
expected: "StorageStatsDomainRecord",
|
|
25007
|
+
value: input
|
|
25008
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
25009
|
+
method: "typia.assertGuard",
|
|
25010
|
+
path: _path + "",
|
|
25011
|
+
expected: "StorageStatsDomainRecord",
|
|
25012
|
+
value: input
|
|
25013
|
+
}, _errorFactory))(input, "$input", true);
|
|
25014
|
+
}
|
|
25015
|
+
}; })()(input);
|
|
25016
|
+
}
|
|
25017
|
+
case ":storage-zone": {
|
|
25018
|
+
return (() => { const _io0 = input => undefined === input.priority || "number" === typeof input.priority; const _ao0 = (input, _path, _exceptionable = true) => undefined === input.priority || "number" === typeof input.priority || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25019
|
+
method: "typia.assertGuard",
|
|
25020
|
+
path: _path + ".priority",
|
|
25021
|
+
expected: "(number | undefined)",
|
|
25022
|
+
value: input.priority
|
|
25023
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24027
25024
|
if (false === __is(input)) {
|
|
24028
25025
|
_errorFactory = errorFactory;
|
|
24029
25026
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24030
25027
|
method: "typia.assertGuard",
|
|
24031
25028
|
path: _path + "",
|
|
24032
|
-
expected: "
|
|
25029
|
+
expected: "StorageZoneDomainRecord",
|
|
24033
25030
|
value: input
|
|
24034
25031
|
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24035
25032
|
method: "typia.assertGuard",
|
|
24036
25033
|
path: _path + "",
|
|
24037
|
-
expected: "
|
|
25034
|
+
expected: "StorageZoneDomainRecord",
|
|
24038
25035
|
value: input
|
|
24039
25036
|
}, _errorFactory))(input, "$input", true);
|
|
24040
25037
|
}
|
|
@@ -24886,7 +25883,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
24886
25883
|
if (undefined === value)
|
|
24887
25884
|
return true;
|
|
24888
25885
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
|
|
24889
|
-
}); const _io2 = input => undefined === input.path || "string" === typeof input.path; const
|
|
25886
|
+
}); const _io2 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.type || "string" === typeof input.type) && (undefined === input.label || "string" === typeof input.label) && (undefined === input.defaultValue || "string" === typeof input.defaultValue) && (undefined === input.widget || "object" === typeof input.widget && null !== input.widget && _io3(input.widget)) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io4(input.properties)) && (undefined === input.items || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _io5(input.items)) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io9(input.render)); const _io3 = input => "string" === typeof input.type; const _io4 = input => true; const _io5 = input => undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io6(input.properties); const _io6 = input => Object.keys(input).every(key => {
|
|
25887
|
+
const value = input[key];
|
|
25888
|
+
if (undefined === value)
|
|
25889
|
+
return true;
|
|
25890
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io7(value);
|
|
25891
|
+
}); const _io7 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.type || "string" === typeof input.type) && (undefined === input.label || "string" === typeof input.label) && (undefined === input.defaultValue || "string" === typeof input.defaultValue) && (undefined === input.widget || "object" === typeof input.widget && null !== input.widget && _io8(input.widget)) && (undefined === input.items || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _io7(input.items)) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io6(input.properties)); const _io8 = input => "string" === typeof input.type; const _io9 = input => "image" === input.type && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && false === Array.isArray(input.profile) && _io10(input.profile)); const _io10 = input => (undefined === input.format || "string" === typeof input.format) && (undefined === input.video || "object" === typeof input.video && null !== input.video && _io11(input.video)); const _io11 = input => "number" === typeof input.width && "number" === typeof input.height && "cover" === input.fit; const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.source || "string" === typeof input.source || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24890
25892
|
method: "typia.assertGuard",
|
|
24891
25893
|
path: _path + ".source",
|
|
24892
25894
|
expected: "(string | undefined)",
|
|
@@ -24941,12 +25943,197 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
24941
25943
|
expected: "TemplateProperty",
|
|
24942
25944
|
value: value
|
|
24943
25945
|
}, _errorFactory);
|
|
24944
|
-
}); const _ao2 = (input, _path, _exceptionable = true) => undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25946
|
+
}); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24945
25947
|
method: "typia.assertGuard",
|
|
24946
25948
|
path: _path + ".path",
|
|
24947
25949
|
expected: "(string | undefined)",
|
|
24948
25950
|
value: input.path
|
|
24949
|
-
}, _errorFactory)
|
|
25951
|
+
}, _errorFactory)) && (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25952
|
+
method: "typia.assertGuard",
|
|
25953
|
+
path: _path + ".type",
|
|
25954
|
+
expected: "(string | undefined)",
|
|
25955
|
+
value: input.type
|
|
25956
|
+
}, _errorFactory)) && (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25957
|
+
method: "typia.assertGuard",
|
|
25958
|
+
path: _path + ".label",
|
|
25959
|
+
expected: "(string | undefined)",
|
|
25960
|
+
value: input.label
|
|
25961
|
+
}, _errorFactory)) && (undefined === input.defaultValue || "string" === typeof input.defaultValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25962
|
+
method: "typia.assertGuard",
|
|
25963
|
+
path: _path + ".defaultValue",
|
|
25964
|
+
expected: "(string | undefined)",
|
|
25965
|
+
value: input.defaultValue
|
|
25966
|
+
}, _errorFactory)) && (undefined === input.widget || ("object" === typeof input.widget && null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25967
|
+
method: "typia.assertGuard",
|
|
25968
|
+
path: _path + ".widget",
|
|
25969
|
+
expected: "(__type | undefined)",
|
|
25970
|
+
value: input.widget
|
|
25971
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25972
|
+
method: "typia.assertGuard",
|
|
25973
|
+
path: _path + ".widget",
|
|
25974
|
+
expected: "(__type | undefined)",
|
|
25975
|
+
value: input.widget
|
|
25976
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25977
|
+
method: "typia.assertGuard",
|
|
25978
|
+
path: _path + ".properties",
|
|
25979
|
+
expected: "(object | undefined)",
|
|
25980
|
+
value: input.properties
|
|
25981
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25982
|
+
method: "typia.assertGuard",
|
|
25983
|
+
path: _path + ".properties",
|
|
25984
|
+
expected: "(object | undefined)",
|
|
25985
|
+
value: input.properties
|
|
25986
|
+
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25987
|
+
method: "typia.assertGuard",
|
|
25988
|
+
path: _path + ".items",
|
|
25989
|
+
expected: "(__type.o1 | undefined)",
|
|
25990
|
+
value: input.items
|
|
25991
|
+
}, _errorFactory)) && _ao5(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25992
|
+
method: "typia.assertGuard",
|
|
25993
|
+
path: _path + ".items",
|
|
25994
|
+
expected: "(__type.o1 | undefined)",
|
|
25995
|
+
value: input.items
|
|
25996
|
+
}, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25997
|
+
method: "typia.assertGuard",
|
|
25998
|
+
path: _path + ".render",
|
|
25999
|
+
expected: "(__type.o3 | undefined)",
|
|
26000
|
+
value: input.render
|
|
26001
|
+
}, _errorFactory)) && _ao9(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26002
|
+
method: "typia.assertGuard",
|
|
26003
|
+
path: _path + ".render",
|
|
26004
|
+
expected: "(__type.o3 | undefined)",
|
|
26005
|
+
value: input.render
|
|
26006
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26007
|
+
method: "typia.assertGuard",
|
|
26008
|
+
path: _path + ".type",
|
|
26009
|
+
expected: "string",
|
|
26010
|
+
value: input.type
|
|
26011
|
+
}, _errorFactory); const _ao4 = (input, _path, _exceptionable = true) => true; const _ao5 = (input, _path, _exceptionable = true) => undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26012
|
+
method: "typia.assertGuard",
|
|
26013
|
+
path: _path + ".properties",
|
|
26014
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26015
|
+
value: input.properties
|
|
26016
|
+
}, _errorFactory)) && _ao6(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26017
|
+
method: "typia.assertGuard",
|
|
26018
|
+
path: _path + ".properties",
|
|
26019
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26020
|
+
value: input.properties
|
|
26021
|
+
}, _errorFactory); const _ao6 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
26022
|
+
const value = input[key];
|
|
26023
|
+
if (undefined === value)
|
|
26024
|
+
return true;
|
|
26025
|
+
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26026
|
+
method: "typia.assertGuard",
|
|
26027
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
26028
|
+
expected: "TemplatePropertySchema",
|
|
26029
|
+
value: value
|
|
26030
|
+
}, _errorFactory)) && _ao7(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26031
|
+
method: "typia.assertGuard",
|
|
26032
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
26033
|
+
expected: "TemplatePropertySchema",
|
|
26034
|
+
value: value
|
|
26035
|
+
}, _errorFactory);
|
|
26036
|
+
}); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26037
|
+
method: "typia.assertGuard",
|
|
26038
|
+
path: _path + ".path",
|
|
26039
|
+
expected: "(string | undefined)",
|
|
26040
|
+
value: input.path
|
|
26041
|
+
}, _errorFactory)) && (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26042
|
+
method: "typia.assertGuard",
|
|
26043
|
+
path: _path + ".type",
|
|
26044
|
+
expected: "(string | undefined)",
|
|
26045
|
+
value: input.type
|
|
26046
|
+
}, _errorFactory)) && (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26047
|
+
method: "typia.assertGuard",
|
|
26048
|
+
path: _path + ".label",
|
|
26049
|
+
expected: "(string | undefined)",
|
|
26050
|
+
value: input.label
|
|
26051
|
+
}, _errorFactory)) && (undefined === input.defaultValue || "string" === typeof input.defaultValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26052
|
+
method: "typia.assertGuard",
|
|
26053
|
+
path: _path + ".defaultValue",
|
|
26054
|
+
expected: "(string | undefined)",
|
|
26055
|
+
value: input.defaultValue
|
|
26056
|
+
}, _errorFactory)) && (undefined === input.widget || ("object" === typeof input.widget && null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26057
|
+
method: "typia.assertGuard",
|
|
26058
|
+
path: _path + ".widget",
|
|
26059
|
+
expected: "(__type.o2 | undefined)",
|
|
26060
|
+
value: input.widget
|
|
26061
|
+
}, _errorFactory)) && _ao8(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26062
|
+
method: "typia.assertGuard",
|
|
26063
|
+
path: _path + ".widget",
|
|
26064
|
+
expected: "(__type.o2 | undefined)",
|
|
26065
|
+
value: input.widget
|
|
26066
|
+
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26067
|
+
method: "typia.assertGuard",
|
|
26068
|
+
path: _path + ".items",
|
|
26069
|
+
expected: "(TemplatePropertySchema | undefined)",
|
|
26070
|
+
value: input.items
|
|
26071
|
+
}, _errorFactory)) && _ao7(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26072
|
+
method: "typia.assertGuard",
|
|
26073
|
+
path: _path + ".items",
|
|
26074
|
+
expected: "(TemplatePropertySchema | undefined)",
|
|
26075
|
+
value: input.items
|
|
26076
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26077
|
+
method: "typia.assertGuard",
|
|
26078
|
+
path: _path + ".properties",
|
|
26079
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26080
|
+
value: input.properties
|
|
26081
|
+
}, _errorFactory)) && _ao6(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26082
|
+
method: "typia.assertGuard",
|
|
26083
|
+
path: _path + ".properties",
|
|
26084
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26085
|
+
value: input.properties
|
|
26086
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26087
|
+
method: "typia.assertGuard",
|
|
26088
|
+
path: _path + ".type",
|
|
26089
|
+
expected: "string",
|
|
26090
|
+
value: input.type
|
|
26091
|
+
}, _errorFactory); const _ao9 = (input, _path, _exceptionable = true) => ("image" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26092
|
+
method: "typia.assertGuard",
|
|
26093
|
+
path: _path + ".type",
|
|
26094
|
+
expected: "\"image\"",
|
|
26095
|
+
value: input.type
|
|
26096
|
+
}, _errorFactory)) && (undefined === input.profile || ("object" === typeof input.profile && null !== input.profile && false === Array.isArray(input.profile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26097
|
+
method: "typia.assertGuard",
|
|
26098
|
+
path: _path + ".profile",
|
|
26099
|
+
expected: "(__type.o4 | undefined)",
|
|
26100
|
+
value: input.profile
|
|
26101
|
+
}, _errorFactory)) && _ao10(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26102
|
+
method: "typia.assertGuard",
|
|
26103
|
+
path: _path + ".profile",
|
|
26104
|
+
expected: "(__type.o4 | undefined)",
|
|
26105
|
+
value: input.profile
|
|
26106
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.format || "string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26107
|
+
method: "typia.assertGuard",
|
|
26108
|
+
path: _path + ".format",
|
|
26109
|
+
expected: "(string | undefined)",
|
|
26110
|
+
value: input.format
|
|
26111
|
+
}, _errorFactory)) && (undefined === input.video || ("object" === typeof input.video && null !== input.video || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26112
|
+
method: "typia.assertGuard",
|
|
26113
|
+
path: _path + ".video",
|
|
26114
|
+
expected: "(__type.o5 | undefined)",
|
|
26115
|
+
value: input.video
|
|
26116
|
+
}, _errorFactory)) && _ao11(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26117
|
+
method: "typia.assertGuard",
|
|
26118
|
+
path: _path + ".video",
|
|
26119
|
+
expected: "(__type.o5 | undefined)",
|
|
26120
|
+
value: input.video
|
|
26121
|
+
}, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => ("number" === typeof input.width || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26122
|
+
method: "typia.assertGuard",
|
|
26123
|
+
path: _path + ".width",
|
|
26124
|
+
expected: "number",
|
|
26125
|
+
value: input.width
|
|
26126
|
+
}, _errorFactory)) && ("number" === typeof input.height || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26127
|
+
method: "typia.assertGuard",
|
|
26128
|
+
path: _path + ".height",
|
|
26129
|
+
expected: "number",
|
|
26130
|
+
value: input.height
|
|
26131
|
+
}, _errorFactory)) && ("cover" === input.fit || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26132
|
+
method: "typia.assertGuard",
|
|
26133
|
+
path: _path + ".fit",
|
|
26134
|
+
expected: "\"cover\"",
|
|
26135
|
+
value: input.fit
|
|
26136
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24950
26137
|
if (false === __is(input)) {
|
|
24951
26138
|
_errorFactory = errorFactory;
|
|
24952
26139
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|