@nxtedition/types 23.1.3 → 23.1.4
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/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/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/settings.d.ts +11 -2
- package/dist/nxtpression.d.ts +337 -42
- package/dist/records/domains/connection/file/smb.d.ts +2 -0
- package/dist/records/domains/event.d.ts +6 -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 +1549 -433
- package/dist/records/validate/assert.js +1557 -433
- package/dist/records/validate/is.js +85 -25
- package/dist/records/validate/schemas.d.ts +3 -10
- package/dist/records/validate/schemas.js +1241 -240
- package/dist/records/validate/stringify.js +137 -49
- package/dist/records/validate/utils.js +2 -2
- package/dist/records/validate/validate-equals.js +2087 -457
- package/dist/records/validate/validate.js +1414 -382
- package/package.json +1 -1
|
@@ -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,30 @@ 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
|
+
}
|
|
9404
9487
|
case ":file.replicate": {
|
|
9405
9488
|
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
9489
|
const value = input[key];
|
|
@@ -10057,6 +10140,40 @@ function _assertDomainRecord(domain, input) {
|
|
|
10057
10140
|
return input;
|
|
10058
10141
|
}; })()(input);
|
|
10059
10142
|
}
|
|
10143
|
+
case ":gallery": {
|
|
10144
|
+
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, {
|
|
10145
|
+
method: "typia.assert",
|
|
10146
|
+
path: _path + ".sources",
|
|
10147
|
+
expected: "(__type | undefined)",
|
|
10148
|
+
value: input.sources
|
|
10149
|
+
}, _errorFactory)) && _ao1(input.sources, _path + ".sources", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10150
|
+
method: "typia.assert",
|
|
10151
|
+
path: _path + ".sources",
|
|
10152
|
+
expected: "(__type | undefined)",
|
|
10153
|
+
value: input.sources
|
|
10154
|
+
}, _errorFactory); const _ao1 = (input, _path, _exceptionable = true) => undefined === input.program || "string" === typeof input.program || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10155
|
+
method: "typia.assert",
|
|
10156
|
+
path: _path + ".program",
|
|
10157
|
+
expected: "(string | undefined)",
|
|
10158
|
+
value: input.program
|
|
10159
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
10160
|
+
if (false === __is(input)) {
|
|
10161
|
+
_errorFactory = errorFactory;
|
|
10162
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10163
|
+
method: "typia.assert",
|
|
10164
|
+
path: _path + "",
|
|
10165
|
+
expected: "GalleryDomainRecord",
|
|
10166
|
+
value: input
|
|
10167
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10168
|
+
method: "typia.assert",
|
|
10169
|
+
path: _path + "",
|
|
10170
|
+
expected: "GalleryDomainRecord",
|
|
10171
|
+
value: input
|
|
10172
|
+
}, _errorFactory))(input, "$input", true);
|
|
10173
|
+
}
|
|
10174
|
+
return input;
|
|
10175
|
+
}; })()(input);
|
|
10176
|
+
}
|
|
10060
10177
|
case ":general.title": {
|
|
10061
10178
|
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
10179
|
method: "typia.assert",
|
|
@@ -10518,7 +10635,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
10518
10635
|
if (undefined === value)
|
|
10519
10636
|
return true;
|
|
10520
10637
|
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 =>
|
|
10638
|
+
}); 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 => {
|
|
10639
|
+
const value = input[key];
|
|
10640
|
+
if (undefined === value)
|
|
10641
|
+
return true;
|
|
10642
|
+
return true;
|
|
10643
|
+
}); 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
10644
|
method: "typia.assert",
|
|
10523
10645
|
path: _path + ".io",
|
|
10524
10646
|
expected: "(__type | undefined)",
|
|
@@ -10641,19 +10763,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
10641
10763
|
}, _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
10764
|
method: "typia.assert",
|
|
10643
10765
|
path: _path + ".__context",
|
|
10644
|
-
expected: "
|
|
10766
|
+
expected: "Record<string, unknown>",
|
|
10645
10767
|
value: input.__context
|
|
10646
10768
|
}, _errorFactory)) && _ao4(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10647
10769
|
method: "typia.assert",
|
|
10648
10770
|
path: _path + ".__context",
|
|
10649
|
-
expected: "
|
|
10771
|
+
expected: "Record<string, unknown>",
|
|
10650
10772
|
value: input.__context
|
|
10651
10773
|
}, _errorFactory)) && ("string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10652
10774
|
method: "typia.assert",
|
|
10653
10775
|
path: _path + ".__returnValue",
|
|
10654
10776
|
expected: "string",
|
|
10655
10777
|
value: input.__returnValue
|
|
10656
|
-
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) =>
|
|
10778
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
10779
|
+
const value = input[key];
|
|
10780
|
+
if (undefined === value)
|
|
10781
|
+
return true;
|
|
10782
|
+
return true;
|
|
10783
|
+
}); const _ao5 = (input, _path, _exceptionable = true) => (null === input.gallery || undefined === input.gallery || "string" === typeof input.gallery || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10657
10784
|
method: "typia.assert",
|
|
10658
10785
|
path: _path + ".gallery",
|
|
10659
10786
|
expected: "(null | string | undefined)",
|
|
@@ -10746,7 +10873,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
10746
10873
|
if (undefined === value)
|
|
10747
10874
|
return true;
|
|
10748
10875
|
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, {
|
|
10876
|
+
}); 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
10877
|
method: "typia.assert",
|
|
10751
10878
|
path: _path + ".id",
|
|
10752
10879
|
expected: "(string | undefined)",
|
|
@@ -11281,6 +11408,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
11281
11408
|
path: _path + ".pan",
|
|
11282
11409
|
expected: "(Array<number> | undefined)",
|
|
11283
11410
|
value: input.pan
|
|
11411
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11412
|
+
method: "typia.assert",
|
|
11413
|
+
path: _path + ".diarization",
|
|
11414
|
+
expected: "(boolean | undefined)",
|
|
11415
|
+
value: input.diarization
|
|
11284
11416
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
11285
11417
|
if (false === __is(input)) {
|
|
11286
11418
|
_errorFactory = errorFactory;
|
|
@@ -12106,7 +12238,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
12106
12238
|
if (undefined === value)
|
|
12107
12239
|
return true;
|
|
12108
12240
|
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 => {
|
|
12241
|
+
}); 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
12242
|
const value = input[key];
|
|
12111
12243
|
if (undefined === value)
|
|
12112
12244
|
return true;
|
|
@@ -12656,6 +12788,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
12656
12788
|
path: _path + ".pan",
|
|
12657
12789
|
expected: "(Array<number> | undefined)",
|
|
12658
12790
|
value: input.pan
|
|
12791
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12792
|
+
method: "typia.assert",
|
|
12793
|
+
path: _path + ".diarization",
|
|
12794
|
+
expected: "(boolean | undefined)",
|
|
12795
|
+
value: input.diarization
|
|
12659
12796
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
12660
12797
|
if (false === __is(input)) {
|
|
12661
12798
|
_errorFactory = errorFactory;
|
|
@@ -14700,7 +14837,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14700
14837
|
if (undefined === value)
|
|
14701
14838
|
return true;
|
|
14702
14839
|
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 => {
|
|
14840
|
+
}); 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
14841
|
const value = input[key];
|
|
14705
14842
|
if (undefined === value)
|
|
14706
14843
|
return true;
|
|
@@ -15356,6 +15493,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
15356
15493
|
path: _path + ".pan",
|
|
15357
15494
|
expected: "(Array<number> | undefined)",
|
|
15358
15495
|
value: input.pan
|
|
15496
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15497
|
+
method: "typia.assert",
|
|
15498
|
+
path: _path + ".diarization",
|
|
15499
|
+
expected: "(boolean | undefined)",
|
|
15500
|
+
value: input.diarization
|
|
15359
15501
|
}, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15360
15502
|
method: "typia.assert",
|
|
15361
15503
|
path: _path + ".format",
|
|
@@ -16209,7 +16351,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
16209
16351
|
if (undefined === value)
|
|
16210
16352
|
return true;
|
|
16211
16353
|
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 => {
|
|
16354
|
+
}); 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
16355
|
const value = input[key];
|
|
16214
16356
|
if (undefined === value)
|
|
16215
16357
|
return true;
|
|
@@ -17002,6 +17144,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
17002
17144
|
path: _path + ".pan",
|
|
17003
17145
|
expected: "(Array<number> | undefined)",
|
|
17004
17146
|
value: input.pan
|
|
17147
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17148
|
+
method: "typia.assert",
|
|
17149
|
+
path: _path + ".diarization",
|
|
17150
|
+
expected: "(boolean | undefined)",
|
|
17151
|
+
value: input.diarization
|
|
17005
17152
|
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17006
17153
|
method: "typia.assert",
|
|
17007
17154
|
path: _path + ".format",
|
|
@@ -18308,7 +18455,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
18308
18455
|
if (undefined === value)
|
|
18309
18456
|
return true;
|
|
18310
18457
|
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, {
|
|
18458
|
+
}); 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
18459
|
method: "typia.assert",
|
|
18313
18460
|
path: _path + ".type",
|
|
18314
18461
|
expected: "string",
|
|
@@ -18888,6 +19035,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
18888
19035
|
path: _path + ".pan",
|
|
18889
19036
|
expected: "(Array<number> | undefined)",
|
|
18890
19037
|
value: input.pan
|
|
19038
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19039
|
+
method: "typia.assert",
|
|
19040
|
+
path: _path + ".diarization",
|
|
19041
|
+
expected: "(boolean | undefined)",
|
|
19042
|
+
value: input.diarization
|
|
18891
19043
|
}, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18892
19044
|
method: "typia.assert",
|
|
18893
19045
|
path: _path + ".format",
|
|
@@ -19478,6 +19630,94 @@ function _assertDomainRecord(domain, input) {
|
|
|
19478
19630
|
return input;
|
|
19479
19631
|
}; })()(input);
|
|
19480
19632
|
}
|
|
19633
|
+
case ":role": {
|
|
19634
|
+
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 => {
|
|
19635
|
+
const value = input[key];
|
|
19636
|
+
if (undefined === value)
|
|
19637
|
+
return true;
|
|
19638
|
+
return Array.isArray(value) && value.every(elem => "string" === typeof elem);
|
|
19639
|
+
}); 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, {
|
|
19640
|
+
method: "typia.assert",
|
|
19641
|
+
path: _path + ".permissions",
|
|
19642
|
+
expected: "(Record<string, Array<string>> | undefined)",
|
|
19643
|
+
value: input.permissions
|
|
19644
|
+
}, _errorFactory)) && _ao1(input.permissions, _path + ".permissions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19645
|
+
method: "typia.assert",
|
|
19646
|
+
path: _path + ".permissions",
|
|
19647
|
+
expected: "(Record<string, Array<string>> | undefined)",
|
|
19648
|
+
value: input.permissions
|
|
19649
|
+
}, _errorFactory); const _ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
19650
|
+
const value = input[key];
|
|
19651
|
+
if (undefined === value)
|
|
19652
|
+
return true;
|
|
19653
|
+
return (Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19654
|
+
method: "typia.assert",
|
|
19655
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19656
|
+
expected: "Array<string>",
|
|
19657
|
+
value: value
|
|
19658
|
+
}, _errorFactory)) && value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19659
|
+
method: "typia.assert",
|
|
19660
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index2 + "]",
|
|
19661
|
+
expected: "string",
|
|
19662
|
+
value: elem
|
|
19663
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19664
|
+
method: "typia.assert",
|
|
19665
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19666
|
+
expected: "Array<string>",
|
|
19667
|
+
value: value
|
|
19668
|
+
}, _errorFactory);
|
|
19669
|
+
}); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19670
|
+
if (false === __is(input)) {
|
|
19671
|
+
_errorFactory = errorFactory;
|
|
19672
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19673
|
+
method: "typia.assert",
|
|
19674
|
+
path: _path + "",
|
|
19675
|
+
expected: "RoleRecord",
|
|
19676
|
+
value: input
|
|
19677
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19678
|
+
method: "typia.assert",
|
|
19679
|
+
path: _path + "",
|
|
19680
|
+
expected: "RoleRecord",
|
|
19681
|
+
value: input
|
|
19682
|
+
}, _errorFactory))(input, "$input", true);
|
|
19683
|
+
}
|
|
19684
|
+
return input;
|
|
19685
|
+
}; })()(input);
|
|
19686
|
+
}
|
|
19687
|
+
case ":role.users?": {
|
|
19688
|
+
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, {
|
|
19689
|
+
method: "typia.assert",
|
|
19690
|
+
path: _path + ".value",
|
|
19691
|
+
expected: "(Array<string> | undefined)",
|
|
19692
|
+
value: input.value
|
|
19693
|
+
}, _errorFactory)) && input.value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19694
|
+
method: "typia.assert",
|
|
19695
|
+
path: _path + ".value[" + _index2 + "]",
|
|
19696
|
+
expected: "string",
|
|
19697
|
+
value: elem
|
|
19698
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19699
|
+
method: "typia.assert",
|
|
19700
|
+
path: _path + ".value",
|
|
19701
|
+
expected: "(Array<string> | undefined)",
|
|
19702
|
+
value: input.value
|
|
19703
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19704
|
+
if (false === __is(input)) {
|
|
19705
|
+
_errorFactory = errorFactory;
|
|
19706
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19707
|
+
method: "typia.assert",
|
|
19708
|
+
path: _path + "",
|
|
19709
|
+
expected: "RoleUsersRecord",
|
|
19710
|
+
value: input
|
|
19711
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19712
|
+
method: "typia.assert",
|
|
19713
|
+
path: _path + "",
|
|
19714
|
+
expected: "RoleUsersRecord",
|
|
19715
|
+
value: input
|
|
19716
|
+
}, _errorFactory))(input, "$input", true);
|
|
19717
|
+
}
|
|
19718
|
+
return input;
|
|
19719
|
+
}; })()(input);
|
|
19720
|
+
}
|
|
19481
19721
|
case ":role.tags": {
|
|
19482
19722
|
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, {
|
|
19483
19723
|
method: "typia.assert",
|
|
@@ -20194,7 +20434,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20194
20434
|
}; })()(input);
|
|
20195
20435
|
}
|
|
20196
20436
|
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 || "
|
|
20437
|
+
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
20438
|
const value = input[key];
|
|
20199
20439
|
if (undefined === value)
|
|
20200
20440
|
return true;
|
|
@@ -20264,7 +20504,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20264
20504
|
path: _path + ".direction",
|
|
20265
20505
|
expected: "(\"ltr\" | \"rtl\" | null)",
|
|
20266
20506
|
value: input.direction
|
|
20267
|
-
}, _errorFactory)) && ("" === input.format || "
|
|
20507
|
+
}, _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
20508
|
method: "typia.assert",
|
|
20269
20509
|
path: _path + ".format",
|
|
20270
20510
|
expected: "(\"\" | \"center\" | \"end\" | \"justify\" | \"left\" | \"right\" | \"start\")",
|
|
@@ -20416,7 +20656,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20416
20656
|
}; })()(input);
|
|
20417
20657
|
}
|
|
20418
20658
|
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 || "
|
|
20659
|
+
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
20660
|
const value = input[key];
|
|
20421
20661
|
if (undefined === value)
|
|
20422
20662
|
return true;
|
|
@@ -20501,7 +20741,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20501
20741
|
path: _path + ".direction",
|
|
20502
20742
|
expected: "(\"ltr\" | \"rtl\" | null)",
|
|
20503
20743
|
value: input.direction
|
|
20504
|
-
}, _errorFactory)) && ("" === input.format || "
|
|
20744
|
+
}, _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
20745
|
method: "typia.assert",
|
|
20506
20746
|
path: _path + ".format",
|
|
20507
20747
|
expected: "(\"\" | \"center\" | \"end\" | \"justify\" | \"left\" | \"right\" | \"start\")",
|
|
@@ -21288,14 +21528,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
21288
21528
|
}; })()(input);
|
|
21289
21529
|
}
|
|
21290
21530
|
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
|
|
21531
|
+
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
21532
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
21293
21533
|
return true;
|
|
21294
21534
|
const value = input[key];
|
|
21295
21535
|
if (undefined === value)
|
|
21296
21536
|
return true;
|
|
21297
21537
|
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 || "
|
|
21538
|
+
}); 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
21539
|
const value = input[key];
|
|
21300
21540
|
if (undefined === value)
|
|
21301
21541
|
return true;
|
|
@@ -21320,12 +21560,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
21320
21560
|
if (undefined === value)
|
|
21321
21561
|
return true;
|
|
21322
21562
|
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 => {
|
|
21563
|
+
}); 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
21564
|
const value = input[key];
|
|
21325
21565
|
if (undefined === value)
|
|
21326
21566
|
return true;
|
|
21327
21567
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
21328
|
-
}); const
|
|
21568
|
+
}); 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 => (() => {
|
|
21569
|
+
if ("script" === input.type)
|
|
21570
|
+
return _io71(input);
|
|
21571
|
+
else if ("rundown" === input.type)
|
|
21572
|
+
return _io72(input);
|
|
21573
|
+
else
|
|
21574
|
+
return false;
|
|
21575
|
+
})(); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21329
21576
|
method: "typia.assert",
|
|
21330
21577
|
path: _path + ".autoLogoutTime",
|
|
21331
21578
|
expected: "(number | undefined)",
|
|
@@ -21355,14 +21602,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
21355
21602
|
path: _path + ".googleWhitelist",
|
|
21356
21603
|
expected: "(Array<__type> | undefined)",
|
|
21357
21604
|
value: input.googleWhitelist
|
|
21358
|
-
}, _errorFactory)) && input.googleWhitelist.every((elem,
|
|
21605
|
+
}, _errorFactory)) && input.googleWhitelist.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21359
21606
|
method: "typia.assert",
|
|
21360
|
-
path: _path + ".googleWhitelist[" +
|
|
21607
|
+
path: _path + ".googleWhitelist[" + _index52 + "]",
|
|
21361
21608
|
expected: "__type.o2",
|
|
21362
21609
|
value: elem
|
|
21363
|
-
}, _errorFactory)) && _ao3(elem, _path + ".googleWhitelist[" +
|
|
21610
|
+
}, _errorFactory)) && _ao3(elem, _path + ".googleWhitelist[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21364
21611
|
method: "typia.assert",
|
|
21365
|
-
path: _path + ".googleWhitelist[" +
|
|
21612
|
+
path: _path + ".googleWhitelist[" + _index52 + "]",
|
|
21366
21613
|
expected: "__type.o2",
|
|
21367
21614
|
value: elem
|
|
21368
21615
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21375,9 +21622,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
21375
21622
|
path: _path + ".googleUserRoles",
|
|
21376
21623
|
expected: "(Array<string> | undefined)",
|
|
21377
21624
|
value: input.googleUserRoles
|
|
21378
|
-
}, _errorFactory)) && input.googleUserRoles.every((elem,
|
|
21625
|
+
}, _errorFactory)) && input.googleUserRoles.every((elem, _index53) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21379
21626
|
method: "typia.assert",
|
|
21380
|
-
path: _path + ".googleUserRoles[" +
|
|
21627
|
+
path: _path + ".googleUserRoles[" + _index53 + "]",
|
|
21381
21628
|
expected: "string",
|
|
21382
21629
|
value: elem
|
|
21383
21630
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21390,14 +21637,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
21390
21637
|
path: _path + ".azureWhitelist",
|
|
21391
21638
|
expected: "(Array<__type>.o1 | undefined)",
|
|
21392
21639
|
value: input.azureWhitelist
|
|
21393
|
-
}, _errorFactory)) && input.azureWhitelist.every((elem,
|
|
21640
|
+
}, _errorFactory)) && input.azureWhitelist.every((elem, _index54) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21394
21641
|
method: "typia.assert",
|
|
21395
|
-
path: _path + ".azureWhitelist[" +
|
|
21642
|
+
path: _path + ".azureWhitelist[" + _index54 + "]",
|
|
21396
21643
|
expected: "__type.o3",
|
|
21397
21644
|
value: elem
|
|
21398
|
-
}, _errorFactory)) && _ao4(elem, _path + ".azureWhitelist[" +
|
|
21645
|
+
}, _errorFactory)) && _ao4(elem, _path + ".azureWhitelist[" + _index54 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21399
21646
|
method: "typia.assert",
|
|
21400
|
-
path: _path + ".azureWhitelist[" +
|
|
21647
|
+
path: _path + ".azureWhitelist[" + _index54 + "]",
|
|
21401
21648
|
expected: "__type.o3",
|
|
21402
21649
|
value: elem
|
|
21403
21650
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21410,9 +21657,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
21410
21657
|
path: _path + ".azureUserRoles",
|
|
21411
21658
|
expected: "(Array<string> | undefined)",
|
|
21412
21659
|
value: input.azureUserRoles
|
|
21413
|
-
}, _errorFactory)) && input.azureUserRoles.every((elem,
|
|
21660
|
+
}, _errorFactory)) && input.azureUserRoles.every((elem, _index55) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21414
21661
|
method: "typia.assert",
|
|
21415
|
-
path: _path + ".azureUserRoles[" +
|
|
21662
|
+
path: _path + ".azureUserRoles[" + _index55 + "]",
|
|
21416
21663
|
expected: "string",
|
|
21417
21664
|
value: elem
|
|
21418
21665
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21475,19 +21722,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
21475
21722
|
path: _path + ".exclusiveTagGroups",
|
|
21476
21723
|
expected: "(Array<Array<string>> | undefined)",
|
|
21477
21724
|
value: input.exclusiveTagGroups
|
|
21478
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
21725
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index56) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21479
21726
|
method: "typia.assert",
|
|
21480
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
21727
|
+
path: _path + ".exclusiveTagGroups[" + _index56 + "]",
|
|
21481
21728
|
expected: "Array<string>",
|
|
21482
21729
|
value: elem
|
|
21483
|
-
}, _errorFactory)) && elem.every((elem,
|
|
21730
|
+
}, _errorFactory)) && elem.every((elem, _index57) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21484
21731
|
method: "typia.assert",
|
|
21485
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
21732
|
+
path: _path + ".exclusiveTagGroups[" + _index56 + "][" + _index57 + "]",
|
|
21486
21733
|
expected: "string",
|
|
21487
21734
|
value: elem
|
|
21488
21735
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21489
21736
|
method: "typia.assert",
|
|
21490
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
21737
|
+
path: _path + ".exclusiveTagGroups[" + _index56 + "]",
|
|
21491
21738
|
expected: "Array<string>",
|
|
21492
21739
|
value: elem
|
|
21493
21740
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21635,14 +21882,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
21635
21882
|
path: _path + ".commands",
|
|
21636
21883
|
expected: "(Array<__type>.o9 | undefined)",
|
|
21637
21884
|
value: input.commands
|
|
21638
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
21885
|
+
}, _errorFactory)) && input.commands.every((elem, _index58) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21639
21886
|
method: "typia.assert",
|
|
21640
|
-
path: _path + ".commands[" +
|
|
21887
|
+
path: _path + ".commands[" + _index58 + "]",
|
|
21641
21888
|
expected: "__type.o49",
|
|
21642
21889
|
value: elem
|
|
21643
|
-
}, _errorFactory)) && _ao60(elem, _path + ".commands[" +
|
|
21890
|
+
}, _errorFactory)) && _ao60(elem, _path + ".commands[" + _index58 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21644
21891
|
method: "typia.assert",
|
|
21645
|
-
path: _path + ".commands[" +
|
|
21892
|
+
path: _path + ".commands[" + _index58 + "]",
|
|
21646
21893
|
expected: "__type.o49",
|
|
21647
21894
|
value: elem
|
|
21648
21895
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21655,9 +21902,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
21655
21902
|
path: _path + ".predefinedTags",
|
|
21656
21903
|
expected: "(Array<string> | undefined)",
|
|
21657
21904
|
value: input.predefinedTags
|
|
21658
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
21905
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21659
21906
|
method: "typia.assert",
|
|
21660
|
-
path: _path + ".predefinedTags[" +
|
|
21907
|
+
path: _path + ".predefinedTags[" + _index59 + "]",
|
|
21661
21908
|
expected: "string",
|
|
21662
21909
|
value: elem
|
|
21663
21910
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21690,14 +21937,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
21690
21937
|
path: _path + ".hiddenPreviews",
|
|
21691
21938
|
expected: "(Array<__type>.o10 | undefined)",
|
|
21692
21939
|
value: input.hiddenPreviews
|
|
21693
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
21940
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index60) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21694
21941
|
method: "typia.assert",
|
|
21695
|
-
path: _path + ".hiddenPreviews[" +
|
|
21942
|
+
path: _path + ".hiddenPreviews[" + _index60 + "]",
|
|
21696
21943
|
expected: "__type.o60",
|
|
21697
21944
|
value: elem
|
|
21698
|
-
}, _errorFactory)) &&
|
|
21945
|
+
}, _errorFactory)) && _ao74(elem, _path + ".hiddenPreviews[" + _index60 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21699
21946
|
method: "typia.assert",
|
|
21700
|
-
path: _path + ".hiddenPreviews[" +
|
|
21947
|
+
path: _path + ".hiddenPreviews[" + _index60 + "]",
|
|
21701
21948
|
expected: "__type.o60",
|
|
21702
21949
|
value: elem
|
|
21703
21950
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21710,7 +21957,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
21710
21957
|
path: _path + ".plugins",
|
|
21711
21958
|
expected: "(__type.o61 | undefined)",
|
|
21712
21959
|
value: input.plugins
|
|
21713
|
-
}, _errorFactory)) &&
|
|
21960
|
+
}, _errorFactory)) && _ao75(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21714
21961
|
method: "typia.assert",
|
|
21715
21962
|
path: _path + ".plugins",
|
|
21716
21963
|
expected: "(__type.o61 | undefined)",
|
|
@@ -21728,32 +21975,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
21728
21975
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21729
21976
|
method: "typia.assert",
|
|
21730
21977
|
path: _path + ".featurePreview",
|
|
21731
|
-
expected: "(__type.
|
|
21978
|
+
expected: "(__type.o66 | undefined)",
|
|
21732
21979
|
value: input.featurePreview
|
|
21733
|
-
}, _errorFactory)) &&
|
|
21980
|
+
}, _errorFactory)) && _ao80(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21734
21981
|
method: "typia.assert",
|
|
21735
21982
|
path: _path + ".featurePreview",
|
|
21736
|
-
expected: "(__type.
|
|
21983
|
+
expected: "(__type.o66 | undefined)",
|
|
21737
21984
|
value: input.featurePreview
|
|
21738
21985
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21739
21986
|
method: "typia.assert",
|
|
21740
21987
|
path: _path + ".flags",
|
|
21741
|
-
expected: "(__type.
|
|
21988
|
+
expected: "(__type.o67 | undefined)",
|
|
21742
21989
|
value: input.flags
|
|
21743
|
-
}, _errorFactory)) &&
|
|
21990
|
+
}, _errorFactory)) && _ao81(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21744
21991
|
method: "typia.assert",
|
|
21745
21992
|
path: _path + ".flags",
|
|
21746
|
-
expected: "(__type.
|
|
21993
|
+
expected: "(__type.o67 | undefined)",
|
|
21747
21994
|
value: input.flags
|
|
21748
21995
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21749
21996
|
method: "typia.assert",
|
|
21750
21997
|
path: _path + ".notifications",
|
|
21751
|
-
expected: "(__type.
|
|
21998
|
+
expected: "(__type.o68 | undefined)",
|
|
21752
21999
|
value: input.notifications
|
|
21753
|
-
}, _errorFactory)) &&
|
|
22000
|
+
}, _errorFactory)) && _ao82(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21754
22001
|
method: "typia.assert",
|
|
21755
22002
|
path: _path + ".notifications",
|
|
21756
|
-
expected: "(__type.
|
|
22003
|
+
expected: "(__type.o68 | undefined)",
|
|
21757
22004
|
value: input.notifications
|
|
21758
22005
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21759
22006
|
method: "typia.assert",
|
|
@@ -21763,72 +22010,72 @@ function _assertDomainRecord(domain, input) {
|
|
|
21763
22010
|
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21764
22011
|
method: "typia.assert",
|
|
21765
22012
|
path: _path + ".clone",
|
|
21766
|
-
expected: "(__type.
|
|
22013
|
+
expected: "(__type.o71 | undefined)",
|
|
21767
22014
|
value: input.clone
|
|
21768
|
-
}, _errorFactory)) &&
|
|
22015
|
+
}, _errorFactory)) && _ao85(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21769
22016
|
method: "typia.assert",
|
|
21770
22017
|
path: _path + ".clone",
|
|
21771
|
-
expected: "(__type.
|
|
22018
|
+
expected: "(__type.o71 | undefined)",
|
|
21772
22019
|
value: input.clone
|
|
21773
22020
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21774
22021
|
method: "typia.assert",
|
|
21775
22022
|
path: _path + ".utilsAssetEditorPanel",
|
|
21776
|
-
expected: "(__type.
|
|
22023
|
+
expected: "(__type.o74 | undefined)",
|
|
21777
22024
|
value: input.utilsAssetEditorPanel
|
|
21778
|
-
}, _errorFactory)) &&
|
|
22025
|
+
}, _errorFactory)) && _ao88(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21779
22026
|
method: "typia.assert",
|
|
21780
22027
|
path: _path + ".utilsAssetEditorPanel",
|
|
21781
|
-
expected: "(__type.
|
|
22028
|
+
expected: "(__type.o74 | undefined)",
|
|
21782
22029
|
value: input.utilsAssetEditorPanel
|
|
21783
22030
|
}, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21784
22031
|
method: "typia.assert",
|
|
21785
22032
|
path: _path + ".display",
|
|
21786
|
-
expected: "(__type.
|
|
22033
|
+
expected: "(__type.o75 | undefined)",
|
|
21787
22034
|
value: input.display
|
|
21788
|
-
}, _errorFactory)) &&
|
|
22035
|
+
}, _errorFactory)) && _ao89(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21789
22036
|
method: "typia.assert",
|
|
21790
22037
|
path: _path + ".display",
|
|
21791
|
-
expected: "(__type.
|
|
22038
|
+
expected: "(__type.o75 | undefined)",
|
|
21792
22039
|
value: input.display
|
|
21793
22040
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21794
22041
|
method: "typia.assert",
|
|
21795
22042
|
path: _path + ".bookmarks",
|
|
21796
|
-
expected: "(__type.
|
|
22043
|
+
expected: "(__type.o76 | undefined)",
|
|
21797
22044
|
value: input.bookmarks
|
|
21798
|
-
}, _errorFactory)) &&
|
|
22045
|
+
}, _errorFactory)) && _ao90(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21799
22046
|
method: "typia.assert",
|
|
21800
22047
|
path: _path + ".bookmarks",
|
|
21801
|
-
expected: "(__type.
|
|
22048
|
+
expected: "(__type.o76 | undefined)",
|
|
21802
22049
|
value: input.bookmarks
|
|
21803
22050
|
}, _errorFactory)) && (undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21804
22051
|
method: "typia.assert",
|
|
21805
22052
|
path: _path + ".shotbox",
|
|
21806
|
-
expected: "(__type.
|
|
22053
|
+
expected: "(__type.o77 | undefined)",
|
|
21807
22054
|
value: input.shotbox
|
|
21808
|
-
}, _errorFactory)) &&
|
|
22055
|
+
}, _errorFactory)) && _ao91(input.shotbox, _path + ".shotbox", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21809
22056
|
method: "typia.assert",
|
|
21810
22057
|
path: _path + ".shotbox",
|
|
21811
|
-
expected: "(__type.
|
|
22058
|
+
expected: "(__type.o77 | undefined)",
|
|
21812
22059
|
value: input.shotbox
|
|
21813
22060
|
}, _errorFactory)) && (undefined === input.performance || ("object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21814
22061
|
method: "typia.assert",
|
|
21815
22062
|
path: _path + ".performance",
|
|
21816
|
-
expected: "(__type.
|
|
22063
|
+
expected: "(__type.o78 | undefined)",
|
|
21817
22064
|
value: input.performance
|
|
21818
|
-
}, _errorFactory)) &&
|
|
22065
|
+
}, _errorFactory)) && _ao92(input.performance, _path + ".performance", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21819
22066
|
method: "typia.assert",
|
|
21820
22067
|
path: _path + ".performance",
|
|
21821
|
-
expected: "(__type.
|
|
22068
|
+
expected: "(__type.o78 | undefined)",
|
|
21822
22069
|
value: input.performance
|
|
21823
22070
|
}, _errorFactory)) && (undefined === input.app || ("object" === typeof input.app && null !== input.app && false === Array.isArray(input.app) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21824
22071
|
method: "typia.assert",
|
|
21825
22072
|
path: _path + ".app",
|
|
21826
|
-
expected: "(__type.
|
|
22073
|
+
expected: "(__type.o79 | undefined)",
|
|
21827
22074
|
value: input.app
|
|
21828
|
-
}, _errorFactory)) &&
|
|
22075
|
+
}, _errorFactory)) && _ao93(input.app, _path + ".app", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21829
22076
|
method: "typia.assert",
|
|
21830
22077
|
path: _path + ".app",
|
|
21831
|
-
expected: "(__type.
|
|
22078
|
+
expected: "(__type.o79 | undefined)",
|
|
21832
22079
|
value: input.app
|
|
21833
22080
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21834
22081
|
method: "typia.assert",
|
|
@@ -22022,9 +22269,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22022
22269
|
path: _path + ".sortOrder",
|
|
22023
22270
|
expected: "(Array<string> | undefined)",
|
|
22024
22271
|
value: input.sortOrder
|
|
22025
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
22272
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index61) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22026
22273
|
method: "typia.assert",
|
|
22027
|
-
path: _path + ".sortOrder[" +
|
|
22274
|
+
path: _path + ".sortOrder[" + _index61 + "]",
|
|
22028
22275
|
expected: "string",
|
|
22029
22276
|
value: elem
|
|
22030
22277
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22037,9 +22284,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22037
22284
|
path: _path + ".include",
|
|
22038
22285
|
expected: "(Array<string> | undefined)",
|
|
22039
22286
|
value: input.include
|
|
22040
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22287
|
+
}, _errorFactory)) && input.include.every((elem, _index62) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22041
22288
|
method: "typia.assert",
|
|
22042
|
-
path: _path + ".include[" +
|
|
22289
|
+
path: _path + ".include[" + _index62 + "]",
|
|
22043
22290
|
expected: "string",
|
|
22044
22291
|
value: elem
|
|
22045
22292
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22052,9 +22299,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22052
22299
|
path: _path + ".exclude",
|
|
22053
22300
|
expected: "(Array<string> | undefined)",
|
|
22054
22301
|
value: input.exclude
|
|
22055
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22302
|
+
}, _errorFactory)) && input.exclude.every((elem, _index63) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22056
22303
|
method: "typia.assert",
|
|
22057
|
-
path: _path + ".exclude[" +
|
|
22304
|
+
path: _path + ".exclude[" + _index63 + "]",
|
|
22058
22305
|
expected: "string",
|
|
22059
22306
|
value: elem
|
|
22060
22307
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22067,9 +22314,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22067
22314
|
path: _path + ".include",
|
|
22068
22315
|
expected: "(Array<string> | undefined)",
|
|
22069
22316
|
value: input.include
|
|
22070
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22317
|
+
}, _errorFactory)) && input.include.every((elem, _index64) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22071
22318
|
method: "typia.assert",
|
|
22072
|
-
path: _path + ".include[" +
|
|
22319
|
+
path: _path + ".include[" + _index64 + "]",
|
|
22073
22320
|
expected: "string",
|
|
22074
22321
|
value: elem
|
|
22075
22322
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22082,9 +22329,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22082
22329
|
path: _path + ".exclude",
|
|
22083
22330
|
expected: "(Array<string> | undefined)",
|
|
22084
22331
|
value: input.exclude
|
|
22085
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22332
|
+
}, _errorFactory)) && input.exclude.every((elem, _index65) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22086
22333
|
method: "typia.assert",
|
|
22087
|
-
path: _path + ".exclude[" +
|
|
22334
|
+
path: _path + ".exclude[" + _index65 + "]",
|
|
22088
22335
|
expected: "string",
|
|
22089
22336
|
value: elem
|
|
22090
22337
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22097,9 +22344,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22097
22344
|
path: _path + ".include",
|
|
22098
22345
|
expected: "(Array<string> | undefined)",
|
|
22099
22346
|
value: input.include
|
|
22100
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22347
|
+
}, _errorFactory)) && input.include.every((elem, _index66) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22101
22348
|
method: "typia.assert",
|
|
22102
|
-
path: _path + ".include[" +
|
|
22349
|
+
path: _path + ".include[" + _index66 + "]",
|
|
22103
22350
|
expected: "string",
|
|
22104
22351
|
value: elem
|
|
22105
22352
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22112,9 +22359,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22112
22359
|
path: _path + ".exclude",
|
|
22113
22360
|
expected: "(Array<string> | undefined)",
|
|
22114
22361
|
value: input.exclude
|
|
22115
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22362
|
+
}, _errorFactory)) && input.exclude.every((elem, _index67) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22116
22363
|
method: "typia.assert",
|
|
22117
|
-
path: _path + ".exclude[" +
|
|
22364
|
+
path: _path + ".exclude[" + _index67 + "]",
|
|
22118
22365
|
expected: "string",
|
|
22119
22366
|
value: elem
|
|
22120
22367
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22127,9 +22374,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22127
22374
|
path: _path + ".include",
|
|
22128
22375
|
expected: "(Array<string> | undefined)",
|
|
22129
22376
|
value: input.include
|
|
22130
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22377
|
+
}, _errorFactory)) && input.include.every((elem, _index68) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22131
22378
|
method: "typia.assert",
|
|
22132
|
-
path: _path + ".include[" +
|
|
22379
|
+
path: _path + ".include[" + _index68 + "]",
|
|
22133
22380
|
expected: "string",
|
|
22134
22381
|
value: elem
|
|
22135
22382
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22142,9 +22389,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22142
22389
|
path: _path + ".exclude",
|
|
22143
22390
|
expected: "(Array<string> | undefined)",
|
|
22144
22391
|
value: input.exclude
|
|
22145
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22392
|
+
}, _errorFactory)) && input.exclude.every((elem, _index69) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22146
22393
|
method: "typia.assert",
|
|
22147
|
-
path: _path + ".exclude[" +
|
|
22394
|
+
path: _path + ".exclude[" + _index69 + "]",
|
|
22148
22395
|
expected: "string",
|
|
22149
22396
|
value: elem
|
|
22150
22397
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22237,19 +22484,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
22237
22484
|
path: _path + ".createMenu",
|
|
22238
22485
|
expected: "(__type.o19 | undefined)",
|
|
22239
22486
|
value: input.createMenu
|
|
22487
|
+
}, _errorFactory)) && (undefined === input.contentMaxWidth || "number" === typeof input.contentMaxWidth || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22488
|
+
method: "typia.assert",
|
|
22489
|
+
path: _path + ".contentMaxWidth",
|
|
22490
|
+
expected: "(number | undefined)",
|
|
22491
|
+
value: input.contentMaxWidth
|
|
22240
22492
|
}, _errorFactory)) && (undefined === input.colorTags || (Array.isArray(input.colorTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22241
22493
|
method: "typia.assert",
|
|
22242
22494
|
path: _path + ".colorTags",
|
|
22243
22495
|
expected: "(Array<PromotedTag> | undefined)",
|
|
22244
22496
|
value: input.colorTags
|
|
22245
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
22497
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index70) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22246
22498
|
method: "typia.assert",
|
|
22247
|
-
path: _path + ".colorTags[" +
|
|
22499
|
+
path: _path + ".colorTags[" + _index70 + "]",
|
|
22248
22500
|
expected: "PromotedTag",
|
|
22249
22501
|
value: elem
|
|
22250
|
-
}, _errorFactory)) && _ao24(elem, _path + ".colorTags[" +
|
|
22502
|
+
}, _errorFactory)) && _ao24(elem, _path + ".colorTags[" + _index70 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22251
22503
|
method: "typia.assert",
|
|
22252
|
-
path: _path + ".colorTags[" +
|
|
22504
|
+
path: _path + ".colorTags[" + _index70 + "]",
|
|
22253
22505
|
expected: "PromotedTag",
|
|
22254
22506
|
value: elem
|
|
22255
22507
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22282,14 +22534,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
22282
22534
|
path: _path + ".colorHistory",
|
|
22283
22535
|
expected: "(Array<__type>.o2 | undefined)",
|
|
22284
22536
|
value: input.colorHistory
|
|
22285
|
-
}, _errorFactory)) && input.colorHistory.every((elem,
|
|
22537
|
+
}, _errorFactory)) && input.colorHistory.every((elem, _index71) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22286
22538
|
method: "typia.assert",
|
|
22287
|
-
path: _path + ".colorHistory[" +
|
|
22539
|
+
path: _path + ".colorHistory[" + _index71 + "]",
|
|
22288
22540
|
expected: "__type.o22",
|
|
22289
22541
|
value: elem
|
|
22290
|
-
}, _errorFactory)) && _ao27(elem, _path + ".colorHistory[" +
|
|
22542
|
+
}, _errorFactory)) && _ao27(elem, _path + ".colorHistory[" + _index71 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22291
22543
|
method: "typia.assert",
|
|
22292
|
-
path: _path + ".colorHistory[" +
|
|
22544
|
+
path: _path + ".colorHistory[" + _index71 + "]",
|
|
22293
22545
|
expected: "__type.o22",
|
|
22294
22546
|
value: elem
|
|
22295
22547
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22297,7 +22549,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
22297
22549
|
path: _path + ".colorHistory",
|
|
22298
22550
|
expected: "(Array<__type>.o2 | undefined)",
|
|
22299
22551
|
value: input.colorHistory
|
|
22300
|
-
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "
|
|
22552
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "title" === input.sortBy || "index" === input.sortBy || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22301
22553
|
method: "typia.assert",
|
|
22302
22554
|
path: _path + ".sortBy",
|
|
22303
22555
|
expected: "(\"index\" | \"title\" | undefined)",
|
|
@@ -22372,9 +22624,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22372
22624
|
path: _path + ".favorites",
|
|
22373
22625
|
expected: "(Array<string> | undefined)",
|
|
22374
22626
|
value: input.favorites
|
|
22375
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
22627
|
+
}, _errorFactory)) && input.favorites.every((elem, _index72) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22376
22628
|
method: "typia.assert",
|
|
22377
|
-
path: _path + ".favorites[" +
|
|
22629
|
+
path: _path + ".favorites[" + _index72 + "]",
|
|
22378
22630
|
expected: "string",
|
|
22379
22631
|
value: elem
|
|
22380
22632
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22482,34 +22734,34 @@ function _assertDomainRecord(domain, input) {
|
|
|
22482
22734
|
path: _path + ".sequence",
|
|
22483
22735
|
expected: "(Array<string | [string, unknown]> | null | string | undefined)",
|
|
22484
22736
|
value: input.sequence
|
|
22485
|
-
}, _errorFactory)) && input.sequence.every((elem,
|
|
22737
|
+
}, _errorFactory)) && input.sequence.every((elem, _index73) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22486
22738
|
method: "typia.assert",
|
|
22487
|
-
path: _path + ".sequence[" +
|
|
22739
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22488
22740
|
expected: "([string, unknown] | string)",
|
|
22489
22741
|
value: elem
|
|
22490
22742
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22491
22743
|
method: "typia.assert",
|
|
22492
|
-
path: _path + ".sequence[" +
|
|
22744
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22493
22745
|
expected: "([string, unknown] | string)",
|
|
22494
22746
|
value: elem
|
|
22495
22747
|
}, _errorFactory)) && ("string" === typeof elem || (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22496
22748
|
method: "typia.assert",
|
|
22497
|
-
path: _path + ".sequence[" +
|
|
22749
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22498
22750
|
expected: "([string, unknown] | string)",
|
|
22499
22751
|
value: elem
|
|
22500
22752
|
}, _errorFactory)) && ((elem.length === 2 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22501
22753
|
method: "typia.assert",
|
|
22502
|
-
path: _path + ".sequence[" +
|
|
22754
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22503
22755
|
expected: "[string, any]",
|
|
22504
22756
|
value: elem
|
|
22505
22757
|
}, _errorFactory)) && ("string" === typeof elem[0] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22506
22758
|
method: "typia.assert",
|
|
22507
|
-
path: _path + ".sequence[" +
|
|
22759
|
+
path: _path + ".sequence[" + _index73 + "][0]",
|
|
22508
22760
|
expected: "string",
|
|
22509
22761
|
value: elem[0]
|
|
22510
22762
|
}, _errorFactory)) && true) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22511
22763
|
method: "typia.assert",
|
|
22512
|
-
path: _path + ".sequence[" +
|
|
22764
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22513
22765
|
expected: "([string, unknown] | string)",
|
|
22514
22766
|
value: elem
|
|
22515
22767
|
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22582,14 +22834,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
22582
22834
|
path: _path + ".displayAspectRatioPresets",
|
|
22583
22835
|
expected: "(Array<__type>.o3 | undefined)",
|
|
22584
22836
|
value: input.displayAspectRatioPresets
|
|
22585
|
-
}, _errorFactory)) && input.displayAspectRatioPresets.every((elem,
|
|
22837
|
+
}, _errorFactory)) && input.displayAspectRatioPresets.every((elem, _index74) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22586
22838
|
method: "typia.assert",
|
|
22587
|
-
path: _path + ".displayAspectRatioPresets[" +
|
|
22839
|
+
path: _path + ".displayAspectRatioPresets[" + _index74 + "]",
|
|
22588
22840
|
expected: "__type.o28",
|
|
22589
22841
|
value: elem
|
|
22590
|
-
}, _errorFactory)) && _ao38(elem, _path + ".displayAspectRatioPresets[" +
|
|
22842
|
+
}, _errorFactory)) && _ao38(elem, _path + ".displayAspectRatioPresets[" + _index74 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22591
22843
|
method: "typia.assert",
|
|
22592
|
-
path: _path + ".displayAspectRatioPresets[" +
|
|
22844
|
+
path: _path + ".displayAspectRatioPresets[" + _index74 + "]",
|
|
22593
22845
|
expected: "__type.o28",
|
|
22594
22846
|
value: elem
|
|
22595
22847
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22662,9 +22914,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22662
22914
|
path: _path + ".playbackRates",
|
|
22663
22915
|
expected: "(Array<number> | undefined)",
|
|
22664
22916
|
value: input.playbackRates
|
|
22665
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
22917
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index75) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22666
22918
|
method: "typia.assert",
|
|
22667
|
-
path: _path + ".playbackRates[" +
|
|
22919
|
+
path: _path + ".playbackRates[" + _index75 + "]",
|
|
22668
22920
|
expected: "number",
|
|
22669
22921
|
value: elem
|
|
22670
22922
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22697,14 +22949,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
22697
22949
|
path: _path + ".guides",
|
|
22698
22950
|
expected: "(Array<__type>.o6 | undefined)",
|
|
22699
22951
|
value: input.guides
|
|
22700
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
22952
|
+
}, _errorFactory)) && input.guides.every((elem, _index76) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22701
22953
|
method: "typia.assert",
|
|
22702
|
-
path: _path + ".guides[" +
|
|
22954
|
+
path: _path + ".guides[" + _index76 + "]",
|
|
22703
22955
|
expected: "__type.o34",
|
|
22704
22956
|
value: elem
|
|
22705
|
-
}, _errorFactory)) && _ao44(elem, _path + ".guides[" +
|
|
22957
|
+
}, _errorFactory)) && _ao44(elem, _path + ".guides[" + _index76 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22706
22958
|
method: "typia.assert",
|
|
22707
|
-
path: _path + ".guides[" +
|
|
22959
|
+
path: _path + ".guides[" + _index76 + "]",
|
|
22708
22960
|
expected: "__type.o34",
|
|
22709
22961
|
value: elem
|
|
22710
22962
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22812,14 +23064,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
22812
23064
|
path: _path + ".suggestions",
|
|
22813
23065
|
expected: "(Array<__type>.o4 | undefined)",
|
|
22814
23066
|
value: input.suggestions
|
|
22815
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
23067
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index77) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22816
23068
|
method: "typia.assert",
|
|
22817
|
-
path: _path + ".suggestions[" +
|
|
23069
|
+
path: _path + ".suggestions[" + _index77 + "]",
|
|
22818
23070
|
expected: "__type.o32",
|
|
22819
23071
|
value: elem
|
|
22820
|
-
}, _errorFactory)) && _ao42(elem, _path + ".suggestions[" +
|
|
23072
|
+
}, _errorFactory)) && _ao42(elem, _path + ".suggestions[" + _index77 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22821
23073
|
method: "typia.assert",
|
|
22822
|
-
path: _path + ".suggestions[" +
|
|
23074
|
+
path: _path + ".suggestions[" + _index77 + "]",
|
|
22823
23075
|
expected: "__type.o32",
|
|
22824
23076
|
value: elem
|
|
22825
23077
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22832,14 +23084,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
22832
23084
|
path: _path + ".colors",
|
|
22833
23085
|
expected: "(Array<__type>.o5 | undefined)",
|
|
22834
23086
|
value: input.colors
|
|
22835
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
23087
|
+
}, _errorFactory)) && input.colors.every((elem, _index78) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22836
23088
|
method: "typia.assert",
|
|
22837
|
-
path: _path + ".colors[" +
|
|
23089
|
+
path: _path + ".colors[" + _index78 + "]",
|
|
22838
23090
|
expected: "__type.o33",
|
|
22839
23091
|
value: elem
|
|
22840
|
-
}, _errorFactory)) && _ao43(elem, _path + ".colors[" +
|
|
23092
|
+
}, _errorFactory)) && _ao43(elem, _path + ".colors[" + _index78 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22841
23093
|
method: "typia.assert",
|
|
22842
|
-
path: _path + ".colors[" +
|
|
23094
|
+
path: _path + ".colors[" + _index78 + "]",
|
|
22843
23095
|
expected: "__type.o33",
|
|
22844
23096
|
value: elem
|
|
22845
23097
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22852,9 +23104,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
22852
23104
|
path: _path + ".overridableProperties",
|
|
22853
23105
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
22854
23106
|
value: input.overridableProperties
|
|
22855
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
23107
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index79) => null === elem || true === _av80.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22856
23108
|
method: "typia.assert",
|
|
22857
|
-
path: _path + ".overridableProperties[" +
|
|
23109
|
+
path: _path + ".overridableProperties[" + _index79 + "]",
|
|
22858
23110
|
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
23111
|
value: elem
|
|
22860
23112
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22957,14 +23209,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
22957
23209
|
path: _path + ".text",
|
|
22958
23210
|
expected: "(Array<__type>.o7 | undefined)",
|
|
22959
23211
|
value: input.text
|
|
22960
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
23212
|
+
}, _errorFactory)) && input.text.every((elem, _index81) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22961
23213
|
method: "typia.assert",
|
|
22962
|
-
path: _path + ".text[" +
|
|
23214
|
+
path: _path + ".text[" + _index81 + "]",
|
|
22963
23215
|
expected: "__type.o39",
|
|
22964
23216
|
value: elem
|
|
22965
|
-
}, _errorFactory)) && _ao49(elem, _path + ".text[" +
|
|
23217
|
+
}, _errorFactory)) && _ao49(elem, _path + ".text[" + _index81 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22966
23218
|
method: "typia.assert",
|
|
22967
|
-
path: _path + ".text[" +
|
|
23219
|
+
path: _path + ".text[" + _index81 + "]",
|
|
22968
23220
|
expected: "__type.o39",
|
|
22969
23221
|
value: elem
|
|
22970
23222
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23012,9 +23264,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
23012
23264
|
path: _path + ".args",
|
|
23013
23265
|
expected: "(Array<string> | undefined)",
|
|
23014
23266
|
value: input.args
|
|
23015
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
23267
|
+
}, _errorFactory)) && input.args.every((elem, _index82) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23016
23268
|
method: "typia.assert",
|
|
23017
|
-
path: _path + ".args[" +
|
|
23269
|
+
path: _path + ".args[" + _index82 + "]",
|
|
23018
23270
|
expected: "string",
|
|
23019
23271
|
value: elem
|
|
23020
23272
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23117,14 +23369,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
23117
23369
|
path: _path + ".presets",
|
|
23118
23370
|
expected: "(Array<AudioMappingPreset> | undefined)",
|
|
23119
23371
|
value: input.presets
|
|
23120
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
23372
|
+
}, _errorFactory)) && input.presets.every((elem, _index83) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23121
23373
|
method: "typia.assert",
|
|
23122
|
-
path: _path + ".presets[" +
|
|
23374
|
+
path: _path + ".presets[" + _index83 + "]",
|
|
23123
23375
|
expected: "AudioMappingPreset",
|
|
23124
23376
|
value: elem
|
|
23125
|
-
}, _errorFactory)) && _ao56(elem, _path + ".presets[" +
|
|
23377
|
+
}, _errorFactory)) && _ao56(elem, _path + ".presets[" + _index83 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23126
23378
|
method: "typia.assert",
|
|
23127
|
-
path: _path + ".presets[" +
|
|
23379
|
+
path: _path + ".presets[" + _index83 + "]",
|
|
23128
23380
|
expected: "AudioMappingPreset",
|
|
23129
23381
|
value: elem
|
|
23130
23382
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23147,19 +23399,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
23147
23399
|
path: _path + ".mapping",
|
|
23148
23400
|
expected: "(Array<Array<number>> | undefined)",
|
|
23149
23401
|
value: input.mapping
|
|
23150
|
-
}, _errorFactory)) && input.mapping.every((elem,
|
|
23402
|
+
}, _errorFactory)) && input.mapping.every((elem, _index84) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23151
23403
|
method: "typia.assert",
|
|
23152
|
-
path: _path + ".mapping[" +
|
|
23404
|
+
path: _path + ".mapping[" + _index84 + "]",
|
|
23153
23405
|
expected: "Array<number>",
|
|
23154
23406
|
value: elem
|
|
23155
|
-
}, _errorFactory)) && elem.every((elem,
|
|
23407
|
+
}, _errorFactory)) && elem.every((elem, _index85) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23156
23408
|
method: "typia.assert",
|
|
23157
|
-
path: _path + ".mapping[" +
|
|
23409
|
+
path: _path + ".mapping[" + _index84 + "][" + _index85 + "]",
|
|
23158
23410
|
expected: "number",
|
|
23159
23411
|
value: elem
|
|
23160
23412
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23161
23413
|
method: "typia.assert",
|
|
23162
|
-
path: _path + ".mapping[" +
|
|
23414
|
+
path: _path + ".mapping[" + _index84 + "]",
|
|
23163
23415
|
expected: "Array<number>",
|
|
23164
23416
|
value: elem
|
|
23165
23417
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23172,9 +23424,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
23172
23424
|
path: _path + ".mute",
|
|
23173
23425
|
expected: "(Array<boolean> | undefined)",
|
|
23174
23426
|
value: input.mute
|
|
23175
|
-
}, _errorFactory)) && input.mute.every((elem,
|
|
23427
|
+
}, _errorFactory)) && input.mute.every((elem, _index86) => "boolean" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23176
23428
|
method: "typia.assert",
|
|
23177
|
-
path: _path + ".mute[" +
|
|
23429
|
+
path: _path + ".mute[" + _index86 + "]",
|
|
23178
23430
|
expected: "boolean",
|
|
23179
23431
|
value: elem
|
|
23180
23432
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23207,14 +23459,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
23207
23459
|
path: _path + ".presets",
|
|
23208
23460
|
expected: "(Array<__type>.o8 | undefined)",
|
|
23209
23461
|
value: input.presets
|
|
23210
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
23462
|
+
}, _errorFactory)) && input.presets.every((elem, _index87) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23211
23463
|
method: "typia.assert",
|
|
23212
|
-
path: _path + ".presets[" +
|
|
23464
|
+
path: _path + ".presets[" + _index87 + "]",
|
|
23213
23465
|
expected: "__type.o47",
|
|
23214
23466
|
value: elem
|
|
23215
|
-
}, _errorFactory)) && _ao58(elem, _path + ".presets[" +
|
|
23467
|
+
}, _errorFactory)) && _ao58(elem, _path + ".presets[" + _index87 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23216
23468
|
method: "typia.assert",
|
|
23217
|
-
path: _path + ".presets[" +
|
|
23469
|
+
path: _path + ".presets[" + _index87 + "]",
|
|
23218
23470
|
expected: "__type.o47",
|
|
23219
23471
|
value: elem
|
|
23220
23472
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23292,9 +23544,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
23292
23544
|
path: _path + ".args",
|
|
23293
23545
|
expected: "(Array<string> | undefined)",
|
|
23294
23546
|
value: input.args
|
|
23295
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
23547
|
+
}, _errorFactory)) && input.args.every((elem, _index88) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23296
23548
|
method: "typia.assert",
|
|
23297
|
-
path: _path + ".args[" +
|
|
23549
|
+
path: _path + ".args[" + _index88 + "]",
|
|
23298
23550
|
expected: "string",
|
|
23299
23551
|
value: elem
|
|
23300
23552
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23407,7 +23659,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
23407
23659
|
path: _path + ".search",
|
|
23408
23660
|
expected: "(__type.o57 | undefined)",
|
|
23409
23661
|
value: input.search
|
|
23410
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
23662
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av89.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23411
23663
|
method: "typia.assert",
|
|
23412
23664
|
path: _path + ".sortMode",
|
|
23413
23665
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
@@ -23427,14 +23679,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
23427
23679
|
path: _path + ".titleLines",
|
|
23428
23680
|
expected: "(number | undefined)",
|
|
23429
23681
|
value: input.titleLines
|
|
23430
|
-
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23682
|
+
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => (undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23431
23683
|
method: "typia.assert",
|
|
23432
23684
|
path: _path + ".fontFamilies",
|
|
23433
23685
|
expected: "(Array<string> | undefined)",
|
|
23434
23686
|
value: input.fontFamilies
|
|
23435
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
23687
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index90) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23436
23688
|
method: "typia.assert",
|
|
23437
|
-
path: _path + ".fontFamilies[" +
|
|
23689
|
+
path: _path + ".fontFamilies[" + _index90 + "]",
|
|
23438
23690
|
expected: "string",
|
|
23439
23691
|
value: elem
|
|
23440
23692
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23442,7 +23694,177 @@ function _assertDomainRecord(domain, input) {
|
|
|
23442
23694
|
path: _path + ".fontFamilies",
|
|
23443
23695
|
expected: "(Array<string> | undefined)",
|
|
23444
23696
|
value: input.fontFamilies
|
|
23445
|
-
}, _errorFactory)
|
|
23697
|
+
}, _errorFactory)) && (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23698
|
+
method: "typia.assert",
|
|
23699
|
+
path: _path + ".presets",
|
|
23700
|
+
expected: "(Array<PrintOptions> | undefined)",
|
|
23701
|
+
value: input.presets
|
|
23702
|
+
}, _errorFactory)) && input.presets.every((elem, _index91) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23703
|
+
method: "typia.assert",
|
|
23704
|
+
path: _path + ".presets[" + _index91 + "]",
|
|
23705
|
+
expected: "(PrintRundownOptions | PrintScriptOptions)",
|
|
23706
|
+
value: elem
|
|
23707
|
+
}, _errorFactory)) && _au0(elem, _path + ".presets[" + _index91 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23708
|
+
method: "typia.assert",
|
|
23709
|
+
path: _path + ".presets[" + _index91 + "]",
|
|
23710
|
+
expected: "(PrintRundownOptions | PrintScriptOptions)",
|
|
23711
|
+
value: elem
|
|
23712
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23713
|
+
method: "typia.assert",
|
|
23714
|
+
path: _path + ".presets",
|
|
23715
|
+
expected: "(Array<PrintOptions> | undefined)",
|
|
23716
|
+
value: input.presets
|
|
23717
|
+
}, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => ("script" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23718
|
+
method: "typia.assert",
|
|
23719
|
+
path: _path + ".type",
|
|
23720
|
+
expected: "\"script\"",
|
|
23721
|
+
value: input.type
|
|
23722
|
+
}, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23723
|
+
method: "typia.assert",
|
|
23724
|
+
path: _path + ".title",
|
|
23725
|
+
expected: "string",
|
|
23726
|
+
value: input.title
|
|
23727
|
+
}, _errorFactory)) && ("number" === typeof input.horizontalMargin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23728
|
+
method: "typia.assert",
|
|
23729
|
+
path: _path + ".horizontalMargin",
|
|
23730
|
+
expected: "number",
|
|
23731
|
+
value: input.horizontalMargin
|
|
23732
|
+
}, _errorFactory)) && ("A5" === input.pageSize || "A4" === input.pageSize || "A3" === input.pageSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23733
|
+
method: "typia.assert",
|
|
23734
|
+
path: _path + ".pageSize",
|
|
23735
|
+
expected: "(\"A3\" | \"A4\" | \"A5\")",
|
|
23736
|
+
value: input.pageSize
|
|
23737
|
+
}, _errorFactory)) && ("landscape" === input.orientation || "portrait" === input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23738
|
+
method: "typia.assert",
|
|
23739
|
+
path: _path + ".orientation",
|
|
23740
|
+
expected: "(\"landscape\" | \"portrait\")",
|
|
23741
|
+
value: input.orientation
|
|
23742
|
+
}, _errorFactory)) && ("number" === typeof input.fontSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23743
|
+
method: "typia.assert",
|
|
23744
|
+
path: _path + ".fontSize",
|
|
23745
|
+
expected: "number",
|
|
23746
|
+
value: input.fontSize
|
|
23747
|
+
}, _errorFactory)) && (undefined === input.fontFamily || "string" === typeof input.fontFamily || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23748
|
+
method: "typia.assert",
|
|
23749
|
+
path: _path + ".fontFamily",
|
|
23750
|
+
expected: "(string | undefined)",
|
|
23751
|
+
value: input.fontFamily
|
|
23752
|
+
}, _errorFactory)) && ((Array.isArray(input.hide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23753
|
+
method: "typia.assert",
|
|
23754
|
+
path: _path + ".hide",
|
|
23755
|
+
expected: "Array<PrintOptionalScriptNodes>",
|
|
23756
|
+
value: input.hide
|
|
23757
|
+
}, _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, {
|
|
23758
|
+
method: "typia.assert",
|
|
23759
|
+
path: _path + ".hide[" + _index92 + "]",
|
|
23760
|
+
expected: "(\"comment\" | \"event\" | \"event-data\" | \"heading\" | \"horizontalrule\" | \"list\" | \"paragraph\" | \"quote\")",
|
|
23761
|
+
value: elem
|
|
23762
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23763
|
+
method: "typia.assert",
|
|
23764
|
+
path: _path + ".hide",
|
|
23765
|
+
expected: "Array<PrintOptionalScriptNodes>",
|
|
23766
|
+
value: input.hide
|
|
23767
|
+
}, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => ("rundown" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23768
|
+
method: "typia.assert",
|
|
23769
|
+
path: _path + ".type",
|
|
23770
|
+
expected: "\"rundown\"",
|
|
23771
|
+
value: input.type
|
|
23772
|
+
}, _errorFactory)) && ((Array.isArray(input.columns) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23773
|
+
method: "typia.assert",
|
|
23774
|
+
path: _path + ".columns",
|
|
23775
|
+
expected: "Array<PrintRundownColumn>",
|
|
23776
|
+
value: input.columns
|
|
23777
|
+
}, _errorFactory)) && input.columns.every((elem, _index93) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23778
|
+
method: "typia.assert",
|
|
23779
|
+
path: _path + ".columns[" + _index93 + "]",
|
|
23780
|
+
expected: "PrintRundownColumn",
|
|
23781
|
+
value: elem
|
|
23782
|
+
}, _errorFactory)) && _ao73(elem, _path + ".columns[" + _index93 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23783
|
+
method: "typia.assert",
|
|
23784
|
+
path: _path + ".columns[" + _index93 + "]",
|
|
23785
|
+
expected: "PrintRundownColumn",
|
|
23786
|
+
value: elem
|
|
23787
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23788
|
+
method: "typia.assert",
|
|
23789
|
+
path: _path + ".columns",
|
|
23790
|
+
expected: "Array<PrintRundownColumn>",
|
|
23791
|
+
value: input.columns
|
|
23792
|
+
}, _errorFactory)) && (undefined === input.rangeStart || "number" === typeof input.rangeStart || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23793
|
+
method: "typia.assert",
|
|
23794
|
+
path: _path + ".rangeStart",
|
|
23795
|
+
expected: "(number | undefined)",
|
|
23796
|
+
value: input.rangeStart
|
|
23797
|
+
}, _errorFactory)) && (undefined === input.rangeEnd || "number" === typeof input.rangeEnd || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23798
|
+
method: "typia.assert",
|
|
23799
|
+
path: _path + ".rangeEnd",
|
|
23800
|
+
expected: "(number | undefined)",
|
|
23801
|
+
value: input.rangeEnd
|
|
23802
|
+
}, _errorFactory)) && ((Array.isArray(input.hide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23803
|
+
method: "typia.assert",
|
|
23804
|
+
path: _path + ".hide",
|
|
23805
|
+
expected: "Array<\"event\" | \"comment\" | \"heading\" | \"list\" | \"quote\" | \"paragraph\" | \"horizontalrule\">",
|
|
23806
|
+
value: input.hide
|
|
23807
|
+
}, _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, {
|
|
23808
|
+
method: "typia.assert",
|
|
23809
|
+
path: _path + ".hide[" + _index94 + "]",
|
|
23810
|
+
expected: "(\"comment\" | \"event\" | \"heading\" | \"horizontalrule\" | \"list\" | \"paragraph\" | \"quote\")",
|
|
23811
|
+
value: elem
|
|
23812
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23813
|
+
method: "typia.assert",
|
|
23814
|
+
path: _path + ".hide",
|
|
23815
|
+
expected: "Array<\"event\" | \"comment\" | \"heading\" | \"list\" | \"quote\" | \"paragraph\" | \"horizontalrule\">",
|
|
23816
|
+
value: input.hide
|
|
23817
|
+
}, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23818
|
+
method: "typia.assert",
|
|
23819
|
+
path: _path + ".title",
|
|
23820
|
+
expected: "string",
|
|
23821
|
+
value: input.title
|
|
23822
|
+
}, _errorFactory)) && ("number" === typeof input.horizontalMargin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23823
|
+
method: "typia.assert",
|
|
23824
|
+
path: _path + ".horizontalMargin",
|
|
23825
|
+
expected: "number",
|
|
23826
|
+
value: input.horizontalMargin
|
|
23827
|
+
}, _errorFactory)) && ("A5" === input.pageSize || "A4" === input.pageSize || "A3" === input.pageSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23828
|
+
method: "typia.assert",
|
|
23829
|
+
path: _path + ".pageSize",
|
|
23830
|
+
expected: "(\"A3\" | \"A4\" | \"A5\")",
|
|
23831
|
+
value: input.pageSize
|
|
23832
|
+
}, _errorFactory)) && ("landscape" === input.orientation || "portrait" === input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23833
|
+
method: "typia.assert",
|
|
23834
|
+
path: _path + ".orientation",
|
|
23835
|
+
expected: "(\"landscape\" | \"portrait\")",
|
|
23836
|
+
value: input.orientation
|
|
23837
|
+
}, _errorFactory)) && ("number" === typeof input.fontSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23838
|
+
method: "typia.assert",
|
|
23839
|
+
path: _path + ".fontSize",
|
|
23840
|
+
expected: "number",
|
|
23841
|
+
value: input.fontSize
|
|
23842
|
+
}, _errorFactory)) && (undefined === input.fontFamily || "string" === typeof input.fontFamily || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23843
|
+
method: "typia.assert",
|
|
23844
|
+
path: _path + ".fontFamily",
|
|
23845
|
+
expected: "(string | undefined)",
|
|
23846
|
+
value: input.fontFamily
|
|
23847
|
+
}, _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, {
|
|
23848
|
+
method: "typia.assert",
|
|
23849
|
+
path: _path + ".key",
|
|
23850
|
+
expected: "(\"accDuration\" | \"duration\" | \"id\" | \"position\" | \"time\" | \"title\" | \"type\")",
|
|
23851
|
+
value: input.key
|
|
23852
|
+
}, _errorFactory)) && ("string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23853
|
+
method: "typia.assert",
|
|
23854
|
+
path: _path + ".label",
|
|
23855
|
+
expected: "string",
|
|
23856
|
+
value: input.label
|
|
23857
|
+
}, _errorFactory)) && ("string" === typeof input.width || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23858
|
+
method: "typia.assert",
|
|
23859
|
+
path: _path + ".width",
|
|
23860
|
+
expected: "string",
|
|
23861
|
+
value: input.width
|
|
23862
|
+
}, _errorFactory)) && ("right" === input.textAlign || "left" === input.textAlign || "center" === input.textAlign || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23863
|
+
method: "typia.assert",
|
|
23864
|
+
path: _path + ".textAlign",
|
|
23865
|
+
expected: "(\"center\" | \"left\" | \"right\")",
|
|
23866
|
+
value: input.textAlign
|
|
23867
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23446
23868
|
method: "typia.assert",
|
|
23447
23869
|
path: _path + ".id",
|
|
23448
23870
|
expected: "(string | undefined)",
|
|
@@ -23452,27 +23874,37 @@ function _assertDomainRecord(domain, input) {
|
|
|
23452
23874
|
path: _path + ".folded",
|
|
23453
23875
|
expected: "(boolean | undefined)",
|
|
23454
23876
|
value: input.folded
|
|
23455
|
-
}, _errorFactory)); const
|
|
23877
|
+
}, _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
23878
|
method: "typia.assert",
|
|
23457
23879
|
path: _path + ".adobe",
|
|
23458
23880
|
expected: "(__type.o62 | undefined)",
|
|
23459
23881
|
value: input.adobe
|
|
23460
|
-
}, _errorFactory)) &&
|
|
23882
|
+
}, _errorFactory)) && _ao76(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23461
23883
|
method: "typia.assert",
|
|
23462
23884
|
path: _path + ".adobe",
|
|
23463
23885
|
expected: "(__type.o62 | undefined)",
|
|
23464
23886
|
value: input.adobe
|
|
23887
|
+
}, _errorFactory)) && (undefined === input.ograf || ("object" === typeof input.ograf && null !== input.ograf && false === Array.isArray(input.ograf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23888
|
+
method: "typia.assert",
|
|
23889
|
+
path: _path + ".ograf",
|
|
23890
|
+
expected: "(__type.o64 | undefined)",
|
|
23891
|
+
value: input.ograf
|
|
23892
|
+
}, _errorFactory)) && _ao78(input.ograf, _path + ".ograf", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23893
|
+
method: "typia.assert",
|
|
23894
|
+
path: _path + ".ograf",
|
|
23895
|
+
expected: "(__type.o64 | undefined)",
|
|
23896
|
+
value: input.ograf
|
|
23465
23897
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23466
23898
|
method: "typia.assert",
|
|
23467
23899
|
path: _path + ".rive",
|
|
23468
|
-
expected: "(__type.
|
|
23900
|
+
expected: "(__type.o65 | undefined)",
|
|
23469
23901
|
value: input.rive
|
|
23470
|
-
}, _errorFactory)) &&
|
|
23902
|
+
}, _errorFactory)) && _ao79(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23471
23903
|
method: "typia.assert",
|
|
23472
23904
|
path: _path + ".rive",
|
|
23473
|
-
expected: "(__type.
|
|
23905
|
+
expected: "(__type.o65 | undefined)",
|
|
23474
23906
|
value: input.rive
|
|
23475
|
-
}, _errorFactory)); const
|
|
23907
|
+
}, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.videoBin || "string" === typeof input.videoBin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23476
23908
|
method: "typia.assert",
|
|
23477
23909
|
path: _path + ".videoBin",
|
|
23478
23910
|
expected: "(string | undefined)",
|
|
@@ -23512,6 +23944,21 @@ function _assertDomainRecord(domain, input) {
|
|
|
23512
23944
|
path: _path + ".renderPresetPath",
|
|
23513
23945
|
expected: "(string | undefined)",
|
|
23514
23946
|
value: input.renderPresetPath
|
|
23947
|
+
}, _errorFactory)) && (undefined === input.renderPresets || (Array.isArray(input.renderPresets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23948
|
+
method: "typia.assert",
|
|
23949
|
+
path: _path + ".renderPresets",
|
|
23950
|
+
expected: "(Array<string> | undefined)",
|
|
23951
|
+
value: input.renderPresets
|
|
23952
|
+
}, _errorFactory)) && input.renderPresets.every((elem, _index95) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23953
|
+
method: "typia.assert",
|
|
23954
|
+
path: _path + ".renderPresets[" + _index95 + "]",
|
|
23955
|
+
expected: "string",
|
|
23956
|
+
value: elem
|
|
23957
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23958
|
+
method: "typia.assert",
|
|
23959
|
+
path: _path + ".renderPresets",
|
|
23960
|
+
expected: "(Array<string> | undefined)",
|
|
23961
|
+
value: input.renderPresets
|
|
23515
23962
|
}, _errorFactory)) && (undefined === input.videoRenderPreset || "string" === typeof input.videoRenderPreset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23516
23963
|
method: "typia.assert",
|
|
23517
23964
|
path: _path + ".videoRenderPreset",
|
|
@@ -23547,22 +23994,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
23547
23994
|
path: _path + ".bodymovin",
|
|
23548
23995
|
expected: "(__type.o63 | undefined)",
|
|
23549
23996
|
value: input.bodymovin
|
|
23550
|
-
}, _errorFactory)) &&
|
|
23997
|
+
}, _errorFactory)) && _ao77(input.bodymovin, _path + ".bodymovin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23551
23998
|
method: "typia.assert",
|
|
23552
23999
|
path: _path + ".bodymovin",
|
|
23553
24000
|
expected: "(__type.o63 | undefined)",
|
|
23554
24001
|
value: input.bodymovin
|
|
23555
|
-
}, _errorFactory)); const
|
|
24002
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23556
24003
|
method: "typia.assert",
|
|
23557
24004
|
path: _path + ".template",
|
|
23558
24005
|
expected: "(string | undefined)",
|
|
23559
24006
|
value: input.template
|
|
23560
|
-
}, _errorFactory); const
|
|
24007
|
+
}, _errorFactory); const _ao78 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23561
24008
|
method: "typia.assert",
|
|
23562
24009
|
path: _path + ".template",
|
|
23563
24010
|
expected: "(string | undefined)",
|
|
23564
24011
|
value: input.template
|
|
23565
|
-
}, _errorFactory); const
|
|
24012
|
+
}, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24013
|
+
method: "typia.assert",
|
|
24014
|
+
path: _path + ".template",
|
|
24015
|
+
expected: "(string | undefined)",
|
|
24016
|
+
value: input.template
|
|
24017
|
+
}, _errorFactory); const _ao80 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23566
24018
|
method: "typia.assert",
|
|
23567
24019
|
path: _path + ".collections",
|
|
23568
24020
|
expected: "(boolean | undefined)",
|
|
@@ -23582,7 +24034,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
23582
24034
|
path: _path + ".ameRemoteRendering",
|
|
23583
24035
|
expected: "(boolean | undefined)",
|
|
23584
24036
|
value: input.ameRemoteRendering
|
|
23585
|
-
}, _errorFactory)); const
|
|
24037
|
+
}, _errorFactory)); const _ao81 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23586
24038
|
method: "typia.assert",
|
|
23587
24039
|
path: _path + ".utils",
|
|
23588
24040
|
expected: "(boolean | undefined)",
|
|
@@ -23692,24 +24144,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
23692
24144
|
path: _path + ".systemHealthIgnore",
|
|
23693
24145
|
expected: "(boolean | undefined)",
|
|
23694
24146
|
value: input.systemHealthIgnore
|
|
23695
|
-
}, _errorFactory)); const
|
|
24147
|
+
}, _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
24148
|
method: "typia.assert",
|
|
23697
24149
|
path: _path + ".events",
|
|
23698
|
-
expected: "(__type.
|
|
24150
|
+
expected: "(__type.o69 | undefined)",
|
|
23699
24151
|
value: input.events
|
|
23700
|
-
}, _errorFactory)) &&
|
|
24152
|
+
}, _errorFactory)) && _ao83(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23701
24153
|
method: "typia.assert",
|
|
23702
24154
|
path: _path + ".events",
|
|
23703
|
-
expected: "(__type.
|
|
24155
|
+
expected: "(__type.o69 | undefined)",
|
|
23704
24156
|
value: input.events
|
|
23705
|
-
}, _errorFactory); const
|
|
24157
|
+
}, _errorFactory); const _ao83 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23706
24158
|
method: "typia.assert",
|
|
23707
24159
|
path: _path + ".comment",
|
|
23708
24160
|
expected: "(Array<NotificationReason> | undefined)",
|
|
23709
24161
|
value: input.comment
|
|
23710
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
24162
|
+
}, _errorFactory)) && input.comment.every((elem, _index96) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23711
24163
|
method: "typia.assert",
|
|
23712
|
-
path: _path + ".comment[" +
|
|
24164
|
+
path: _path + ".comment[" + _index96 + "]",
|
|
23713
24165
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23714
24166
|
value: elem
|
|
23715
24167
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23722,9 +24174,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
23722
24174
|
path: _path + ".assigned",
|
|
23723
24175
|
expected: "(Array<NotificationReason> | undefined)",
|
|
23724
24176
|
value: input.assigned
|
|
23725
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
24177
|
+
}, _errorFactory)) && input.assigned.every((elem, _index97) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23726
24178
|
method: "typia.assert",
|
|
23727
|
-
path: _path + ".assigned[" +
|
|
24179
|
+
path: _path + ".assigned[" + _index97 + "]",
|
|
23728
24180
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23729
24181
|
value: elem
|
|
23730
24182
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23737,9 +24189,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
23737
24189
|
path: _path + ".unassigned",
|
|
23738
24190
|
expected: "(Array<NotificationReason> | undefined)",
|
|
23739
24191
|
value: input.unassigned
|
|
23740
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
24192
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index98) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23741
24193
|
method: "typia.assert",
|
|
23742
|
-
path: _path + ".unassigned[" +
|
|
24194
|
+
path: _path + ".unassigned[" + _index98 + "]",
|
|
23743
24195
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23744
24196
|
value: elem
|
|
23745
24197
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23750,14 +24202,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
23750
24202
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23751
24203
|
method: "typia.assert",
|
|
23752
24204
|
path: _path + ".publishSucceeded",
|
|
23753
|
-
expected: "(__type.
|
|
24205
|
+
expected: "(__type.o70 | undefined)",
|
|
23754
24206
|
value: input.publishSucceeded
|
|
23755
|
-
}, _errorFactory)) &&
|
|
24207
|
+
}, _errorFactory)) && _ao84(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23756
24208
|
method: "typia.assert",
|
|
23757
24209
|
path: _path + ".publishSucceeded",
|
|
23758
|
-
expected: "(__type.
|
|
24210
|
+
expected: "(__type.o70 | undefined)",
|
|
23759
24211
|
value: input.publishSucceeded
|
|
23760
|
-
}, _errorFactory)); const
|
|
24212
|
+
}, _errorFactory)); const _ao84 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
23761
24213
|
const value = input[key];
|
|
23762
24214
|
if (undefined === value)
|
|
23763
24215
|
return true;
|
|
@@ -23766,9 +24218,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
23766
24218
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
23767
24219
|
expected: "Array<NotificationReason>",
|
|
23768
24220
|
value: value
|
|
23769
|
-
}, _errorFactory)) && value.every((elem,
|
|
24221
|
+
}, _errorFactory)) && value.every((elem, _index99) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23770
24222
|
method: "typia.assert",
|
|
23771
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
24223
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index99 + "]",
|
|
23772
24224
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23773
24225
|
value: elem
|
|
23774
24226
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23777,27 +24229,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
23777
24229
|
expected: "Array<NotificationReason>",
|
|
23778
24230
|
value: value
|
|
23779
24231
|
}, _errorFactory);
|
|
23780
|
-
}); const
|
|
24232
|
+
}); 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
24233
|
method: "typia.assert",
|
|
23782
24234
|
path: _path + ".create",
|
|
23783
|
-
expected: "(__type.
|
|
24235
|
+
expected: "(__type.o72 | undefined)",
|
|
23784
24236
|
value: input.create
|
|
23785
|
-
}, _errorFactory)) &&
|
|
24237
|
+
}, _errorFactory)) && _ao86(input.create, _path + ".create", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23786
24238
|
method: "typia.assert",
|
|
23787
24239
|
path: _path + ".create",
|
|
23788
|
-
expected: "(__type.
|
|
24240
|
+
expected: "(__type.o72 | undefined)",
|
|
23789
24241
|
value: input.create
|
|
23790
24242
|
}, _errorFactory)) && (undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23791
24243
|
method: "typia.assert",
|
|
23792
24244
|
path: _path + ".duplicate",
|
|
23793
|
-
expected: "(__type.
|
|
24245
|
+
expected: "(__type.o73 | undefined)",
|
|
23794
24246
|
value: input.duplicate
|
|
23795
|
-
}, _errorFactory)) &&
|
|
24247
|
+
}, _errorFactory)) && _ao87(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23796
24248
|
method: "typia.assert",
|
|
23797
24249
|
path: _path + ".duplicate",
|
|
23798
|
-
expected: "(__type.
|
|
24250
|
+
expected: "(__type.o73 | undefined)",
|
|
23799
24251
|
value: input.duplicate
|
|
23800
|
-
}, _errorFactory)); const
|
|
24252
|
+
}, _errorFactory)); const _ao86 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23801
24253
|
method: "typia.assert",
|
|
23802
24254
|
path: _path + ".titlePrefix",
|
|
23803
24255
|
expected: "(string | undefined)",
|
|
@@ -23807,7 +24259,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
23807
24259
|
path: _path + ".titleSuffix",
|
|
23808
24260
|
expected: "(string | undefined)",
|
|
23809
24261
|
value: input.titleSuffix
|
|
23810
|
-
}, _errorFactory)); const
|
|
24262
|
+
}, _errorFactory)); const _ao87 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23811
24263
|
method: "typia.assert",
|
|
23812
24264
|
path: _path + ".titlePrefix",
|
|
23813
24265
|
expected: "(string | undefined)",
|
|
@@ -23817,14 +24269,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
23817
24269
|
path: _path + ".titleSuffix",
|
|
23818
24270
|
expected: "(string | undefined)",
|
|
23819
24271
|
value: input.titleSuffix
|
|
23820
|
-
}, _errorFactory)); const
|
|
24272
|
+
}, _errorFactory)); const _ao88 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23821
24273
|
method: "typia.assert",
|
|
23822
24274
|
path: _path + ".stateFilter",
|
|
23823
24275
|
expected: "(Array<number> | undefined)",
|
|
23824
24276
|
value: input.stateFilter
|
|
23825
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
24277
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index100) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23826
24278
|
method: "typia.assert",
|
|
23827
|
-
path: _path + ".stateFilter[" +
|
|
24279
|
+
path: _path + ".stateFilter[" + _index100 + "]",
|
|
23828
24280
|
expected: "number",
|
|
23829
24281
|
value: elem
|
|
23830
24282
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23857,37 +24309,52 @@ function _assertDomainRecord(domain, input) {
|
|
|
23857
24309
|
path: _path + ".parseRegex",
|
|
23858
24310
|
expected: "(boolean | undefined)",
|
|
23859
24311
|
value: input.parseRegex
|
|
23860
|
-
}, _errorFactory)); const
|
|
24312
|
+
}, _errorFactory)); const _ao89 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23861
24313
|
method: "typia.assert",
|
|
23862
24314
|
path: _path + ".disableHotArea",
|
|
23863
24315
|
expected: "(boolean | undefined)",
|
|
23864
24316
|
value: input.disableHotArea
|
|
23865
|
-
}, _errorFactory); const
|
|
24317
|
+
}, _errorFactory); const _ao90 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23866
24318
|
method: "typia.assert",
|
|
23867
24319
|
path: _path + ".refreshInterval",
|
|
23868
24320
|
expected: "(number | undefined)",
|
|
23869
24321
|
value: input.refreshInterval
|
|
23870
|
-
}, _errorFactory); const
|
|
24322
|
+
}, _errorFactory); const _ao91 = (input, _path, _exceptionable = true) => undefined === input.layout || "string" === typeof input.layout || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23871
24323
|
method: "typia.assert",
|
|
23872
24324
|
path: _path + ".layout",
|
|
23873
24325
|
expected: "(string | undefined)",
|
|
23874
24326
|
value: input.layout
|
|
23875
|
-
}, _errorFactory); const
|
|
24327
|
+
}, _errorFactory); const _ao92 = (input, _path, _exceptionable = true) => (undefined === input.ignoredWarnings || (Array.isArray(input.ignoredWarnings) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24328
|
+
method: "typia.assert",
|
|
24329
|
+
path: _path + ".ignoredWarnings",
|
|
24330
|
+
expected: "(Array<string> | undefined)",
|
|
24331
|
+
value: input.ignoredWarnings
|
|
24332
|
+
}, _errorFactory)) && input.ignoredWarnings.every((elem, _index101) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23876
24333
|
method: "typia.assert",
|
|
23877
|
-
path: _path + ".
|
|
24334
|
+
path: _path + ".ignoredWarnings[" + _index101 + "]",
|
|
24335
|
+
expected: "string",
|
|
24336
|
+
value: elem
|
|
24337
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24338
|
+
method: "typia.assert",
|
|
24339
|
+
path: _path + ".ignoredWarnings",
|
|
23878
24340
|
expected: "(Array<string> | undefined)",
|
|
23879
|
-
value: input.
|
|
23880
|
-
}, _errorFactory)) && input.
|
|
24341
|
+
value: input.ignoredWarnings
|
|
24342
|
+
}, _errorFactory)) && (undefined === input.ignoredErrors || (Array.isArray(input.ignoredErrors) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23881
24343
|
method: "typia.assert",
|
|
23882
|
-
path: _path + ".
|
|
24344
|
+
path: _path + ".ignoredErrors",
|
|
24345
|
+
expected: "(Array<string> | undefined)",
|
|
24346
|
+
value: input.ignoredErrors
|
|
24347
|
+
}, _errorFactory)) && input.ignoredErrors.every((elem, _index102) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24348
|
+
method: "typia.assert",
|
|
24349
|
+
path: _path + ".ignoredErrors[" + _index102 + "]",
|
|
23883
24350
|
expected: "string",
|
|
23884
24351
|
value: elem
|
|
23885
24352
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23886
24353
|
method: "typia.assert",
|
|
23887
|
-
path: _path + ".
|
|
24354
|
+
path: _path + ".ignoredErrors",
|
|
23888
24355
|
expected: "(Array<string> | undefined)",
|
|
23889
|
-
value: input.
|
|
23890
|
-
}, _errorFactory); const
|
|
24356
|
+
value: input.ignoredErrors
|
|
24357
|
+
}, _errorFactory)); const _ao93 = (input, _path, _exceptionable = true) => (undefined === input.enableUpdate || "boolean" === typeof input.enableUpdate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23891
24358
|
method: "typia.assert",
|
|
23892
24359
|
path: _path + ".enableUpdate",
|
|
23893
24360
|
expected: "(boolean | undefined)",
|
|
@@ -23897,7 +24364,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
23897
24364
|
path: _path + ".autoUpdate",
|
|
23898
24365
|
expected: "(boolean | undefined)",
|
|
23899
24366
|
value: input.autoUpdate
|
|
23900
|
-
}, _errorFactory)); const
|
|
24367
|
+
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
24368
|
+
if ("script" === input.type)
|
|
24369
|
+
return _ao71(input, _path, true && _exceptionable);
|
|
24370
|
+
else if ("rundown" === input.type)
|
|
24371
|
+
return _ao72(input, _path, true && _exceptionable);
|
|
24372
|
+
else
|
|
24373
|
+
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24374
|
+
method: "typia.assert",
|
|
24375
|
+
path: _path,
|
|
24376
|
+
expected: "(PrintScriptOptions | PrintRundownOptions)",
|
|
24377
|
+
value: input
|
|
24378
|
+
}, _errorFactory);
|
|
24379
|
+
})(); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
23901
24380
|
if (false === __is(input)) {
|
|
23902
24381
|
_errorFactory = errorFactory;
|
|
23903
24382
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -24112,71 +24591,526 @@ function _assertDomainRecord(domain, input) {
|
|
|
24112
24591
|
value: input.exclude
|
|
24113
24592
|
}, _errorFactory)) && (undefined === input.states || ("object" === typeof input.states && null !== input.states || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24114
24593
|
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, {
|
|
24594
|
+
path: _path + ".states",
|
|
24595
|
+
expected: "(__type | undefined)",
|
|
24596
|
+
value: input.states
|
|
24597
|
+
}, _errorFactory)) && _ao3(input.states, _path + ".states", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24598
|
+
method: "typia.assert",
|
|
24599
|
+
path: _path + ".states",
|
|
24600
|
+
expected: "(__type | undefined)",
|
|
24601
|
+
value: input.states
|
|
24602
|
+
}, _errorFactory)) && (undefined === input.flow || "column" === input.flow || "row" === input.flow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24603
|
+
method: "typia.assert",
|
|
24604
|
+
path: _path + ".flow",
|
|
24605
|
+
expected: "(\"column\" | \"row\" | undefined)",
|
|
24606
|
+
value: input.flow
|
|
24607
|
+
}, _errorFactory)) && (undefined === input.minRows || "number" === typeof input.minRows || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24608
|
+
method: "typia.assert",
|
|
24609
|
+
path: _path + ".minRows",
|
|
24610
|
+
expected: "(number | undefined)",
|
|
24611
|
+
value: input.minRows
|
|
24612
|
+
}, _errorFactory)) && (undefined === input.maxRows || "number" === typeof input.maxRows || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24613
|
+
method: "typia.assert",
|
|
24614
|
+
path: _path + ".maxRows",
|
|
24615
|
+
expected: "(number | undefined)",
|
|
24616
|
+
value: input.maxRows
|
|
24617
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => "boolean" === typeof input.completed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24618
|
+
method: "typia.assert",
|
|
24619
|
+
path: _path + ".completed",
|
|
24620
|
+
expected: "boolean",
|
|
24621
|
+
value: input.completed
|
|
24622
|
+
}, _errorFactory); const _ao4 = (input, _path, _exceptionable = true) => ("stream" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24623
|
+
method: "typia.assert",
|
|
24624
|
+
path: _path + ".type",
|
|
24625
|
+
expected: "\"stream\"",
|
|
24626
|
+
value: input.type
|
|
24627
|
+
}, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24628
|
+
method: "typia.assert",
|
|
24629
|
+
path: _path + ".title",
|
|
24630
|
+
expected: "(string | undefined)",
|
|
24631
|
+
value: input.title
|
|
24632
|
+
}, _errorFactory)) && (undefined === input.width || "string" === typeof input.width || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24633
|
+
method: "typia.assert",
|
|
24634
|
+
path: _path + ".width",
|
|
24635
|
+
expected: "(string | undefined)",
|
|
24636
|
+
value: input.width
|
|
24637
|
+
}, _errorFactory)) && (undefined === input.source || "string" === typeof input.source || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24638
|
+
method: "typia.assert",
|
|
24639
|
+
path: _path + ".source",
|
|
24640
|
+
expected: "(string | undefined)",
|
|
24641
|
+
value: input.source
|
|
24642
|
+
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
24643
|
+
if ("stream" === input.type)
|
|
24644
|
+
return _ao4(input, _path, true && _exceptionable);
|
|
24645
|
+
else
|
|
24646
|
+
return _ao2(input, _path, true && _exceptionable);
|
|
24647
|
+
})(); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24648
|
+
if (false === __is(input)) {
|
|
24649
|
+
_errorFactory = errorFactory;
|
|
24650
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24651
|
+
method: "typia.assert",
|
|
24652
|
+
path: _path + "",
|
|
24653
|
+
expected: "ShotboxDomainRecord",
|
|
24654
|
+
value: input
|
|
24655
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24656
|
+
method: "typia.assert",
|
|
24657
|
+
path: _path + "",
|
|
24658
|
+
expected: "ShotboxDomainRecord",
|
|
24659
|
+
value: input
|
|
24660
|
+
}, _errorFactory))(input, "$input", true);
|
|
24661
|
+
}
|
|
24662
|
+
return input;
|
|
24663
|
+
}; })()(input);
|
|
24664
|
+
}
|
|
24665
|
+
case ":storage": {
|
|
24666
|
+
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, {
|
|
24667
|
+
method: "typia.assert",
|
|
24668
|
+
path: _path + ".zone",
|
|
24669
|
+
expected: "string",
|
|
24670
|
+
value: input.zone
|
|
24671
|
+
}, _errorFactory)) && (null === input.hostname || "string" === typeof input.hostname || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24672
|
+
method: "typia.assert",
|
|
24673
|
+
path: _path + ".hostname",
|
|
24674
|
+
expected: "(null | string)",
|
|
24675
|
+
value: input.hostname
|
|
24676
|
+
}, _errorFactory)) && (null === input.port || undefined === input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24677
|
+
method: "typia.assert",
|
|
24678
|
+
path: _path + ".port",
|
|
24679
|
+
expected: "(null | number | undefined)",
|
|
24680
|
+
value: input.port
|
|
24681
|
+
}, _errorFactory)) && (undefined === input.location || "string" === typeof input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24682
|
+
method: "typia.assert",
|
|
24683
|
+
path: _path + ".location",
|
|
24684
|
+
expected: "(string | undefined)",
|
|
24685
|
+
value: input.location
|
|
24686
|
+
}, _errorFactory)) && (null === input.cache || undefined === input.cache || "boolean" === typeof input.cache || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24687
|
+
method: "typia.assert",
|
|
24688
|
+
path: _path + ".cache",
|
|
24689
|
+
expected: "(boolean | null | undefined)",
|
|
24690
|
+
value: input.cache
|
|
24691
|
+
}, _errorFactory)) && (undefined === input.allows || (Array.isArray(input.allows) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24692
|
+
method: "typia.assert",
|
|
24693
|
+
path: _path + ".allows",
|
|
24694
|
+
expected: "(Array<string> | undefined)",
|
|
24695
|
+
value: input.allows
|
|
24696
|
+
}, _errorFactory)) && input.allows.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24697
|
+
method: "typia.assert",
|
|
24698
|
+
path: _path + ".allows[" + _index2 + "]",
|
|
24699
|
+
expected: "string",
|
|
24700
|
+
value: elem
|
|
24701
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24702
|
+
method: "typia.assert",
|
|
24703
|
+
path: _path + ".allows",
|
|
24704
|
+
expected: "(Array<string> | undefined)",
|
|
24705
|
+
value: input.allows
|
|
24706
|
+
}, _errorFactory)) && (null === input.capacity || undefined === input.capacity || "number" === typeof input.capacity || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24707
|
+
method: "typia.assert",
|
|
24708
|
+
path: _path + ".capacity",
|
|
24709
|
+
expected: "(null | number | undefined)",
|
|
24710
|
+
value: input.capacity
|
|
24711
|
+
}, _errorFactory)) && (null === input.rxBytesSecMax || undefined === input.rxBytesSecMax || "number" === typeof input.rxBytesSecMax || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24712
|
+
method: "typia.assert",
|
|
24713
|
+
path: _path + ".rxBytesSecMax",
|
|
24714
|
+
expected: "(null | number | undefined)",
|
|
24715
|
+
value: input.rxBytesSecMax
|
|
24716
|
+
}, _errorFactory)) && (null === input.txBytesSecMax || undefined === input.txBytesSecMax || "number" === typeof input.txBytesSecMax || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24717
|
+
method: "typia.assert",
|
|
24718
|
+
path: _path + ".txBytesSecMax",
|
|
24719
|
+
expected: "(null | number | undefined)",
|
|
24720
|
+
value: input.txBytesSecMax
|
|
24721
|
+
}, _errorFactory)) && (null === input.rxBytesSecLimit || undefined === input.rxBytesSecLimit || "number" === typeof input.rxBytesSecLimit || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24722
|
+
method: "typia.assert",
|
|
24723
|
+
path: _path + ".rxBytesSecLimit",
|
|
24724
|
+
expected: "(null | number | undefined)",
|
|
24725
|
+
value: input.rxBytesSecLimit
|
|
24726
|
+
}, _errorFactory)) && (null === input.txBytesSecLimit || undefined === input.txBytesSecLimit || "number" === typeof input.txBytesSecLimit || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24727
|
+
method: "typia.assert",
|
|
24728
|
+
path: _path + ".txBytesSecLimit",
|
|
24729
|
+
expected: "(null | number | undefined)",
|
|
24730
|
+
value: input.txBytesSecLimit
|
|
24731
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24732
|
+
if (false === __is(input)) {
|
|
24733
|
+
_errorFactory = errorFactory;
|
|
24734
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
24735
|
+
method: "typia.assert",
|
|
24736
|
+
path: _path + "",
|
|
24737
|
+
expected: "StorageDomainRecord",
|
|
24738
|
+
value: input
|
|
24739
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24740
|
+
method: "typia.assert",
|
|
24741
|
+
path: _path + "",
|
|
24742
|
+
expected: "StorageDomainRecord",
|
|
24743
|
+
value: input
|
|
24744
|
+
}, _errorFactory))(input, "$input", true);
|
|
24745
|
+
}
|
|
24746
|
+
return input;
|
|
24747
|
+
}; })()(input);
|
|
24748
|
+
}
|
|
24749
|
+
case ":storage.stats": {
|
|
24750
|
+
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 => {
|
|
24751
|
+
if (["concurrency", "path", "snapshot", "available", "free", "used", "size", "state"].some(prop => key === prop))
|
|
24752
|
+
return true;
|
|
24753
|
+
const value = input[key];
|
|
24754
|
+
if (undefined === value)
|
|
24755
|
+
return true;
|
|
24756
|
+
return true;
|
|
24757
|
+
}); 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 => {
|
|
24758
|
+
if (["bucket", "region", "endpoint", "path", "storageClass"].some(prop => key === prop))
|
|
24759
|
+
return true;
|
|
24760
|
+
const value = input[key];
|
|
24761
|
+
if (undefined === value)
|
|
24762
|
+
return true;
|
|
24763
|
+
return true;
|
|
24764
|
+
}); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24765
|
+
method: "typia.assert",
|
|
24766
|
+
path: _path + ".id",
|
|
24767
|
+
expected: "string",
|
|
24768
|
+
value: input.id
|
|
24769
|
+
}, _errorFactory)) && ("string" === typeof input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24770
|
+
method: "typia.assert",
|
|
24771
|
+
path: _path + ".location",
|
|
24772
|
+
expected: "string",
|
|
24773
|
+
value: input.location
|
|
24774
|
+
}, _errorFactory)) && ("string" === typeof input.timestamp || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24775
|
+
method: "typia.assert",
|
|
24776
|
+
path: _path + ".timestamp",
|
|
24777
|
+
expected: "string",
|
|
24778
|
+
value: input.timestamp
|
|
24779
|
+
}, _errorFactory)) && ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24780
|
+
method: "typia.assert",
|
|
24781
|
+
path: _path + ".type",
|
|
24782
|
+
expected: "string",
|
|
24783
|
+
value: input.type
|
|
24784
|
+
}, _errorFactory)) && ("string" === typeof input.zone || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24785
|
+
method: "typia.assert",
|
|
24786
|
+
path: _path + ".zone",
|
|
24787
|
+
expected: "string",
|
|
24788
|
+
value: input.zone
|
|
24789
|
+
}, _errorFactory)) && ("string" === typeof input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24790
|
+
method: "typia.assert",
|
|
24791
|
+
path: _path + ".origin",
|
|
24792
|
+
expected: "string",
|
|
24793
|
+
value: input.origin
|
|
24794
|
+
}, _errorFactory)) && (null === input.free || "number" === typeof input.free || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24795
|
+
method: "typia.assert",
|
|
24796
|
+
path: _path + ".free",
|
|
24797
|
+
expected: "(null | number)",
|
|
24798
|
+
value: input.free
|
|
24799
|
+
}, _errorFactory)) && (null === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24800
|
+
method: "typia.assert",
|
|
24801
|
+
path: _path + ".size",
|
|
24802
|
+
expected: "(null | number)",
|
|
24803
|
+
value: input.size
|
|
24804
|
+
}, _errorFactory)) && (null === input.available || "number" === typeof input.available || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24805
|
+
method: "typia.assert",
|
|
24806
|
+
path: _path + ".available",
|
|
24807
|
+
expected: "(null | number)",
|
|
24808
|
+
value: input.available
|
|
24809
|
+
}, _errorFactory)) && (null === input.cache || "boolean" === typeof input.cache || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24810
|
+
method: "typia.assert",
|
|
24811
|
+
path: _path + ".cache",
|
|
24812
|
+
expected: "(boolean | null)",
|
|
24813
|
+
value: input.cache
|
|
24814
|
+
}, _errorFactory)) && (null === input.capacity || "number" === typeof input.capacity || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24815
|
+
method: "typia.assert",
|
|
24816
|
+
path: _path + ".capacity",
|
|
24817
|
+
expected: "(null | number)",
|
|
24818
|
+
value: input.capacity
|
|
24819
|
+
}, _errorFactory)) && (("object" === typeof input.limiter && null !== input.limiter && false === Array.isArray(input.limiter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24820
|
+
method: "typia.assert",
|
|
24821
|
+
path: _path + ".limiter",
|
|
24822
|
+
expected: "__type",
|
|
24823
|
+
value: input.limiter
|
|
24824
|
+
}, _errorFactory)) && _ao1(input.limiter, _path + ".limiter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24825
|
+
method: "typia.assert",
|
|
24826
|
+
path: _path + ".limiter",
|
|
24827
|
+
expected: "__type",
|
|
24828
|
+
value: input.limiter
|
|
24829
|
+
}, _errorFactory)) && (("object" === typeof input.http && null !== input.http || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24830
|
+
method: "typia.assert",
|
|
24831
|
+
path: _path + ".http",
|
|
24832
|
+
expected: "__type.o1",
|
|
24833
|
+
value: input.http
|
|
24834
|
+
}, _errorFactory)) && _ao2(input.http, _path + ".http", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24835
|
+
method: "typia.assert",
|
|
24836
|
+
path: _path + ".http",
|
|
24837
|
+
expected: "__type.o1",
|
|
24838
|
+
value: input.http
|
|
24839
|
+
}, _errorFactory)) && (("object" === typeof input.io && null !== input.io || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24840
|
+
method: "typia.assert",
|
|
24841
|
+
path: _path + ".io",
|
|
24842
|
+
expected: "__type.o2",
|
|
24843
|
+
value: input.io
|
|
24844
|
+
}, _errorFactory)) && _ao3(input.io, _path + ".io", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24845
|
+
method: "typia.assert",
|
|
24846
|
+
path: _path + ".io",
|
|
24847
|
+
expected: "__type.o2",
|
|
24848
|
+
value: input.io
|
|
24849
|
+
}, _errorFactory)) && (undefined === input.fs || ("object" === typeof input.fs && null !== input.fs && false === Array.isArray(input.fs) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24850
|
+
method: "typia.assert",
|
|
24851
|
+
path: _path + ".fs",
|
|
24852
|
+
expected: "(StorageFsStats | undefined)",
|
|
24853
|
+
value: input.fs
|
|
24854
|
+
}, _errorFactory)) && _ao7(input.fs, _path + ".fs", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24855
|
+
method: "typia.assert",
|
|
24856
|
+
path: _path + ".fs",
|
|
24857
|
+
expected: "(StorageFsStats | undefined)",
|
|
24858
|
+
value: input.fs
|
|
24859
|
+
}, _errorFactory)) && (undefined === input.s3 || ("object" === typeof input.s3 && null !== input.s3 && false === Array.isArray(input.s3) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24860
|
+
method: "typia.assert",
|
|
24861
|
+
path: _path + ".s3",
|
|
24862
|
+
expected: "(StorageS3Stats | undefined)",
|
|
24863
|
+
value: input.s3
|
|
24864
|
+
}, _errorFactory)) && _ao8(input.s3, _path + ".s3", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24865
|
+
method: "typia.assert",
|
|
24866
|
+
path: _path + ".s3",
|
|
24867
|
+
expected: "(StorageS3Stats | undefined)",
|
|
24868
|
+
value: input.s3
|
|
24869
|
+
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.readBytesPerSecond || "number" === typeof input.readBytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24870
|
+
method: "typia.assert",
|
|
24871
|
+
path: _path + ".readBytesPerSecond",
|
|
24872
|
+
expected: "(number | undefined)",
|
|
24873
|
+
value: input.readBytesPerSecond
|
|
24874
|
+
}, _errorFactory)) && (undefined === input.writeBytesPerSecond || "number" === typeof input.writeBytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24875
|
+
method: "typia.assert",
|
|
24876
|
+
path: _path + ".writeBytesPerSecond",
|
|
24877
|
+
expected: "(number | undefined)",
|
|
24878
|
+
value: input.writeBytesPerSecond
|
|
24879
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => ("number" === typeof input.downstreamConnected || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24880
|
+
method: "typia.assert",
|
|
24881
|
+
path: _path + ".downstreamConnected",
|
|
24882
|
+
expected: "number",
|
|
24883
|
+
value: input.downstreamConnected
|
|
24884
|
+
}, _errorFactory)) && ("number" === typeof input.upstreamConnected || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24885
|
+
method: "typia.assert",
|
|
24886
|
+
path: _path + ".upstreamConnected",
|
|
24887
|
+
expected: "number",
|
|
24888
|
+
value: input.upstreamConnected
|
|
24889
|
+
}, _errorFactory)) && ("number" === typeof input.pending || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24890
|
+
method: "typia.assert",
|
|
24891
|
+
path: _path + ".pending",
|
|
24892
|
+
expected: "number",
|
|
24893
|
+
value: input.pending
|
|
24894
|
+
}, _errorFactory)) && ("number" === typeof input.completed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24895
|
+
method: "typia.assert",
|
|
24896
|
+
path: _path + ".completed",
|
|
24897
|
+
expected: "number",
|
|
24898
|
+
value: input.completed
|
|
24899
|
+
}, _errorFactory)) && ("number" === typeof input.failed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24900
|
+
method: "typia.assert",
|
|
24901
|
+
path: _path + ".failed",
|
|
24902
|
+
expected: "number",
|
|
24903
|
+
value: input.failed
|
|
24904
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (("object" === typeof input.read && null !== input.read || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24905
|
+
method: "typia.assert",
|
|
24906
|
+
path: _path + ".read",
|
|
24907
|
+
expected: "__type.o3",
|
|
24908
|
+
value: input.read
|
|
24909
|
+
}, _errorFactory)) && _ao4(input.read, _path + ".read", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24910
|
+
method: "typia.assert",
|
|
24911
|
+
path: _path + ".read",
|
|
24912
|
+
expected: "__type.o3",
|
|
24913
|
+
value: input.read
|
|
24914
|
+
}, _errorFactory)) && (("object" === typeof input.write && null !== input.write || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24915
|
+
method: "typia.assert",
|
|
24916
|
+
path: _path + ".write",
|
|
24917
|
+
expected: "__type.o4",
|
|
24918
|
+
value: input.write
|
|
24919
|
+
}, _errorFactory)) && _ao6(input.write, _path + ".write", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24920
|
+
method: "typia.assert",
|
|
24921
|
+
path: _path + ".write",
|
|
24922
|
+
expected: "__type.o4",
|
|
24923
|
+
value: input.write
|
|
24924
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => ("number" === typeof input.bytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24925
|
+
method: "typia.assert",
|
|
24926
|
+
path: _path + ".bytesPerSecond",
|
|
24927
|
+
expected: "number",
|
|
24928
|
+
value: input.bytesPerSecond
|
|
24929
|
+
}, _errorFactory)) && ("number" === typeof input.pending || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24930
|
+
method: "typia.assert",
|
|
24931
|
+
path: _path + ".pending",
|
|
24932
|
+
expected: "number",
|
|
24933
|
+
value: input.pending
|
|
24934
|
+
}, _errorFactory)) && (("object" === typeof input.queues && null !== input.queues || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24935
|
+
method: "typia.assert",
|
|
24936
|
+
path: _path + ".queues",
|
|
24937
|
+
expected: "StorageIoQueues",
|
|
24938
|
+
value: input.queues
|
|
24939
|
+
}, _errorFactory)) && _ao5(input.queues, _path + ".queues", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24940
|
+
method: "typia.assert",
|
|
24941
|
+
path: _path + ".queues",
|
|
24942
|
+
expected: "StorageIoQueues",
|
|
24943
|
+
value: input.queues
|
|
24944
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ("number" === typeof input.highest || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24945
|
+
method: "typia.assert",
|
|
24946
|
+
path: _path + ".highest",
|
|
24947
|
+
expected: "number",
|
|
24948
|
+
value: input.highest
|
|
24949
|
+
}, _errorFactory)) && ("number" === typeof input.higher || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24950
|
+
method: "typia.assert",
|
|
24951
|
+
path: _path + ".higher",
|
|
24952
|
+
expected: "number",
|
|
24953
|
+
value: input.higher
|
|
24954
|
+
}, _errorFactory)) && ("number" === typeof input.high || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24955
|
+
method: "typia.assert",
|
|
24956
|
+
path: _path + ".high",
|
|
24957
|
+
expected: "number",
|
|
24958
|
+
value: input.high
|
|
24959
|
+
}, _errorFactory)) && ("number" === typeof input.normal || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24960
|
+
method: "typia.assert",
|
|
24961
|
+
path: _path + ".normal",
|
|
24962
|
+
expected: "number",
|
|
24963
|
+
value: input.normal
|
|
24964
|
+
}, _errorFactory)) && ("number" === typeof input.low || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24965
|
+
method: "typia.assert",
|
|
24966
|
+
path: _path + ".low",
|
|
24967
|
+
expected: "number",
|
|
24968
|
+
value: input.low
|
|
24969
|
+
}, _errorFactory)) && ("number" === typeof input.lower || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24970
|
+
method: "typia.assert",
|
|
24971
|
+
path: _path + ".lower",
|
|
24972
|
+
expected: "number",
|
|
24973
|
+
value: input.lower
|
|
24974
|
+
}, _errorFactory)) && ("number" === typeof input.lowest || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24975
|
+
method: "typia.assert",
|
|
24976
|
+
path: _path + ".lowest",
|
|
24977
|
+
expected: "number",
|
|
24978
|
+
value: input.lowest
|
|
24979
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("number" === typeof input.bytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24980
|
+
method: "typia.assert",
|
|
24981
|
+
path: _path + ".bytesPerSecond",
|
|
24982
|
+
expected: "number",
|
|
24983
|
+
value: input.bytesPerSecond
|
|
24984
|
+
}, _errorFactory)) && ("number" === typeof input.pending || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24985
|
+
method: "typia.assert",
|
|
24986
|
+
path: _path + ".pending",
|
|
24987
|
+
expected: "number",
|
|
24988
|
+
value: input.pending
|
|
24989
|
+
}, _errorFactory)) && (("object" === typeof input.queues && null !== input.queues || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24990
|
+
method: "typia.assert",
|
|
24991
|
+
path: _path + ".queues",
|
|
24992
|
+
expected: "StorageIoQueues",
|
|
24993
|
+
value: input.queues
|
|
24994
|
+
}, _errorFactory)) && _ao5(input.queues, _path + ".queues", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24995
|
+
method: "typia.assert",
|
|
24996
|
+
path: _path + ".queues",
|
|
24997
|
+
expected: "StorageIoQueues",
|
|
24998
|
+
value: input.queues
|
|
24999
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.concurrency || "number" === typeof input.concurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25000
|
+
method: "typia.assert",
|
|
25001
|
+
path: _path + ".concurrency",
|
|
25002
|
+
expected: "(number | undefined)",
|
|
25003
|
+
value: input.concurrency
|
|
25004
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25005
|
+
method: "typia.assert",
|
|
25006
|
+
path: _path + ".path",
|
|
25007
|
+
expected: "(string | undefined)",
|
|
25008
|
+
value: input.path
|
|
25009
|
+
}, _errorFactory)) && (null === input.snapshot || undefined === input.snapshot || "number" === typeof input.snapshot || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24119
25010
|
method: "typia.assert",
|
|
24120
|
-
path: _path + ".
|
|
24121
|
-
expected: "(
|
|
24122
|
-
value: input.
|
|
24123
|
-
}, _errorFactory)) && (undefined === input.
|
|
25011
|
+
path: _path + ".snapshot",
|
|
25012
|
+
expected: "(null | number | undefined)",
|
|
25013
|
+
value: input.snapshot
|
|
25014
|
+
}, _errorFactory)) && (undefined === input.available || "number" === typeof input.available || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24124
25015
|
method: "typia.assert",
|
|
24125
|
-
path: _path + ".
|
|
24126
|
-
expected: "(
|
|
24127
|
-
value: input.
|
|
24128
|
-
}, _errorFactory)) && (undefined === input.
|
|
25016
|
+
path: _path + ".available",
|
|
25017
|
+
expected: "(number | undefined)",
|
|
25018
|
+
value: input.available
|
|
25019
|
+
}, _errorFactory)) && (undefined === input.free || "number" === typeof input.free || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24129
25020
|
method: "typia.assert",
|
|
24130
|
-
path: _path + ".
|
|
25021
|
+
path: _path + ".free",
|
|
24131
25022
|
expected: "(number | undefined)",
|
|
24132
|
-
value: input.
|
|
24133
|
-
}, _errorFactory)) && (undefined === input.
|
|
25023
|
+
value: input.free
|
|
25024
|
+
}, _errorFactory)) && (undefined === input.used || "number" === typeof input.used || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24134
25025
|
method: "typia.assert",
|
|
24135
|
-
path: _path + ".
|
|
25026
|
+
path: _path + ".used",
|
|
24136
25027
|
expected: "(number | undefined)",
|
|
24137
|
-
value: input.
|
|
24138
|
-
}, _errorFactory))
|
|
25028
|
+
value: input.used
|
|
25029
|
+
}, _errorFactory)) && (undefined === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24139
25030
|
method: "typia.assert",
|
|
24140
|
-
path: _path + ".
|
|
24141
|
-
expected: "
|
|
24142
|
-
value: input.
|
|
24143
|
-
}, _errorFactory)
|
|
25031
|
+
path: _path + ".size",
|
|
25032
|
+
expected: "(number | undefined)",
|
|
25033
|
+
value: input.size
|
|
25034
|
+
}, _errorFactory)) && (undefined === input.state || "string" === typeof input.state || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24144
25035
|
method: "typia.assert",
|
|
24145
|
-
path: _path + ".
|
|
24146
|
-
expected: "
|
|
24147
|
-
value: input.
|
|
24148
|
-
}, _errorFactory)) && (
|
|
25036
|
+
path: _path + ".state",
|
|
25037
|
+
expected: "(string | undefined)",
|
|
25038
|
+
value: input.state
|
|
25039
|
+
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
25040
|
+
if (["concurrency", "path", "snapshot", "available", "free", "used", "size", "state"].some(prop => key === prop))
|
|
25041
|
+
return true;
|
|
25042
|
+
const value = input[key];
|
|
25043
|
+
if (undefined === value)
|
|
25044
|
+
return true;
|
|
25045
|
+
return true;
|
|
25046
|
+
})); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.bucket || "string" === typeof input.bucket || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24149
25047
|
method: "typia.assert",
|
|
24150
|
-
path: _path + ".
|
|
25048
|
+
path: _path + ".bucket",
|
|
24151
25049
|
expected: "(string | undefined)",
|
|
24152
|
-
value: input.
|
|
24153
|
-
}, _errorFactory)) && (undefined === input.
|
|
25050
|
+
value: input.bucket
|
|
25051
|
+
}, _errorFactory)) && (undefined === input.region || "string" === typeof input.region || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24154
25052
|
method: "typia.assert",
|
|
24155
|
-
path: _path + ".
|
|
25053
|
+
path: _path + ".region",
|
|
24156
25054
|
expected: "(string | undefined)",
|
|
24157
|
-
value: input.
|
|
24158
|
-
}, _errorFactory)) && (undefined === input.
|
|
25055
|
+
value: input.region
|
|
25056
|
+
}, _errorFactory)) && (undefined === input.endpoint || "string" === typeof input.endpoint || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24159
25057
|
method: "typia.assert",
|
|
24160
|
-
path: _path + ".
|
|
25058
|
+
path: _path + ".endpoint",
|
|
24161
25059
|
expected: "(string | undefined)",
|
|
24162
|
-
value: input.
|
|
24163
|
-
}, _errorFactory))
|
|
24164
|
-
|
|
24165
|
-
|
|
24166
|
-
|
|
24167
|
-
|
|
24168
|
-
})
|
|
25060
|
+
value: input.endpoint
|
|
25061
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25062
|
+
method: "typia.assert",
|
|
25063
|
+
path: _path + ".path",
|
|
25064
|
+
expected: "(string | undefined)",
|
|
25065
|
+
value: input.path
|
|
25066
|
+
}, _errorFactory)) && (undefined === input.storageClass || "string" === typeof input.storageClass || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25067
|
+
method: "typia.assert",
|
|
25068
|
+
path: _path + ".storageClass",
|
|
25069
|
+
expected: "(string | undefined)",
|
|
25070
|
+
value: input.storageClass
|
|
25071
|
+
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
25072
|
+
if (["bucket", "region", "endpoint", "path", "storageClass"].some(prop => key === prop))
|
|
25073
|
+
return true;
|
|
25074
|
+
const value = input[key];
|
|
25075
|
+
if (undefined === value)
|
|
25076
|
+
return true;
|
|
25077
|
+
return true;
|
|
25078
|
+
})); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
25079
|
+
if (false === __is(input)) {
|
|
25080
|
+
_errorFactory = errorFactory;
|
|
25081
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
25082
|
+
method: "typia.assert",
|
|
25083
|
+
path: _path + "",
|
|
25084
|
+
expected: "StorageStatsDomainRecord",
|
|
25085
|
+
value: input
|
|
25086
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
25087
|
+
method: "typia.assert",
|
|
25088
|
+
path: _path + "",
|
|
25089
|
+
expected: "StorageStatsDomainRecord",
|
|
25090
|
+
value: input
|
|
25091
|
+
}, _errorFactory))(input, "$input", true);
|
|
25092
|
+
}
|
|
25093
|
+
return input;
|
|
25094
|
+
}; })()(input);
|
|
25095
|
+
}
|
|
25096
|
+
case ":storage-zone": {
|
|
25097
|
+
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, {
|
|
25098
|
+
method: "typia.assert",
|
|
25099
|
+
path: _path + ".priority",
|
|
25100
|
+
expected: "(number | undefined)",
|
|
25101
|
+
value: input.priority
|
|
25102
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24169
25103
|
if (false === __is(input)) {
|
|
24170
25104
|
_errorFactory = errorFactory;
|
|
24171
25105
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24172
25106
|
method: "typia.assert",
|
|
24173
25107
|
path: _path + "",
|
|
24174
|
-
expected: "
|
|
25108
|
+
expected: "StorageZoneDomainRecord",
|
|
24175
25109
|
value: input
|
|
24176
25110
|
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24177
25111
|
method: "typia.assert",
|
|
24178
25112
|
path: _path + "",
|
|
24179
|
-
expected: "
|
|
25113
|
+
expected: "StorageZoneDomainRecord",
|
|
24180
25114
|
value: input
|
|
24181
25115
|
}, _errorFactory))(input, "$input", true);
|
|
24182
25116
|
}
|
|
@@ -25039,7 +25973,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
25039
25973
|
if (undefined === value)
|
|
25040
25974
|
return true;
|
|
25041
25975
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
|
|
25042
|
-
}); const _io2 = input => undefined === input.path || "string" === typeof input.path; const
|
|
25976
|
+
}); 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 => {
|
|
25977
|
+
const value = input[key];
|
|
25978
|
+
if (undefined === value)
|
|
25979
|
+
return true;
|
|
25980
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io7(value);
|
|
25981
|
+
}); 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
25982
|
method: "typia.assert",
|
|
25044
25983
|
path: _path + ".source",
|
|
25045
25984
|
expected: "(string | undefined)",
|
|
@@ -25094,12 +26033,197 @@ function _assertDomainRecord(domain, input) {
|
|
|
25094
26033
|
expected: "TemplateProperty",
|
|
25095
26034
|
value: value
|
|
25096
26035
|
}, _errorFactory);
|
|
25097
|
-
}); const _ao2 = (input, _path, _exceptionable = true) => undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26036
|
+
}); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25098
26037
|
method: "typia.assert",
|
|
25099
26038
|
path: _path + ".path",
|
|
25100
26039
|
expected: "(string | undefined)",
|
|
25101
26040
|
value: input.path
|
|
25102
|
-
}, _errorFactory)
|
|
26041
|
+
}, _errorFactory)) && (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26042
|
+
method: "typia.assert",
|
|
26043
|
+
path: _path + ".type",
|
|
26044
|
+
expected: "(string | undefined)",
|
|
26045
|
+
value: input.type
|
|
26046
|
+
}, _errorFactory)) && (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26047
|
+
method: "typia.assert",
|
|
26048
|
+
path: _path + ".label",
|
|
26049
|
+
expected: "(string | undefined)",
|
|
26050
|
+
value: input.label
|
|
26051
|
+
}, _errorFactory)) && (undefined === input.defaultValue || "string" === typeof input.defaultValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26052
|
+
method: "typia.assert",
|
|
26053
|
+
path: _path + ".defaultValue",
|
|
26054
|
+
expected: "(string | undefined)",
|
|
26055
|
+
value: input.defaultValue
|
|
26056
|
+
}, _errorFactory)) && (undefined === input.widget || ("object" === typeof input.widget && null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26057
|
+
method: "typia.assert",
|
|
26058
|
+
path: _path + ".widget",
|
|
26059
|
+
expected: "(__type | undefined)",
|
|
26060
|
+
value: input.widget
|
|
26061
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26062
|
+
method: "typia.assert",
|
|
26063
|
+
path: _path + ".widget",
|
|
26064
|
+
expected: "(__type | undefined)",
|
|
26065
|
+
value: input.widget
|
|
26066
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26067
|
+
method: "typia.assert",
|
|
26068
|
+
path: _path + ".properties",
|
|
26069
|
+
expected: "(object | undefined)",
|
|
26070
|
+
value: input.properties
|
|
26071
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26072
|
+
method: "typia.assert",
|
|
26073
|
+
path: _path + ".properties",
|
|
26074
|
+
expected: "(object | undefined)",
|
|
26075
|
+
value: input.properties
|
|
26076
|
+
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26077
|
+
method: "typia.assert",
|
|
26078
|
+
path: _path + ".items",
|
|
26079
|
+
expected: "(__type.o1 | undefined)",
|
|
26080
|
+
value: input.items
|
|
26081
|
+
}, _errorFactory)) && _ao5(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26082
|
+
method: "typia.assert",
|
|
26083
|
+
path: _path + ".items",
|
|
26084
|
+
expected: "(__type.o1 | undefined)",
|
|
26085
|
+
value: input.items
|
|
26086
|
+
}, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26087
|
+
method: "typia.assert",
|
|
26088
|
+
path: _path + ".render",
|
|
26089
|
+
expected: "(__type.o3 | undefined)",
|
|
26090
|
+
value: input.render
|
|
26091
|
+
}, _errorFactory)) && _ao9(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26092
|
+
method: "typia.assert",
|
|
26093
|
+
path: _path + ".render",
|
|
26094
|
+
expected: "(__type.o3 | undefined)",
|
|
26095
|
+
value: input.render
|
|
26096
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26097
|
+
method: "typia.assert",
|
|
26098
|
+
path: _path + ".type",
|
|
26099
|
+
expected: "string",
|
|
26100
|
+
value: input.type
|
|
26101
|
+
}, _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, {
|
|
26102
|
+
method: "typia.assert",
|
|
26103
|
+
path: _path + ".properties",
|
|
26104
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26105
|
+
value: input.properties
|
|
26106
|
+
}, _errorFactory)) && _ao6(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26107
|
+
method: "typia.assert",
|
|
26108
|
+
path: _path + ".properties",
|
|
26109
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26110
|
+
value: input.properties
|
|
26111
|
+
}, _errorFactory); const _ao6 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
26112
|
+
const value = input[key];
|
|
26113
|
+
if (undefined === value)
|
|
26114
|
+
return true;
|
|
26115
|
+
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26116
|
+
method: "typia.assert",
|
|
26117
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
26118
|
+
expected: "TemplatePropertySchema",
|
|
26119
|
+
value: value
|
|
26120
|
+
}, _errorFactory)) && _ao7(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26121
|
+
method: "typia.assert",
|
|
26122
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
26123
|
+
expected: "TemplatePropertySchema",
|
|
26124
|
+
value: value
|
|
26125
|
+
}, _errorFactory);
|
|
26126
|
+
}); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26127
|
+
method: "typia.assert",
|
|
26128
|
+
path: _path + ".path",
|
|
26129
|
+
expected: "(string | undefined)",
|
|
26130
|
+
value: input.path
|
|
26131
|
+
}, _errorFactory)) && (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26132
|
+
method: "typia.assert",
|
|
26133
|
+
path: _path + ".type",
|
|
26134
|
+
expected: "(string | undefined)",
|
|
26135
|
+
value: input.type
|
|
26136
|
+
}, _errorFactory)) && (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26137
|
+
method: "typia.assert",
|
|
26138
|
+
path: _path + ".label",
|
|
26139
|
+
expected: "(string | undefined)",
|
|
26140
|
+
value: input.label
|
|
26141
|
+
}, _errorFactory)) && (undefined === input.defaultValue || "string" === typeof input.defaultValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26142
|
+
method: "typia.assert",
|
|
26143
|
+
path: _path + ".defaultValue",
|
|
26144
|
+
expected: "(string | undefined)",
|
|
26145
|
+
value: input.defaultValue
|
|
26146
|
+
}, _errorFactory)) && (undefined === input.widget || ("object" === typeof input.widget && null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26147
|
+
method: "typia.assert",
|
|
26148
|
+
path: _path + ".widget",
|
|
26149
|
+
expected: "(__type.o2 | undefined)",
|
|
26150
|
+
value: input.widget
|
|
26151
|
+
}, _errorFactory)) && _ao8(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26152
|
+
method: "typia.assert",
|
|
26153
|
+
path: _path + ".widget",
|
|
26154
|
+
expected: "(__type.o2 | undefined)",
|
|
26155
|
+
value: input.widget
|
|
26156
|
+
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26157
|
+
method: "typia.assert",
|
|
26158
|
+
path: _path + ".items",
|
|
26159
|
+
expected: "(TemplatePropertySchema | undefined)",
|
|
26160
|
+
value: input.items
|
|
26161
|
+
}, _errorFactory)) && _ao7(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26162
|
+
method: "typia.assert",
|
|
26163
|
+
path: _path + ".items",
|
|
26164
|
+
expected: "(TemplatePropertySchema | undefined)",
|
|
26165
|
+
value: input.items
|
|
26166
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26167
|
+
method: "typia.assert",
|
|
26168
|
+
path: _path + ".properties",
|
|
26169
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26170
|
+
value: input.properties
|
|
26171
|
+
}, _errorFactory)) && _ao6(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26172
|
+
method: "typia.assert",
|
|
26173
|
+
path: _path + ".properties",
|
|
26174
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26175
|
+
value: input.properties
|
|
26176
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26177
|
+
method: "typia.assert",
|
|
26178
|
+
path: _path + ".type",
|
|
26179
|
+
expected: "string",
|
|
26180
|
+
value: input.type
|
|
26181
|
+
}, _errorFactory); const _ao9 = (input, _path, _exceptionable = true) => ("image" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26182
|
+
method: "typia.assert",
|
|
26183
|
+
path: _path + ".type",
|
|
26184
|
+
expected: "\"image\"",
|
|
26185
|
+
value: input.type
|
|
26186
|
+
}, _errorFactory)) && (undefined === input.profile || ("object" === typeof input.profile && null !== input.profile && false === Array.isArray(input.profile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26187
|
+
method: "typia.assert",
|
|
26188
|
+
path: _path + ".profile",
|
|
26189
|
+
expected: "(__type.o4 | undefined)",
|
|
26190
|
+
value: input.profile
|
|
26191
|
+
}, _errorFactory)) && _ao10(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26192
|
+
method: "typia.assert",
|
|
26193
|
+
path: _path + ".profile",
|
|
26194
|
+
expected: "(__type.o4 | undefined)",
|
|
26195
|
+
value: input.profile
|
|
26196
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.format || "string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26197
|
+
method: "typia.assert",
|
|
26198
|
+
path: _path + ".format",
|
|
26199
|
+
expected: "(string | undefined)",
|
|
26200
|
+
value: input.format
|
|
26201
|
+
}, _errorFactory)) && (undefined === input.video || ("object" === typeof input.video && null !== input.video || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26202
|
+
method: "typia.assert",
|
|
26203
|
+
path: _path + ".video",
|
|
26204
|
+
expected: "(__type.o5 | undefined)",
|
|
26205
|
+
value: input.video
|
|
26206
|
+
}, _errorFactory)) && _ao11(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26207
|
+
method: "typia.assert",
|
|
26208
|
+
path: _path + ".video",
|
|
26209
|
+
expected: "(__type.o5 | undefined)",
|
|
26210
|
+
value: input.video
|
|
26211
|
+
}, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => ("number" === typeof input.width || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26212
|
+
method: "typia.assert",
|
|
26213
|
+
path: _path + ".width",
|
|
26214
|
+
expected: "number",
|
|
26215
|
+
value: input.width
|
|
26216
|
+
}, _errorFactory)) && ("number" === typeof input.height || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26217
|
+
method: "typia.assert",
|
|
26218
|
+
path: _path + ".height",
|
|
26219
|
+
expected: "number",
|
|
26220
|
+
value: input.height
|
|
26221
|
+
}, _errorFactory)) && ("cover" === input.fit || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26222
|
+
method: "typia.assert",
|
|
26223
|
+
path: _path + ".fit",
|
|
26224
|
+
expected: "\"cover\"",
|
|
26225
|
+
value: input.fit
|
|
26226
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
25103
26227
|
if (false === __is(input)) {
|
|
25104
26228
|
_errorFactory = errorFactory;
|
|
25105
26229
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|