@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 assertRecord(name, input) {
|
|
@@ -347,19 +347,19 @@ function _assertExactRecord(name, input) {
|
|
|
347
347
|
}; })()(input);
|
|
348
348
|
}
|
|
349
349
|
case "asset.dynamicProperties?": {
|
|
350
|
-
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.
|
|
350
|
+
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 => {
|
|
351
351
|
if (["type", "readOnly"].some(prop => key === prop))
|
|
352
352
|
return true;
|
|
353
353
|
const value = input[key];
|
|
354
354
|
if (undefined === value)
|
|
355
355
|
return true;
|
|
356
356
|
return true;
|
|
357
|
-
}); const
|
|
357
|
+
}); const _io4 = input => Object.keys(input).every(key => {
|
|
358
358
|
const value = input[key];
|
|
359
359
|
if (undefined === value)
|
|
360
360
|
return true;
|
|
361
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
362
|
-
}); 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) &&
|
|
361
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
|
|
362
|
+
}); 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 => (() => {
|
|
363
363
|
if (undefined !== input.panel)
|
|
364
364
|
return _io1(input);
|
|
365
365
|
else if (undefined !== input.schema)
|
|
@@ -406,31 +406,36 @@ function _assertExactRecord(name, input) {
|
|
|
406
406
|
path: _path + ".type",
|
|
407
407
|
expected: "(\"array\" | \"asset\" | \"boolean\" | \"datetime\" | \"number\" | \"object\" | \"rpc\" | \"string\" | undefined)",
|
|
408
408
|
value: input.type
|
|
409
|
-
}, _errorFactory)) && (undefined === input.
|
|
409
|
+
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
410
410
|
method: "typia.assert",
|
|
411
|
-
path: _path + ".
|
|
412
|
-
expected: "(
|
|
413
|
-
value: input.
|
|
414
|
-
}, _errorFactory)) && _ao2(input.
|
|
411
|
+
path: _path + ".items",
|
|
412
|
+
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
413
|
+
value: input.items
|
|
414
|
+
}, _errorFactory)) && _ao2(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
415
415
|
method: "typia.assert",
|
|
416
|
-
path: _path + ".
|
|
417
|
-
expected: "(
|
|
418
|
-
value: input.
|
|
419
|
-
}, _errorFactory)) && (undefined === input.
|
|
416
|
+
path: _path + ".items",
|
|
417
|
+
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
418
|
+
value: input.items
|
|
419
|
+
}, _errorFactory)) && (undefined === input.minItems || "number" === typeof input.minItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
420
420
|
method: "typia.assert",
|
|
421
|
-
path: _path + ".
|
|
422
|
-
expected: "(
|
|
423
|
-
value: input.
|
|
424
|
-
}, _errorFactory)) && (undefined === input.
|
|
421
|
+
path: _path + ".minItems",
|
|
422
|
+
expected: "(number | undefined)",
|
|
423
|
+
value: input.minItems
|
|
424
|
+
}, _errorFactory)) && (undefined === input.maxItems || "number" === typeof input.maxItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
425
425
|
method: "typia.assert",
|
|
426
|
-
path: _path + ".
|
|
427
|
-
expected: "(
|
|
428
|
-
value: input.
|
|
429
|
-
}, _errorFactory)) && (undefined === input.
|
|
426
|
+
path: _path + ".maxItems",
|
|
427
|
+
expected: "(number | undefined)",
|
|
428
|
+
value: input.maxItems
|
|
429
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
430
430
|
method: "typia.assert",
|
|
431
|
-
path: _path + ".
|
|
432
|
-
expected: "(string | undefined)",
|
|
433
|
-
value: input.
|
|
431
|
+
path: _path + ".properties",
|
|
432
|
+
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
433
|
+
value: input.properties
|
|
434
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
435
|
+
method: "typia.assert",
|
|
436
|
+
path: _path + ".properties",
|
|
437
|
+
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
438
|
+
value: input.properties
|
|
434
439
|
}, _errorFactory)) && (undefined === input.required || "boolean" === typeof input.required || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
435
440
|
method: "typia.assert",
|
|
436
441
|
path: _path + ".required",
|
|
@@ -446,7 +451,7 @@ function _assertExactRecord(name, input) {
|
|
|
446
451
|
path: _path + ".oneOf[" + _index9 + "]",
|
|
447
452
|
expected: "BaseSchemaProperty<unknown>",
|
|
448
453
|
value: elem
|
|
449
|
-
}, _errorFactory)) &&
|
|
454
|
+
}, _errorFactory)) && _ao2(elem, _path + ".oneOf[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
450
455
|
method: "typia.assert",
|
|
451
456
|
path: _path + ".oneOf[" + _index9 + "]",
|
|
452
457
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -466,7 +471,7 @@ function _assertExactRecord(name, input) {
|
|
|
466
471
|
path: _path + ".anyOf[" + _index10 + "]",
|
|
467
472
|
expected: "BaseSchemaProperty<unknown>",
|
|
468
473
|
value: elem
|
|
469
|
-
}, _errorFactory)) &&
|
|
474
|
+
}, _errorFactory)) && _ao2(elem, _path + ".anyOf[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
470
475
|
method: "typia.assert",
|
|
471
476
|
path: _path + ".anyOf[" + _index10 + "]",
|
|
472
477
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -481,6 +486,31 @@ function _assertExactRecord(name, input) {
|
|
|
481
486
|
path: _path + "[\"enum\"]",
|
|
482
487
|
expected: "(ReadonlyArray<unknown> | undefined)",
|
|
483
488
|
value: input["enum"]
|
|
489
|
+
}, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
490
|
+
method: "typia.assert",
|
|
491
|
+
path: _path + ".title",
|
|
492
|
+
expected: "(string | undefined)",
|
|
493
|
+
value: input.title
|
|
494
|
+
}, _errorFactory)) && (undefined === input.index || ("object" === typeof input.index && null !== input.index || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
495
|
+
method: "typia.assert",
|
|
496
|
+
path: _path + ".index",
|
|
497
|
+
expected: "(__type | undefined)",
|
|
498
|
+
value: input.index
|
|
499
|
+
}, _errorFactory)) && _ao5(input.index, _path + ".index", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
500
|
+
method: "typia.assert",
|
|
501
|
+
path: _path + ".index",
|
|
502
|
+
expected: "(__type | undefined)",
|
|
503
|
+
value: input.index
|
|
504
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
505
|
+
method: "typia.assert",
|
|
506
|
+
path: _path + ".description",
|
|
507
|
+
expected: "(string | undefined)",
|
|
508
|
+
value: input.description
|
|
509
|
+
}, _errorFactory)) && (undefined === input.placeholder || "string" === typeof input.placeholder || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
510
|
+
method: "typia.assert",
|
|
511
|
+
path: _path + ".placeholder",
|
|
512
|
+
expected: "(string | undefined)",
|
|
513
|
+
value: input.placeholder
|
|
484
514
|
}, _errorFactory)) && ((null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
485
515
|
method: "typia.assert",
|
|
486
516
|
path: _path + ".widget",
|
|
@@ -491,7 +521,7 @@ function _assertExactRecord(name, input) {
|
|
|
491
521
|
path: _path + ".widget",
|
|
492
522
|
expected: "(WidgetOptions | string | undefined)",
|
|
493
523
|
value: input.widget
|
|
494
|
-
}, _errorFactory)) &&
|
|
524
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
495
525
|
method: "typia.assert",
|
|
496
526
|
path: _path + ".widget",
|
|
497
527
|
expected: "(WidgetOptions | string | undefined)",
|
|
@@ -506,47 +536,7 @@ function _assertExactRecord(name, input) {
|
|
|
506
536
|
path: _path + ".invalid",
|
|
507
537
|
expected: "(boolean | undefined)",
|
|
508
538
|
value: input.invalid
|
|
509
|
-
}, _errorFactory)) && true && (undefined === input.
|
|
510
|
-
method: "typia.assert",
|
|
511
|
-
path: _path + ".minItems",
|
|
512
|
-
expected: "(number | undefined)",
|
|
513
|
-
value: input.minItems
|
|
514
|
-
}, _errorFactory)) && (undefined === input.maxItems || "number" === typeof input.maxItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
515
|
-
method: "typia.assert",
|
|
516
|
-
path: _path + ".maxItems",
|
|
517
|
-
expected: "(number | undefined)",
|
|
518
|
-
value: input.maxItems
|
|
519
|
-
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
520
|
-
method: "typia.assert",
|
|
521
|
-
path: _path + ".items",
|
|
522
|
-
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
523
|
-
value: input.items
|
|
524
|
-
}, _errorFactory)) && _ao3(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
525
|
-
method: "typia.assert",
|
|
526
|
-
path: _path + ".items",
|
|
527
|
-
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
528
|
-
value: input.items
|
|
529
|
-
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
530
|
-
method: "typia.assert",
|
|
531
|
-
path: _path + ".properties",
|
|
532
|
-
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
533
|
-
value: input.properties
|
|
534
|
-
}, _errorFactory)) && _ao5(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
535
|
-
method: "typia.assert",
|
|
536
|
-
path: _path + ".properties",
|
|
537
|
-
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
538
|
-
value: input.properties
|
|
539
|
-
}, _errorFactory)) && true; const _ao2 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
540
|
-
method: "typia.assert",
|
|
541
|
-
path: _path + ".label",
|
|
542
|
-
expected: "string",
|
|
543
|
-
value: input.label
|
|
544
|
-
}, _errorFactory)) && ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
545
|
-
method: "typia.assert",
|
|
546
|
-
path: _path + ".path",
|
|
547
|
-
expected: "string",
|
|
548
|
-
value: input.path
|
|
549
|
-
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.domain || "string" === typeof input.domain || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
539
|
+
}, _errorFactory)) && true && true; const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.domain || "string" === typeof input.domain || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
550
540
|
method: "typia.assert",
|
|
551
541
|
path: _path + ".domain",
|
|
552
542
|
expected: "(string | undefined)",
|
|
@@ -586,7 +576,7 @@ function _assertExactRecord(name, input) {
|
|
|
586
576
|
path: _path + ".oneOf[" + _index11 + "]",
|
|
587
577
|
expected: "BaseSchemaProperty<unknown>",
|
|
588
578
|
value: elem
|
|
589
|
-
}, _errorFactory)) &&
|
|
579
|
+
}, _errorFactory)) && _ao2(elem, _path + ".oneOf[" + _index11 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
590
580
|
method: "typia.assert",
|
|
591
581
|
path: _path + ".oneOf[" + _index11 + "]",
|
|
592
582
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -606,7 +596,7 @@ function _assertExactRecord(name, input) {
|
|
|
606
596
|
path: _path + ".anyOf[" + _index12 + "]",
|
|
607
597
|
expected: "BaseSchemaProperty<unknown>",
|
|
608
598
|
value: elem
|
|
609
|
-
}, _errorFactory)) &&
|
|
599
|
+
}, _errorFactory)) && _ao2(elem, _path + ".anyOf[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
610
600
|
method: "typia.assert",
|
|
611
601
|
path: _path + ".anyOf[" + _index12 + "]",
|
|
612
602
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -631,7 +621,7 @@ function _assertExactRecord(name, input) {
|
|
|
631
621
|
path: _path + ".widget",
|
|
632
622
|
expected: "(WidgetOptions | string | undefined)",
|
|
633
623
|
value: input.widget
|
|
634
|
-
}, _errorFactory)) &&
|
|
624
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
635
625
|
method: "typia.assert",
|
|
636
626
|
path: _path + ".widget",
|
|
637
627
|
expected: "(WidgetOptions | string | undefined)",
|
|
@@ -666,7 +656,7 @@ function _assertExactRecord(name, input) {
|
|
|
666
656
|
path: _path + ".items",
|
|
667
657
|
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
668
658
|
value: input.items
|
|
669
|
-
}, _errorFactory)) &&
|
|
659
|
+
}, _errorFactory)) && _ao2(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
670
660
|
method: "typia.assert",
|
|
671
661
|
path: _path + ".items",
|
|
672
662
|
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
@@ -676,7 +666,7 @@ function _assertExactRecord(name, input) {
|
|
|
676
666
|
path: _path + ".properties",
|
|
677
667
|
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
678
668
|
value: input.properties
|
|
679
|
-
}, _errorFactory)) &&
|
|
669
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
680
670
|
method: "typia.assert",
|
|
681
671
|
path: _path + ".properties",
|
|
682
672
|
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
@@ -686,12 +676,12 @@ function _assertExactRecord(name, input) {
|
|
|
686
676
|
path: _path + ".index",
|
|
687
677
|
expected: "(__type | undefined)",
|
|
688
678
|
value: input.index
|
|
689
|
-
}, _errorFactory)) &&
|
|
679
|
+
}, _errorFactory)) && _ao5(input.index, _path + ".index", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
690
680
|
method: "typia.assert",
|
|
691
681
|
path: _path + ".index",
|
|
692
682
|
expected: "(__type | undefined)",
|
|
693
683
|
value: input.index
|
|
694
|
-
}, _errorFactory)); const
|
|
684
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
695
685
|
method: "typia.assert",
|
|
696
686
|
path: _path + ".type",
|
|
697
687
|
expected: "(string | undefined)",
|
|
@@ -708,7 +698,7 @@ function _assertExactRecord(name, input) {
|
|
|
708
698
|
if (undefined === value)
|
|
709
699
|
return true;
|
|
710
700
|
return true;
|
|
711
|
-
})); const
|
|
701
|
+
})); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
712
702
|
const value = input[key];
|
|
713
703
|
if (undefined === value)
|
|
714
704
|
return true;
|
|
@@ -717,13 +707,23 @@ function _assertExactRecord(name, input) {
|
|
|
717
707
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
718
708
|
expected: "BaseSchemaProperty<unknown>",
|
|
719
709
|
value: value
|
|
720
|
-
}, _errorFactory)) &&
|
|
710
|
+
}, _errorFactory)) && _ao2(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
721
711
|
method: "typia.assert",
|
|
722
712
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
723
713
|
expected: "BaseSchemaProperty<unknown>",
|
|
724
714
|
value: value
|
|
725
715
|
}, _errorFactory);
|
|
726
|
-
}); const
|
|
716
|
+
}); const _ao5 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
717
|
+
method: "typia.assert",
|
|
718
|
+
path: _path + ".label",
|
|
719
|
+
expected: "string",
|
|
720
|
+
value: input.label
|
|
721
|
+
}, _errorFactory)) && ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
722
|
+
method: "typia.assert",
|
|
723
|
+
path: _path + ".path",
|
|
724
|
+
expected: "string",
|
|
725
|
+
value: input.path
|
|
726
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("string" === typeof input.schema || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
727
727
|
method: "typia.assert",
|
|
728
728
|
path: _path + ".schema",
|
|
729
729
|
expected: "string",
|
|
@@ -743,61 +743,36 @@ function _assertExactRecord(name, input) {
|
|
|
743
743
|
path: _path + ".type",
|
|
744
744
|
expected: "(\"array\" | \"asset\" | \"boolean\" | \"datetime\" | \"number\" | \"object\" | \"rpc\" | \"string\" | undefined)",
|
|
745
745
|
value: input.type
|
|
746
|
-
}, _errorFactory)) && ((null !== input.
|
|
747
|
-
method: "typia.assert",
|
|
748
|
-
path: _path + ".recordName",
|
|
749
|
-
expected: "(__type.o1 | string | undefined)",
|
|
750
|
-
value: input.recordName
|
|
751
|
-
}, _errorFactory)) && (undefined === input.recordName || "string" === typeof input.recordName || ("object" === typeof input.recordName && null !== input.recordName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
752
|
-
method: "typia.assert",
|
|
753
|
-
path: _path + ".recordName",
|
|
754
|
-
expected: "(__type.o1 | string | undefined)",
|
|
755
|
-
value: input.recordName
|
|
756
|
-
}, _errorFactory)) && _ao7(input.recordName, _path + ".recordName", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
757
|
-
method: "typia.assert",
|
|
758
|
-
path: _path + ".recordName",
|
|
759
|
-
expected: "(__type.o1 | string | undefined)",
|
|
760
|
-
value: input.recordName
|
|
761
|
-
}, _errorFactory))) && ((null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
762
|
-
method: "typia.assert",
|
|
763
|
-
path: _path + ".setter",
|
|
764
|
-
expected: "(__type.o3 | string | undefined)",
|
|
765
|
-
value: input.setter
|
|
766
|
-
}, _errorFactory)) && (undefined === input.setter || "function" === typeof input.setter || "string" === typeof input.setter || ("object" === typeof input.setter && null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
767
|
-
method: "typia.assert",
|
|
768
|
-
path: _path + ".setter",
|
|
769
|
-
expected: "(__type.o3 | string | undefined)",
|
|
770
|
-
value: input.setter
|
|
771
|
-
}, _errorFactory)) && _ao9(input.setter, _path + ".setter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
746
|
+
}, _errorFactory)) && true && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
772
747
|
method: "typia.assert",
|
|
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)) && _ao2(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
777
752
|
method: "typia.assert",
|
|
778
|
-
path: _path + ".
|
|
779
|
-
expected: "(
|
|
780
|
-
value: input.
|
|
781
|
-
}, _errorFactory)) &&
|
|
753
|
+
path: _path + ".items",
|
|
754
|
+
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
755
|
+
value: input.items
|
|
756
|
+
}, _errorFactory)) && (undefined === input.minItems || "number" === typeof input.minItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
782
757
|
method: "typia.assert",
|
|
783
|
-
path: _path + ".
|
|
784
|
-
expected: "(
|
|
785
|
-
value: input.
|
|
786
|
-
}, _errorFactory)) && (undefined === input.
|
|
758
|
+
path: _path + ".minItems",
|
|
759
|
+
expected: "(number | undefined)",
|
|
760
|
+
value: input.minItems
|
|
761
|
+
}, _errorFactory)) && (undefined === input.maxItems || "number" === typeof input.maxItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
787
762
|
method: "typia.assert",
|
|
788
|
-
path: _path + ".
|
|
789
|
-
expected: "(
|
|
790
|
-
value: input.
|
|
791
|
-
}, _errorFactory)) && (undefined === input.
|
|
763
|
+
path: _path + ".maxItems",
|
|
764
|
+
expected: "(number | undefined)",
|
|
765
|
+
value: input.maxItems
|
|
766
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
792
767
|
method: "typia.assert",
|
|
793
|
-
path: _path + ".
|
|
794
|
-
expected: "(string | undefined)",
|
|
795
|
-
value: input.
|
|
796
|
-
}, _errorFactory)) && (
|
|
768
|
+
path: _path + ".properties",
|
|
769
|
+
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
770
|
+
value: input.properties
|
|
771
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
797
772
|
method: "typia.assert",
|
|
798
|
-
path: _path + ".
|
|
799
|
-
expected: "(string | undefined)",
|
|
800
|
-
value: input.
|
|
773
|
+
path: _path + ".properties",
|
|
774
|
+
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
775
|
+
value: input.properties
|
|
801
776
|
}, _errorFactory)) && (undefined === input.required || "boolean" === typeof input.required || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
802
777
|
method: "typia.assert",
|
|
803
778
|
path: _path + ".required",
|
|
@@ -813,7 +788,7 @@ function _assertExactRecord(name, input) {
|
|
|
813
788
|
path: _path + ".oneOf[" + _index13 + "]",
|
|
814
789
|
expected: "BaseSchemaProperty<unknown>",
|
|
815
790
|
value: elem
|
|
816
|
-
}, _errorFactory)) &&
|
|
791
|
+
}, _errorFactory)) && _ao2(elem, _path + ".oneOf[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
817
792
|
method: "typia.assert",
|
|
818
793
|
path: _path + ".oneOf[" + _index13 + "]",
|
|
819
794
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -833,7 +808,7 @@ function _assertExactRecord(name, input) {
|
|
|
833
808
|
path: _path + ".anyOf[" + _index14 + "]",
|
|
834
809
|
expected: "BaseSchemaProperty<unknown>",
|
|
835
810
|
value: elem
|
|
836
|
-
}, _errorFactory)) &&
|
|
811
|
+
}, _errorFactory)) && _ao2(elem, _path + ".anyOf[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
837
812
|
method: "typia.assert",
|
|
838
813
|
path: _path + ".anyOf[" + _index14 + "]",
|
|
839
814
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -848,6 +823,61 @@ function _assertExactRecord(name, input) {
|
|
|
848
823
|
path: _path + "[\"enum\"]",
|
|
849
824
|
expected: "(ReadonlyArray<unknown> | undefined)",
|
|
850
825
|
value: input["enum"]
|
|
826
|
+
}, _errorFactory)) && true && ((null !== input.recordName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
827
|
+
method: "typia.assert",
|
|
828
|
+
path: _path + ".recordName",
|
|
829
|
+
expected: "(__type.o1 | string | undefined)",
|
|
830
|
+
value: input.recordName
|
|
831
|
+
}, _errorFactory)) && (undefined === input.recordName || "string" === typeof input.recordName || ("object" === typeof input.recordName && null !== input.recordName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
832
|
+
method: "typia.assert",
|
|
833
|
+
path: _path + ".recordName",
|
|
834
|
+
expected: "(__type.o1 | string | undefined)",
|
|
835
|
+
value: input.recordName
|
|
836
|
+
}, _errorFactory)) && _ao7(input.recordName, _path + ".recordName", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
837
|
+
method: "typia.assert",
|
|
838
|
+
path: _path + ".recordName",
|
|
839
|
+
expected: "(__type.o1 | string | undefined)",
|
|
840
|
+
value: input.recordName
|
|
841
|
+
}, _errorFactory))) && ((null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
842
|
+
method: "typia.assert",
|
|
843
|
+
path: _path + ".setter",
|
|
844
|
+
expected: "(__type.o3 | string | undefined)",
|
|
845
|
+
value: input.setter
|
|
846
|
+
}, _errorFactory)) && (undefined === input.setter || "function" === typeof input.setter || "string" === typeof input.setter || ("object" === typeof input.setter && null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
847
|
+
method: "typia.assert",
|
|
848
|
+
path: _path + ".setter",
|
|
849
|
+
expected: "(__type.o3 | string | undefined)",
|
|
850
|
+
value: input.setter
|
|
851
|
+
}, _errorFactory)) && _ao9(input.setter, _path + ".setter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
852
|
+
method: "typia.assert",
|
|
853
|
+
path: _path + ".setter",
|
|
854
|
+
expected: "(__type.o3 | string | undefined)",
|
|
855
|
+
value: input.setter
|
|
856
|
+
}, _errorFactory))) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
857
|
+
method: "typia.assert",
|
|
858
|
+
path: _path + ".title",
|
|
859
|
+
expected: "(string | undefined)",
|
|
860
|
+
value: input.title
|
|
861
|
+
}, _errorFactory)) && (undefined === input.index || ("object" === typeof input.index && null !== input.index || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
862
|
+
method: "typia.assert",
|
|
863
|
+
path: _path + ".index",
|
|
864
|
+
expected: "(__type | undefined)",
|
|
865
|
+
value: input.index
|
|
866
|
+
}, _errorFactory)) && _ao5(input.index, _path + ".index", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
867
|
+
method: "typia.assert",
|
|
868
|
+
path: _path + ".index",
|
|
869
|
+
expected: "(__type | undefined)",
|
|
870
|
+
value: input.index
|
|
871
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
872
|
+
method: "typia.assert",
|
|
873
|
+
path: _path + ".description",
|
|
874
|
+
expected: "(string | undefined)",
|
|
875
|
+
value: input.description
|
|
876
|
+
}, _errorFactory)) && (undefined === input.placeholder || "string" === typeof input.placeholder || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
877
|
+
method: "typia.assert",
|
|
878
|
+
path: _path + ".placeholder",
|
|
879
|
+
expected: "(string | undefined)",
|
|
880
|
+
value: input.placeholder
|
|
851
881
|
}, _errorFactory)) && ((null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
852
882
|
method: "typia.assert",
|
|
853
883
|
path: _path + ".widget",
|
|
@@ -858,7 +888,7 @@ function _assertExactRecord(name, input) {
|
|
|
858
888
|
path: _path + ".widget",
|
|
859
889
|
expected: "(WidgetOptions | string | undefined)",
|
|
860
890
|
value: input.widget
|
|
861
|
-
}, _errorFactory)) &&
|
|
891
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
862
892
|
method: "typia.assert",
|
|
863
893
|
path: _path + ".widget",
|
|
864
894
|
expected: "(WidgetOptions | string | undefined)",
|
|
@@ -873,42 +903,12 @@ function _assertExactRecord(name, input) {
|
|
|
873
903
|
path: _path + ".invalid",
|
|
874
904
|
expected: "(boolean | undefined)",
|
|
875
905
|
value: input.invalid
|
|
876
|
-
}, _errorFactory)) && true &&
|
|
906
|
+
}, _errorFactory)) && true && true; const _ao7 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
877
907
|
method: "typia.assert",
|
|
878
|
-
path: _path + ".
|
|
879
|
-
expected: "
|
|
880
|
-
value: input.
|
|
881
|
-
}, _errorFactory)) && (
|
|
882
|
-
method: "typia.assert",
|
|
883
|
-
path: _path + ".maxItems",
|
|
884
|
-
expected: "(number | undefined)",
|
|
885
|
-
value: input.maxItems
|
|
886
|
-
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
887
|
-
method: "typia.assert",
|
|
888
|
-
path: _path + ".items",
|
|
889
|
-
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
890
|
-
value: input.items
|
|
891
|
-
}, _errorFactory)) && _ao3(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
892
|
-
method: "typia.assert",
|
|
893
|
-
path: _path + ".items",
|
|
894
|
-
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
895
|
-
value: input.items
|
|
896
|
-
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
897
|
-
method: "typia.assert",
|
|
898
|
-
path: _path + ".properties",
|
|
899
|
-
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
900
|
-
value: input.properties
|
|
901
|
-
}, _errorFactory)) && _ao5(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
902
|
-
method: "typia.assert",
|
|
903
|
-
path: _path + ".properties",
|
|
904
|
-
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
905
|
-
value: input.properties
|
|
906
|
-
}, _errorFactory)) && true; const _ao7 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
907
|
-
method: "typia.assert",
|
|
908
|
-
path: _path + ".__context",
|
|
909
|
-
expected: "__type.o2",
|
|
910
|
-
value: input.__context
|
|
911
|
-
}, _errorFactory)) && _ao8(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
908
|
+
path: _path + ".__context",
|
|
909
|
+
expected: "__type.o2",
|
|
910
|
+
value: input.__context
|
|
911
|
+
}, _errorFactory)) && _ao8(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
912
912
|
method: "typia.assert",
|
|
913
913
|
path: _path + ".__context",
|
|
914
914
|
expected: "__type.o2",
|
|
@@ -1804,7 +1804,7 @@ function _assertExactRecord(name, input) {
|
|
|
1804
1804
|
if (undefined === value)
|
|
1805
1805
|
return true;
|
|
1806
1806
|
return "object" === typeof value && null !== value && _io2(value);
|
|
1807
|
-
}); 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 => {
|
|
1807
|
+
}); 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 => {
|
|
1808
1808
|
const value = input[key];
|
|
1809
1809
|
if (undefined === value)
|
|
1810
1810
|
return true;
|
|
@@ -1964,7 +1964,7 @@ function _assertExactRecord(name, input) {
|
|
|
1964
1964
|
path: _path + ".url",
|
|
1965
1965
|
expected: "(__type.o1 | string | undefined)",
|
|
1966
1966
|
value: input.url
|
|
1967
|
-
}, _errorFactory))); const _ao4 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1967
|
+
}, _errorFactory))) && true; const _ao4 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1968
1968
|
method: "typia.assert",
|
|
1969
1969
|
path: _path + ".title",
|
|
1970
1970
|
expected: "string",
|
|
@@ -3325,12 +3325,17 @@ function _assertExactRecord(name, input) {
|
|
|
3325
3325
|
}; })()(input);
|
|
3326
3326
|
}
|
|
3327
3327
|
case "asset-daemon": {
|
|
3328
|
-
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, {
|
|
3328
|
+
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, {
|
|
3329
3329
|
method: "typia.assert",
|
|
3330
3330
|
path: _path + "[\"user-notify\"]",
|
|
3331
3331
|
expected: "(boolean | undefined)",
|
|
3332
3332
|
value: input["user-notify"]
|
|
3333
|
-
}, _errorFactory)
|
|
3333
|
+
}, _errorFactory)) && (undefined === input.validate || "boolean" === typeof input.validate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3334
|
+
method: "typia.assert",
|
|
3335
|
+
path: _path + ".validate",
|
|
3336
|
+
expected: "(boolean | undefined)",
|
|
3337
|
+
value: input.validate
|
|
3338
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
3334
3339
|
if (false === __is(input)) {
|
|
3335
3340
|
_errorFactory = errorFactory;
|
|
3336
3341
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -3377,6 +3382,35 @@ function _assertExactRecord(name, input) {
|
|
|
3377
3382
|
return input;
|
|
3378
3383
|
}; })()(input);
|
|
3379
3384
|
}
|
|
3385
|
+
case "asset-daemon:validate.state": {
|
|
3386
|
+
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, {
|
|
3387
|
+
method: "typia.assert",
|
|
3388
|
+
path: _path + ".since",
|
|
3389
|
+
expected: "(0 | null | string | undefined)",
|
|
3390
|
+
value: input.since
|
|
3391
|
+
}, _errorFactory)) && (undefined === input.version || "number" === typeof input.version || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3392
|
+
method: "typia.assert",
|
|
3393
|
+
path: _path + ".version",
|
|
3394
|
+
expected: "(number | undefined)",
|
|
3395
|
+
value: input.version
|
|
3396
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
3397
|
+
if (false === __is(input)) {
|
|
3398
|
+
_errorFactory = errorFactory;
|
|
3399
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
3400
|
+
method: "typia.assert",
|
|
3401
|
+
path: _path + "",
|
|
3402
|
+
expected: "AssetDaemonValidateStateRecord",
|
|
3403
|
+
value: input
|
|
3404
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
3405
|
+
method: "typia.assert",
|
|
3406
|
+
path: _path + "",
|
|
3407
|
+
expected: "AssetDaemonValidateStateRecord",
|
|
3408
|
+
value: input
|
|
3409
|
+
}, _errorFactory))(input, "$input", true);
|
|
3410
|
+
}
|
|
3411
|
+
return input;
|
|
3412
|
+
}; })()(input);
|
|
3413
|
+
}
|
|
3380
3414
|
case "deepstream-replicator.stats?": {
|
|
3381
3415
|
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 => {
|
|
3382
3416
|
const value = input[key];
|
|
@@ -5765,7 +5799,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
5765
5799
|
if (undefined === value)
|
|
5766
5800
|
return true;
|
|
5767
5801
|
return null !== value && (undefined === value || "string" === typeof value || Array.isArray(value) && value.every(elem => "string" === typeof elem));
|
|
5768
|
-
}); 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 => (() => {
|
|
5802
|
+
}); 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 => (() => {
|
|
5769
5803
|
if (undefined !== input.__context)
|
|
5770
5804
|
return _io14(input);
|
|
5771
5805
|
else
|
|
@@ -8040,6 +8074,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
8040
8074
|
path: _path + ".share",
|
|
8041
8075
|
expected: "(string | undefined)",
|
|
8042
8076
|
value: input.share
|
|
8077
|
+
}, _errorFactory)) && (undefined === input.root || "string" === typeof input.root || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8078
|
+
method: "typia.assert",
|
|
8079
|
+
path: _path + ".root",
|
|
8080
|
+
expected: "(string | undefined)",
|
|
8081
|
+
value: input.root
|
|
8043
8082
|
}, _errorFactory)) && (undefined === input.workgroup || "string" === typeof input.workgroup || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8044
8083
|
method: "typia.assert",
|
|
8045
8084
|
path: _path + ".workgroup",
|
|
@@ -8055,6 +8094,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
8055
8094
|
path: _path + ".password",
|
|
8056
8095
|
expected: "(string | undefined)",
|
|
8057
8096
|
value: input.password
|
|
8097
|
+
}, _errorFactory)) && (undefined === input.createFolders || "boolean" === typeof input.createFolders || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8098
|
+
method: "typia.assert",
|
|
8099
|
+
path: _path + ".createFolders",
|
|
8100
|
+
expected: "(boolean | undefined)",
|
|
8101
|
+
value: input.createFolders
|
|
8058
8102
|
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8059
8103
|
method: "typia.assert",
|
|
8060
8104
|
path: _path + ".type",
|
|
@@ -8756,7 +8800,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
8756
8800
|
}; })()(input);
|
|
8757
8801
|
}
|
|
8758
8802
|
case ":event": {
|
|
8759
|
-
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, {
|
|
8803
|
+
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, {
|
|
8760
8804
|
method: "typia.assert",
|
|
8761
8805
|
path: _path + ".start",
|
|
8762
8806
|
expected: "(null | number | undefined)",
|
|
@@ -8771,6 +8815,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
8771
8815
|
path: _path + ".duration",
|
|
8772
8816
|
expected: "(null | number | undefined)",
|
|
8773
8817
|
value: input.duration
|
|
8818
|
+
}, _errorFactory)) && (undefined === input.position || "string" === typeof input.position || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8819
|
+
method: "typia.assert",
|
|
8820
|
+
path: _path + ".position",
|
|
8821
|
+
expected: "(string | undefined)",
|
|
8822
|
+
value: input.position
|
|
8774
8823
|
}, _errorFactory)) && (undefined === input.text || "string" === typeof input.text || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8775
8824
|
method: "typia.assert",
|
|
8776
8825
|
path: _path + ".text",
|
|
@@ -8954,8 +9003,8 @@ function _assertDomainRecord(domain, input) {
|
|
|
8954
9003
|
if (undefined === value)
|
|
8955
9004
|
return true;
|
|
8956
9005
|
return "object" === typeof value && null !== value && _io1(value);
|
|
8957
|
-
}); 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 => {
|
|
8958
|
-
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9006
|
+
}); 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 => {
|
|
9007
|
+
if (["source", "cueCard", "printRundownColor", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8959
9008
|
return true;
|
|
8960
9009
|
const value = input[key];
|
|
8961
9010
|
if (undefined === value)
|
|
@@ -9001,6 +9050,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
9001
9050
|
path: _path + ".cueCard",
|
|
9002
9051
|
expected: "(boolean | string | undefined)",
|
|
9003
9052
|
value: input.cueCard
|
|
9053
|
+
}, _errorFactory)) && (undefined === input.printRundownColor || "string" === typeof input.printRundownColor || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9054
|
+
method: "typia.assert",
|
|
9055
|
+
path: _path + ".printRundownColor",
|
|
9056
|
+
expected: "(string | undefined)",
|
|
9057
|
+
value: input.printRundownColor
|
|
9004
9058
|
}, _errorFactory)) && (undefined === input.startTime || "number" === typeof input.startTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9005
9059
|
method: "typia.assert",
|
|
9006
9060
|
path: _path + ".startTime",
|
|
@@ -9032,7 +9086,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
9032
9086
|
expected: "(boolean | undefined)",
|
|
9033
9087
|
value: input.shotboxVisible
|
|
9034
9088
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
9035
|
-
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9089
|
+
if (["source", "cueCard", "printRundownColor", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9036
9090
|
return true;
|
|
9037
9091
|
const value = input[key];
|
|
9038
9092
|
if (undefined === value)
|
|
@@ -9259,8 +9313,8 @@ function _assertDomainRecord(domain, input) {
|
|
|
9259
9313
|
}; })()(input);
|
|
9260
9314
|
}
|
|
9261
9315
|
case ":event.props?": {
|
|
9262
|
-
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 => {
|
|
9263
|
-
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9316
|
+
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 => {
|
|
9317
|
+
if (["source", "cueCard", "printRundownColor", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9264
9318
|
return true;
|
|
9265
9319
|
const value = input[key];
|
|
9266
9320
|
if (undefined === value)
|
|
@@ -9281,6 +9335,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
9281
9335
|
path: _path + ".cueCard",
|
|
9282
9336
|
expected: "(boolean | string | undefined)",
|
|
9283
9337
|
value: input.cueCard
|
|
9338
|
+
}, _errorFactory)) && (undefined === input.printRundownColor || "string" === typeof input.printRundownColor || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9339
|
+
method: "typia.assert",
|
|
9340
|
+
path: _path + ".printRundownColor",
|
|
9341
|
+
expected: "(string | undefined)",
|
|
9342
|
+
value: input.printRundownColor
|
|
9284
9343
|
}, _errorFactory)) && (undefined === input.startTime || "number" === typeof input.startTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9285
9344
|
method: "typia.assert",
|
|
9286
9345
|
path: _path + ".startTime",
|
|
@@ -9312,7 +9371,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
9312
9371
|
expected: "(boolean | undefined)",
|
|
9313
9372
|
value: input.shotboxVisible
|
|
9314
9373
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
9315
|
-
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9374
|
+
if (["source", "cueCard", "printRundownColor", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9316
9375
|
return true;
|
|
9317
9376
|
const value = input[key];
|
|
9318
9377
|
if (undefined === value)
|
|
@@ -9401,6 +9460,103 @@ function _assertDomainRecord(domain, input) {
|
|
|
9401
9460
|
return input;
|
|
9402
9461
|
}; })()(input);
|
|
9403
9462
|
}
|
|
9463
|
+
case ":event.stats?": {
|
|
9464
|
+
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, {
|
|
9465
|
+
method: "typia.assert",
|
|
9466
|
+
path: _path + ".type",
|
|
9467
|
+
expected: "(string | undefined)",
|
|
9468
|
+
value: input.type
|
|
9469
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
9470
|
+
if (false === __is(input)) {
|
|
9471
|
+
_errorFactory = errorFactory;
|
|
9472
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9473
|
+
method: "typia.assert",
|
|
9474
|
+
path: _path + "",
|
|
9475
|
+
expected: "EventStatsRecord",
|
|
9476
|
+
value: input
|
|
9477
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9478
|
+
method: "typia.assert",
|
|
9479
|
+
path: _path + "",
|
|
9480
|
+
expected: "EventStatsRecord",
|
|
9481
|
+
value: input
|
|
9482
|
+
}, _errorFactory))(input, "$input", true);
|
|
9483
|
+
}
|
|
9484
|
+
return input;
|
|
9485
|
+
}; })()(input);
|
|
9486
|
+
}
|
|
9487
|
+
case ":event.readDuration?": {
|
|
9488
|
+
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, {
|
|
9489
|
+
method: "typia.assert",
|
|
9490
|
+
path: _path + ".numChars",
|
|
9491
|
+
expected: "(number | undefined)",
|
|
9492
|
+
value: input.numChars
|
|
9493
|
+
}, _errorFactory)) && (undefined === input.numWords || "number" === typeof input.numWords || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9494
|
+
method: "typia.assert",
|
|
9495
|
+
path: _path + ".numWords",
|
|
9496
|
+
expected: "(number | undefined)",
|
|
9497
|
+
value: input.numWords
|
|
9498
|
+
}, _errorFactory)) && (undefined === input.readRate || "number" === typeof input.readRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9499
|
+
method: "typia.assert",
|
|
9500
|
+
path: _path + ".readRate",
|
|
9501
|
+
expected: "(number | undefined)",
|
|
9502
|
+
value: input.readRate
|
|
9503
|
+
}, _errorFactory)) && (undefined === input.readDuration || "number" === typeof input.readDuration || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9504
|
+
method: "typia.assert",
|
|
9505
|
+
path: _path + ".readDuration",
|
|
9506
|
+
expected: "(number | undefined)",
|
|
9507
|
+
value: input.readDuration
|
|
9508
|
+
}, _errorFactory)) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9509
|
+
method: "typia.assert",
|
|
9510
|
+
path: _path + ".readType",
|
|
9511
|
+
expected: "(\"characters\" | \"words\" | \"wordsPerMinute\" | undefined)",
|
|
9512
|
+
value: input.readType
|
|
9513
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
9514
|
+
if (false === __is(input)) {
|
|
9515
|
+
_errorFactory = errorFactory;
|
|
9516
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9517
|
+
method: "typia.assert",
|
|
9518
|
+
path: _path + "",
|
|
9519
|
+
expected: "EventReadDurationRecord",
|
|
9520
|
+
value: input
|
|
9521
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9522
|
+
method: "typia.assert",
|
|
9523
|
+
path: _path + "",
|
|
9524
|
+
expected: "EventReadDurationRecord",
|
|
9525
|
+
value: input
|
|
9526
|
+
}, _errorFactory))(input, "$input", true);
|
|
9527
|
+
}
|
|
9528
|
+
return input;
|
|
9529
|
+
}; })()(input);
|
|
9530
|
+
}
|
|
9531
|
+
case ":event.readRate?": {
|
|
9532
|
+
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, {
|
|
9533
|
+
method: "typia.assert",
|
|
9534
|
+
path: _path + ".readRate",
|
|
9535
|
+
expected: "(number | undefined)",
|
|
9536
|
+
value: input.readRate
|
|
9537
|
+
}, _errorFactory)) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9538
|
+
method: "typia.assert",
|
|
9539
|
+
path: _path + ".readType",
|
|
9540
|
+
expected: "(\"characters\" | \"words\" | \"wordsPerMinute\" | undefined)",
|
|
9541
|
+
value: input.readType
|
|
9542
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
9543
|
+
if (false === __is(input)) {
|
|
9544
|
+
_errorFactory = errorFactory;
|
|
9545
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9546
|
+
method: "typia.assert",
|
|
9547
|
+
path: _path + "",
|
|
9548
|
+
expected: "EventReadRateRecord",
|
|
9549
|
+
value: input
|
|
9550
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9551
|
+
method: "typia.assert",
|
|
9552
|
+
path: _path + "",
|
|
9553
|
+
expected: "EventReadRateRecord",
|
|
9554
|
+
value: input
|
|
9555
|
+
}, _errorFactory))(input, "$input", true);
|
|
9556
|
+
}
|
|
9557
|
+
return input;
|
|
9558
|
+
}; })()(input);
|
|
9559
|
+
}
|
|
9404
9560
|
case ":file.replicate": {
|
|
9405
9561
|
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 => {
|
|
9406
9562
|
const value = input[key];
|
|
@@ -10057,6 +10213,40 @@ function _assertDomainRecord(domain, input) {
|
|
|
10057
10213
|
return input;
|
|
10058
10214
|
}; })()(input);
|
|
10059
10215
|
}
|
|
10216
|
+
case ":gallery": {
|
|
10217
|
+
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, {
|
|
10218
|
+
method: "typia.assert",
|
|
10219
|
+
path: _path + ".sources",
|
|
10220
|
+
expected: "(__type | undefined)",
|
|
10221
|
+
value: input.sources
|
|
10222
|
+
}, _errorFactory)) && _ao1(input.sources, _path + ".sources", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10223
|
+
method: "typia.assert",
|
|
10224
|
+
path: _path + ".sources",
|
|
10225
|
+
expected: "(__type | undefined)",
|
|
10226
|
+
value: input.sources
|
|
10227
|
+
}, _errorFactory); const _ao1 = (input, _path, _exceptionable = true) => undefined === input.program || "string" === typeof input.program || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10228
|
+
method: "typia.assert",
|
|
10229
|
+
path: _path + ".program",
|
|
10230
|
+
expected: "(string | undefined)",
|
|
10231
|
+
value: input.program
|
|
10232
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
10233
|
+
if (false === __is(input)) {
|
|
10234
|
+
_errorFactory = errorFactory;
|
|
10235
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10236
|
+
method: "typia.assert",
|
|
10237
|
+
path: _path + "",
|
|
10238
|
+
expected: "GalleryDomainRecord",
|
|
10239
|
+
value: input
|
|
10240
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10241
|
+
method: "typia.assert",
|
|
10242
|
+
path: _path + "",
|
|
10243
|
+
expected: "GalleryDomainRecord",
|
|
10244
|
+
value: input
|
|
10245
|
+
}, _errorFactory))(input, "$input", true);
|
|
10246
|
+
}
|
|
10247
|
+
return input;
|
|
10248
|
+
}; })()(input);
|
|
10249
|
+
}
|
|
10060
10250
|
case ":general.title": {
|
|
10061
10251
|
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, {
|
|
10062
10252
|
method: "typia.assert",
|
|
@@ -10518,7 +10708,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
10518
10708
|
if (undefined === value)
|
|
10519
10709
|
return true;
|
|
10520
10710
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
|
|
10521
|
-
}); 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 =>
|
|
10711
|
+
}); 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 => {
|
|
10712
|
+
const value = input[key];
|
|
10713
|
+
if (undefined === value)
|
|
10714
|
+
return true;
|
|
10715
|
+
return true;
|
|
10716
|
+
}); 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, {
|
|
10522
10717
|
method: "typia.assert",
|
|
10523
10718
|
path: _path + ".io",
|
|
10524
10719
|
expected: "(__type | undefined)",
|
|
@@ -10641,19 +10836,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
10641
10836
|
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context && false === Array.isArray(input.__context) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10642
10837
|
method: "typia.assert",
|
|
10643
10838
|
path: _path + ".__context",
|
|
10644
|
-
expected: "
|
|
10839
|
+
expected: "Record<string, unknown>",
|
|
10645
10840
|
value: input.__context
|
|
10646
10841
|
}, _errorFactory)) && _ao4(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10647
10842
|
method: "typia.assert",
|
|
10648
10843
|
path: _path + ".__context",
|
|
10649
|
-
expected: "
|
|
10844
|
+
expected: "Record<string, unknown>",
|
|
10650
10845
|
value: input.__context
|
|
10651
10846
|
}, _errorFactory)) && ("string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10652
10847
|
method: "typia.assert",
|
|
10653
10848
|
path: _path + ".__returnValue",
|
|
10654
10849
|
expected: "string",
|
|
10655
10850
|
value: input.__returnValue
|
|
10656
|
-
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) =>
|
|
10851
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
10852
|
+
const value = input[key];
|
|
10853
|
+
if (undefined === value)
|
|
10854
|
+
return true;
|
|
10855
|
+
return true;
|
|
10856
|
+
}); const _ao5 = (input, _path, _exceptionable = true) => (null === input.gallery || undefined === input.gallery || "string" === typeof input.gallery || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10657
10857
|
method: "typia.assert",
|
|
10658
10858
|
path: _path + ".gallery",
|
|
10659
10859
|
expected: "(null | string | undefined)",
|
|
@@ -10746,7 +10946,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
10746
10946
|
if (undefined === value)
|
|
10747
10947
|
return true;
|
|
10748
10948
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io4(value);
|
|
10749
|
-
}); 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, {
|
|
10949
|
+
}); const _io4 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io5(input.styleOverrides)); const _io5 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io6 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io7(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io11(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io7 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io8(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io9(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io10(input.colorbalance)); const _io8 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io9 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io10 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io11 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io12 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _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, {
|
|
10750
10950
|
method: "typia.assert",
|
|
10751
10951
|
path: _path + ".id",
|
|
10752
10952
|
expected: "(string | undefined)",
|
|
@@ -11281,6 +11481,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
11281
11481
|
path: _path + ".pan",
|
|
11282
11482
|
expected: "(Array<number> | undefined)",
|
|
11283
11483
|
value: input.pan
|
|
11484
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11485
|
+
method: "typia.assert",
|
|
11486
|
+
path: _path + ".diarization",
|
|
11487
|
+
expected: "(boolean | undefined)",
|
|
11488
|
+
value: input.diarization
|
|
11284
11489
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
11285
11490
|
if (false === __is(input)) {
|
|
11286
11491
|
_errorFactory = errorFactory;
|
|
@@ -12106,7 +12311,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
12106
12311
|
if (undefined === value)
|
|
12107
12312
|
return true;
|
|
12108
12313
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
12109
|
-
}); 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 => {
|
|
12314
|
+
}); const _io5 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io6(input.styleOverrides)); const _io6 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io7 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io8(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io12(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io8 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io9(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io10(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io11(input.colorbalance)); const _io9 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io10 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io11 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io12 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io13 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _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 => {
|
|
12110
12315
|
const value = input[key];
|
|
12111
12316
|
if (undefined === value)
|
|
12112
12317
|
return true;
|
|
@@ -12656,6 +12861,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
12656
12861
|
path: _path + ".pan",
|
|
12657
12862
|
expected: "(Array<number> | undefined)",
|
|
12658
12863
|
value: input.pan
|
|
12864
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12865
|
+
method: "typia.assert",
|
|
12866
|
+
path: _path + ".diarization",
|
|
12867
|
+
expected: "(boolean | undefined)",
|
|
12868
|
+
value: input.diarization
|
|
12659
12869
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
12660
12870
|
if (false === __is(input)) {
|
|
12661
12871
|
_errorFactory = errorFactory;
|
|
@@ -14700,7 +14910,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14700
14910
|
if (undefined === value)
|
|
14701
14911
|
return true;
|
|
14702
14912
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
|
|
14703
|
-
}); 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 => {
|
|
14913
|
+
}); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _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 => {
|
|
14704
14914
|
const value = input[key];
|
|
14705
14915
|
if (undefined === value)
|
|
14706
14916
|
return true;
|
|
@@ -15356,6 +15566,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
15356
15566
|
path: _path + ".pan",
|
|
15357
15567
|
expected: "(Array<number> | undefined)",
|
|
15358
15568
|
value: input.pan
|
|
15569
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15570
|
+
method: "typia.assert",
|
|
15571
|
+
path: _path + ".diarization",
|
|
15572
|
+
expected: "(boolean | undefined)",
|
|
15573
|
+
value: input.diarization
|
|
15359
15574
|
}, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15360
15575
|
method: "typia.assert",
|
|
15361
15576
|
path: _path + ".format",
|
|
@@ -16209,7 +16424,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16209
16424
|
if (undefined === value)
|
|
16210
16425
|
return true;
|
|
16211
16426
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
|
|
16212
|
-
}); 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 => {
|
|
16427
|
+
}); const _io13 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io14(input.styleOverrides)); const _io14 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io15 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io16(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io20(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io16 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io17(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io18(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io19(input.colorbalance)); const _io17 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io18 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io19 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io20 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io21 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _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 => {
|
|
16213
16428
|
const value = input[key];
|
|
16214
16429
|
if (undefined === value)
|
|
16215
16430
|
return true;
|
|
@@ -17002,6 +17217,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
17002
17217
|
path: _path + ".pan",
|
|
17003
17218
|
expected: "(Array<number> | undefined)",
|
|
17004
17219
|
value: input.pan
|
|
17220
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17221
|
+
method: "typia.assert",
|
|
17222
|
+
path: _path + ".diarization",
|
|
17223
|
+
expected: "(boolean | undefined)",
|
|
17224
|
+
value: input.diarization
|
|
17005
17225
|
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17006
17226
|
method: "typia.assert",
|
|
17007
17227
|
path: _path + ".format",
|
|
@@ -18308,7 +18528,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
18308
18528
|
if (undefined === value)
|
|
18309
18529
|
return true;
|
|
18310
18530
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
|
|
18311
|
-
}); 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, {
|
|
18531
|
+
}); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _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, {
|
|
18312
18532
|
method: "typia.assert",
|
|
18313
18533
|
path: _path + ".type",
|
|
18314
18534
|
expected: "string",
|
|
@@ -18888,6 +19108,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
18888
19108
|
path: _path + ".pan",
|
|
18889
19109
|
expected: "(Array<number> | undefined)",
|
|
18890
19110
|
value: input.pan
|
|
19111
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19112
|
+
method: "typia.assert",
|
|
19113
|
+
path: _path + ".diarization",
|
|
19114
|
+
expected: "(boolean | undefined)",
|
|
19115
|
+
value: input.diarization
|
|
18891
19116
|
}, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18892
19117
|
method: "typia.assert",
|
|
18893
19118
|
path: _path + ".format",
|
|
@@ -19478,11 +19703,65 @@ function _assertDomainRecord(domain, input) {
|
|
|
19478
19703
|
return input;
|
|
19479
19704
|
}; })()(input);
|
|
19480
19705
|
}
|
|
19481
|
-
case ":role
|
|
19482
|
-
return (() => { const _io0 = input =>
|
|
19706
|
+
case ":role": {
|
|
19707
|
+
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 => {
|
|
19708
|
+
const value = input[key];
|
|
19709
|
+
if (undefined === value)
|
|
19710
|
+
return true;
|
|
19711
|
+
return Array.isArray(value) && value.every(elem => "string" === typeof elem);
|
|
19712
|
+
}); 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, {
|
|
19713
|
+
method: "typia.assert",
|
|
19714
|
+
path: _path + ".permissions",
|
|
19715
|
+
expected: "(Record<string, Array<string>> | undefined)",
|
|
19716
|
+
value: input.permissions
|
|
19717
|
+
}, _errorFactory)) && _ao1(input.permissions, _path + ".permissions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19718
|
+
method: "typia.assert",
|
|
19719
|
+
path: _path + ".permissions",
|
|
19720
|
+
expected: "(Record<string, Array<string>> | undefined)",
|
|
19721
|
+
value: input.permissions
|
|
19722
|
+
}, _errorFactory); const _ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
19723
|
+
const value = input[key];
|
|
19724
|
+
if (undefined === value)
|
|
19725
|
+
return true;
|
|
19726
|
+
return (Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19727
|
+
method: "typia.assert",
|
|
19728
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19729
|
+
expected: "Array<string>",
|
|
19730
|
+
value: value
|
|
19731
|
+
}, _errorFactory)) && value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19732
|
+
method: "typia.assert",
|
|
19733
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index2 + "]",
|
|
19734
|
+
expected: "string",
|
|
19735
|
+
value: elem
|
|
19736
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19737
|
+
method: "typia.assert",
|
|
19738
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19739
|
+
expected: "Array<string>",
|
|
19740
|
+
value: value
|
|
19741
|
+
}, _errorFactory);
|
|
19742
|
+
}); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19743
|
+
if (false === __is(input)) {
|
|
19744
|
+
_errorFactory = errorFactory;
|
|
19745
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19746
|
+
method: "typia.assert",
|
|
19747
|
+
path: _path + "",
|
|
19748
|
+
expected: "RoleRecord",
|
|
19749
|
+
value: input
|
|
19750
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19751
|
+
method: "typia.assert",
|
|
19752
|
+
path: _path + "",
|
|
19753
|
+
expected: "RoleRecord",
|
|
19754
|
+
value: input
|
|
19755
|
+
}, _errorFactory))(input, "$input", true);
|
|
19756
|
+
}
|
|
19757
|
+
return input;
|
|
19758
|
+
}; })()(input);
|
|
19759
|
+
}
|
|
19760
|
+
case ":role.users?": {
|
|
19761
|
+
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, {
|
|
19483
19762
|
method: "typia.assert",
|
|
19484
19763
|
path: _path + ".value",
|
|
19485
|
-
expected: "Array<string>",
|
|
19764
|
+
expected: "(Array<string> | undefined)",
|
|
19486
19765
|
value: input.value
|
|
19487
19766
|
}, _errorFactory)) && input.value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19488
19767
|
method: "typia.assert",
|
|
@@ -19492,30 +19771,64 @@ function _assertDomainRecord(domain, input) {
|
|
|
19492
19771
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19493
19772
|
method: "typia.assert",
|
|
19494
19773
|
path: _path + ".value",
|
|
19495
|
-
expected: "Array<string>",
|
|
19774
|
+
expected: "(Array<string> | undefined)",
|
|
19496
19775
|
value: input.value
|
|
19497
|
-
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19776
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19498
19777
|
if (false === __is(input)) {
|
|
19499
19778
|
_errorFactory = errorFactory;
|
|
19500
|
-
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
19779
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19501
19780
|
method: "typia.assert",
|
|
19502
19781
|
path: _path + "",
|
|
19503
|
-
expected: "
|
|
19782
|
+
expected: "RoleUsersRecord",
|
|
19504
19783
|
value: input
|
|
19505
19784
|
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19506
19785
|
method: "typia.assert",
|
|
19507
19786
|
path: _path + "",
|
|
19508
|
-
expected: "
|
|
19787
|
+
expected: "RoleUsersRecord",
|
|
19509
19788
|
value: input
|
|
19510
19789
|
}, _errorFactory))(input, "$input", true);
|
|
19511
19790
|
}
|
|
19512
19791
|
return input;
|
|
19513
19792
|
}; })()(input);
|
|
19514
19793
|
}
|
|
19515
|
-
case ":
|
|
19516
|
-
return (() => { const _io0 = input =>
|
|
19517
|
-
|
|
19518
|
-
|
|
19794
|
+
case ":role.tags": {
|
|
19795
|
+
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, {
|
|
19796
|
+
method: "typia.assert",
|
|
19797
|
+
path: _path + ".value",
|
|
19798
|
+
expected: "Array<string>",
|
|
19799
|
+
value: input.value
|
|
19800
|
+
}, _errorFactory)) && input.value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19801
|
+
method: "typia.assert",
|
|
19802
|
+
path: _path + ".value[" + _index2 + "]",
|
|
19803
|
+
expected: "string",
|
|
19804
|
+
value: elem
|
|
19805
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19806
|
+
method: "typia.assert",
|
|
19807
|
+
path: _path + ".value",
|
|
19808
|
+
expected: "Array<string>",
|
|
19809
|
+
value: input.value
|
|
19810
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19811
|
+
if (false === __is(input)) {
|
|
19812
|
+
_errorFactory = errorFactory;
|
|
19813
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
19814
|
+
method: "typia.assert",
|
|
19815
|
+
path: _path + "",
|
|
19816
|
+
expected: "RoleTagsRecord",
|
|
19817
|
+
value: input
|
|
19818
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19819
|
+
method: "typia.assert",
|
|
19820
|
+
path: _path + "",
|
|
19821
|
+
expected: "RoleTagsRecord",
|
|
19822
|
+
value: input
|
|
19823
|
+
}, _errorFactory))(input, "$input", true);
|
|
19824
|
+
}
|
|
19825
|
+
return input;
|
|
19826
|
+
}; })()(input);
|
|
19827
|
+
}
|
|
19828
|
+
case ":schema": {
|
|
19829
|
+
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 => {
|
|
19830
|
+
const value = input[key];
|
|
19831
|
+
if (undefined === value)
|
|
19519
19832
|
return true;
|
|
19520
19833
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
|
|
19521
19834
|
}); 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 => {
|
|
@@ -20194,7 +20507,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20194
20507
|
}; })()(input);
|
|
20195
20508
|
}
|
|
20196
20509
|
case ":script?": {
|
|
20197
|
-
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 || "
|
|
20510
|
+
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 => {
|
|
20198
20511
|
const value = input[key];
|
|
20199
20512
|
if (undefined === value)
|
|
20200
20513
|
return true;
|
|
@@ -20264,7 +20577,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20264
20577
|
path: _path + ".direction",
|
|
20265
20578
|
expected: "(\"ltr\" | \"rtl\" | null)",
|
|
20266
20579
|
value: input.direction
|
|
20267
|
-
}, _errorFactory)) && ("" === input.format || "
|
|
20580
|
+
}, _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, {
|
|
20268
20581
|
method: "typia.assert",
|
|
20269
20582
|
path: _path + ".format",
|
|
20270
20583
|
expected: "(\"\" | \"center\" | \"end\" | \"justify\" | \"left\" | \"right\" | \"start\")",
|
|
@@ -20416,7 +20729,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20416
20729
|
}; })()(input);
|
|
20417
20730
|
}
|
|
20418
20731
|
case ":script.revision?": {
|
|
20419
|
-
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 || "
|
|
20732
|
+
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 => {
|
|
20420
20733
|
const value = input[key];
|
|
20421
20734
|
if (undefined === value)
|
|
20422
20735
|
return true;
|
|
@@ -20501,7 +20814,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20501
20814
|
path: _path + ".direction",
|
|
20502
20815
|
expected: "(\"ltr\" | \"rtl\" | null)",
|
|
20503
20816
|
value: input.direction
|
|
20504
|
-
}, _errorFactory)) && ("" === input.format || "
|
|
20817
|
+
}, _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, {
|
|
20505
20818
|
method: "typia.assert",
|
|
20506
20819
|
path: _path + ".format",
|
|
20507
20820
|
expected: "(\"\" | \"center\" | \"end\" | \"justify\" | \"left\" | \"right\" | \"start\")",
|
|
@@ -21288,14 +21601,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
21288
21601
|
}; })()(input);
|
|
21289
21602
|
}
|
|
21290
21603
|
case ":settings": {
|
|
21291
|
-
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
|
|
21604
|
+
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 => {
|
|
21292
21605
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
21293
21606
|
return true;
|
|
21294
21607
|
const value = input[key];
|
|
21295
21608
|
if (undefined === value)
|
|
21296
21609
|
return true;
|
|
21297
21610
|
return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _io8(value);
|
|
21298
|
-
}); 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 || "
|
|
21611
|
+
}); 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 => {
|
|
21299
21612
|
const value = input[key];
|
|
21300
21613
|
if (undefined === value)
|
|
21301
21614
|
return true;
|
|
@@ -21320,12 +21633,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
21320
21633
|
if (undefined === value)
|
|
21321
21634
|
return true;
|
|
21322
21635
|
return true;
|
|
21323
|
-
}); 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 => {
|
|
21636
|
+
}); 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 => {
|
|
21324
21637
|
const value = input[key];
|
|
21325
21638
|
if (undefined === value)
|
|
21326
21639
|
return true;
|
|
21327
21640
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
21328
|
-
}); const
|
|
21641
|
+
}); 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 => (() => {
|
|
21642
|
+
if ("script" === input.type)
|
|
21643
|
+
return _io71(input);
|
|
21644
|
+
else if ("rundown" === input.type)
|
|
21645
|
+
return _io72(input);
|
|
21646
|
+
else
|
|
21647
|
+
return false;
|
|
21648
|
+
})(); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21329
21649
|
method: "typia.assert",
|
|
21330
21650
|
path: _path + ".autoLogoutTime",
|
|
21331
21651
|
expected: "(number | undefined)",
|
|
@@ -21355,14 +21675,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
21355
21675
|
path: _path + ".googleWhitelist",
|
|
21356
21676
|
expected: "(Array<__type> | undefined)",
|
|
21357
21677
|
value: input.googleWhitelist
|
|
21358
|
-
}, _errorFactory)) && input.googleWhitelist.every((elem,
|
|
21678
|
+
}, _errorFactory)) && input.googleWhitelist.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21359
21679
|
method: "typia.assert",
|
|
21360
|
-
path: _path + ".googleWhitelist[" +
|
|
21680
|
+
path: _path + ".googleWhitelist[" + _index52 + "]",
|
|
21361
21681
|
expected: "__type.o2",
|
|
21362
21682
|
value: elem
|
|
21363
|
-
}, _errorFactory)) && _ao3(elem, _path + ".googleWhitelist[" +
|
|
21683
|
+
}, _errorFactory)) && _ao3(elem, _path + ".googleWhitelist[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21364
21684
|
method: "typia.assert",
|
|
21365
|
-
path: _path + ".googleWhitelist[" +
|
|
21685
|
+
path: _path + ".googleWhitelist[" + _index52 + "]",
|
|
21366
21686
|
expected: "__type.o2",
|
|
21367
21687
|
value: elem
|
|
21368
21688
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21375,9 +21695,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
21375
21695
|
path: _path + ".googleUserRoles",
|
|
21376
21696
|
expected: "(Array<string> | undefined)",
|
|
21377
21697
|
value: input.googleUserRoles
|
|
21378
|
-
}, _errorFactory)) && input.googleUserRoles.every((elem,
|
|
21698
|
+
}, _errorFactory)) && input.googleUserRoles.every((elem, _index53) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21379
21699
|
method: "typia.assert",
|
|
21380
|
-
path: _path + ".googleUserRoles[" +
|
|
21700
|
+
path: _path + ".googleUserRoles[" + _index53 + "]",
|
|
21381
21701
|
expected: "string",
|
|
21382
21702
|
value: elem
|
|
21383
21703
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21390,14 +21710,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
21390
21710
|
path: _path + ".azureWhitelist",
|
|
21391
21711
|
expected: "(Array<__type>.o1 | undefined)",
|
|
21392
21712
|
value: input.azureWhitelist
|
|
21393
|
-
}, _errorFactory)) && input.azureWhitelist.every((elem,
|
|
21713
|
+
}, _errorFactory)) && input.azureWhitelist.every((elem, _index54) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21394
21714
|
method: "typia.assert",
|
|
21395
|
-
path: _path + ".azureWhitelist[" +
|
|
21715
|
+
path: _path + ".azureWhitelist[" + _index54 + "]",
|
|
21396
21716
|
expected: "__type.o3",
|
|
21397
21717
|
value: elem
|
|
21398
|
-
}, _errorFactory)) && _ao4(elem, _path + ".azureWhitelist[" +
|
|
21718
|
+
}, _errorFactory)) && _ao4(elem, _path + ".azureWhitelist[" + _index54 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21399
21719
|
method: "typia.assert",
|
|
21400
|
-
path: _path + ".azureWhitelist[" +
|
|
21720
|
+
path: _path + ".azureWhitelist[" + _index54 + "]",
|
|
21401
21721
|
expected: "__type.o3",
|
|
21402
21722
|
value: elem
|
|
21403
21723
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21410,9 +21730,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
21410
21730
|
path: _path + ".azureUserRoles",
|
|
21411
21731
|
expected: "(Array<string> | undefined)",
|
|
21412
21732
|
value: input.azureUserRoles
|
|
21413
|
-
}, _errorFactory)) && input.azureUserRoles.every((elem,
|
|
21733
|
+
}, _errorFactory)) && input.azureUserRoles.every((elem, _index55) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21414
21734
|
method: "typia.assert",
|
|
21415
|
-
path: _path + ".azureUserRoles[" +
|
|
21735
|
+
path: _path + ".azureUserRoles[" + _index55 + "]",
|
|
21416
21736
|
expected: "string",
|
|
21417
21737
|
value: elem
|
|
21418
21738
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21475,19 +21795,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
21475
21795
|
path: _path + ".exclusiveTagGroups",
|
|
21476
21796
|
expected: "(Array<Array<string>> | undefined)",
|
|
21477
21797
|
value: input.exclusiveTagGroups
|
|
21478
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
21798
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index56) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21479
21799
|
method: "typia.assert",
|
|
21480
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
21800
|
+
path: _path + ".exclusiveTagGroups[" + _index56 + "]",
|
|
21481
21801
|
expected: "Array<string>",
|
|
21482
21802
|
value: elem
|
|
21483
|
-
}, _errorFactory)) && elem.every((elem,
|
|
21803
|
+
}, _errorFactory)) && elem.every((elem, _index57) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21484
21804
|
method: "typia.assert",
|
|
21485
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
21805
|
+
path: _path + ".exclusiveTagGroups[" + _index56 + "][" + _index57 + "]",
|
|
21486
21806
|
expected: "string",
|
|
21487
21807
|
value: elem
|
|
21488
21808
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21489
21809
|
method: "typia.assert",
|
|
21490
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
21810
|
+
path: _path + ".exclusiveTagGroups[" + _index56 + "]",
|
|
21491
21811
|
expected: "Array<string>",
|
|
21492
21812
|
value: elem
|
|
21493
21813
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21635,14 +21955,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
21635
21955
|
path: _path + ".commands",
|
|
21636
21956
|
expected: "(Array<__type>.o9 | undefined)",
|
|
21637
21957
|
value: input.commands
|
|
21638
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
21958
|
+
}, _errorFactory)) && input.commands.every((elem, _index58) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21639
21959
|
method: "typia.assert",
|
|
21640
|
-
path: _path + ".commands[" +
|
|
21960
|
+
path: _path + ".commands[" + _index58 + "]",
|
|
21641
21961
|
expected: "__type.o49",
|
|
21642
21962
|
value: elem
|
|
21643
|
-
}, _errorFactory)) && _ao60(elem, _path + ".commands[" +
|
|
21963
|
+
}, _errorFactory)) && _ao60(elem, _path + ".commands[" + _index58 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21644
21964
|
method: "typia.assert",
|
|
21645
|
-
path: _path + ".commands[" +
|
|
21965
|
+
path: _path + ".commands[" + _index58 + "]",
|
|
21646
21966
|
expected: "__type.o49",
|
|
21647
21967
|
value: elem
|
|
21648
21968
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21655,9 +21975,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
21655
21975
|
path: _path + ".predefinedTags",
|
|
21656
21976
|
expected: "(Array<string> | undefined)",
|
|
21657
21977
|
value: input.predefinedTags
|
|
21658
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
21978
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21659
21979
|
method: "typia.assert",
|
|
21660
|
-
path: _path + ".predefinedTags[" +
|
|
21980
|
+
path: _path + ".predefinedTags[" + _index59 + "]",
|
|
21661
21981
|
expected: "string",
|
|
21662
21982
|
value: elem
|
|
21663
21983
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21690,14 +22010,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
21690
22010
|
path: _path + ".hiddenPreviews",
|
|
21691
22011
|
expected: "(Array<__type>.o10 | undefined)",
|
|
21692
22012
|
value: input.hiddenPreviews
|
|
21693
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
22013
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index60) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21694
22014
|
method: "typia.assert",
|
|
21695
|
-
path: _path + ".hiddenPreviews[" +
|
|
22015
|
+
path: _path + ".hiddenPreviews[" + _index60 + "]",
|
|
21696
22016
|
expected: "__type.o60",
|
|
21697
22017
|
value: elem
|
|
21698
|
-
}, _errorFactory)) &&
|
|
22018
|
+
}, _errorFactory)) && _ao74(elem, _path + ".hiddenPreviews[" + _index60 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21699
22019
|
method: "typia.assert",
|
|
21700
|
-
path: _path + ".hiddenPreviews[" +
|
|
22020
|
+
path: _path + ".hiddenPreviews[" + _index60 + "]",
|
|
21701
22021
|
expected: "__type.o60",
|
|
21702
22022
|
value: elem
|
|
21703
22023
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21710,7 +22030,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
21710
22030
|
path: _path + ".plugins",
|
|
21711
22031
|
expected: "(__type.o61 | undefined)",
|
|
21712
22032
|
value: input.plugins
|
|
21713
|
-
}, _errorFactory)) &&
|
|
22033
|
+
}, _errorFactory)) && _ao75(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21714
22034
|
method: "typia.assert",
|
|
21715
22035
|
path: _path + ".plugins",
|
|
21716
22036
|
expected: "(__type.o61 | undefined)",
|
|
@@ -21728,32 +22048,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
21728
22048
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21729
22049
|
method: "typia.assert",
|
|
21730
22050
|
path: _path + ".featurePreview",
|
|
21731
|
-
expected: "(__type.
|
|
22051
|
+
expected: "(__type.o66 | undefined)",
|
|
21732
22052
|
value: input.featurePreview
|
|
21733
|
-
}, _errorFactory)) &&
|
|
22053
|
+
}, _errorFactory)) && _ao80(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21734
22054
|
method: "typia.assert",
|
|
21735
22055
|
path: _path + ".featurePreview",
|
|
21736
|
-
expected: "(__type.
|
|
22056
|
+
expected: "(__type.o66 | undefined)",
|
|
21737
22057
|
value: input.featurePreview
|
|
21738
22058
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21739
22059
|
method: "typia.assert",
|
|
21740
22060
|
path: _path + ".flags",
|
|
21741
|
-
expected: "(__type.
|
|
22061
|
+
expected: "(__type.o67 | undefined)",
|
|
21742
22062
|
value: input.flags
|
|
21743
|
-
}, _errorFactory)) &&
|
|
22063
|
+
}, _errorFactory)) && _ao81(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21744
22064
|
method: "typia.assert",
|
|
21745
22065
|
path: _path + ".flags",
|
|
21746
|
-
expected: "(__type.
|
|
22066
|
+
expected: "(__type.o67 | undefined)",
|
|
21747
22067
|
value: input.flags
|
|
21748
22068
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21749
22069
|
method: "typia.assert",
|
|
21750
22070
|
path: _path + ".notifications",
|
|
21751
|
-
expected: "(__type.
|
|
22071
|
+
expected: "(__type.o68 | undefined)",
|
|
21752
22072
|
value: input.notifications
|
|
21753
|
-
}, _errorFactory)) &&
|
|
22073
|
+
}, _errorFactory)) && _ao82(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21754
22074
|
method: "typia.assert",
|
|
21755
22075
|
path: _path + ".notifications",
|
|
21756
|
-
expected: "(__type.
|
|
22076
|
+
expected: "(__type.o68 | undefined)",
|
|
21757
22077
|
value: input.notifications
|
|
21758
22078
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21759
22079
|
method: "typia.assert",
|
|
@@ -21763,72 +22083,72 @@ function _assertDomainRecord(domain, input) {
|
|
|
21763
22083
|
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21764
22084
|
method: "typia.assert",
|
|
21765
22085
|
path: _path + ".clone",
|
|
21766
|
-
expected: "(__type.
|
|
22086
|
+
expected: "(__type.o71 | undefined)",
|
|
21767
22087
|
value: input.clone
|
|
21768
|
-
}, _errorFactory)) &&
|
|
22088
|
+
}, _errorFactory)) && _ao85(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21769
22089
|
method: "typia.assert",
|
|
21770
22090
|
path: _path + ".clone",
|
|
21771
|
-
expected: "(__type.
|
|
22091
|
+
expected: "(__type.o71 | undefined)",
|
|
21772
22092
|
value: input.clone
|
|
21773
22093
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21774
22094
|
method: "typia.assert",
|
|
21775
22095
|
path: _path + ".utilsAssetEditorPanel",
|
|
21776
|
-
expected: "(__type.
|
|
22096
|
+
expected: "(__type.o74 | undefined)",
|
|
21777
22097
|
value: input.utilsAssetEditorPanel
|
|
21778
|
-
}, _errorFactory)) &&
|
|
22098
|
+
}, _errorFactory)) && _ao88(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21779
22099
|
method: "typia.assert",
|
|
21780
22100
|
path: _path + ".utilsAssetEditorPanel",
|
|
21781
|
-
expected: "(__type.
|
|
22101
|
+
expected: "(__type.o74 | undefined)",
|
|
21782
22102
|
value: input.utilsAssetEditorPanel
|
|
21783
22103
|
}, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21784
22104
|
method: "typia.assert",
|
|
21785
22105
|
path: _path + ".display",
|
|
21786
|
-
expected: "(__type.
|
|
22106
|
+
expected: "(__type.o75 | undefined)",
|
|
21787
22107
|
value: input.display
|
|
21788
|
-
}, _errorFactory)) &&
|
|
22108
|
+
}, _errorFactory)) && _ao89(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21789
22109
|
method: "typia.assert",
|
|
21790
22110
|
path: _path + ".display",
|
|
21791
|
-
expected: "(__type.
|
|
22111
|
+
expected: "(__type.o75 | undefined)",
|
|
21792
22112
|
value: input.display
|
|
21793
22113
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21794
22114
|
method: "typia.assert",
|
|
21795
22115
|
path: _path + ".bookmarks",
|
|
21796
|
-
expected: "(__type.
|
|
22116
|
+
expected: "(__type.o76 | undefined)",
|
|
21797
22117
|
value: input.bookmarks
|
|
21798
|
-
}, _errorFactory)) &&
|
|
22118
|
+
}, _errorFactory)) && _ao90(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21799
22119
|
method: "typia.assert",
|
|
21800
22120
|
path: _path + ".bookmarks",
|
|
21801
|
-
expected: "(__type.
|
|
22121
|
+
expected: "(__type.o76 | undefined)",
|
|
21802
22122
|
value: input.bookmarks
|
|
21803
22123
|
}, _errorFactory)) && (undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21804
22124
|
method: "typia.assert",
|
|
21805
22125
|
path: _path + ".shotbox",
|
|
21806
|
-
expected: "(__type.
|
|
22126
|
+
expected: "(__type.o77 | undefined)",
|
|
21807
22127
|
value: input.shotbox
|
|
21808
|
-
}, _errorFactory)) &&
|
|
22128
|
+
}, _errorFactory)) && _ao91(input.shotbox, _path + ".shotbox", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21809
22129
|
method: "typia.assert",
|
|
21810
22130
|
path: _path + ".shotbox",
|
|
21811
|
-
expected: "(__type.
|
|
22131
|
+
expected: "(__type.o77 | undefined)",
|
|
21812
22132
|
value: input.shotbox
|
|
21813
22133
|
}, _errorFactory)) && (undefined === input.performance || ("object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21814
22134
|
method: "typia.assert",
|
|
21815
22135
|
path: _path + ".performance",
|
|
21816
|
-
expected: "(__type.
|
|
22136
|
+
expected: "(__type.o78 | undefined)",
|
|
21817
22137
|
value: input.performance
|
|
21818
|
-
}, _errorFactory)) &&
|
|
22138
|
+
}, _errorFactory)) && _ao92(input.performance, _path + ".performance", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21819
22139
|
method: "typia.assert",
|
|
21820
22140
|
path: _path + ".performance",
|
|
21821
|
-
expected: "(__type.
|
|
22141
|
+
expected: "(__type.o78 | undefined)",
|
|
21822
22142
|
value: input.performance
|
|
21823
22143
|
}, _errorFactory)) && (undefined === input.app || ("object" === typeof input.app && null !== input.app && false === Array.isArray(input.app) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21824
22144
|
method: "typia.assert",
|
|
21825
22145
|
path: _path + ".app",
|
|
21826
|
-
expected: "(__type.
|
|
22146
|
+
expected: "(__type.o79 | undefined)",
|
|
21827
22147
|
value: input.app
|
|
21828
|
-
}, _errorFactory)) &&
|
|
22148
|
+
}, _errorFactory)) && _ao93(input.app, _path + ".app", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21829
22149
|
method: "typia.assert",
|
|
21830
22150
|
path: _path + ".app",
|
|
21831
|
-
expected: "(__type.
|
|
22151
|
+
expected: "(__type.o79 | undefined)",
|
|
21832
22152
|
value: input.app
|
|
21833
22153
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21834
22154
|
method: "typia.assert",
|
|
@@ -22022,9 +22342,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22022
22342
|
path: _path + ".sortOrder",
|
|
22023
22343
|
expected: "(Array<string> | undefined)",
|
|
22024
22344
|
value: input.sortOrder
|
|
22025
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
22345
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index61) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22026
22346
|
method: "typia.assert",
|
|
22027
|
-
path: _path + ".sortOrder[" +
|
|
22347
|
+
path: _path + ".sortOrder[" + _index61 + "]",
|
|
22028
22348
|
expected: "string",
|
|
22029
22349
|
value: elem
|
|
22030
22350
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22037,9 +22357,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22037
22357
|
path: _path + ".include",
|
|
22038
22358
|
expected: "(Array<string> | undefined)",
|
|
22039
22359
|
value: input.include
|
|
22040
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22360
|
+
}, _errorFactory)) && input.include.every((elem, _index62) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22041
22361
|
method: "typia.assert",
|
|
22042
|
-
path: _path + ".include[" +
|
|
22362
|
+
path: _path + ".include[" + _index62 + "]",
|
|
22043
22363
|
expected: "string",
|
|
22044
22364
|
value: elem
|
|
22045
22365
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22052,9 +22372,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22052
22372
|
path: _path + ".exclude",
|
|
22053
22373
|
expected: "(Array<string> | undefined)",
|
|
22054
22374
|
value: input.exclude
|
|
22055
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22375
|
+
}, _errorFactory)) && input.exclude.every((elem, _index63) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22056
22376
|
method: "typia.assert",
|
|
22057
|
-
path: _path + ".exclude[" +
|
|
22377
|
+
path: _path + ".exclude[" + _index63 + "]",
|
|
22058
22378
|
expected: "string",
|
|
22059
22379
|
value: elem
|
|
22060
22380
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22067,9 +22387,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22067
22387
|
path: _path + ".include",
|
|
22068
22388
|
expected: "(Array<string> | undefined)",
|
|
22069
22389
|
value: input.include
|
|
22070
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22390
|
+
}, _errorFactory)) && input.include.every((elem, _index64) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22071
22391
|
method: "typia.assert",
|
|
22072
|
-
path: _path + ".include[" +
|
|
22392
|
+
path: _path + ".include[" + _index64 + "]",
|
|
22073
22393
|
expected: "string",
|
|
22074
22394
|
value: elem
|
|
22075
22395
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22082,9 +22402,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22082
22402
|
path: _path + ".exclude",
|
|
22083
22403
|
expected: "(Array<string> | undefined)",
|
|
22084
22404
|
value: input.exclude
|
|
22085
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22405
|
+
}, _errorFactory)) && input.exclude.every((elem, _index65) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22086
22406
|
method: "typia.assert",
|
|
22087
|
-
path: _path + ".exclude[" +
|
|
22407
|
+
path: _path + ".exclude[" + _index65 + "]",
|
|
22088
22408
|
expected: "string",
|
|
22089
22409
|
value: elem
|
|
22090
22410
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22097,9 +22417,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22097
22417
|
path: _path + ".include",
|
|
22098
22418
|
expected: "(Array<string> | undefined)",
|
|
22099
22419
|
value: input.include
|
|
22100
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22420
|
+
}, _errorFactory)) && input.include.every((elem, _index66) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22101
22421
|
method: "typia.assert",
|
|
22102
|
-
path: _path + ".include[" +
|
|
22422
|
+
path: _path + ".include[" + _index66 + "]",
|
|
22103
22423
|
expected: "string",
|
|
22104
22424
|
value: elem
|
|
22105
22425
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22112,9 +22432,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22112
22432
|
path: _path + ".exclude",
|
|
22113
22433
|
expected: "(Array<string> | undefined)",
|
|
22114
22434
|
value: input.exclude
|
|
22115
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22435
|
+
}, _errorFactory)) && input.exclude.every((elem, _index67) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22116
22436
|
method: "typia.assert",
|
|
22117
|
-
path: _path + ".exclude[" +
|
|
22437
|
+
path: _path + ".exclude[" + _index67 + "]",
|
|
22118
22438
|
expected: "string",
|
|
22119
22439
|
value: elem
|
|
22120
22440
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22127,9 +22447,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22127
22447
|
path: _path + ".include",
|
|
22128
22448
|
expected: "(Array<string> | undefined)",
|
|
22129
22449
|
value: input.include
|
|
22130
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22450
|
+
}, _errorFactory)) && input.include.every((elem, _index68) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22131
22451
|
method: "typia.assert",
|
|
22132
|
-
path: _path + ".include[" +
|
|
22452
|
+
path: _path + ".include[" + _index68 + "]",
|
|
22133
22453
|
expected: "string",
|
|
22134
22454
|
value: elem
|
|
22135
22455
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22142,9 +22462,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22142
22462
|
path: _path + ".exclude",
|
|
22143
22463
|
expected: "(Array<string> | undefined)",
|
|
22144
22464
|
value: input.exclude
|
|
22145
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22465
|
+
}, _errorFactory)) && input.exclude.every((elem, _index69) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22146
22466
|
method: "typia.assert",
|
|
22147
|
-
path: _path + ".exclude[" +
|
|
22467
|
+
path: _path + ".exclude[" + _index69 + "]",
|
|
22148
22468
|
expected: "string",
|
|
22149
22469
|
value: elem
|
|
22150
22470
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22237,19 +22557,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
22237
22557
|
path: _path + ".createMenu",
|
|
22238
22558
|
expected: "(__type.o19 | undefined)",
|
|
22239
22559
|
value: input.createMenu
|
|
22560
|
+
}, _errorFactory)) && (undefined === input.contentMaxWidth || "number" === typeof input.contentMaxWidth || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22561
|
+
method: "typia.assert",
|
|
22562
|
+
path: _path + ".contentMaxWidth",
|
|
22563
|
+
expected: "(number | undefined)",
|
|
22564
|
+
value: input.contentMaxWidth
|
|
22240
22565
|
}, _errorFactory)) && (undefined === input.colorTags || (Array.isArray(input.colorTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22241
22566
|
method: "typia.assert",
|
|
22242
22567
|
path: _path + ".colorTags",
|
|
22243
22568
|
expected: "(Array<PromotedTag> | undefined)",
|
|
22244
22569
|
value: input.colorTags
|
|
22245
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
22570
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index70) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22246
22571
|
method: "typia.assert",
|
|
22247
|
-
path: _path + ".colorTags[" +
|
|
22572
|
+
path: _path + ".colorTags[" + _index70 + "]",
|
|
22248
22573
|
expected: "PromotedTag",
|
|
22249
22574
|
value: elem
|
|
22250
|
-
}, _errorFactory)) && _ao24(elem, _path + ".colorTags[" +
|
|
22575
|
+
}, _errorFactory)) && _ao24(elem, _path + ".colorTags[" + _index70 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22251
22576
|
method: "typia.assert",
|
|
22252
|
-
path: _path + ".colorTags[" +
|
|
22577
|
+
path: _path + ".colorTags[" + _index70 + "]",
|
|
22253
22578
|
expected: "PromotedTag",
|
|
22254
22579
|
value: elem
|
|
22255
22580
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22282,14 +22607,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
22282
22607
|
path: _path + ".colorHistory",
|
|
22283
22608
|
expected: "(Array<__type>.o2 | undefined)",
|
|
22284
22609
|
value: input.colorHistory
|
|
22285
|
-
}, _errorFactory)) && input.colorHistory.every((elem,
|
|
22610
|
+
}, _errorFactory)) && input.colorHistory.every((elem, _index71) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22286
22611
|
method: "typia.assert",
|
|
22287
|
-
path: _path + ".colorHistory[" +
|
|
22612
|
+
path: _path + ".colorHistory[" + _index71 + "]",
|
|
22288
22613
|
expected: "__type.o22",
|
|
22289
22614
|
value: elem
|
|
22290
|
-
}, _errorFactory)) && _ao27(elem, _path + ".colorHistory[" +
|
|
22615
|
+
}, _errorFactory)) && _ao27(elem, _path + ".colorHistory[" + _index71 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22291
22616
|
method: "typia.assert",
|
|
22292
|
-
path: _path + ".colorHistory[" +
|
|
22617
|
+
path: _path + ".colorHistory[" + _index71 + "]",
|
|
22293
22618
|
expected: "__type.o22",
|
|
22294
22619
|
value: elem
|
|
22295
22620
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22297,7 +22622,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
22297
22622
|
path: _path + ".colorHistory",
|
|
22298
22623
|
expected: "(Array<__type>.o2 | undefined)",
|
|
22299
22624
|
value: input.colorHistory
|
|
22300
|
-
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "
|
|
22625
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "title" === input.sortBy || "index" === input.sortBy || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22301
22626
|
method: "typia.assert",
|
|
22302
22627
|
path: _path + ".sortBy",
|
|
22303
22628
|
expected: "(\"index\" | \"title\" | undefined)",
|
|
@@ -22372,9 +22697,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22372
22697
|
path: _path + ".favorites",
|
|
22373
22698
|
expected: "(Array<string> | undefined)",
|
|
22374
22699
|
value: input.favorites
|
|
22375
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
22700
|
+
}, _errorFactory)) && input.favorites.every((elem, _index72) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22376
22701
|
method: "typia.assert",
|
|
22377
|
-
path: _path + ".favorites[" +
|
|
22702
|
+
path: _path + ".favorites[" + _index72 + "]",
|
|
22378
22703
|
expected: "string",
|
|
22379
22704
|
value: elem
|
|
22380
22705
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22482,34 +22807,34 @@ function _assertDomainRecord(domain, input) {
|
|
|
22482
22807
|
path: _path + ".sequence",
|
|
22483
22808
|
expected: "(Array<string | [string, unknown]> | null | string | undefined)",
|
|
22484
22809
|
value: input.sequence
|
|
22485
|
-
}, _errorFactory)) && input.sequence.every((elem,
|
|
22810
|
+
}, _errorFactory)) && input.sequence.every((elem, _index73) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22486
22811
|
method: "typia.assert",
|
|
22487
|
-
path: _path + ".sequence[" +
|
|
22812
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22488
22813
|
expected: "([string, unknown] | string)",
|
|
22489
22814
|
value: elem
|
|
22490
22815
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22491
22816
|
method: "typia.assert",
|
|
22492
|
-
path: _path + ".sequence[" +
|
|
22817
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22493
22818
|
expected: "([string, unknown] | string)",
|
|
22494
22819
|
value: elem
|
|
22495
22820
|
}, _errorFactory)) && ("string" === typeof elem || (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22496
22821
|
method: "typia.assert",
|
|
22497
|
-
path: _path + ".sequence[" +
|
|
22822
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22498
22823
|
expected: "([string, unknown] | string)",
|
|
22499
22824
|
value: elem
|
|
22500
22825
|
}, _errorFactory)) && ((elem.length === 2 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22501
22826
|
method: "typia.assert",
|
|
22502
|
-
path: _path + ".sequence[" +
|
|
22827
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22503
22828
|
expected: "[string, any]",
|
|
22504
22829
|
value: elem
|
|
22505
22830
|
}, _errorFactory)) && ("string" === typeof elem[0] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22506
22831
|
method: "typia.assert",
|
|
22507
|
-
path: _path + ".sequence[" +
|
|
22832
|
+
path: _path + ".sequence[" + _index73 + "][0]",
|
|
22508
22833
|
expected: "string",
|
|
22509
22834
|
value: elem[0]
|
|
22510
22835
|
}, _errorFactory)) && true) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22511
22836
|
method: "typia.assert",
|
|
22512
|
-
path: _path + ".sequence[" +
|
|
22837
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22513
22838
|
expected: "([string, unknown] | string)",
|
|
22514
22839
|
value: elem
|
|
22515
22840
|
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22582,14 +22907,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
22582
22907
|
path: _path + ".displayAspectRatioPresets",
|
|
22583
22908
|
expected: "(Array<__type>.o3 | undefined)",
|
|
22584
22909
|
value: input.displayAspectRatioPresets
|
|
22585
|
-
}, _errorFactory)) && input.displayAspectRatioPresets.every((elem,
|
|
22910
|
+
}, _errorFactory)) && input.displayAspectRatioPresets.every((elem, _index74) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22586
22911
|
method: "typia.assert",
|
|
22587
|
-
path: _path + ".displayAspectRatioPresets[" +
|
|
22912
|
+
path: _path + ".displayAspectRatioPresets[" + _index74 + "]",
|
|
22588
22913
|
expected: "__type.o28",
|
|
22589
22914
|
value: elem
|
|
22590
|
-
}, _errorFactory)) && _ao38(elem, _path + ".displayAspectRatioPresets[" +
|
|
22915
|
+
}, _errorFactory)) && _ao38(elem, _path + ".displayAspectRatioPresets[" + _index74 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22591
22916
|
method: "typia.assert",
|
|
22592
|
-
path: _path + ".displayAspectRatioPresets[" +
|
|
22917
|
+
path: _path + ".displayAspectRatioPresets[" + _index74 + "]",
|
|
22593
22918
|
expected: "__type.o28",
|
|
22594
22919
|
value: elem
|
|
22595
22920
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22662,9 +22987,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22662
22987
|
path: _path + ".playbackRates",
|
|
22663
22988
|
expected: "(Array<number> | undefined)",
|
|
22664
22989
|
value: input.playbackRates
|
|
22665
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
22990
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index75) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22666
22991
|
method: "typia.assert",
|
|
22667
|
-
path: _path + ".playbackRates[" +
|
|
22992
|
+
path: _path + ".playbackRates[" + _index75 + "]",
|
|
22668
22993
|
expected: "number",
|
|
22669
22994
|
value: elem
|
|
22670
22995
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22697,14 +23022,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
22697
23022
|
path: _path + ".guides",
|
|
22698
23023
|
expected: "(Array<__type>.o6 | undefined)",
|
|
22699
23024
|
value: input.guides
|
|
22700
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
23025
|
+
}, _errorFactory)) && input.guides.every((elem, _index76) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22701
23026
|
method: "typia.assert",
|
|
22702
|
-
path: _path + ".guides[" +
|
|
23027
|
+
path: _path + ".guides[" + _index76 + "]",
|
|
22703
23028
|
expected: "__type.o34",
|
|
22704
23029
|
value: elem
|
|
22705
|
-
}, _errorFactory)) && _ao44(elem, _path + ".guides[" +
|
|
23030
|
+
}, _errorFactory)) && _ao44(elem, _path + ".guides[" + _index76 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22706
23031
|
method: "typia.assert",
|
|
22707
|
-
path: _path + ".guides[" +
|
|
23032
|
+
path: _path + ".guides[" + _index76 + "]",
|
|
22708
23033
|
expected: "__type.o34",
|
|
22709
23034
|
value: elem
|
|
22710
23035
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22812,14 +23137,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
22812
23137
|
path: _path + ".suggestions",
|
|
22813
23138
|
expected: "(Array<__type>.o4 | undefined)",
|
|
22814
23139
|
value: input.suggestions
|
|
22815
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
23140
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index77) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22816
23141
|
method: "typia.assert",
|
|
22817
|
-
path: _path + ".suggestions[" +
|
|
23142
|
+
path: _path + ".suggestions[" + _index77 + "]",
|
|
22818
23143
|
expected: "__type.o32",
|
|
22819
23144
|
value: elem
|
|
22820
|
-
}, _errorFactory)) && _ao42(elem, _path + ".suggestions[" +
|
|
23145
|
+
}, _errorFactory)) && _ao42(elem, _path + ".suggestions[" + _index77 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22821
23146
|
method: "typia.assert",
|
|
22822
|
-
path: _path + ".suggestions[" +
|
|
23147
|
+
path: _path + ".suggestions[" + _index77 + "]",
|
|
22823
23148
|
expected: "__type.o32",
|
|
22824
23149
|
value: elem
|
|
22825
23150
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22832,14 +23157,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
22832
23157
|
path: _path + ".colors",
|
|
22833
23158
|
expected: "(Array<__type>.o5 | undefined)",
|
|
22834
23159
|
value: input.colors
|
|
22835
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
23160
|
+
}, _errorFactory)) && input.colors.every((elem, _index78) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22836
23161
|
method: "typia.assert",
|
|
22837
|
-
path: _path + ".colors[" +
|
|
23162
|
+
path: _path + ".colors[" + _index78 + "]",
|
|
22838
23163
|
expected: "__type.o33",
|
|
22839
23164
|
value: elem
|
|
22840
|
-
}, _errorFactory)) && _ao43(elem, _path + ".colors[" +
|
|
23165
|
+
}, _errorFactory)) && _ao43(elem, _path + ".colors[" + _index78 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22841
23166
|
method: "typia.assert",
|
|
22842
|
-
path: _path + ".colors[" +
|
|
23167
|
+
path: _path + ".colors[" + _index78 + "]",
|
|
22843
23168
|
expected: "__type.o33",
|
|
22844
23169
|
value: elem
|
|
22845
23170
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22852,9 +23177,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22852
23177
|
path: _path + ".overridableProperties",
|
|
22853
23178
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
22854
23179
|
value: input.overridableProperties
|
|
22855
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
23180
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index79) => null === elem || true === _av80.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22856
23181
|
method: "typia.assert",
|
|
22857
|
-
path: _path + ".overridableProperties[" +
|
|
23182
|
+
path: _path + ".overridableProperties[" + _index79 + "]",
|
|
22858
23183
|
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)",
|
|
22859
23184
|
value: elem
|
|
22860
23185
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22957,14 +23282,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
22957
23282
|
path: _path + ".text",
|
|
22958
23283
|
expected: "(Array<__type>.o7 | undefined)",
|
|
22959
23284
|
value: input.text
|
|
22960
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
23285
|
+
}, _errorFactory)) && input.text.every((elem, _index81) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22961
23286
|
method: "typia.assert",
|
|
22962
|
-
path: _path + ".text[" +
|
|
23287
|
+
path: _path + ".text[" + _index81 + "]",
|
|
22963
23288
|
expected: "__type.o39",
|
|
22964
23289
|
value: elem
|
|
22965
|
-
}, _errorFactory)) && _ao49(elem, _path + ".text[" +
|
|
23290
|
+
}, _errorFactory)) && _ao49(elem, _path + ".text[" + _index81 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22966
23291
|
method: "typia.assert",
|
|
22967
|
-
path: _path + ".text[" +
|
|
23292
|
+
path: _path + ".text[" + _index81 + "]",
|
|
22968
23293
|
expected: "__type.o39",
|
|
22969
23294
|
value: elem
|
|
22970
23295
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23012,9 +23337,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
23012
23337
|
path: _path + ".args",
|
|
23013
23338
|
expected: "(Array<string> | undefined)",
|
|
23014
23339
|
value: input.args
|
|
23015
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
23340
|
+
}, _errorFactory)) && input.args.every((elem, _index82) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23016
23341
|
method: "typia.assert",
|
|
23017
|
-
path: _path + ".args[" +
|
|
23342
|
+
path: _path + ".args[" + _index82 + "]",
|
|
23018
23343
|
expected: "string",
|
|
23019
23344
|
value: elem
|
|
23020
23345
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23117,14 +23442,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
23117
23442
|
path: _path + ".presets",
|
|
23118
23443
|
expected: "(Array<AudioMappingPreset> | undefined)",
|
|
23119
23444
|
value: input.presets
|
|
23120
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
23445
|
+
}, _errorFactory)) && input.presets.every((elem, _index83) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23121
23446
|
method: "typia.assert",
|
|
23122
|
-
path: _path + ".presets[" +
|
|
23447
|
+
path: _path + ".presets[" + _index83 + "]",
|
|
23123
23448
|
expected: "AudioMappingPreset",
|
|
23124
23449
|
value: elem
|
|
23125
|
-
}, _errorFactory)) && _ao56(elem, _path + ".presets[" +
|
|
23450
|
+
}, _errorFactory)) && _ao56(elem, _path + ".presets[" + _index83 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23126
23451
|
method: "typia.assert",
|
|
23127
|
-
path: _path + ".presets[" +
|
|
23452
|
+
path: _path + ".presets[" + _index83 + "]",
|
|
23128
23453
|
expected: "AudioMappingPreset",
|
|
23129
23454
|
value: elem
|
|
23130
23455
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23147,19 +23472,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
23147
23472
|
path: _path + ".mapping",
|
|
23148
23473
|
expected: "(Array<Array<number>> | undefined)",
|
|
23149
23474
|
value: input.mapping
|
|
23150
|
-
}, _errorFactory)) && input.mapping.every((elem,
|
|
23475
|
+
}, _errorFactory)) && input.mapping.every((elem, _index84) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23151
23476
|
method: "typia.assert",
|
|
23152
|
-
path: _path + ".mapping[" +
|
|
23477
|
+
path: _path + ".mapping[" + _index84 + "]",
|
|
23153
23478
|
expected: "Array<number>",
|
|
23154
23479
|
value: elem
|
|
23155
|
-
}, _errorFactory)) && elem.every((elem,
|
|
23480
|
+
}, _errorFactory)) && elem.every((elem, _index85) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23156
23481
|
method: "typia.assert",
|
|
23157
|
-
path: _path + ".mapping[" +
|
|
23482
|
+
path: _path + ".mapping[" + _index84 + "][" + _index85 + "]",
|
|
23158
23483
|
expected: "number",
|
|
23159
23484
|
value: elem
|
|
23160
23485
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23161
23486
|
method: "typia.assert",
|
|
23162
|
-
path: _path + ".mapping[" +
|
|
23487
|
+
path: _path + ".mapping[" + _index84 + "]",
|
|
23163
23488
|
expected: "Array<number>",
|
|
23164
23489
|
value: elem
|
|
23165
23490
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23172,9 +23497,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
23172
23497
|
path: _path + ".mute",
|
|
23173
23498
|
expected: "(Array<boolean> | undefined)",
|
|
23174
23499
|
value: input.mute
|
|
23175
|
-
}, _errorFactory)) && input.mute.every((elem,
|
|
23500
|
+
}, _errorFactory)) && input.mute.every((elem, _index86) => "boolean" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23176
23501
|
method: "typia.assert",
|
|
23177
|
-
path: _path + ".mute[" +
|
|
23502
|
+
path: _path + ".mute[" + _index86 + "]",
|
|
23178
23503
|
expected: "boolean",
|
|
23179
23504
|
value: elem
|
|
23180
23505
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23207,14 +23532,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
23207
23532
|
path: _path + ".presets",
|
|
23208
23533
|
expected: "(Array<__type>.o8 | undefined)",
|
|
23209
23534
|
value: input.presets
|
|
23210
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
23535
|
+
}, _errorFactory)) && input.presets.every((elem, _index87) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23211
23536
|
method: "typia.assert",
|
|
23212
|
-
path: _path + ".presets[" +
|
|
23537
|
+
path: _path + ".presets[" + _index87 + "]",
|
|
23213
23538
|
expected: "__type.o47",
|
|
23214
23539
|
value: elem
|
|
23215
|
-
}, _errorFactory)) && _ao58(elem, _path + ".presets[" +
|
|
23540
|
+
}, _errorFactory)) && _ao58(elem, _path + ".presets[" + _index87 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23216
23541
|
method: "typia.assert",
|
|
23217
|
-
path: _path + ".presets[" +
|
|
23542
|
+
path: _path + ".presets[" + _index87 + "]",
|
|
23218
23543
|
expected: "__type.o47",
|
|
23219
23544
|
value: elem
|
|
23220
23545
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23292,9 +23617,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
23292
23617
|
path: _path + ".args",
|
|
23293
23618
|
expected: "(Array<string> | undefined)",
|
|
23294
23619
|
value: input.args
|
|
23295
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
23620
|
+
}, _errorFactory)) && input.args.every((elem, _index88) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23296
23621
|
method: "typia.assert",
|
|
23297
|
-
path: _path + ".args[" +
|
|
23622
|
+
path: _path + ".args[" + _index88 + "]",
|
|
23298
23623
|
expected: "string",
|
|
23299
23624
|
value: elem
|
|
23300
23625
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23407,7 +23732,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
23407
23732
|
path: _path + ".search",
|
|
23408
23733
|
expected: "(__type.o57 | undefined)",
|
|
23409
23734
|
value: input.search
|
|
23410
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
23735
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av89.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23411
23736
|
method: "typia.assert",
|
|
23412
23737
|
path: _path + ".sortMode",
|
|
23413
23738
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
@@ -23427,14 +23752,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
23427
23752
|
path: _path + ".titleLines",
|
|
23428
23753
|
expected: "(number | undefined)",
|
|
23429
23754
|
value: input.titleLines
|
|
23430
|
-
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23755
|
+
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => (undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23431
23756
|
method: "typia.assert",
|
|
23432
23757
|
path: _path + ".fontFamilies",
|
|
23433
23758
|
expected: "(Array<string> | undefined)",
|
|
23434
23759
|
value: input.fontFamilies
|
|
23435
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
23760
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index90) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23436
23761
|
method: "typia.assert",
|
|
23437
|
-
path: _path + ".fontFamilies[" +
|
|
23762
|
+
path: _path + ".fontFamilies[" + _index90 + "]",
|
|
23438
23763
|
expected: "string",
|
|
23439
23764
|
value: elem
|
|
23440
23765
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23442,7 +23767,177 @@ function _assertDomainRecord(domain, input) {
|
|
|
23442
23767
|
path: _path + ".fontFamilies",
|
|
23443
23768
|
expected: "(Array<string> | undefined)",
|
|
23444
23769
|
value: input.fontFamilies
|
|
23445
|
-
}, _errorFactory)
|
|
23770
|
+
}, _errorFactory)) && (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23771
|
+
method: "typia.assert",
|
|
23772
|
+
path: _path + ".presets",
|
|
23773
|
+
expected: "(Array<PrintOptions> | undefined)",
|
|
23774
|
+
value: input.presets
|
|
23775
|
+
}, _errorFactory)) && input.presets.every((elem, _index91) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23776
|
+
method: "typia.assert",
|
|
23777
|
+
path: _path + ".presets[" + _index91 + "]",
|
|
23778
|
+
expected: "(PrintRundownOptions | PrintScriptOptions)",
|
|
23779
|
+
value: elem
|
|
23780
|
+
}, _errorFactory)) && _au0(elem, _path + ".presets[" + _index91 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23781
|
+
method: "typia.assert",
|
|
23782
|
+
path: _path + ".presets[" + _index91 + "]",
|
|
23783
|
+
expected: "(PrintRundownOptions | PrintScriptOptions)",
|
|
23784
|
+
value: elem
|
|
23785
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23786
|
+
method: "typia.assert",
|
|
23787
|
+
path: _path + ".presets",
|
|
23788
|
+
expected: "(Array<PrintOptions> | undefined)",
|
|
23789
|
+
value: input.presets
|
|
23790
|
+
}, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => ("script" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23791
|
+
method: "typia.assert",
|
|
23792
|
+
path: _path + ".type",
|
|
23793
|
+
expected: "\"script\"",
|
|
23794
|
+
value: input.type
|
|
23795
|
+
}, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23796
|
+
method: "typia.assert",
|
|
23797
|
+
path: _path + ".title",
|
|
23798
|
+
expected: "string",
|
|
23799
|
+
value: input.title
|
|
23800
|
+
}, _errorFactory)) && ("number" === typeof input.horizontalMargin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23801
|
+
method: "typia.assert",
|
|
23802
|
+
path: _path + ".horizontalMargin",
|
|
23803
|
+
expected: "number",
|
|
23804
|
+
value: input.horizontalMargin
|
|
23805
|
+
}, _errorFactory)) && ("A5" === input.pageSize || "A4" === input.pageSize || "A3" === input.pageSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23806
|
+
method: "typia.assert",
|
|
23807
|
+
path: _path + ".pageSize",
|
|
23808
|
+
expected: "(\"A3\" | \"A4\" | \"A5\")",
|
|
23809
|
+
value: input.pageSize
|
|
23810
|
+
}, _errorFactory)) && ("landscape" === input.orientation || "portrait" === input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23811
|
+
method: "typia.assert",
|
|
23812
|
+
path: _path + ".orientation",
|
|
23813
|
+
expected: "(\"landscape\" | \"portrait\")",
|
|
23814
|
+
value: input.orientation
|
|
23815
|
+
}, _errorFactory)) && ("number" === typeof input.fontSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23816
|
+
method: "typia.assert",
|
|
23817
|
+
path: _path + ".fontSize",
|
|
23818
|
+
expected: "number",
|
|
23819
|
+
value: input.fontSize
|
|
23820
|
+
}, _errorFactory)) && (undefined === input.fontFamily || "string" === typeof input.fontFamily || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23821
|
+
method: "typia.assert",
|
|
23822
|
+
path: _path + ".fontFamily",
|
|
23823
|
+
expected: "(string | undefined)",
|
|
23824
|
+
value: input.fontFamily
|
|
23825
|
+
}, _errorFactory)) && ((Array.isArray(input.hide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23826
|
+
method: "typia.assert",
|
|
23827
|
+
path: _path + ".hide",
|
|
23828
|
+
expected: "Array<PrintOptionalScriptNodes>",
|
|
23829
|
+
value: input.hide
|
|
23830
|
+
}, _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, {
|
|
23831
|
+
method: "typia.assert",
|
|
23832
|
+
path: _path + ".hide[" + _index92 + "]",
|
|
23833
|
+
expected: "(\"comment\" | \"event\" | \"event-data\" | \"heading\" | \"horizontalrule\" | \"list\" | \"paragraph\" | \"quote\")",
|
|
23834
|
+
value: elem
|
|
23835
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23836
|
+
method: "typia.assert",
|
|
23837
|
+
path: _path + ".hide",
|
|
23838
|
+
expected: "Array<PrintOptionalScriptNodes>",
|
|
23839
|
+
value: input.hide
|
|
23840
|
+
}, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => ("rundown" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23841
|
+
method: "typia.assert",
|
|
23842
|
+
path: _path + ".type",
|
|
23843
|
+
expected: "\"rundown\"",
|
|
23844
|
+
value: input.type
|
|
23845
|
+
}, _errorFactory)) && ((Array.isArray(input.columns) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23846
|
+
method: "typia.assert",
|
|
23847
|
+
path: _path + ".columns",
|
|
23848
|
+
expected: "Array<PrintRundownColumn>",
|
|
23849
|
+
value: input.columns
|
|
23850
|
+
}, _errorFactory)) && input.columns.every((elem, _index93) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23851
|
+
method: "typia.assert",
|
|
23852
|
+
path: _path + ".columns[" + _index93 + "]",
|
|
23853
|
+
expected: "PrintRundownColumn",
|
|
23854
|
+
value: elem
|
|
23855
|
+
}, _errorFactory)) && _ao73(elem, _path + ".columns[" + _index93 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23856
|
+
method: "typia.assert",
|
|
23857
|
+
path: _path + ".columns[" + _index93 + "]",
|
|
23858
|
+
expected: "PrintRundownColumn",
|
|
23859
|
+
value: elem
|
|
23860
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23861
|
+
method: "typia.assert",
|
|
23862
|
+
path: _path + ".columns",
|
|
23863
|
+
expected: "Array<PrintRundownColumn>",
|
|
23864
|
+
value: input.columns
|
|
23865
|
+
}, _errorFactory)) && (undefined === input.rangeStart || "number" === typeof input.rangeStart || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23866
|
+
method: "typia.assert",
|
|
23867
|
+
path: _path + ".rangeStart",
|
|
23868
|
+
expected: "(number | undefined)",
|
|
23869
|
+
value: input.rangeStart
|
|
23870
|
+
}, _errorFactory)) && (undefined === input.rangeEnd || "number" === typeof input.rangeEnd || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23871
|
+
method: "typia.assert",
|
|
23872
|
+
path: _path + ".rangeEnd",
|
|
23873
|
+
expected: "(number | undefined)",
|
|
23874
|
+
value: input.rangeEnd
|
|
23875
|
+
}, _errorFactory)) && ((Array.isArray(input.hide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23876
|
+
method: "typia.assert",
|
|
23877
|
+
path: _path + ".hide",
|
|
23878
|
+
expected: "Array<\"event\" | \"comment\" | \"heading\" | \"list\" | \"quote\" | \"paragraph\" | \"horizontalrule\">",
|
|
23879
|
+
value: input.hide
|
|
23880
|
+
}, _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, {
|
|
23881
|
+
method: "typia.assert",
|
|
23882
|
+
path: _path + ".hide[" + _index94 + "]",
|
|
23883
|
+
expected: "(\"comment\" | \"event\" | \"heading\" | \"horizontalrule\" | \"list\" | \"paragraph\" | \"quote\")",
|
|
23884
|
+
value: elem
|
|
23885
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23886
|
+
method: "typia.assert",
|
|
23887
|
+
path: _path + ".hide",
|
|
23888
|
+
expected: "Array<\"event\" | \"comment\" | \"heading\" | \"list\" | \"quote\" | \"paragraph\" | \"horizontalrule\">",
|
|
23889
|
+
value: input.hide
|
|
23890
|
+
}, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23891
|
+
method: "typia.assert",
|
|
23892
|
+
path: _path + ".title",
|
|
23893
|
+
expected: "string",
|
|
23894
|
+
value: input.title
|
|
23895
|
+
}, _errorFactory)) && ("number" === typeof input.horizontalMargin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23896
|
+
method: "typia.assert",
|
|
23897
|
+
path: _path + ".horizontalMargin",
|
|
23898
|
+
expected: "number",
|
|
23899
|
+
value: input.horizontalMargin
|
|
23900
|
+
}, _errorFactory)) && ("A5" === input.pageSize || "A4" === input.pageSize || "A3" === input.pageSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23901
|
+
method: "typia.assert",
|
|
23902
|
+
path: _path + ".pageSize",
|
|
23903
|
+
expected: "(\"A3\" | \"A4\" | \"A5\")",
|
|
23904
|
+
value: input.pageSize
|
|
23905
|
+
}, _errorFactory)) && ("landscape" === input.orientation || "portrait" === input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23906
|
+
method: "typia.assert",
|
|
23907
|
+
path: _path + ".orientation",
|
|
23908
|
+
expected: "(\"landscape\" | \"portrait\")",
|
|
23909
|
+
value: input.orientation
|
|
23910
|
+
}, _errorFactory)) && ("number" === typeof input.fontSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23911
|
+
method: "typia.assert",
|
|
23912
|
+
path: _path + ".fontSize",
|
|
23913
|
+
expected: "number",
|
|
23914
|
+
value: input.fontSize
|
|
23915
|
+
}, _errorFactory)) && (undefined === input.fontFamily || "string" === typeof input.fontFamily || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23916
|
+
method: "typia.assert",
|
|
23917
|
+
path: _path + ".fontFamily",
|
|
23918
|
+
expected: "(string | undefined)",
|
|
23919
|
+
value: input.fontFamily
|
|
23920
|
+
}, _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, {
|
|
23921
|
+
method: "typia.assert",
|
|
23922
|
+
path: _path + ".key",
|
|
23923
|
+
expected: "(\"accDuration\" | \"duration\" | \"id\" | \"position\" | \"time\" | \"title\" | \"type\")",
|
|
23924
|
+
value: input.key
|
|
23925
|
+
}, _errorFactory)) && ("string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23926
|
+
method: "typia.assert",
|
|
23927
|
+
path: _path + ".label",
|
|
23928
|
+
expected: "string",
|
|
23929
|
+
value: input.label
|
|
23930
|
+
}, _errorFactory)) && ("string" === typeof input.width || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23931
|
+
method: "typia.assert",
|
|
23932
|
+
path: _path + ".width",
|
|
23933
|
+
expected: "string",
|
|
23934
|
+
value: input.width
|
|
23935
|
+
}, _errorFactory)) && ("right" === input.textAlign || "left" === input.textAlign || "center" === input.textAlign || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23936
|
+
method: "typia.assert",
|
|
23937
|
+
path: _path + ".textAlign",
|
|
23938
|
+
expected: "(\"center\" | \"left\" | \"right\")",
|
|
23939
|
+
value: input.textAlign
|
|
23940
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23446
23941
|
method: "typia.assert",
|
|
23447
23942
|
path: _path + ".id",
|
|
23448
23943
|
expected: "(string | undefined)",
|
|
@@ -23452,27 +23947,37 @@ function _assertDomainRecord(domain, input) {
|
|
|
23452
23947
|
path: _path + ".folded",
|
|
23453
23948
|
expected: "(boolean | undefined)",
|
|
23454
23949
|
value: input.folded
|
|
23455
|
-
}, _errorFactory)); const
|
|
23950
|
+
}, _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, {
|
|
23456
23951
|
method: "typia.assert",
|
|
23457
23952
|
path: _path + ".adobe",
|
|
23458
23953
|
expected: "(__type.o62 | undefined)",
|
|
23459
23954
|
value: input.adobe
|
|
23460
|
-
}, _errorFactory)) &&
|
|
23955
|
+
}, _errorFactory)) && _ao76(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23461
23956
|
method: "typia.assert",
|
|
23462
23957
|
path: _path + ".adobe",
|
|
23463
23958
|
expected: "(__type.o62 | undefined)",
|
|
23464
23959
|
value: input.adobe
|
|
23960
|
+
}, _errorFactory)) && (undefined === input.ograf || ("object" === typeof input.ograf && null !== input.ograf && false === Array.isArray(input.ograf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23961
|
+
method: "typia.assert",
|
|
23962
|
+
path: _path + ".ograf",
|
|
23963
|
+
expected: "(__type.o64 | undefined)",
|
|
23964
|
+
value: input.ograf
|
|
23965
|
+
}, _errorFactory)) && _ao78(input.ograf, _path + ".ograf", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23966
|
+
method: "typia.assert",
|
|
23967
|
+
path: _path + ".ograf",
|
|
23968
|
+
expected: "(__type.o64 | undefined)",
|
|
23969
|
+
value: input.ograf
|
|
23465
23970
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23466
23971
|
method: "typia.assert",
|
|
23467
23972
|
path: _path + ".rive",
|
|
23468
|
-
expected: "(__type.
|
|
23973
|
+
expected: "(__type.o65 | undefined)",
|
|
23469
23974
|
value: input.rive
|
|
23470
|
-
}, _errorFactory)) &&
|
|
23975
|
+
}, _errorFactory)) && _ao79(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23471
23976
|
method: "typia.assert",
|
|
23472
23977
|
path: _path + ".rive",
|
|
23473
|
-
expected: "(__type.
|
|
23978
|
+
expected: "(__type.o65 | undefined)",
|
|
23474
23979
|
value: input.rive
|
|
23475
|
-
}, _errorFactory)); const
|
|
23980
|
+
}, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.videoBin || "string" === typeof input.videoBin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23476
23981
|
method: "typia.assert",
|
|
23477
23982
|
path: _path + ".videoBin",
|
|
23478
23983
|
expected: "(string | undefined)",
|
|
@@ -23512,6 +24017,21 @@ function _assertDomainRecord(domain, input) {
|
|
|
23512
24017
|
path: _path + ".renderPresetPath",
|
|
23513
24018
|
expected: "(string | undefined)",
|
|
23514
24019
|
value: input.renderPresetPath
|
|
24020
|
+
}, _errorFactory)) && (undefined === input.renderPresets || (Array.isArray(input.renderPresets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24021
|
+
method: "typia.assert",
|
|
24022
|
+
path: _path + ".renderPresets",
|
|
24023
|
+
expected: "(Array<string> | undefined)",
|
|
24024
|
+
value: input.renderPresets
|
|
24025
|
+
}, _errorFactory)) && input.renderPresets.every((elem, _index95) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24026
|
+
method: "typia.assert",
|
|
24027
|
+
path: _path + ".renderPresets[" + _index95 + "]",
|
|
24028
|
+
expected: "string",
|
|
24029
|
+
value: elem
|
|
24030
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24031
|
+
method: "typia.assert",
|
|
24032
|
+
path: _path + ".renderPresets",
|
|
24033
|
+
expected: "(Array<string> | undefined)",
|
|
24034
|
+
value: input.renderPresets
|
|
23515
24035
|
}, _errorFactory)) && (undefined === input.videoRenderPreset || "string" === typeof input.videoRenderPreset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23516
24036
|
method: "typia.assert",
|
|
23517
24037
|
path: _path + ".videoRenderPreset",
|
|
@@ -23547,22 +24067,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
23547
24067
|
path: _path + ".bodymovin",
|
|
23548
24068
|
expected: "(__type.o63 | undefined)",
|
|
23549
24069
|
value: input.bodymovin
|
|
23550
|
-
}, _errorFactory)) &&
|
|
24070
|
+
}, _errorFactory)) && _ao77(input.bodymovin, _path + ".bodymovin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23551
24071
|
method: "typia.assert",
|
|
23552
24072
|
path: _path + ".bodymovin",
|
|
23553
24073
|
expected: "(__type.o63 | undefined)",
|
|
23554
24074
|
value: input.bodymovin
|
|
23555
|
-
}, _errorFactory)); const
|
|
24075
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24076
|
+
method: "typia.assert",
|
|
24077
|
+
path: _path + ".template",
|
|
24078
|
+
expected: "(string | undefined)",
|
|
24079
|
+
value: input.template
|
|
24080
|
+
}, _errorFactory); const _ao78 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23556
24081
|
method: "typia.assert",
|
|
23557
24082
|
path: _path + ".template",
|
|
23558
24083
|
expected: "(string | undefined)",
|
|
23559
24084
|
value: input.template
|
|
23560
|
-
}, _errorFactory); const
|
|
24085
|
+
}, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23561
24086
|
method: "typia.assert",
|
|
23562
24087
|
path: _path + ".template",
|
|
23563
24088
|
expected: "(string | undefined)",
|
|
23564
24089
|
value: input.template
|
|
23565
|
-
}, _errorFactory); const
|
|
24090
|
+
}, _errorFactory); const _ao80 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23566
24091
|
method: "typia.assert",
|
|
23567
24092
|
path: _path + ".collections",
|
|
23568
24093
|
expected: "(boolean | undefined)",
|
|
@@ -23582,7 +24107,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
23582
24107
|
path: _path + ".ameRemoteRendering",
|
|
23583
24108
|
expected: "(boolean | undefined)",
|
|
23584
24109
|
value: input.ameRemoteRendering
|
|
23585
|
-
}, _errorFactory)); const
|
|
24110
|
+
}, _errorFactory)); const _ao81 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23586
24111
|
method: "typia.assert",
|
|
23587
24112
|
path: _path + ".utils",
|
|
23588
24113
|
expected: "(boolean | undefined)",
|
|
@@ -23692,24 +24217,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
23692
24217
|
path: _path + ".systemHealthIgnore",
|
|
23693
24218
|
expected: "(boolean | undefined)",
|
|
23694
24219
|
value: input.systemHealthIgnore
|
|
23695
|
-
}, _errorFactory)); const
|
|
24220
|
+
}, _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, {
|
|
23696
24221
|
method: "typia.assert",
|
|
23697
24222
|
path: _path + ".events",
|
|
23698
|
-
expected: "(__type.
|
|
24223
|
+
expected: "(__type.o69 | undefined)",
|
|
23699
24224
|
value: input.events
|
|
23700
|
-
}, _errorFactory)) &&
|
|
24225
|
+
}, _errorFactory)) && _ao83(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23701
24226
|
method: "typia.assert",
|
|
23702
24227
|
path: _path + ".events",
|
|
23703
|
-
expected: "(__type.
|
|
24228
|
+
expected: "(__type.o69 | undefined)",
|
|
23704
24229
|
value: input.events
|
|
23705
|
-
}, _errorFactory); const
|
|
24230
|
+
}, _errorFactory); const _ao83 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23706
24231
|
method: "typia.assert",
|
|
23707
24232
|
path: _path + ".comment",
|
|
23708
24233
|
expected: "(Array<NotificationReason> | undefined)",
|
|
23709
24234
|
value: input.comment
|
|
23710
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
24235
|
+
}, _errorFactory)) && input.comment.every((elem, _index96) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23711
24236
|
method: "typia.assert",
|
|
23712
|
-
path: _path + ".comment[" +
|
|
24237
|
+
path: _path + ".comment[" + _index96 + "]",
|
|
23713
24238
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23714
24239
|
value: elem
|
|
23715
24240
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23722,9 +24247,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
23722
24247
|
path: _path + ".assigned",
|
|
23723
24248
|
expected: "(Array<NotificationReason> | undefined)",
|
|
23724
24249
|
value: input.assigned
|
|
23725
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
24250
|
+
}, _errorFactory)) && input.assigned.every((elem, _index97) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23726
24251
|
method: "typia.assert",
|
|
23727
|
-
path: _path + ".assigned[" +
|
|
24252
|
+
path: _path + ".assigned[" + _index97 + "]",
|
|
23728
24253
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23729
24254
|
value: elem
|
|
23730
24255
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23737,9 +24262,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
23737
24262
|
path: _path + ".unassigned",
|
|
23738
24263
|
expected: "(Array<NotificationReason> | undefined)",
|
|
23739
24264
|
value: input.unassigned
|
|
23740
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
24265
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index98) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23741
24266
|
method: "typia.assert",
|
|
23742
|
-
path: _path + ".unassigned[" +
|
|
24267
|
+
path: _path + ".unassigned[" + _index98 + "]",
|
|
23743
24268
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23744
24269
|
value: elem
|
|
23745
24270
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23750,14 +24275,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
23750
24275
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23751
24276
|
method: "typia.assert",
|
|
23752
24277
|
path: _path + ".publishSucceeded",
|
|
23753
|
-
expected: "(__type.
|
|
24278
|
+
expected: "(__type.o70 | undefined)",
|
|
23754
24279
|
value: input.publishSucceeded
|
|
23755
|
-
}, _errorFactory)) &&
|
|
24280
|
+
}, _errorFactory)) && _ao84(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23756
24281
|
method: "typia.assert",
|
|
23757
24282
|
path: _path + ".publishSucceeded",
|
|
23758
|
-
expected: "(__type.
|
|
24283
|
+
expected: "(__type.o70 | undefined)",
|
|
23759
24284
|
value: input.publishSucceeded
|
|
23760
|
-
}, _errorFactory)); const
|
|
24285
|
+
}, _errorFactory)); const _ao84 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
23761
24286
|
const value = input[key];
|
|
23762
24287
|
if (undefined === value)
|
|
23763
24288
|
return true;
|
|
@@ -23766,9 +24291,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
23766
24291
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
23767
24292
|
expected: "Array<NotificationReason>",
|
|
23768
24293
|
value: value
|
|
23769
|
-
}, _errorFactory)) && value.every((elem,
|
|
24294
|
+
}, _errorFactory)) && value.every((elem, _index99) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23770
24295
|
method: "typia.assert",
|
|
23771
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
24296
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index99 + "]",
|
|
23772
24297
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23773
24298
|
value: elem
|
|
23774
24299
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23777,27 +24302,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
23777
24302
|
expected: "Array<NotificationReason>",
|
|
23778
24303
|
value: value
|
|
23779
24304
|
}, _errorFactory);
|
|
23780
|
-
}); const
|
|
24305
|
+
}); 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, {
|
|
23781
24306
|
method: "typia.assert",
|
|
23782
24307
|
path: _path + ".create",
|
|
23783
|
-
expected: "(__type.
|
|
24308
|
+
expected: "(__type.o72 | undefined)",
|
|
23784
24309
|
value: input.create
|
|
23785
|
-
}, _errorFactory)) &&
|
|
24310
|
+
}, _errorFactory)) && _ao86(input.create, _path + ".create", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23786
24311
|
method: "typia.assert",
|
|
23787
24312
|
path: _path + ".create",
|
|
23788
|
-
expected: "(__type.
|
|
24313
|
+
expected: "(__type.o72 | undefined)",
|
|
23789
24314
|
value: input.create
|
|
23790
24315
|
}, _errorFactory)) && (undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23791
24316
|
method: "typia.assert",
|
|
23792
24317
|
path: _path + ".duplicate",
|
|
23793
|
-
expected: "(__type.
|
|
24318
|
+
expected: "(__type.o73 | undefined)",
|
|
23794
24319
|
value: input.duplicate
|
|
23795
|
-
}, _errorFactory)) &&
|
|
24320
|
+
}, _errorFactory)) && _ao87(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23796
24321
|
method: "typia.assert",
|
|
23797
24322
|
path: _path + ".duplicate",
|
|
23798
|
-
expected: "(__type.
|
|
24323
|
+
expected: "(__type.o73 | undefined)",
|
|
23799
24324
|
value: input.duplicate
|
|
23800
|
-
}, _errorFactory)); const
|
|
24325
|
+
}, _errorFactory)); const _ao86 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23801
24326
|
method: "typia.assert",
|
|
23802
24327
|
path: _path + ".titlePrefix",
|
|
23803
24328
|
expected: "(string | undefined)",
|
|
@@ -23807,7 +24332,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
23807
24332
|
path: _path + ".titleSuffix",
|
|
23808
24333
|
expected: "(string | undefined)",
|
|
23809
24334
|
value: input.titleSuffix
|
|
23810
|
-
}, _errorFactory)); const
|
|
24335
|
+
}, _errorFactory)); const _ao87 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23811
24336
|
method: "typia.assert",
|
|
23812
24337
|
path: _path + ".titlePrefix",
|
|
23813
24338
|
expected: "(string | undefined)",
|
|
@@ -23817,14 +24342,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
23817
24342
|
path: _path + ".titleSuffix",
|
|
23818
24343
|
expected: "(string | undefined)",
|
|
23819
24344
|
value: input.titleSuffix
|
|
23820
|
-
}, _errorFactory)); const
|
|
24345
|
+
}, _errorFactory)); const _ao88 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23821
24346
|
method: "typia.assert",
|
|
23822
24347
|
path: _path + ".stateFilter",
|
|
23823
24348
|
expected: "(Array<number> | undefined)",
|
|
23824
24349
|
value: input.stateFilter
|
|
23825
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
24350
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index100) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23826
24351
|
method: "typia.assert",
|
|
23827
|
-
path: _path + ".stateFilter[" +
|
|
24352
|
+
path: _path + ".stateFilter[" + _index100 + "]",
|
|
23828
24353
|
expected: "number",
|
|
23829
24354
|
value: elem
|
|
23830
24355
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23857,37 +24382,52 @@ function _assertDomainRecord(domain, input) {
|
|
|
23857
24382
|
path: _path + ".parseRegex",
|
|
23858
24383
|
expected: "(boolean | undefined)",
|
|
23859
24384
|
value: input.parseRegex
|
|
23860
|
-
}, _errorFactory)); const
|
|
24385
|
+
}, _errorFactory)); const _ao89 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23861
24386
|
method: "typia.assert",
|
|
23862
24387
|
path: _path + ".disableHotArea",
|
|
23863
24388
|
expected: "(boolean | undefined)",
|
|
23864
24389
|
value: input.disableHotArea
|
|
23865
|
-
}, _errorFactory); const
|
|
24390
|
+
}, _errorFactory); const _ao90 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23866
24391
|
method: "typia.assert",
|
|
23867
24392
|
path: _path + ".refreshInterval",
|
|
23868
24393
|
expected: "(number | undefined)",
|
|
23869
24394
|
value: input.refreshInterval
|
|
23870
|
-
}, _errorFactory); const
|
|
24395
|
+
}, _errorFactory); const _ao91 = (input, _path, _exceptionable = true) => undefined === input.layout || "string" === typeof input.layout || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23871
24396
|
method: "typia.assert",
|
|
23872
24397
|
path: _path + ".layout",
|
|
23873
24398
|
expected: "(string | undefined)",
|
|
23874
24399
|
value: input.layout
|
|
23875
|
-
}, _errorFactory); const
|
|
24400
|
+
}, _errorFactory); const _ao92 = (input, _path, _exceptionable = true) => (undefined === input.ignoredWarnings || (Array.isArray(input.ignoredWarnings) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24401
|
+
method: "typia.assert",
|
|
24402
|
+
path: _path + ".ignoredWarnings",
|
|
24403
|
+
expected: "(Array<string> | undefined)",
|
|
24404
|
+
value: input.ignoredWarnings
|
|
24405
|
+
}, _errorFactory)) && input.ignoredWarnings.every((elem, _index101) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23876
24406
|
method: "typia.assert",
|
|
23877
|
-
path: _path + ".
|
|
24407
|
+
path: _path + ".ignoredWarnings[" + _index101 + "]",
|
|
24408
|
+
expected: "string",
|
|
24409
|
+
value: elem
|
|
24410
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24411
|
+
method: "typia.assert",
|
|
24412
|
+
path: _path + ".ignoredWarnings",
|
|
23878
24413
|
expected: "(Array<string> | undefined)",
|
|
23879
|
-
value: input.
|
|
23880
|
-
}, _errorFactory)) && input.
|
|
24414
|
+
value: input.ignoredWarnings
|
|
24415
|
+
}, _errorFactory)) && (undefined === input.ignoredErrors || (Array.isArray(input.ignoredErrors) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23881
24416
|
method: "typia.assert",
|
|
23882
|
-
path: _path + ".
|
|
24417
|
+
path: _path + ".ignoredErrors",
|
|
24418
|
+
expected: "(Array<string> | undefined)",
|
|
24419
|
+
value: input.ignoredErrors
|
|
24420
|
+
}, _errorFactory)) && input.ignoredErrors.every((elem, _index102) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24421
|
+
method: "typia.assert",
|
|
24422
|
+
path: _path + ".ignoredErrors[" + _index102 + "]",
|
|
23883
24423
|
expected: "string",
|
|
23884
24424
|
value: elem
|
|
23885
24425
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23886
24426
|
method: "typia.assert",
|
|
23887
|
-
path: _path + ".
|
|
24427
|
+
path: _path + ".ignoredErrors",
|
|
23888
24428
|
expected: "(Array<string> | undefined)",
|
|
23889
|
-
value: input.
|
|
23890
|
-
}, _errorFactory); const
|
|
24429
|
+
value: input.ignoredErrors
|
|
24430
|
+
}, _errorFactory)); const _ao93 = (input, _path, _exceptionable = true) => (undefined === input.enableUpdate || "boolean" === typeof input.enableUpdate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23891
24431
|
method: "typia.assert",
|
|
23892
24432
|
path: _path + ".enableUpdate",
|
|
23893
24433
|
expected: "(boolean | undefined)",
|
|
@@ -23897,7 +24437,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
23897
24437
|
path: _path + ".autoUpdate",
|
|
23898
24438
|
expected: "(boolean | undefined)",
|
|
23899
24439
|
value: input.autoUpdate
|
|
23900
|
-
}, _errorFactory)); const
|
|
24440
|
+
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
24441
|
+
if ("script" === input.type)
|
|
24442
|
+
return _ao71(input, _path, true && _exceptionable);
|
|
24443
|
+
else if ("rundown" === input.type)
|
|
24444
|
+
return _ao72(input, _path, true && _exceptionable);
|
|
24445
|
+
else
|
|
24446
|
+
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24447
|
+
method: "typia.assert",
|
|
24448
|
+
path: _path,
|
|
24449
|
+
expected: "(PrintScriptOptions | PrintRundownOptions)",
|
|
24450
|
+
value: input
|
|
24451
|
+
}, _errorFactory);
|
|
24452
|
+
})(); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
23901
24453
|
if (false === __is(input)) {
|
|
23902
24454
|
_errorFactory = errorFactory;
|
|
23903
24455
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -24112,71 +24664,526 @@ function _assertDomainRecord(domain, input) {
|
|
|
24112
24664
|
value: input.exclude
|
|
24113
24665
|
}, _errorFactory)) && (undefined === input.states || ("object" === typeof input.states && null !== input.states || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24114
24666
|
method: "typia.assert",
|
|
24115
|
-
path: _path + ".states",
|
|
24116
|
-
expected: "(__type | undefined)",
|
|
24117
|
-
value: input.states
|
|
24118
|
-
}, _errorFactory)) && _ao3(input.states, _path + ".states", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24667
|
+
path: _path + ".states",
|
|
24668
|
+
expected: "(__type | undefined)",
|
|
24669
|
+
value: input.states
|
|
24670
|
+
}, _errorFactory)) && _ao3(input.states, _path + ".states", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24671
|
+
method: "typia.assert",
|
|
24672
|
+
path: _path + ".states",
|
|
24673
|
+
expected: "(__type | undefined)",
|
|
24674
|
+
value: input.states
|
|
24675
|
+
}, _errorFactory)) && (undefined === input.flow || "column" === input.flow || "row" === input.flow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24676
|
+
method: "typia.assert",
|
|
24677
|
+
path: _path + ".flow",
|
|
24678
|
+
expected: "(\"column\" | \"row\" | undefined)",
|
|
24679
|
+
value: input.flow
|
|
24680
|
+
}, _errorFactory)) && (undefined === input.minRows || "number" === typeof input.minRows || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24681
|
+
method: "typia.assert",
|
|
24682
|
+
path: _path + ".minRows",
|
|
24683
|
+
expected: "(number | undefined)",
|
|
24684
|
+
value: input.minRows
|
|
24685
|
+
}, _errorFactory)) && (undefined === input.maxRows || "number" === typeof input.maxRows || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24686
|
+
method: "typia.assert",
|
|
24687
|
+
path: _path + ".maxRows",
|
|
24688
|
+
expected: "(number | undefined)",
|
|
24689
|
+
value: input.maxRows
|
|
24690
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => "boolean" === typeof input.completed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24691
|
+
method: "typia.assert",
|
|
24692
|
+
path: _path + ".completed",
|
|
24693
|
+
expected: "boolean",
|
|
24694
|
+
value: input.completed
|
|
24695
|
+
}, _errorFactory); const _ao4 = (input, _path, _exceptionable = true) => ("stream" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24696
|
+
method: "typia.assert",
|
|
24697
|
+
path: _path + ".type",
|
|
24698
|
+
expected: "\"stream\"",
|
|
24699
|
+
value: input.type
|
|
24700
|
+
}, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24701
|
+
method: "typia.assert",
|
|
24702
|
+
path: _path + ".title",
|
|
24703
|
+
expected: "(string | undefined)",
|
|
24704
|
+
value: input.title
|
|
24705
|
+
}, _errorFactory)) && (undefined === input.width || "string" === typeof input.width || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24706
|
+
method: "typia.assert",
|
|
24707
|
+
path: _path + ".width",
|
|
24708
|
+
expected: "(string | undefined)",
|
|
24709
|
+
value: input.width
|
|
24710
|
+
}, _errorFactory)) && (undefined === input.source || "string" === typeof input.source || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24711
|
+
method: "typia.assert",
|
|
24712
|
+
path: _path + ".source",
|
|
24713
|
+
expected: "(string | undefined)",
|
|
24714
|
+
value: input.source
|
|
24715
|
+
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
24716
|
+
if ("stream" === input.type)
|
|
24717
|
+
return _ao4(input, _path, true && _exceptionable);
|
|
24718
|
+
else
|
|
24719
|
+
return _ao2(input, _path, true && _exceptionable);
|
|
24720
|
+
})(); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24721
|
+
if (false === __is(input)) {
|
|
24722
|
+
_errorFactory = errorFactory;
|
|
24723
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24724
|
+
method: "typia.assert",
|
|
24725
|
+
path: _path + "",
|
|
24726
|
+
expected: "ShotboxDomainRecord",
|
|
24727
|
+
value: input
|
|
24728
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24729
|
+
method: "typia.assert",
|
|
24730
|
+
path: _path + "",
|
|
24731
|
+
expected: "ShotboxDomainRecord",
|
|
24732
|
+
value: input
|
|
24733
|
+
}, _errorFactory))(input, "$input", true);
|
|
24734
|
+
}
|
|
24735
|
+
return input;
|
|
24736
|
+
}; })()(input);
|
|
24737
|
+
}
|
|
24738
|
+
case ":storage": {
|
|
24739
|
+
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, {
|
|
24740
|
+
method: "typia.assert",
|
|
24741
|
+
path: _path + ".zone",
|
|
24742
|
+
expected: "string",
|
|
24743
|
+
value: input.zone
|
|
24744
|
+
}, _errorFactory)) && (null === input.hostname || "string" === typeof input.hostname || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24745
|
+
method: "typia.assert",
|
|
24746
|
+
path: _path + ".hostname",
|
|
24747
|
+
expected: "(null | string)",
|
|
24748
|
+
value: input.hostname
|
|
24749
|
+
}, _errorFactory)) && (null === input.port || undefined === input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24750
|
+
method: "typia.assert",
|
|
24751
|
+
path: _path + ".port",
|
|
24752
|
+
expected: "(null | number | undefined)",
|
|
24753
|
+
value: input.port
|
|
24754
|
+
}, _errorFactory)) && (undefined === input.location || "string" === typeof input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24755
|
+
method: "typia.assert",
|
|
24756
|
+
path: _path + ".location",
|
|
24757
|
+
expected: "(string | undefined)",
|
|
24758
|
+
value: input.location
|
|
24759
|
+
}, _errorFactory)) && (null === input.cache || undefined === input.cache || "boolean" === typeof input.cache || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24760
|
+
method: "typia.assert",
|
|
24761
|
+
path: _path + ".cache",
|
|
24762
|
+
expected: "(boolean | null | undefined)",
|
|
24763
|
+
value: input.cache
|
|
24764
|
+
}, _errorFactory)) && (undefined === input.allows || (Array.isArray(input.allows) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24765
|
+
method: "typia.assert",
|
|
24766
|
+
path: _path + ".allows",
|
|
24767
|
+
expected: "(Array<string> | undefined)",
|
|
24768
|
+
value: input.allows
|
|
24769
|
+
}, _errorFactory)) && input.allows.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24770
|
+
method: "typia.assert",
|
|
24771
|
+
path: _path + ".allows[" + _index2 + "]",
|
|
24772
|
+
expected: "string",
|
|
24773
|
+
value: elem
|
|
24774
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24775
|
+
method: "typia.assert",
|
|
24776
|
+
path: _path + ".allows",
|
|
24777
|
+
expected: "(Array<string> | undefined)",
|
|
24778
|
+
value: input.allows
|
|
24779
|
+
}, _errorFactory)) && (null === input.capacity || undefined === input.capacity || "number" === typeof input.capacity || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24780
|
+
method: "typia.assert",
|
|
24781
|
+
path: _path + ".capacity",
|
|
24782
|
+
expected: "(null | number | undefined)",
|
|
24783
|
+
value: input.capacity
|
|
24784
|
+
}, _errorFactory)) && (null === input.rxBytesSecMax || undefined === input.rxBytesSecMax || "number" === typeof input.rxBytesSecMax || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24785
|
+
method: "typia.assert",
|
|
24786
|
+
path: _path + ".rxBytesSecMax",
|
|
24787
|
+
expected: "(null | number | undefined)",
|
|
24788
|
+
value: input.rxBytesSecMax
|
|
24789
|
+
}, _errorFactory)) && (null === input.txBytesSecMax || undefined === input.txBytesSecMax || "number" === typeof input.txBytesSecMax || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24790
|
+
method: "typia.assert",
|
|
24791
|
+
path: _path + ".txBytesSecMax",
|
|
24792
|
+
expected: "(null | number | undefined)",
|
|
24793
|
+
value: input.txBytesSecMax
|
|
24794
|
+
}, _errorFactory)) && (null === input.rxBytesSecLimit || undefined === input.rxBytesSecLimit || "number" === typeof input.rxBytesSecLimit || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24795
|
+
method: "typia.assert",
|
|
24796
|
+
path: _path + ".rxBytesSecLimit",
|
|
24797
|
+
expected: "(null | number | undefined)",
|
|
24798
|
+
value: input.rxBytesSecLimit
|
|
24799
|
+
}, _errorFactory)) && (null === input.txBytesSecLimit || undefined === input.txBytesSecLimit || "number" === typeof input.txBytesSecLimit || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24800
|
+
method: "typia.assert",
|
|
24801
|
+
path: _path + ".txBytesSecLimit",
|
|
24802
|
+
expected: "(null | number | undefined)",
|
|
24803
|
+
value: input.txBytesSecLimit
|
|
24804
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24805
|
+
if (false === __is(input)) {
|
|
24806
|
+
_errorFactory = errorFactory;
|
|
24807
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
24808
|
+
method: "typia.assert",
|
|
24809
|
+
path: _path + "",
|
|
24810
|
+
expected: "StorageDomainRecord",
|
|
24811
|
+
value: input
|
|
24812
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24813
|
+
method: "typia.assert",
|
|
24814
|
+
path: _path + "",
|
|
24815
|
+
expected: "StorageDomainRecord",
|
|
24816
|
+
value: input
|
|
24817
|
+
}, _errorFactory))(input, "$input", true);
|
|
24818
|
+
}
|
|
24819
|
+
return input;
|
|
24820
|
+
}; })()(input);
|
|
24821
|
+
}
|
|
24822
|
+
case ":storage.stats": {
|
|
24823
|
+
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 => {
|
|
24824
|
+
if (["concurrency", "path", "snapshot", "available", "free", "used", "size", "state"].some(prop => key === prop))
|
|
24825
|
+
return true;
|
|
24826
|
+
const value = input[key];
|
|
24827
|
+
if (undefined === value)
|
|
24828
|
+
return true;
|
|
24829
|
+
return true;
|
|
24830
|
+
}); 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 => {
|
|
24831
|
+
if (["bucket", "region", "endpoint", "path", "storageClass"].some(prop => key === prop))
|
|
24832
|
+
return true;
|
|
24833
|
+
const value = input[key];
|
|
24834
|
+
if (undefined === value)
|
|
24835
|
+
return true;
|
|
24836
|
+
return true;
|
|
24837
|
+
}); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24838
|
+
method: "typia.assert",
|
|
24839
|
+
path: _path + ".id",
|
|
24840
|
+
expected: "string",
|
|
24841
|
+
value: input.id
|
|
24842
|
+
}, _errorFactory)) && ("string" === typeof input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24843
|
+
method: "typia.assert",
|
|
24844
|
+
path: _path + ".location",
|
|
24845
|
+
expected: "string",
|
|
24846
|
+
value: input.location
|
|
24847
|
+
}, _errorFactory)) && ("string" === typeof input.timestamp || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24848
|
+
method: "typia.assert",
|
|
24849
|
+
path: _path + ".timestamp",
|
|
24850
|
+
expected: "string",
|
|
24851
|
+
value: input.timestamp
|
|
24852
|
+
}, _errorFactory)) && ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24853
|
+
method: "typia.assert",
|
|
24854
|
+
path: _path + ".type",
|
|
24855
|
+
expected: "string",
|
|
24856
|
+
value: input.type
|
|
24857
|
+
}, _errorFactory)) && ("string" === typeof input.zone || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24858
|
+
method: "typia.assert",
|
|
24859
|
+
path: _path + ".zone",
|
|
24860
|
+
expected: "string",
|
|
24861
|
+
value: input.zone
|
|
24862
|
+
}, _errorFactory)) && ("string" === typeof input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24863
|
+
method: "typia.assert",
|
|
24864
|
+
path: _path + ".origin",
|
|
24865
|
+
expected: "string",
|
|
24866
|
+
value: input.origin
|
|
24867
|
+
}, _errorFactory)) && (null === input.free || "number" === typeof input.free || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24868
|
+
method: "typia.assert",
|
|
24869
|
+
path: _path + ".free",
|
|
24870
|
+
expected: "(null | number)",
|
|
24871
|
+
value: input.free
|
|
24872
|
+
}, _errorFactory)) && (null === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24873
|
+
method: "typia.assert",
|
|
24874
|
+
path: _path + ".size",
|
|
24875
|
+
expected: "(null | number)",
|
|
24876
|
+
value: input.size
|
|
24877
|
+
}, _errorFactory)) && (null === input.available || "number" === typeof input.available || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24878
|
+
method: "typia.assert",
|
|
24879
|
+
path: _path + ".available",
|
|
24880
|
+
expected: "(null | number)",
|
|
24881
|
+
value: input.available
|
|
24882
|
+
}, _errorFactory)) && (null === input.cache || "boolean" === typeof input.cache || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24883
|
+
method: "typia.assert",
|
|
24884
|
+
path: _path + ".cache",
|
|
24885
|
+
expected: "(boolean | null)",
|
|
24886
|
+
value: input.cache
|
|
24887
|
+
}, _errorFactory)) && (null === input.capacity || "number" === typeof input.capacity || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24888
|
+
method: "typia.assert",
|
|
24889
|
+
path: _path + ".capacity",
|
|
24890
|
+
expected: "(null | number)",
|
|
24891
|
+
value: input.capacity
|
|
24892
|
+
}, _errorFactory)) && (("object" === typeof input.limiter && null !== input.limiter && false === Array.isArray(input.limiter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24893
|
+
method: "typia.assert",
|
|
24894
|
+
path: _path + ".limiter",
|
|
24895
|
+
expected: "__type",
|
|
24896
|
+
value: input.limiter
|
|
24897
|
+
}, _errorFactory)) && _ao1(input.limiter, _path + ".limiter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24898
|
+
method: "typia.assert",
|
|
24899
|
+
path: _path + ".limiter",
|
|
24900
|
+
expected: "__type",
|
|
24901
|
+
value: input.limiter
|
|
24902
|
+
}, _errorFactory)) && (("object" === typeof input.http && null !== input.http || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24903
|
+
method: "typia.assert",
|
|
24904
|
+
path: _path + ".http",
|
|
24905
|
+
expected: "__type.o1",
|
|
24906
|
+
value: input.http
|
|
24907
|
+
}, _errorFactory)) && _ao2(input.http, _path + ".http", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24908
|
+
method: "typia.assert",
|
|
24909
|
+
path: _path + ".http",
|
|
24910
|
+
expected: "__type.o1",
|
|
24911
|
+
value: input.http
|
|
24912
|
+
}, _errorFactory)) && (("object" === typeof input.io && null !== input.io || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24913
|
+
method: "typia.assert",
|
|
24914
|
+
path: _path + ".io",
|
|
24915
|
+
expected: "__type.o2",
|
|
24916
|
+
value: input.io
|
|
24917
|
+
}, _errorFactory)) && _ao3(input.io, _path + ".io", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24918
|
+
method: "typia.assert",
|
|
24919
|
+
path: _path + ".io",
|
|
24920
|
+
expected: "__type.o2",
|
|
24921
|
+
value: input.io
|
|
24922
|
+
}, _errorFactory)) && (undefined === input.fs || ("object" === typeof input.fs && null !== input.fs && false === Array.isArray(input.fs) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24923
|
+
method: "typia.assert",
|
|
24924
|
+
path: _path + ".fs",
|
|
24925
|
+
expected: "(StorageFsStats | undefined)",
|
|
24926
|
+
value: input.fs
|
|
24927
|
+
}, _errorFactory)) && _ao7(input.fs, _path + ".fs", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24928
|
+
method: "typia.assert",
|
|
24929
|
+
path: _path + ".fs",
|
|
24930
|
+
expected: "(StorageFsStats | undefined)",
|
|
24931
|
+
value: input.fs
|
|
24932
|
+
}, _errorFactory)) && (undefined === input.s3 || ("object" === typeof input.s3 && null !== input.s3 && false === Array.isArray(input.s3) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24933
|
+
method: "typia.assert",
|
|
24934
|
+
path: _path + ".s3",
|
|
24935
|
+
expected: "(StorageS3Stats | undefined)",
|
|
24936
|
+
value: input.s3
|
|
24937
|
+
}, _errorFactory)) && _ao8(input.s3, _path + ".s3", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24938
|
+
method: "typia.assert",
|
|
24939
|
+
path: _path + ".s3",
|
|
24940
|
+
expected: "(StorageS3Stats | undefined)",
|
|
24941
|
+
value: input.s3
|
|
24942
|
+
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.readBytesPerSecond || "number" === typeof input.readBytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24943
|
+
method: "typia.assert",
|
|
24944
|
+
path: _path + ".readBytesPerSecond",
|
|
24945
|
+
expected: "(number | undefined)",
|
|
24946
|
+
value: input.readBytesPerSecond
|
|
24947
|
+
}, _errorFactory)) && (undefined === input.writeBytesPerSecond || "number" === typeof input.writeBytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24948
|
+
method: "typia.assert",
|
|
24949
|
+
path: _path + ".writeBytesPerSecond",
|
|
24950
|
+
expected: "(number | undefined)",
|
|
24951
|
+
value: input.writeBytesPerSecond
|
|
24952
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => ("number" === typeof input.downstreamConnected || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24953
|
+
method: "typia.assert",
|
|
24954
|
+
path: _path + ".downstreamConnected",
|
|
24955
|
+
expected: "number",
|
|
24956
|
+
value: input.downstreamConnected
|
|
24957
|
+
}, _errorFactory)) && ("number" === typeof input.upstreamConnected || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24958
|
+
method: "typia.assert",
|
|
24959
|
+
path: _path + ".upstreamConnected",
|
|
24960
|
+
expected: "number",
|
|
24961
|
+
value: input.upstreamConnected
|
|
24962
|
+
}, _errorFactory)) && ("number" === typeof input.pending || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24963
|
+
method: "typia.assert",
|
|
24964
|
+
path: _path + ".pending",
|
|
24965
|
+
expected: "number",
|
|
24966
|
+
value: input.pending
|
|
24967
|
+
}, _errorFactory)) && ("number" === typeof input.completed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24968
|
+
method: "typia.assert",
|
|
24969
|
+
path: _path + ".completed",
|
|
24970
|
+
expected: "number",
|
|
24971
|
+
value: input.completed
|
|
24972
|
+
}, _errorFactory)) && ("number" === typeof input.failed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24973
|
+
method: "typia.assert",
|
|
24974
|
+
path: _path + ".failed",
|
|
24975
|
+
expected: "number",
|
|
24976
|
+
value: input.failed
|
|
24977
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (("object" === typeof input.read && null !== input.read || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24978
|
+
method: "typia.assert",
|
|
24979
|
+
path: _path + ".read",
|
|
24980
|
+
expected: "__type.o3",
|
|
24981
|
+
value: input.read
|
|
24982
|
+
}, _errorFactory)) && _ao4(input.read, _path + ".read", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24983
|
+
method: "typia.assert",
|
|
24984
|
+
path: _path + ".read",
|
|
24985
|
+
expected: "__type.o3",
|
|
24986
|
+
value: input.read
|
|
24987
|
+
}, _errorFactory)) && (("object" === typeof input.write && null !== input.write || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24988
|
+
method: "typia.assert",
|
|
24989
|
+
path: _path + ".write",
|
|
24990
|
+
expected: "__type.o4",
|
|
24991
|
+
value: input.write
|
|
24992
|
+
}, _errorFactory)) && _ao6(input.write, _path + ".write", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24993
|
+
method: "typia.assert",
|
|
24994
|
+
path: _path + ".write",
|
|
24995
|
+
expected: "__type.o4",
|
|
24996
|
+
value: input.write
|
|
24997
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => ("number" === typeof input.bytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24998
|
+
method: "typia.assert",
|
|
24999
|
+
path: _path + ".bytesPerSecond",
|
|
25000
|
+
expected: "number",
|
|
25001
|
+
value: input.bytesPerSecond
|
|
25002
|
+
}, _errorFactory)) && ("number" === typeof input.pending || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25003
|
+
method: "typia.assert",
|
|
25004
|
+
path: _path + ".pending",
|
|
25005
|
+
expected: "number",
|
|
25006
|
+
value: input.pending
|
|
25007
|
+
}, _errorFactory)) && (("object" === typeof input.queues && null !== input.queues || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25008
|
+
method: "typia.assert",
|
|
25009
|
+
path: _path + ".queues",
|
|
25010
|
+
expected: "StorageIoQueues",
|
|
25011
|
+
value: input.queues
|
|
25012
|
+
}, _errorFactory)) && _ao5(input.queues, _path + ".queues", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25013
|
+
method: "typia.assert",
|
|
25014
|
+
path: _path + ".queues",
|
|
25015
|
+
expected: "StorageIoQueues",
|
|
25016
|
+
value: input.queues
|
|
25017
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ("number" === typeof input.highest || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25018
|
+
method: "typia.assert",
|
|
25019
|
+
path: _path + ".highest",
|
|
25020
|
+
expected: "number",
|
|
25021
|
+
value: input.highest
|
|
25022
|
+
}, _errorFactory)) && ("number" === typeof input.higher || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25023
|
+
method: "typia.assert",
|
|
25024
|
+
path: _path + ".higher",
|
|
25025
|
+
expected: "number",
|
|
25026
|
+
value: input.higher
|
|
25027
|
+
}, _errorFactory)) && ("number" === typeof input.high || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25028
|
+
method: "typia.assert",
|
|
25029
|
+
path: _path + ".high",
|
|
25030
|
+
expected: "number",
|
|
25031
|
+
value: input.high
|
|
25032
|
+
}, _errorFactory)) && ("number" === typeof input.normal || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25033
|
+
method: "typia.assert",
|
|
25034
|
+
path: _path + ".normal",
|
|
25035
|
+
expected: "number",
|
|
25036
|
+
value: input.normal
|
|
25037
|
+
}, _errorFactory)) && ("number" === typeof input.low || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25038
|
+
method: "typia.assert",
|
|
25039
|
+
path: _path + ".low",
|
|
25040
|
+
expected: "number",
|
|
25041
|
+
value: input.low
|
|
25042
|
+
}, _errorFactory)) && ("number" === typeof input.lower || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25043
|
+
method: "typia.assert",
|
|
25044
|
+
path: _path + ".lower",
|
|
25045
|
+
expected: "number",
|
|
25046
|
+
value: input.lower
|
|
25047
|
+
}, _errorFactory)) && ("number" === typeof input.lowest || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25048
|
+
method: "typia.assert",
|
|
25049
|
+
path: _path + ".lowest",
|
|
25050
|
+
expected: "number",
|
|
25051
|
+
value: input.lowest
|
|
25052
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("number" === typeof input.bytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25053
|
+
method: "typia.assert",
|
|
25054
|
+
path: _path + ".bytesPerSecond",
|
|
25055
|
+
expected: "number",
|
|
25056
|
+
value: input.bytesPerSecond
|
|
25057
|
+
}, _errorFactory)) && ("number" === typeof input.pending || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25058
|
+
method: "typia.assert",
|
|
25059
|
+
path: _path + ".pending",
|
|
25060
|
+
expected: "number",
|
|
25061
|
+
value: input.pending
|
|
25062
|
+
}, _errorFactory)) && (("object" === typeof input.queues && null !== input.queues || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25063
|
+
method: "typia.assert",
|
|
25064
|
+
path: _path + ".queues",
|
|
25065
|
+
expected: "StorageIoQueues",
|
|
25066
|
+
value: input.queues
|
|
25067
|
+
}, _errorFactory)) && _ao5(input.queues, _path + ".queues", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25068
|
+
method: "typia.assert",
|
|
25069
|
+
path: _path + ".queues",
|
|
25070
|
+
expected: "StorageIoQueues",
|
|
25071
|
+
value: input.queues
|
|
25072
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.concurrency || "number" === typeof input.concurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25073
|
+
method: "typia.assert",
|
|
25074
|
+
path: _path + ".concurrency",
|
|
25075
|
+
expected: "(number | undefined)",
|
|
25076
|
+
value: input.concurrency
|
|
25077
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25078
|
+
method: "typia.assert",
|
|
25079
|
+
path: _path + ".path",
|
|
25080
|
+
expected: "(string | undefined)",
|
|
25081
|
+
value: input.path
|
|
25082
|
+
}, _errorFactory)) && (null === input.snapshot || undefined === input.snapshot || "number" === typeof input.snapshot || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24119
25083
|
method: "typia.assert",
|
|
24120
|
-
path: _path + ".
|
|
24121
|
-
expected: "(
|
|
24122
|
-
value: input.
|
|
24123
|
-
}, _errorFactory)) && (undefined === input.
|
|
25084
|
+
path: _path + ".snapshot",
|
|
25085
|
+
expected: "(null | number | undefined)",
|
|
25086
|
+
value: input.snapshot
|
|
25087
|
+
}, _errorFactory)) && (undefined === input.available || "number" === typeof input.available || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24124
25088
|
method: "typia.assert",
|
|
24125
|
-
path: _path + ".
|
|
24126
|
-
expected: "(
|
|
24127
|
-
value: input.
|
|
24128
|
-
}, _errorFactory)) && (undefined === input.
|
|
25089
|
+
path: _path + ".available",
|
|
25090
|
+
expected: "(number | undefined)",
|
|
25091
|
+
value: input.available
|
|
25092
|
+
}, _errorFactory)) && (undefined === input.free || "number" === typeof input.free || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24129
25093
|
method: "typia.assert",
|
|
24130
|
-
path: _path + ".
|
|
25094
|
+
path: _path + ".free",
|
|
24131
25095
|
expected: "(number | undefined)",
|
|
24132
|
-
value: input.
|
|
24133
|
-
}, _errorFactory)) && (undefined === input.
|
|
25096
|
+
value: input.free
|
|
25097
|
+
}, _errorFactory)) && (undefined === input.used || "number" === typeof input.used || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24134
25098
|
method: "typia.assert",
|
|
24135
|
-
path: _path + ".
|
|
25099
|
+
path: _path + ".used",
|
|
24136
25100
|
expected: "(number | undefined)",
|
|
24137
|
-
value: input.
|
|
24138
|
-
}, _errorFactory))
|
|
25101
|
+
value: input.used
|
|
25102
|
+
}, _errorFactory)) && (undefined === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24139
25103
|
method: "typia.assert",
|
|
24140
|
-
path: _path + ".
|
|
24141
|
-
expected: "
|
|
24142
|
-
value: input.
|
|
24143
|
-
}, _errorFactory)
|
|
25104
|
+
path: _path + ".size",
|
|
25105
|
+
expected: "(number | undefined)",
|
|
25106
|
+
value: input.size
|
|
25107
|
+
}, _errorFactory)) && (undefined === input.state || "string" === typeof input.state || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24144
25108
|
method: "typia.assert",
|
|
24145
|
-
path: _path + ".
|
|
24146
|
-
expected: "
|
|
24147
|
-
value: input.
|
|
24148
|
-
}, _errorFactory)) && (
|
|
25109
|
+
path: _path + ".state",
|
|
25110
|
+
expected: "(string | undefined)",
|
|
25111
|
+
value: input.state
|
|
25112
|
+
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
25113
|
+
if (["concurrency", "path", "snapshot", "available", "free", "used", "size", "state"].some(prop => key === prop))
|
|
25114
|
+
return true;
|
|
25115
|
+
const value = input[key];
|
|
25116
|
+
if (undefined === value)
|
|
25117
|
+
return true;
|
|
25118
|
+
return true;
|
|
25119
|
+
})); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.bucket || "string" === typeof input.bucket || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24149
25120
|
method: "typia.assert",
|
|
24150
|
-
path: _path + ".
|
|
25121
|
+
path: _path + ".bucket",
|
|
24151
25122
|
expected: "(string | undefined)",
|
|
24152
|
-
value: input.
|
|
24153
|
-
}, _errorFactory)) && (undefined === input.
|
|
25123
|
+
value: input.bucket
|
|
25124
|
+
}, _errorFactory)) && (undefined === input.region || "string" === typeof input.region || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24154
25125
|
method: "typia.assert",
|
|
24155
|
-
path: _path + ".
|
|
25126
|
+
path: _path + ".region",
|
|
24156
25127
|
expected: "(string | undefined)",
|
|
24157
|
-
value: input.
|
|
24158
|
-
}, _errorFactory)) && (undefined === input.
|
|
25128
|
+
value: input.region
|
|
25129
|
+
}, _errorFactory)) && (undefined === input.endpoint || "string" === typeof input.endpoint || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24159
25130
|
method: "typia.assert",
|
|
24160
|
-
path: _path + ".
|
|
25131
|
+
path: _path + ".endpoint",
|
|
24161
25132
|
expected: "(string | undefined)",
|
|
24162
|
-
value: input.
|
|
24163
|
-
}, _errorFactory))
|
|
24164
|
-
|
|
24165
|
-
|
|
24166
|
-
|
|
24167
|
-
|
|
24168
|
-
})
|
|
25133
|
+
value: input.endpoint
|
|
25134
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25135
|
+
method: "typia.assert",
|
|
25136
|
+
path: _path + ".path",
|
|
25137
|
+
expected: "(string | undefined)",
|
|
25138
|
+
value: input.path
|
|
25139
|
+
}, _errorFactory)) && (undefined === input.storageClass || "string" === typeof input.storageClass || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25140
|
+
method: "typia.assert",
|
|
25141
|
+
path: _path + ".storageClass",
|
|
25142
|
+
expected: "(string | undefined)",
|
|
25143
|
+
value: input.storageClass
|
|
25144
|
+
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
25145
|
+
if (["bucket", "region", "endpoint", "path", "storageClass"].some(prop => key === prop))
|
|
25146
|
+
return true;
|
|
25147
|
+
const value = input[key];
|
|
25148
|
+
if (undefined === value)
|
|
25149
|
+
return true;
|
|
25150
|
+
return true;
|
|
25151
|
+
})); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
25152
|
+
if (false === __is(input)) {
|
|
25153
|
+
_errorFactory = errorFactory;
|
|
25154
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
25155
|
+
method: "typia.assert",
|
|
25156
|
+
path: _path + "",
|
|
25157
|
+
expected: "StorageStatsDomainRecord",
|
|
25158
|
+
value: input
|
|
25159
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
25160
|
+
method: "typia.assert",
|
|
25161
|
+
path: _path + "",
|
|
25162
|
+
expected: "StorageStatsDomainRecord",
|
|
25163
|
+
value: input
|
|
25164
|
+
}, _errorFactory))(input, "$input", true);
|
|
25165
|
+
}
|
|
25166
|
+
return input;
|
|
25167
|
+
}; })()(input);
|
|
25168
|
+
}
|
|
25169
|
+
case ":storage-zone": {
|
|
25170
|
+
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, {
|
|
25171
|
+
method: "typia.assert",
|
|
25172
|
+
path: _path + ".priority",
|
|
25173
|
+
expected: "(number | undefined)",
|
|
25174
|
+
value: input.priority
|
|
25175
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24169
25176
|
if (false === __is(input)) {
|
|
24170
25177
|
_errorFactory = errorFactory;
|
|
24171
25178
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24172
25179
|
method: "typia.assert",
|
|
24173
25180
|
path: _path + "",
|
|
24174
|
-
expected: "
|
|
25181
|
+
expected: "StorageZoneDomainRecord",
|
|
24175
25182
|
value: input
|
|
24176
25183
|
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24177
25184
|
method: "typia.assert",
|
|
24178
25185
|
path: _path + "",
|
|
24179
|
-
expected: "
|
|
25186
|
+
expected: "StorageZoneDomainRecord",
|
|
24180
25187
|
value: input
|
|
24181
25188
|
}, _errorFactory))(input, "$input", true);
|
|
24182
25189
|
}
|
|
@@ -25039,7 +26046,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
25039
26046
|
if (undefined === value)
|
|
25040
26047
|
return true;
|
|
25041
26048
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
|
|
25042
|
-
}); const _io2 = input => undefined === input.path || "string" === typeof input.path; const
|
|
26049
|
+
}); 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 => {
|
|
26050
|
+
const value = input[key];
|
|
26051
|
+
if (undefined === value)
|
|
26052
|
+
return true;
|
|
26053
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io7(value);
|
|
26054
|
+
}); 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, {
|
|
25043
26055
|
method: "typia.assert",
|
|
25044
26056
|
path: _path + ".source",
|
|
25045
26057
|
expected: "(string | undefined)",
|
|
@@ -25094,12 +26106,197 @@ function _assertDomainRecord(domain, input) {
|
|
|
25094
26106
|
expected: "TemplateProperty",
|
|
25095
26107
|
value: value
|
|
25096
26108
|
}, _errorFactory);
|
|
25097
|
-
}); const _ao2 = (input, _path, _exceptionable = true) => undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26109
|
+
}); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25098
26110
|
method: "typia.assert",
|
|
25099
26111
|
path: _path + ".path",
|
|
25100
26112
|
expected: "(string | undefined)",
|
|
25101
26113
|
value: input.path
|
|
25102
|
-
}, _errorFactory)
|
|
26114
|
+
}, _errorFactory)) && (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26115
|
+
method: "typia.assert",
|
|
26116
|
+
path: _path + ".type",
|
|
26117
|
+
expected: "(string | undefined)",
|
|
26118
|
+
value: input.type
|
|
26119
|
+
}, _errorFactory)) && (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26120
|
+
method: "typia.assert",
|
|
26121
|
+
path: _path + ".label",
|
|
26122
|
+
expected: "(string | undefined)",
|
|
26123
|
+
value: input.label
|
|
26124
|
+
}, _errorFactory)) && (undefined === input.defaultValue || "string" === typeof input.defaultValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26125
|
+
method: "typia.assert",
|
|
26126
|
+
path: _path + ".defaultValue",
|
|
26127
|
+
expected: "(string | undefined)",
|
|
26128
|
+
value: input.defaultValue
|
|
26129
|
+
}, _errorFactory)) && (undefined === input.widget || ("object" === typeof input.widget && null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26130
|
+
method: "typia.assert",
|
|
26131
|
+
path: _path + ".widget",
|
|
26132
|
+
expected: "(__type | undefined)",
|
|
26133
|
+
value: input.widget
|
|
26134
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26135
|
+
method: "typia.assert",
|
|
26136
|
+
path: _path + ".widget",
|
|
26137
|
+
expected: "(__type | undefined)",
|
|
26138
|
+
value: input.widget
|
|
26139
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26140
|
+
method: "typia.assert",
|
|
26141
|
+
path: _path + ".properties",
|
|
26142
|
+
expected: "(object | undefined)",
|
|
26143
|
+
value: input.properties
|
|
26144
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26145
|
+
method: "typia.assert",
|
|
26146
|
+
path: _path + ".properties",
|
|
26147
|
+
expected: "(object | undefined)",
|
|
26148
|
+
value: input.properties
|
|
26149
|
+
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26150
|
+
method: "typia.assert",
|
|
26151
|
+
path: _path + ".items",
|
|
26152
|
+
expected: "(__type.o1 | undefined)",
|
|
26153
|
+
value: input.items
|
|
26154
|
+
}, _errorFactory)) && _ao5(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26155
|
+
method: "typia.assert",
|
|
26156
|
+
path: _path + ".items",
|
|
26157
|
+
expected: "(__type.o1 | undefined)",
|
|
26158
|
+
value: input.items
|
|
26159
|
+
}, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26160
|
+
method: "typia.assert",
|
|
26161
|
+
path: _path + ".render",
|
|
26162
|
+
expected: "(__type.o3 | undefined)",
|
|
26163
|
+
value: input.render
|
|
26164
|
+
}, _errorFactory)) && _ao9(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26165
|
+
method: "typia.assert",
|
|
26166
|
+
path: _path + ".render",
|
|
26167
|
+
expected: "(__type.o3 | undefined)",
|
|
26168
|
+
value: input.render
|
|
26169
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26170
|
+
method: "typia.assert",
|
|
26171
|
+
path: _path + ".type",
|
|
26172
|
+
expected: "string",
|
|
26173
|
+
value: input.type
|
|
26174
|
+
}, _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, {
|
|
26175
|
+
method: "typia.assert",
|
|
26176
|
+
path: _path + ".properties",
|
|
26177
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26178
|
+
value: input.properties
|
|
26179
|
+
}, _errorFactory)) && _ao6(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26180
|
+
method: "typia.assert",
|
|
26181
|
+
path: _path + ".properties",
|
|
26182
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26183
|
+
value: input.properties
|
|
26184
|
+
}, _errorFactory); const _ao6 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
26185
|
+
const value = input[key];
|
|
26186
|
+
if (undefined === value)
|
|
26187
|
+
return true;
|
|
26188
|
+
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26189
|
+
method: "typia.assert",
|
|
26190
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
26191
|
+
expected: "TemplatePropertySchema",
|
|
26192
|
+
value: value
|
|
26193
|
+
}, _errorFactory)) && _ao7(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26194
|
+
method: "typia.assert",
|
|
26195
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
26196
|
+
expected: "TemplatePropertySchema",
|
|
26197
|
+
value: value
|
|
26198
|
+
}, _errorFactory);
|
|
26199
|
+
}); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26200
|
+
method: "typia.assert",
|
|
26201
|
+
path: _path + ".path",
|
|
26202
|
+
expected: "(string | undefined)",
|
|
26203
|
+
value: input.path
|
|
26204
|
+
}, _errorFactory)) && (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26205
|
+
method: "typia.assert",
|
|
26206
|
+
path: _path + ".type",
|
|
26207
|
+
expected: "(string | undefined)",
|
|
26208
|
+
value: input.type
|
|
26209
|
+
}, _errorFactory)) && (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26210
|
+
method: "typia.assert",
|
|
26211
|
+
path: _path + ".label",
|
|
26212
|
+
expected: "(string | undefined)",
|
|
26213
|
+
value: input.label
|
|
26214
|
+
}, _errorFactory)) && (undefined === input.defaultValue || "string" === typeof input.defaultValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26215
|
+
method: "typia.assert",
|
|
26216
|
+
path: _path + ".defaultValue",
|
|
26217
|
+
expected: "(string | undefined)",
|
|
26218
|
+
value: input.defaultValue
|
|
26219
|
+
}, _errorFactory)) && (undefined === input.widget || ("object" === typeof input.widget && null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26220
|
+
method: "typia.assert",
|
|
26221
|
+
path: _path + ".widget",
|
|
26222
|
+
expected: "(__type.o2 | undefined)",
|
|
26223
|
+
value: input.widget
|
|
26224
|
+
}, _errorFactory)) && _ao8(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26225
|
+
method: "typia.assert",
|
|
26226
|
+
path: _path + ".widget",
|
|
26227
|
+
expected: "(__type.o2 | undefined)",
|
|
26228
|
+
value: input.widget
|
|
26229
|
+
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26230
|
+
method: "typia.assert",
|
|
26231
|
+
path: _path + ".items",
|
|
26232
|
+
expected: "(TemplatePropertySchema | undefined)",
|
|
26233
|
+
value: input.items
|
|
26234
|
+
}, _errorFactory)) && _ao7(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26235
|
+
method: "typia.assert",
|
|
26236
|
+
path: _path + ".items",
|
|
26237
|
+
expected: "(TemplatePropertySchema | undefined)",
|
|
26238
|
+
value: input.items
|
|
26239
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26240
|
+
method: "typia.assert",
|
|
26241
|
+
path: _path + ".properties",
|
|
26242
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26243
|
+
value: input.properties
|
|
26244
|
+
}, _errorFactory)) && _ao6(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26245
|
+
method: "typia.assert",
|
|
26246
|
+
path: _path + ".properties",
|
|
26247
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26248
|
+
value: input.properties
|
|
26249
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26250
|
+
method: "typia.assert",
|
|
26251
|
+
path: _path + ".type",
|
|
26252
|
+
expected: "string",
|
|
26253
|
+
value: input.type
|
|
26254
|
+
}, _errorFactory); const _ao9 = (input, _path, _exceptionable = true) => ("image" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26255
|
+
method: "typia.assert",
|
|
26256
|
+
path: _path + ".type",
|
|
26257
|
+
expected: "\"image\"",
|
|
26258
|
+
value: input.type
|
|
26259
|
+
}, _errorFactory)) && (undefined === input.profile || ("object" === typeof input.profile && null !== input.profile && false === Array.isArray(input.profile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26260
|
+
method: "typia.assert",
|
|
26261
|
+
path: _path + ".profile",
|
|
26262
|
+
expected: "(__type.o4 | undefined)",
|
|
26263
|
+
value: input.profile
|
|
26264
|
+
}, _errorFactory)) && _ao10(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26265
|
+
method: "typia.assert",
|
|
26266
|
+
path: _path + ".profile",
|
|
26267
|
+
expected: "(__type.o4 | undefined)",
|
|
26268
|
+
value: input.profile
|
|
26269
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.format || "string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26270
|
+
method: "typia.assert",
|
|
26271
|
+
path: _path + ".format",
|
|
26272
|
+
expected: "(string | undefined)",
|
|
26273
|
+
value: input.format
|
|
26274
|
+
}, _errorFactory)) && (undefined === input.video || ("object" === typeof input.video && null !== input.video || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26275
|
+
method: "typia.assert",
|
|
26276
|
+
path: _path + ".video",
|
|
26277
|
+
expected: "(__type.o5 | undefined)",
|
|
26278
|
+
value: input.video
|
|
26279
|
+
}, _errorFactory)) && _ao11(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26280
|
+
method: "typia.assert",
|
|
26281
|
+
path: _path + ".video",
|
|
26282
|
+
expected: "(__type.o5 | undefined)",
|
|
26283
|
+
value: input.video
|
|
26284
|
+
}, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => ("number" === typeof input.width || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26285
|
+
method: "typia.assert",
|
|
26286
|
+
path: _path + ".width",
|
|
26287
|
+
expected: "number",
|
|
26288
|
+
value: input.width
|
|
26289
|
+
}, _errorFactory)) && ("number" === typeof input.height || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26290
|
+
method: "typia.assert",
|
|
26291
|
+
path: _path + ".height",
|
|
26292
|
+
expected: "number",
|
|
26293
|
+
value: input.height
|
|
26294
|
+
}, _errorFactory)) && ("cover" === input.fit || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26295
|
+
method: "typia.assert",
|
|
26296
|
+
path: _path + ".fit",
|
|
26297
|
+
expected: "\"cover\"",
|
|
26298
|
+
value: input.fit
|
|
26299
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
25103
26300
|
if (false === __is(input)) {
|
|
25104
26301
|
_errorFactory = errorFactory;
|
|
25105
26302
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|