@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
|
@@ -342,19 +342,19 @@ function _assertGuardExactRecord(name, input) {
|
|
|
342
342
|
}; })()(input);
|
|
343
343
|
}
|
|
344
344
|
case "asset.dynamicProperties?": {
|
|
345
|
-
return (() => { const _io0 = input => undefined === input.value || Array.isArray(input.value) && input.value.every(elem => "object" === typeof elem && null !== elem && _iu0(elem)); const _io1 = input => "string" === typeof input.panel && "string" === typeof input.path && "string" === typeof input.domain && (undefined === input.type || "string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type) && (undefined === input.
|
|
345
|
+
return (() => { const _io0 = input => undefined === input.value || Array.isArray(input.value) && input.value.every(elem => "object" === typeof elem && null !== elem && _iu0(elem)); const _io1 = input => "string" === typeof input.panel && "string" === typeof input.path && "string" === typeof input.domain && (undefined === input.type || "string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type) && (undefined === input.items || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _io2(input.items)) && (undefined === input.minItems || "number" === typeof input.minItems) && (undefined === input.maxItems || "number" === typeof input.maxItems) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io4(input.properties)) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.oneOf || Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (undefined === input.anyOf || Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (undefined === input["enum"] || Array.isArray(input["enum"])) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.index || "object" === typeof input.index && null !== input.index && _io5(input.index)) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (null !== input.widget && (undefined === input.widget || "string" === typeof input.widget || "object" === typeof input.widget && null !== input.widget && false === Array.isArray(input.widget) && _io3(input.widget))) && (undefined === input.helpText || "string" === typeof input.helpText) && (undefined === input.invalid || "boolean" === typeof input.invalid) && true && true; const _io2 = input => (undefined === input.domain || "string" === typeof input.domain) && (undefined === input.path || "string" === typeof input.path) && (undefined === input.type || "string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.oneOf || Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (undefined === input.anyOf || Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (undefined === input["enum"] || Array.isArray(input["enum"])) && (null !== input.widget && (undefined === input.widget || "string" === typeof input.widget || "object" === typeof input.widget && null !== input.widget && false === Array.isArray(input.widget) && _io3(input.widget))) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.helpText || "string" === typeof input.helpText) && (undefined === input.invalid || "boolean" === typeof input.invalid) && true && (undefined === input.minItems || "number" === typeof input.minItems) && (undefined === input.maxItems || "number" === typeof input.maxItems) && (undefined === input.items || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _io2(input.items)) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io4(input.properties)) && true && (undefined === input.index || "object" === typeof input.index && null !== input.index && _io5(input.index)); const _io3 = input => (undefined === input.type || "string" === typeof input.type) && (undefined === input.readOnly || "boolean" === typeof input.readOnly) && Object.keys(input).every(key => {
|
|
346
346
|
if (["type", "readOnly"].some(prop => key === prop))
|
|
347
347
|
return true;
|
|
348
348
|
const value = input[key];
|
|
349
349
|
if (undefined === value)
|
|
350
350
|
return true;
|
|
351
351
|
return true;
|
|
352
|
-
}); const
|
|
352
|
+
}); const _io4 = input => Object.keys(input).every(key => {
|
|
353
353
|
const value = input[key];
|
|
354
354
|
if (undefined === value)
|
|
355
355
|
return true;
|
|
356
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
357
|
-
}); const _io6 = input => "string" === typeof input.schema && "string" === typeof input.path && "string" === typeof input.domain && (undefined === input.type || "string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type) &&
|
|
356
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
|
|
357
|
+
}); const _io5 = input => "string" === typeof input.label && "string" === typeof input.path; const _io6 = input => "string" === typeof input.schema && "string" === typeof input.path && "string" === typeof input.domain && (undefined === input.type || "string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type) && true && (undefined === input.items || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _io2(input.items)) && (undefined === input.minItems || "number" === typeof input.minItems) && (undefined === input.maxItems || "number" === typeof input.maxItems) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io4(input.properties)) && (undefined === input.required || "boolean" === typeof input.required) && (undefined === input.oneOf || Array.isArray(input.oneOf) && input.oneOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (undefined === input.anyOf || Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io2(elem))) && (undefined === input["enum"] || Array.isArray(input["enum"])) && true && (null !== input.recordName && (undefined === input.recordName || "string" === typeof input.recordName || "object" === typeof input.recordName && null !== input.recordName && _io7(input.recordName))) && (null !== input.setter && (undefined === input.setter || "function" === typeof input.setter || "string" === typeof input.setter || "object" === typeof input.setter && null !== input.setter && _io9(input.setter))) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.index || "object" === typeof input.index && null !== input.index && _io5(input.index)) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (null !== input.widget && (undefined === input.widget || "string" === typeof input.widget || "object" === typeof input.widget && null !== input.widget && false === Array.isArray(input.widget) && _io3(input.widget))) && (undefined === input.helpText || "string" === typeof input.helpText) && (undefined === input.invalid || "boolean" === typeof input.invalid) && true && true; const _io7 = input => "object" === typeof input.__context && null !== input.__context && _io8(input.__context) && "string" === typeof input.__returnValue; const _io8 = input => "string" === typeof input.id; const _io9 = input => "object" === typeof input.__context && null !== input.__context && _io10(input.__context) && true; const _io10 = input => "string" === typeof input.id && true; const _iu0 = input => (() => {
|
|
358
358
|
if (undefined !== input.panel)
|
|
359
359
|
return _io1(input);
|
|
360
360
|
else if (undefined !== input.schema)
|
|
@@ -401,31 +401,36 @@ function _assertGuardExactRecord(name, input) {
|
|
|
401
401
|
path: _path + ".type",
|
|
402
402
|
expected: "(\"array\" | \"asset\" | \"boolean\" | \"datetime\" | \"number\" | \"object\" | \"rpc\" | \"string\" | undefined)",
|
|
403
403
|
value: input.type
|
|
404
|
-
}, _errorFactory)) && (undefined === input.
|
|
404
|
+
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
405
405
|
method: "typia.assertGuard",
|
|
406
|
-
path: _path + ".
|
|
407
|
-
expected: "(
|
|
408
|
-
value: input.
|
|
409
|
-
}, _errorFactory)) && _ao2(input.
|
|
406
|
+
path: _path + ".items",
|
|
407
|
+
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
408
|
+
value: input.items
|
|
409
|
+
}, _errorFactory)) && _ao2(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
410
410
|
method: "typia.assertGuard",
|
|
411
|
-
path: _path + ".
|
|
412
|
-
expected: "(
|
|
413
|
-
value: input.
|
|
414
|
-
}, _errorFactory)) && (undefined === input.
|
|
411
|
+
path: _path + ".items",
|
|
412
|
+
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
413
|
+
value: input.items
|
|
414
|
+
}, _errorFactory)) && (undefined === input.minItems || "number" === typeof input.minItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
415
415
|
method: "typia.assertGuard",
|
|
416
|
-
path: _path + ".
|
|
417
|
-
expected: "(
|
|
418
|
-
value: input.
|
|
419
|
-
}, _errorFactory)) && (undefined === input.
|
|
416
|
+
path: _path + ".minItems",
|
|
417
|
+
expected: "(number | undefined)",
|
|
418
|
+
value: input.minItems
|
|
419
|
+
}, _errorFactory)) && (undefined === input.maxItems || "number" === typeof input.maxItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
420
420
|
method: "typia.assertGuard",
|
|
421
|
-
path: _path + ".
|
|
422
|
-
expected: "(
|
|
423
|
-
value: input.
|
|
424
|
-
}, _errorFactory)) && (undefined === input.
|
|
421
|
+
path: _path + ".maxItems",
|
|
422
|
+
expected: "(number | undefined)",
|
|
423
|
+
value: input.maxItems
|
|
424
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
425
425
|
method: "typia.assertGuard",
|
|
426
|
-
path: _path + ".
|
|
427
|
-
expected: "(string | undefined)",
|
|
428
|
-
value: input.
|
|
426
|
+
path: _path + ".properties",
|
|
427
|
+
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
428
|
+
value: input.properties
|
|
429
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
430
|
+
method: "typia.assertGuard",
|
|
431
|
+
path: _path + ".properties",
|
|
432
|
+
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
433
|
+
value: input.properties
|
|
429
434
|
}, _errorFactory)) && (undefined === input.required || "boolean" === typeof input.required || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
430
435
|
method: "typia.assertGuard",
|
|
431
436
|
path: _path + ".required",
|
|
@@ -441,7 +446,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
441
446
|
path: _path + ".oneOf[" + _index9 + "]",
|
|
442
447
|
expected: "BaseSchemaProperty<unknown>",
|
|
443
448
|
value: elem
|
|
444
|
-
}, _errorFactory)) &&
|
|
449
|
+
}, _errorFactory)) && _ao2(elem, _path + ".oneOf[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
445
450
|
method: "typia.assertGuard",
|
|
446
451
|
path: _path + ".oneOf[" + _index9 + "]",
|
|
447
452
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -461,7 +466,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
461
466
|
path: _path + ".anyOf[" + _index10 + "]",
|
|
462
467
|
expected: "BaseSchemaProperty<unknown>",
|
|
463
468
|
value: elem
|
|
464
|
-
}, _errorFactory)) &&
|
|
469
|
+
}, _errorFactory)) && _ao2(elem, _path + ".anyOf[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
465
470
|
method: "typia.assertGuard",
|
|
466
471
|
path: _path + ".anyOf[" + _index10 + "]",
|
|
467
472
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -476,6 +481,31 @@ function _assertGuardExactRecord(name, input) {
|
|
|
476
481
|
path: _path + "[\"enum\"]",
|
|
477
482
|
expected: "(ReadonlyArray<unknown> | undefined)",
|
|
478
483
|
value: input["enum"]
|
|
484
|
+
}, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
485
|
+
method: "typia.assertGuard",
|
|
486
|
+
path: _path + ".title",
|
|
487
|
+
expected: "(string | undefined)",
|
|
488
|
+
value: input.title
|
|
489
|
+
}, _errorFactory)) && (undefined === input.index || ("object" === typeof input.index && null !== input.index || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
490
|
+
method: "typia.assertGuard",
|
|
491
|
+
path: _path + ".index",
|
|
492
|
+
expected: "(__type | undefined)",
|
|
493
|
+
value: input.index
|
|
494
|
+
}, _errorFactory)) && _ao5(input.index, _path + ".index", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
495
|
+
method: "typia.assertGuard",
|
|
496
|
+
path: _path + ".index",
|
|
497
|
+
expected: "(__type | undefined)",
|
|
498
|
+
value: input.index
|
|
499
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
500
|
+
method: "typia.assertGuard",
|
|
501
|
+
path: _path + ".description",
|
|
502
|
+
expected: "(string | undefined)",
|
|
503
|
+
value: input.description
|
|
504
|
+
}, _errorFactory)) && (undefined === input.placeholder || "string" === typeof input.placeholder || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
505
|
+
method: "typia.assertGuard",
|
|
506
|
+
path: _path + ".placeholder",
|
|
507
|
+
expected: "(string | undefined)",
|
|
508
|
+
value: input.placeholder
|
|
479
509
|
}, _errorFactory)) && ((null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
480
510
|
method: "typia.assertGuard",
|
|
481
511
|
path: _path + ".widget",
|
|
@@ -486,7 +516,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
486
516
|
path: _path + ".widget",
|
|
487
517
|
expected: "(WidgetOptions | string | undefined)",
|
|
488
518
|
value: input.widget
|
|
489
|
-
}, _errorFactory)) &&
|
|
519
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
490
520
|
method: "typia.assertGuard",
|
|
491
521
|
path: _path + ".widget",
|
|
492
522
|
expected: "(WidgetOptions | string | undefined)",
|
|
@@ -501,47 +531,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
501
531
|
path: _path + ".invalid",
|
|
502
532
|
expected: "(boolean | undefined)",
|
|
503
533
|
value: input.invalid
|
|
504
|
-
}, _errorFactory)) && true && (undefined === input.
|
|
505
|
-
method: "typia.assertGuard",
|
|
506
|
-
path: _path + ".minItems",
|
|
507
|
-
expected: "(number | undefined)",
|
|
508
|
-
value: input.minItems
|
|
509
|
-
}, _errorFactory)) && (undefined === input.maxItems || "number" === typeof input.maxItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
510
|
-
method: "typia.assertGuard",
|
|
511
|
-
path: _path + ".maxItems",
|
|
512
|
-
expected: "(number | undefined)",
|
|
513
|
-
value: input.maxItems
|
|
514
|
-
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
515
|
-
method: "typia.assertGuard",
|
|
516
|
-
path: _path + ".items",
|
|
517
|
-
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
518
|
-
value: input.items
|
|
519
|
-
}, _errorFactory)) && _ao3(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
520
|
-
method: "typia.assertGuard",
|
|
521
|
-
path: _path + ".items",
|
|
522
|
-
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
523
|
-
value: input.items
|
|
524
|
-
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
525
|
-
method: "typia.assertGuard",
|
|
526
|
-
path: _path + ".properties",
|
|
527
|
-
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
528
|
-
value: input.properties
|
|
529
|
-
}, _errorFactory)) && _ao5(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
530
|
-
method: "typia.assertGuard",
|
|
531
|
-
path: _path + ".properties",
|
|
532
|
-
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
533
|
-
value: input.properties
|
|
534
|
-
}, _errorFactory)) && true; const _ao2 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
535
|
-
method: "typia.assertGuard",
|
|
536
|
-
path: _path + ".label",
|
|
537
|
-
expected: "string",
|
|
538
|
-
value: input.label
|
|
539
|
-
}, _errorFactory)) && ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
540
|
-
method: "typia.assertGuard",
|
|
541
|
-
path: _path + ".path",
|
|
542
|
-
expected: "string",
|
|
543
|
-
value: input.path
|
|
544
|
-
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.domain || "string" === typeof input.domain || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
534
|
+
}, _errorFactory)) && true && true; const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.domain || "string" === typeof input.domain || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
545
535
|
method: "typia.assertGuard",
|
|
546
536
|
path: _path + ".domain",
|
|
547
537
|
expected: "(string | undefined)",
|
|
@@ -581,7 +571,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
581
571
|
path: _path + ".oneOf[" + _index11 + "]",
|
|
582
572
|
expected: "BaseSchemaProperty<unknown>",
|
|
583
573
|
value: elem
|
|
584
|
-
}, _errorFactory)) &&
|
|
574
|
+
}, _errorFactory)) && _ao2(elem, _path + ".oneOf[" + _index11 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
585
575
|
method: "typia.assertGuard",
|
|
586
576
|
path: _path + ".oneOf[" + _index11 + "]",
|
|
587
577
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -601,7 +591,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
601
591
|
path: _path + ".anyOf[" + _index12 + "]",
|
|
602
592
|
expected: "BaseSchemaProperty<unknown>",
|
|
603
593
|
value: elem
|
|
604
|
-
}, _errorFactory)) &&
|
|
594
|
+
}, _errorFactory)) && _ao2(elem, _path + ".anyOf[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
605
595
|
method: "typia.assertGuard",
|
|
606
596
|
path: _path + ".anyOf[" + _index12 + "]",
|
|
607
597
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -626,7 +616,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
626
616
|
path: _path + ".widget",
|
|
627
617
|
expected: "(WidgetOptions | string | undefined)",
|
|
628
618
|
value: input.widget
|
|
629
|
-
}, _errorFactory)) &&
|
|
619
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
630
620
|
method: "typia.assertGuard",
|
|
631
621
|
path: _path + ".widget",
|
|
632
622
|
expected: "(WidgetOptions | string | undefined)",
|
|
@@ -661,7 +651,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
661
651
|
path: _path + ".items",
|
|
662
652
|
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
663
653
|
value: input.items
|
|
664
|
-
}, _errorFactory)) &&
|
|
654
|
+
}, _errorFactory)) && _ao2(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
665
655
|
method: "typia.assertGuard",
|
|
666
656
|
path: _path + ".items",
|
|
667
657
|
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
@@ -671,7 +661,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
671
661
|
path: _path + ".properties",
|
|
672
662
|
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
673
663
|
value: input.properties
|
|
674
|
-
}, _errorFactory)) &&
|
|
664
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
675
665
|
method: "typia.assertGuard",
|
|
676
666
|
path: _path + ".properties",
|
|
677
667
|
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
@@ -681,12 +671,12 @@ function _assertGuardExactRecord(name, input) {
|
|
|
681
671
|
path: _path + ".index",
|
|
682
672
|
expected: "(__type | undefined)",
|
|
683
673
|
value: input.index
|
|
684
|
-
}, _errorFactory)) &&
|
|
674
|
+
}, _errorFactory)) && _ao5(input.index, _path + ".index", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
685
675
|
method: "typia.assertGuard",
|
|
686
676
|
path: _path + ".index",
|
|
687
677
|
expected: "(__type | undefined)",
|
|
688
678
|
value: input.index
|
|
689
|
-
}, _errorFactory)); const
|
|
679
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
690
680
|
method: "typia.assertGuard",
|
|
691
681
|
path: _path + ".type",
|
|
692
682
|
expected: "(string | undefined)",
|
|
@@ -703,7 +693,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
703
693
|
if (undefined === value)
|
|
704
694
|
return true;
|
|
705
695
|
return true;
|
|
706
|
-
})); const
|
|
696
|
+
})); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
707
697
|
const value = input[key];
|
|
708
698
|
if (undefined === value)
|
|
709
699
|
return true;
|
|
@@ -712,13 +702,23 @@ function _assertGuardExactRecord(name, input) {
|
|
|
712
702
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
713
703
|
expected: "BaseSchemaProperty<unknown>",
|
|
714
704
|
value: value
|
|
715
|
-
}, _errorFactory)) &&
|
|
705
|
+
}, _errorFactory)) && _ao2(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
716
706
|
method: "typia.assertGuard",
|
|
717
707
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
718
708
|
expected: "BaseSchemaProperty<unknown>",
|
|
719
709
|
value: value
|
|
720
710
|
}, _errorFactory);
|
|
721
|
-
}); const
|
|
711
|
+
}); const _ao5 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
712
|
+
method: "typia.assertGuard",
|
|
713
|
+
path: _path + ".label",
|
|
714
|
+
expected: "string",
|
|
715
|
+
value: input.label
|
|
716
|
+
}, _errorFactory)) && ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
717
|
+
method: "typia.assertGuard",
|
|
718
|
+
path: _path + ".path",
|
|
719
|
+
expected: "string",
|
|
720
|
+
value: input.path
|
|
721
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("string" === typeof input.schema || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
722
722
|
method: "typia.assertGuard",
|
|
723
723
|
path: _path + ".schema",
|
|
724
724
|
expected: "string",
|
|
@@ -738,61 +738,36 @@ function _assertGuardExactRecord(name, input) {
|
|
|
738
738
|
path: _path + ".type",
|
|
739
739
|
expected: "(\"array\" | \"asset\" | \"boolean\" | \"datetime\" | \"number\" | \"object\" | \"rpc\" | \"string\" | undefined)",
|
|
740
740
|
value: input.type
|
|
741
|
-
}, _errorFactory)) && ((null !== input.
|
|
742
|
-
method: "typia.assertGuard",
|
|
743
|
-
path: _path + ".recordName",
|
|
744
|
-
expected: "(__type.o1 | string | undefined)",
|
|
745
|
-
value: input.recordName
|
|
746
|
-
}, _errorFactory)) && (undefined === input.recordName || "string" === typeof input.recordName || ("object" === typeof input.recordName && null !== input.recordName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
747
|
-
method: "typia.assertGuard",
|
|
748
|
-
path: _path + ".recordName",
|
|
749
|
-
expected: "(__type.o1 | string | undefined)",
|
|
750
|
-
value: input.recordName
|
|
751
|
-
}, _errorFactory)) && _ao7(input.recordName, _path + ".recordName", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
752
|
-
method: "typia.assertGuard",
|
|
753
|
-
path: _path + ".recordName",
|
|
754
|
-
expected: "(__type.o1 | string | undefined)",
|
|
755
|
-
value: input.recordName
|
|
756
|
-
}, _errorFactory))) && ((null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
757
|
-
method: "typia.assertGuard",
|
|
758
|
-
path: _path + ".setter",
|
|
759
|
-
expected: "(__type.o3 | string | undefined)",
|
|
760
|
-
value: input.setter
|
|
761
|
-
}, _errorFactory)) && (undefined === input.setter || "function" === typeof input.setter || "string" === typeof input.setter || ("object" === typeof input.setter && null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
762
|
-
method: "typia.assertGuard",
|
|
763
|
-
path: _path + ".setter",
|
|
764
|
-
expected: "(__type.o3 | string | undefined)",
|
|
765
|
-
value: input.setter
|
|
766
|
-
}, _errorFactory)) && _ao9(input.setter, _path + ".setter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
741
|
+
}, _errorFactory)) && true && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
767
742
|
method: "typia.assertGuard",
|
|
768
|
-
path: _path + ".
|
|
769
|
-
expected: "(
|
|
770
|
-
value: input.
|
|
771
|
-
}, _errorFactory))
|
|
743
|
+
path: _path + ".items",
|
|
744
|
+
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
745
|
+
value: input.items
|
|
746
|
+
}, _errorFactory)) && _ao2(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
772
747
|
method: "typia.assertGuard",
|
|
773
|
-
path: _path + ".
|
|
774
|
-
expected: "(
|
|
775
|
-
value: input.
|
|
776
|
-
}, _errorFactory)) &&
|
|
748
|
+
path: _path + ".items",
|
|
749
|
+
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
750
|
+
value: input.items
|
|
751
|
+
}, _errorFactory)) && (undefined === input.minItems || "number" === typeof input.minItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
777
752
|
method: "typia.assertGuard",
|
|
778
|
-
path: _path + ".
|
|
779
|
-
expected: "(
|
|
780
|
-
value: input.
|
|
781
|
-
}, _errorFactory)) && (undefined === input.
|
|
753
|
+
path: _path + ".minItems",
|
|
754
|
+
expected: "(number | undefined)",
|
|
755
|
+
value: input.minItems
|
|
756
|
+
}, _errorFactory)) && (undefined === input.maxItems || "number" === typeof input.maxItems || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
782
757
|
method: "typia.assertGuard",
|
|
783
|
-
path: _path + ".
|
|
784
|
-
expected: "(
|
|
785
|
-
value: input.
|
|
786
|
-
}, _errorFactory)) && (undefined === input.
|
|
758
|
+
path: _path + ".maxItems",
|
|
759
|
+
expected: "(number | undefined)",
|
|
760
|
+
value: input.maxItems
|
|
761
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
787
762
|
method: "typia.assertGuard",
|
|
788
|
-
path: _path + ".
|
|
789
|
-
expected: "(string | undefined)",
|
|
790
|
-
value: input.
|
|
791
|
-
}, _errorFactory)) && (
|
|
763
|
+
path: _path + ".properties",
|
|
764
|
+
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
765
|
+
value: input.properties
|
|
766
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
792
767
|
method: "typia.assertGuard",
|
|
793
|
-
path: _path + ".
|
|
794
|
-
expected: "(string | undefined)",
|
|
795
|
-
value: input.
|
|
768
|
+
path: _path + ".properties",
|
|
769
|
+
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
770
|
+
value: input.properties
|
|
796
771
|
}, _errorFactory)) && (undefined === input.required || "boolean" === typeof input.required || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
797
772
|
method: "typia.assertGuard",
|
|
798
773
|
path: _path + ".required",
|
|
@@ -808,7 +783,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
808
783
|
path: _path + ".oneOf[" + _index13 + "]",
|
|
809
784
|
expected: "BaseSchemaProperty<unknown>",
|
|
810
785
|
value: elem
|
|
811
|
-
}, _errorFactory)) &&
|
|
786
|
+
}, _errorFactory)) && _ao2(elem, _path + ".oneOf[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
812
787
|
method: "typia.assertGuard",
|
|
813
788
|
path: _path + ".oneOf[" + _index13 + "]",
|
|
814
789
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -828,7 +803,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
828
803
|
path: _path + ".anyOf[" + _index14 + "]",
|
|
829
804
|
expected: "BaseSchemaProperty<unknown>",
|
|
830
805
|
value: elem
|
|
831
|
-
}, _errorFactory)) &&
|
|
806
|
+
}, _errorFactory)) && _ao2(elem, _path + ".anyOf[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
832
807
|
method: "typia.assertGuard",
|
|
833
808
|
path: _path + ".anyOf[" + _index14 + "]",
|
|
834
809
|
expected: "BaseSchemaProperty<unknown>",
|
|
@@ -843,6 +818,61 @@ function _assertGuardExactRecord(name, input) {
|
|
|
843
818
|
path: _path + "[\"enum\"]",
|
|
844
819
|
expected: "(ReadonlyArray<unknown> | undefined)",
|
|
845
820
|
value: input["enum"]
|
|
821
|
+
}, _errorFactory)) && true && ((null !== input.recordName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
822
|
+
method: "typia.assertGuard",
|
|
823
|
+
path: _path + ".recordName",
|
|
824
|
+
expected: "(__type.o1 | string | undefined)",
|
|
825
|
+
value: input.recordName
|
|
826
|
+
}, _errorFactory)) && (undefined === input.recordName || "string" === typeof input.recordName || ("object" === typeof input.recordName && null !== input.recordName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
827
|
+
method: "typia.assertGuard",
|
|
828
|
+
path: _path + ".recordName",
|
|
829
|
+
expected: "(__type.o1 | string | undefined)",
|
|
830
|
+
value: input.recordName
|
|
831
|
+
}, _errorFactory)) && _ao7(input.recordName, _path + ".recordName", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
832
|
+
method: "typia.assertGuard",
|
|
833
|
+
path: _path + ".recordName",
|
|
834
|
+
expected: "(__type.o1 | string | undefined)",
|
|
835
|
+
value: input.recordName
|
|
836
|
+
}, _errorFactory))) && ((null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
837
|
+
method: "typia.assertGuard",
|
|
838
|
+
path: _path + ".setter",
|
|
839
|
+
expected: "(__type.o3 | string | undefined)",
|
|
840
|
+
value: input.setter
|
|
841
|
+
}, _errorFactory)) && (undefined === input.setter || "function" === typeof input.setter || "string" === typeof input.setter || ("object" === typeof input.setter && null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
842
|
+
method: "typia.assertGuard",
|
|
843
|
+
path: _path + ".setter",
|
|
844
|
+
expected: "(__type.o3 | string | undefined)",
|
|
845
|
+
value: input.setter
|
|
846
|
+
}, _errorFactory)) && _ao9(input.setter, _path + ".setter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
847
|
+
method: "typia.assertGuard",
|
|
848
|
+
path: _path + ".setter",
|
|
849
|
+
expected: "(__type.o3 | string | undefined)",
|
|
850
|
+
value: input.setter
|
|
851
|
+
}, _errorFactory))) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
852
|
+
method: "typia.assertGuard",
|
|
853
|
+
path: _path + ".title",
|
|
854
|
+
expected: "(string | undefined)",
|
|
855
|
+
value: input.title
|
|
856
|
+
}, _errorFactory)) && (undefined === input.index || ("object" === typeof input.index && null !== input.index || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
857
|
+
method: "typia.assertGuard",
|
|
858
|
+
path: _path + ".index",
|
|
859
|
+
expected: "(__type | undefined)",
|
|
860
|
+
value: input.index
|
|
861
|
+
}, _errorFactory)) && _ao5(input.index, _path + ".index", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
862
|
+
method: "typia.assertGuard",
|
|
863
|
+
path: _path + ".index",
|
|
864
|
+
expected: "(__type | undefined)",
|
|
865
|
+
value: input.index
|
|
866
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
867
|
+
method: "typia.assertGuard",
|
|
868
|
+
path: _path + ".description",
|
|
869
|
+
expected: "(string | undefined)",
|
|
870
|
+
value: input.description
|
|
871
|
+
}, _errorFactory)) && (undefined === input.placeholder || "string" === typeof input.placeholder || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
872
|
+
method: "typia.assertGuard",
|
|
873
|
+
path: _path + ".placeholder",
|
|
874
|
+
expected: "(string | undefined)",
|
|
875
|
+
value: input.placeholder
|
|
846
876
|
}, _errorFactory)) && ((null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
847
877
|
method: "typia.assertGuard",
|
|
848
878
|
path: _path + ".widget",
|
|
@@ -853,7 +883,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
853
883
|
path: _path + ".widget",
|
|
854
884
|
expected: "(WidgetOptions | string | undefined)",
|
|
855
885
|
value: input.widget
|
|
856
|
-
}, _errorFactory)) &&
|
|
886
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
857
887
|
method: "typia.assertGuard",
|
|
858
888
|
path: _path + ".widget",
|
|
859
889
|
expected: "(WidgetOptions | string | undefined)",
|
|
@@ -868,42 +898,12 @@ function _assertGuardExactRecord(name, input) {
|
|
|
868
898
|
path: _path + ".invalid",
|
|
869
899
|
expected: "(boolean | undefined)",
|
|
870
900
|
value: input.invalid
|
|
871
|
-
}, _errorFactory)) && true &&
|
|
901
|
+
}, _errorFactory)) && true && true; const _ao7 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
872
902
|
method: "typia.assertGuard",
|
|
873
|
-
path: _path + ".
|
|
874
|
-
expected: "
|
|
875
|
-
value: input.
|
|
876
|
-
}, _errorFactory)) && (
|
|
877
|
-
method: "typia.assertGuard",
|
|
878
|
-
path: _path + ".maxItems",
|
|
879
|
-
expected: "(number | undefined)",
|
|
880
|
-
value: input.maxItems
|
|
881
|
-
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
882
|
-
method: "typia.assertGuard",
|
|
883
|
-
path: _path + ".items",
|
|
884
|
-
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
885
|
-
value: input.items
|
|
886
|
-
}, _errorFactory)) && _ao3(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
887
|
-
method: "typia.assertGuard",
|
|
888
|
-
path: _path + ".items",
|
|
889
|
-
expected: "(BaseSchemaProperty<unknown> | undefined)",
|
|
890
|
-
value: input.items
|
|
891
|
-
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
892
|
-
method: "typia.assertGuard",
|
|
893
|
-
path: _path + ".properties",
|
|
894
|
-
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
895
|
-
value: input.properties
|
|
896
|
-
}, _errorFactory)) && _ao5(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
897
|
-
method: "typia.assertGuard",
|
|
898
|
-
path: _path + ".properties",
|
|
899
|
-
expected: "(Record<string, BaseSchemaProperty<unknown>> | undefined)",
|
|
900
|
-
value: input.properties
|
|
901
|
-
}, _errorFactory)) && true; const _ao7 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
902
|
-
method: "typia.assertGuard",
|
|
903
|
-
path: _path + ".__context",
|
|
904
|
-
expected: "__type.o2",
|
|
905
|
-
value: input.__context
|
|
906
|
-
}, _errorFactory)) && _ao8(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
903
|
+
path: _path + ".__context",
|
|
904
|
+
expected: "__type.o2",
|
|
905
|
+
value: input.__context
|
|
906
|
+
}, _errorFactory)) && _ao8(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
907
907
|
method: "typia.assertGuard",
|
|
908
908
|
path: _path + ".__context",
|
|
909
909
|
expected: "__type.o2",
|
|
@@ -1788,7 +1788,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1788
1788
|
if (undefined === value)
|
|
1789
1789
|
return true;
|
|
1790
1790
|
return "object" === typeof value && null !== value && _io2(value);
|
|
1791
|
-
}); const _io2 = input => (undefined === input.state || "string" === typeof input.state) && (undefined === input.role || "string" === typeof input.role) && (undefined === input.leader || "boolean" === typeof input.leader) && (undefined === input.availability || "string" === typeof input.availability) && (undefined === input.classes || Array.isArray(input.classes) && input.classes.every(elem => "string" === typeof elem)) && (undefined === input.address || "string" === typeof input.address) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io3 = input => "string" === typeof input.id && "string" === typeof input.msg && "number" === typeof input.level && (undefined === input.ignored || "boolean" === typeof input.ignored) && (undefined === input.title || "string" === typeof input.title) && (null !== input.url && (undefined === input.url || "string" === typeof input.url || "object" === typeof input.url && null !== input.url && _io4(input.url))); const _io4 = input => "string" === typeof input.title && "string" === typeof input.url; const _io5 = input => Object.keys(input).every(key => {
|
|
1791
|
+
}); const _io2 = input => (undefined === input.state || "string" === typeof input.state) && (undefined === input.role || "string" === typeof input.role) && (undefined === input.leader || "boolean" === typeof input.leader) && (undefined === input.availability || "string" === typeof input.availability) && (undefined === input.classes || Array.isArray(input.classes) && input.classes.every(elem => "string" === typeof elem)) && (undefined === input.address || "string" === typeof input.address) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io3 = input => "string" === typeof input.id && "string" === typeof input.msg && "number" === typeof input.level && (undefined === input.ignored || "boolean" === typeof input.ignored) && (undefined === input.title || "string" === typeof input.title) && (null !== input.url && (undefined === input.url || "string" === typeof input.url || "object" === typeof input.url && null !== input.url && _io4(input.url))) && true; const _io4 = input => "string" === typeof input.title && "string" === typeof input.url; const _io5 = input => Object.keys(input).every(key => {
|
|
1792
1792
|
const value = input[key];
|
|
1793
1793
|
if (undefined === value)
|
|
1794
1794
|
return true;
|
|
@@ -1948,7 +1948,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1948
1948
|
path: _path + ".url",
|
|
1949
1949
|
expected: "(__type.o1 | string | undefined)",
|
|
1950
1950
|
value: input.url
|
|
1951
|
-
}, _errorFactory))); const _ao4 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1951
|
+
}, _errorFactory))) && true; const _ao4 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1952
1952
|
method: "typia.assertGuard",
|
|
1953
1953
|
path: _path + ".title",
|
|
1954
1954
|
expected: "string",
|
|
@@ -3302,12 +3302,17 @@ function _assertGuardExactRecord(name, input) {
|
|
|
3302
3302
|
}; })()(input);
|
|
3303
3303
|
}
|
|
3304
3304
|
case "asset-daemon": {
|
|
3305
|
-
return (() => { const _io0 = input => undefined === input["user-notify"] || "boolean" === typeof input["user-notify"]; const _ao0 = (input, _path, _exceptionable = true) => undefined === input["user-notify"] || "boolean" === typeof input["user-notify"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3305
|
+
return (() => { const _io0 = input => (undefined === input["user-notify"] || "boolean" === typeof input["user-notify"]) && (undefined === input.validate || "boolean" === typeof input.validate); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input["user-notify"] || "boolean" === typeof input["user-notify"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3306
3306
|
method: "typia.assertGuard",
|
|
3307
3307
|
path: _path + "[\"user-notify\"]",
|
|
3308
3308
|
expected: "(boolean | undefined)",
|
|
3309
3309
|
value: input["user-notify"]
|
|
3310
|
-
}, _errorFactory)
|
|
3310
|
+
}, _errorFactory)) && (undefined === input.validate || "boolean" === typeof input.validate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3311
|
+
method: "typia.assertGuard",
|
|
3312
|
+
path: _path + ".validate",
|
|
3313
|
+
expected: "(boolean | undefined)",
|
|
3314
|
+
value: input.validate
|
|
3315
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
3311
3316
|
if (false === __is(input)) {
|
|
3312
3317
|
_errorFactory = errorFactory;
|
|
3313
3318
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -3352,6 +3357,34 @@ function _assertGuardExactRecord(name, input) {
|
|
|
3352
3357
|
}
|
|
3353
3358
|
}; })()(input);
|
|
3354
3359
|
}
|
|
3360
|
+
case "asset-daemon:validate.state": {
|
|
3361
|
+
return (() => { const _io0 = input => (null === input.since || undefined === input.since || 0 === input.since || "string" === typeof input.since) && (undefined === input.version || "number" === typeof input.version); const _ao0 = (input, _path, _exceptionable = true) => (null === input.since || undefined === input.since || 0 === input.since || "string" === typeof input.since || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3362
|
+
method: "typia.assertGuard",
|
|
3363
|
+
path: _path + ".since",
|
|
3364
|
+
expected: "(0 | null | string | undefined)",
|
|
3365
|
+
value: input.since
|
|
3366
|
+
}, _errorFactory)) && (undefined === input.version || "number" === typeof input.version || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3367
|
+
method: "typia.assertGuard",
|
|
3368
|
+
path: _path + ".version",
|
|
3369
|
+
expected: "(number | undefined)",
|
|
3370
|
+
value: input.version
|
|
3371
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
3372
|
+
if (false === __is(input)) {
|
|
3373
|
+
_errorFactory = errorFactory;
|
|
3374
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
3375
|
+
method: "typia.assertGuard",
|
|
3376
|
+
path: _path + "",
|
|
3377
|
+
expected: "AssetDaemonValidateStateRecord",
|
|
3378
|
+
value: input
|
|
3379
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
3380
|
+
method: "typia.assertGuard",
|
|
3381
|
+
path: _path + "",
|
|
3382
|
+
expected: "AssetDaemonValidateStateRecord",
|
|
3383
|
+
value: input
|
|
3384
|
+
}, _errorFactory))(input, "$input", true);
|
|
3385
|
+
}
|
|
3386
|
+
}; })()(input);
|
|
3387
|
+
}
|
|
3355
3388
|
case "deepstream-replicator.stats?": {
|
|
3356
3389
|
return (() => { const _io0 = input => (undefined === input.replicators || "object" === typeof input.replicators && null !== input.replicators && false === Array.isArray(input.replicators) && _io1(input.replicators)) && (undefined === input.synced || "boolean" === typeof input.synced); const _io1 = input => Object.keys(input).every(key => {
|
|
3357
3390
|
const value = input[key];
|
|
@@ -5705,7 +5738,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
5705
5738
|
if (undefined === value)
|
|
5706
5739
|
return true;
|
|
5707
5740
|
return null !== value && (undefined === value || "string" === typeof value || Array.isArray(value) && value.every(elem => "string" === typeof elem));
|
|
5708
|
-
}); const _io25 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (null !== input.__returnValue && undefined === input.__returnValue); const _io26 = input => "object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection) && true && (undefined === input.text || "string" === typeof input.text) && ("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _io24(input.headers)) && "number" === typeof input.statusCode; const _io27 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io28(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io35(input.response)); const _io28 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io29(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io29(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io29(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu3(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu4(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu5(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io34(input.throwOnError))); const _io29 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io30 = input => "string" === typeof input.filepath && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io31 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io32 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io33 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io34 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io35 = input => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat) && (null === input.error || undefined === input.error || "string" === typeof input.error || "object" === typeof input.error && null !== input.error && _io22(input.error)) && (null !== input.transform && (undefined === input.transform || "string" === typeof input.transform || "object" === typeof input.transform && null !== input.transform && false === Array.isArray(input.transform) && _iu6(input.transform))); const _io36 = input => (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash); const _io37 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io36(input.__returnValue)); const _io38 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io39(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io46(input.response)); const _io39 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io40(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io40(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io40(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu7(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu8(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu9(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io45(input.throwOnError))); const _io40 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io41 = input => (undefined === input.dirpath || "string" === typeof input.dirpath) && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io42 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io43 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io44 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io45 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io46 = input => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat) && (null === input.error || undefined === input.error || "string" === typeof input.error || "object" === typeof input.error && null !== input.error && _io22(input.error)) && (null !== input.transform && (undefined === input.transform || "string" === typeof input.transform || (Array.isArray(input.transform) && input.transform.every(elem => "object" === typeof elem && null !== elem && _io47(elem)) || "object" === typeof input.transform && null !== input.transform && _io48(input.transform)))); const _io47 = input => "string" === typeof input.name && "boolean" === typeof input.isDir && "number" === typeof input.size && (undefined === input.date || "string" === typeof input.date) && "string" === typeof input.path; const _io48 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (Array.isArray(input.__returnValue) && input.__returnValue.every(elem => "object" === typeof elem && null !== elem && _io47(elem))); const _io49 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io50(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io50 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io51(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io51(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io51(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu10(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu11(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu12(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io56(input.throwOnError))); const _io51 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io52 = input => "string" === typeof input.id && (undefined === input.offset || "number" === typeof input.offset) && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io53 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io54 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io55 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io56 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io57 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io58(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io58 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io59(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io59(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io59(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu13(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu14(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu15(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io64(input.throwOnError))); const _io59 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io60 = input => "string" === typeof input.filepath && true && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io61 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io62 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io63 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io64 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io65 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io66(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io66 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io67(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io67(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io67(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu16(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu17(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu18(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io72(input.throwOnError))); const _io67 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io68 = input => "string" === typeof input.id && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io69 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io70 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io71 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io72 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io73 = input => (undefined === input.protocol || "s3" === input.protocol) && true && (undefined === input.bucket || "string" === typeof input.bucket) && (undefined === input.type || "file" === input.type) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io74 = input => (undefined === input.protocol || "smb" === input.protocol) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.share || "string" === typeof input.share) && (undefined === input.workgroup || "string" === typeof input.workgroup) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.type || "file" === input.type) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io75 = input => (undefined === input.protocol || "sftp" === input.protocol) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.privateKey || "string" === typeof input.privateKey) && (undefined === input.timezone || "string" === typeof input.timezone) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.root || "string" === typeof input.root) && (undefined === input.mode || "libcurl" === input.mode || "lftp" === input.mode || "openssh" === input.mode || "ssh2" === input.mode) && (undefined === input.type || "file" === input.type) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io76 = input => (undefined === input.type || "facebook" === input.type) && (undefined === input.grantedScopes || Array.isArray(input.grantedScopes) && input.grantedScopes.every(elem => "string" === typeof elem)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io77 = input => (undefined === input.type || "reuters" === input.type) && (undefined === input.clientId || "string" === typeof input.clientId) && (undefined === input.clientSecret || "string" === typeof input.clientSecret) && (undefined === input.audience || "string" === typeof input.audience) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io78 = input => (null === input.type || undefined === input.type) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _iu0 = input => (() => {
|
|
5741
|
+
}); const _io25 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (null !== input.__returnValue && undefined === input.__returnValue); const _io26 = input => "object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection) && true && (undefined === input.text || "string" === typeof input.text) && ("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _io24(input.headers)) && "number" === typeof input.statusCode; const _io27 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io28(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io35(input.response)); const _io28 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io29(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io29(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io29(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu3(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu4(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu5(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io34(input.throwOnError))); const _io29 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io30 = input => "string" === typeof input.filepath && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io31 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io32 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io33 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io34 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io35 = input => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat) && (null === input.error || undefined === input.error || "string" === typeof input.error || "object" === typeof input.error && null !== input.error && _io22(input.error)) && (null !== input.transform && (undefined === input.transform || "string" === typeof input.transform || "object" === typeof input.transform && null !== input.transform && false === Array.isArray(input.transform) && _iu6(input.transform))); const _io36 = input => (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash); const _io37 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io36(input.__returnValue)); const _io38 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io39(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io46(input.response)); const _io39 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io40(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io40(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io40(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu7(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu8(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu9(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io45(input.throwOnError))); const _io40 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io41 = input => (undefined === input.dirpath || "string" === typeof input.dirpath) && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io42 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io43 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io44 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io45 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io46 = input => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat) && (null === input.error || undefined === input.error || "string" === typeof input.error || "object" === typeof input.error && null !== input.error && _io22(input.error)) && (null !== input.transform && (undefined === input.transform || "string" === typeof input.transform || (Array.isArray(input.transform) && input.transform.every(elem => "object" === typeof elem && null !== elem && _io47(elem)) || "object" === typeof input.transform && null !== input.transform && _io48(input.transform)))); const _io47 = input => "string" === typeof input.name && "boolean" === typeof input.isDir && "number" === typeof input.size && (undefined === input.date || "string" === typeof input.date) && "string" === typeof input.path; const _io48 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (Array.isArray(input.__returnValue) && input.__returnValue.every(elem => "object" === typeof elem && null !== elem && _io47(elem))); const _io49 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io50(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io50 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io51(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io51(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io51(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu10(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu11(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu12(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io56(input.throwOnError))); const _io51 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io52 = input => "string" === typeof input.id && (undefined === input.offset || "number" === typeof input.offset) && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io53 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io54 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io55 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io56 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io57 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io58(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io58 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io59(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io59(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io59(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu13(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu14(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu15(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io64(input.throwOnError))); const _io59 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io60 = input => "string" === typeof input.filepath && true && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io61 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io62 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io63 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io64 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io65 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io66(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io66 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io67(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io67(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io67(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu16(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu17(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu18(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io72(input.throwOnError))); const _io67 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io68 = input => "string" === typeof input.id && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io69 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io70 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io71 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io72 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io73 = input => (undefined === input.protocol || "s3" === input.protocol) && true && (undefined === input.bucket || "string" === typeof input.bucket) && (undefined === input.type || "file" === input.type) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io74 = input => (undefined === input.protocol || "smb" === input.protocol) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.share || "string" === typeof input.share) && (undefined === input.root || "string" === typeof input.root) && (undefined === input.workgroup || "string" === typeof input.workgroup) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.createFolders || "boolean" === typeof input.createFolders) && (undefined === input.type || "file" === input.type) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io75 = input => (undefined === input.protocol || "sftp" === input.protocol) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.privateKey || "string" === typeof input.privateKey) && (undefined === input.timezone || "string" === typeof input.timezone) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.root || "string" === typeof input.root) && (undefined === input.mode || "libcurl" === input.mode || "lftp" === input.mode || "openssh" === input.mode || "ssh2" === input.mode) && (undefined === input.type || "file" === input.type) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io76 = input => (undefined === input.type || "facebook" === input.type) && (undefined === input.grantedScopes || Array.isArray(input.grantedScopes) && input.grantedScopes.every(elem => "string" === typeof elem)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io77 = input => (undefined === input.type || "reuters" === input.type) && (undefined === input.clientId || "string" === typeof input.clientId) && (undefined === input.clientSecret || "string" === typeof input.clientSecret) && (undefined === input.audience || "string" === typeof input.audience) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io78 = input => (null === input.type || undefined === input.type) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _iu0 = input => (() => {
|
|
5709
5742
|
if (undefined !== input.__context)
|
|
5710
5743
|
return _io14(input);
|
|
5711
5744
|
else
|
|
@@ -7980,6 +8013,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
7980
8013
|
path: _path + ".share",
|
|
7981
8014
|
expected: "(string | undefined)",
|
|
7982
8015
|
value: input.share
|
|
8016
|
+
}, _errorFactory)) && (undefined === input.root || "string" === typeof input.root || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8017
|
+
method: "typia.assertGuard",
|
|
8018
|
+
path: _path + ".root",
|
|
8019
|
+
expected: "(string | undefined)",
|
|
8020
|
+
value: input.root
|
|
7983
8021
|
}, _errorFactory)) && (undefined === input.workgroup || "string" === typeof input.workgroup || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7984
8022
|
method: "typia.assertGuard",
|
|
7985
8023
|
path: _path + ".workgroup",
|
|
@@ -7995,6 +8033,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
7995
8033
|
path: _path + ".password",
|
|
7996
8034
|
expected: "(string | undefined)",
|
|
7997
8035
|
value: input.password
|
|
8036
|
+
}, _errorFactory)) && (undefined === input.createFolders || "boolean" === typeof input.createFolders || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8037
|
+
method: "typia.assertGuard",
|
|
8038
|
+
path: _path + ".createFolders",
|
|
8039
|
+
expected: "(boolean | undefined)",
|
|
8040
|
+
value: input.createFolders
|
|
7998
8041
|
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
7999
8042
|
method: "typia.assertGuard",
|
|
8000
8043
|
path: _path + ".type",
|
|
@@ -8687,7 +8730,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8687
8730
|
}; })()(input);
|
|
8688
8731
|
}
|
|
8689
8732
|
case ":event": {
|
|
8690
|
-
return (() => { const _io0 = input => (null === input.start || undefined === input.start || "number" === typeof input.start) && (null === input.end || undefined === input.end || "number" === typeof input.end) && (null === input.duration || undefined === input.duration || "number" === typeof input.duration) && (undefined === input.text || "string" === typeof input.text) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io1(input.styleOverrides)); const _io1 = input => (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut); const _ao0 = (input, _path, _exceptionable = true) => (null === input.start || undefined === input.start || "number" === typeof input.start || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8733
|
+
return (() => { const _io0 = input => (null === input.start || undefined === input.start || "number" === typeof input.start) && (null === input.end || undefined === input.end || "number" === typeof input.end) && (null === input.duration || undefined === input.duration || "number" === typeof input.duration) && (undefined === input.position || "string" === typeof input.position) && (undefined === input.text || "string" === typeof input.text) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io1(input.styleOverrides)); const _io1 = input => (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut); const _ao0 = (input, _path, _exceptionable = true) => (null === input.start || undefined === input.start || "number" === typeof input.start || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8691
8734
|
method: "typia.assertGuard",
|
|
8692
8735
|
path: _path + ".start",
|
|
8693
8736
|
expected: "(null | number | undefined)",
|
|
@@ -8702,6 +8745,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8702
8745
|
path: _path + ".duration",
|
|
8703
8746
|
expected: "(null | number | undefined)",
|
|
8704
8747
|
value: input.duration
|
|
8748
|
+
}, _errorFactory)) && (undefined === input.position || "string" === typeof input.position || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8749
|
+
method: "typia.assertGuard",
|
|
8750
|
+
path: _path + ".position",
|
|
8751
|
+
expected: "(string | undefined)",
|
|
8752
|
+
value: input.position
|
|
8705
8753
|
}, _errorFactory)) && (undefined === input.text || "string" === typeof input.text || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8706
8754
|
method: "typia.assertGuard",
|
|
8707
8755
|
path: _path + ".text",
|
|
@@ -8883,8 +8931,8 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8883
8931
|
if (undefined === value)
|
|
8884
8932
|
return true;
|
|
8885
8933
|
return "object" === typeof value && null !== value && _io1(value);
|
|
8886
|
-
}); const _io1 = input => "object" === typeof input.data && null !== input.data && false === Array.isArray(input.data) && _io2(input.data); const _io2 = input => (undefined === input.source || "string" === typeof input.source) && (undefined === input.cueCard || "string" === typeof input.cueCard || "boolean" === typeof input.cueCard) && (undefined === input.startTime || "number" === typeof input.startTime) && (null !== input.shotboxGroup && (undefined === input.shotboxGroup || "string" === typeof input.shotboxGroup || Array.isArray(input.shotboxGroup) && input.shotboxGroup.every(elem => "string" === typeof elem))) && (undefined === input.shotboxVisible || "boolean" === typeof input.shotboxVisible) && Object.keys(input).every(key => {
|
|
8887
|
-
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8934
|
+
}); const _io1 = input => "object" === typeof input.data && null !== input.data && false === Array.isArray(input.data) && _io2(input.data); const _io2 = input => (undefined === input.source || "string" === typeof input.source) && (undefined === input.cueCard || "string" === typeof input.cueCard || "boolean" === typeof input.cueCard) && (undefined === input.printRundownColor || "string" === typeof input.printRundownColor) && (undefined === input.startTime || "number" === typeof input.startTime) && (null !== input.shotboxGroup && (undefined === input.shotboxGroup || "string" === typeof input.shotboxGroup || Array.isArray(input.shotboxGroup) && input.shotboxGroup.every(elem => "string" === typeof elem))) && (undefined === input.shotboxVisible || "boolean" === typeof input.shotboxVisible) && Object.keys(input).every(key => {
|
|
8935
|
+
if (["source", "cueCard", "printRundownColor", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8888
8936
|
return true;
|
|
8889
8937
|
const value = input[key];
|
|
8890
8938
|
if (undefined === value)
|
|
@@ -8930,6 +8978,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8930
8978
|
path: _path + ".cueCard",
|
|
8931
8979
|
expected: "(boolean | string | undefined)",
|
|
8932
8980
|
value: input.cueCard
|
|
8981
|
+
}, _errorFactory)) && (undefined === input.printRundownColor || "string" === typeof input.printRundownColor || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8982
|
+
method: "typia.assertGuard",
|
|
8983
|
+
path: _path + ".printRundownColor",
|
|
8984
|
+
expected: "(string | undefined)",
|
|
8985
|
+
value: input.printRundownColor
|
|
8933
8986
|
}, _errorFactory)) && (undefined === input.startTime || "number" === typeof input.startTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8934
8987
|
method: "typia.assertGuard",
|
|
8935
8988
|
path: _path + ".startTime",
|
|
@@ -8961,7 +9014,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8961
9014
|
expected: "(boolean | undefined)",
|
|
8962
9015
|
value: input.shotboxVisible
|
|
8963
9016
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
8964
|
-
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9017
|
+
if (["source", "cueCard", "printRundownColor", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
8965
9018
|
return true;
|
|
8966
9019
|
const value = input[key];
|
|
8967
9020
|
if (undefined === value)
|
|
@@ -9184,8 +9237,8 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9184
9237
|
}; })()(input);
|
|
9185
9238
|
}
|
|
9186
9239
|
case ":event.props?": {
|
|
9187
|
-
return (() => { const _io0 = input => (undefined === input.source || "string" === typeof input.source) && (undefined === input.cueCard || "string" === typeof input.cueCard || "boolean" === typeof input.cueCard) && (undefined === input.startTime || "number" === typeof input.startTime) && (null !== input.shotboxGroup && (undefined === input.shotboxGroup || "string" === typeof input.shotboxGroup || Array.isArray(input.shotboxGroup) && input.shotboxGroup.every(elem => "string" === typeof elem))) && (undefined === input.shotboxVisible || "boolean" === typeof input.shotboxVisible) && Object.keys(input).every(key => {
|
|
9188
|
-
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9240
|
+
return (() => { const _io0 = input => (undefined === input.source || "string" === typeof input.source) && (undefined === input.cueCard || "string" === typeof input.cueCard || "boolean" === typeof input.cueCard) && (undefined === input.printRundownColor || "string" === typeof input.printRundownColor) && (undefined === input.startTime || "number" === typeof input.startTime) && (null !== input.shotboxGroup && (undefined === input.shotboxGroup || "string" === typeof input.shotboxGroup || Array.isArray(input.shotboxGroup) && input.shotboxGroup.every(elem => "string" === typeof elem))) && (undefined === input.shotboxVisible || "boolean" === typeof input.shotboxVisible) && Object.keys(input).every(key => {
|
|
9241
|
+
if (["source", "cueCard", "printRundownColor", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9189
9242
|
return true;
|
|
9190
9243
|
const value = input[key];
|
|
9191
9244
|
if (undefined === value)
|
|
@@ -9206,6 +9259,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9206
9259
|
path: _path + ".cueCard",
|
|
9207
9260
|
expected: "(boolean | string | undefined)",
|
|
9208
9261
|
value: input.cueCard
|
|
9262
|
+
}, _errorFactory)) && (undefined === input.printRundownColor || "string" === typeof input.printRundownColor || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9263
|
+
method: "typia.assertGuard",
|
|
9264
|
+
path: _path + ".printRundownColor",
|
|
9265
|
+
expected: "(string | undefined)",
|
|
9266
|
+
value: input.printRundownColor
|
|
9209
9267
|
}, _errorFactory)) && (undefined === input.startTime || "number" === typeof input.startTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9210
9268
|
method: "typia.assertGuard",
|
|
9211
9269
|
path: _path + ".startTime",
|
|
@@ -9237,7 +9295,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9237
9295
|
expected: "(boolean | undefined)",
|
|
9238
9296
|
value: input.shotboxVisible
|
|
9239
9297
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
9240
|
-
if (["source", "cueCard", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9298
|
+
if (["source", "cueCard", "printRundownColor", "startTime", "shotboxGroup", "shotboxVisible"].some(prop => key === prop))
|
|
9241
9299
|
return true;
|
|
9242
9300
|
const value = input[key];
|
|
9243
9301
|
if (undefined === value)
|
|
@@ -9325,6 +9383,29 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9325
9383
|
}
|
|
9326
9384
|
}; })()(input);
|
|
9327
9385
|
}
|
|
9386
|
+
case ":event.stats?": {
|
|
9387
|
+
return (() => { const _io0 = input => undefined === input.type || "string" === typeof input.type; const _ao0 = (input, _path, _exceptionable = true) => undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9388
|
+
method: "typia.assertGuard",
|
|
9389
|
+
path: _path + ".type",
|
|
9390
|
+
expected: "(string | undefined)",
|
|
9391
|
+
value: input.type
|
|
9392
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
9393
|
+
if (false === __is(input)) {
|
|
9394
|
+
_errorFactory = errorFactory;
|
|
9395
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9396
|
+
method: "typia.assertGuard",
|
|
9397
|
+
path: _path + "",
|
|
9398
|
+
expected: "EventStatsRecord",
|
|
9399
|
+
value: input
|
|
9400
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9401
|
+
method: "typia.assertGuard",
|
|
9402
|
+
path: _path + "",
|
|
9403
|
+
expected: "EventStatsRecord",
|
|
9404
|
+
value: input
|
|
9405
|
+
}, _errorFactory))(input, "$input", true);
|
|
9406
|
+
}
|
|
9407
|
+
}; })()(input);
|
|
9408
|
+
}
|
|
9328
9409
|
case ":file.replicate": {
|
|
9329
9410
|
return (() => { const _io0 = input => Array.isArray(input.replicas) && input.replicas.every(elem => "string" === typeof elem) && (null === input.error || "object" === typeof input.error && null !== input.error && _io1(input.error)); const _io1 = input => "string" === typeof input.message && (undefined === input.type || "string" === typeof input.type) && (undefined === input.code || "string" === typeof input.code) && (undefined === input.exitCode || "number" === typeof input.exitCode) && (undefined === input.signalCode || "number" === typeof input.signalCode) && (undefined === input.statusCode || "number" === typeof input.statusCode) && (undefined === input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _io2(input.headers)) && (undefined === input.data || "object" === typeof input.data && null !== input.data && false === Array.isArray(input.data) && _io3(input.data)) && (null === input.cause || undefined === input.cause || "object" === typeof input.cause && null !== input.cause && _io1(input.cause)) && (null === input.errors || undefined === input.errors || Array.isArray(input.errors) && input.errors.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io2 = input => Object.keys(input).every(key => {
|
|
9330
9411
|
const value = input[key];
|
|
@@ -9977,6 +10058,39 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9977
10058
|
}
|
|
9978
10059
|
}; })()(input);
|
|
9979
10060
|
}
|
|
10061
|
+
case ":gallery": {
|
|
10062
|
+
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, {
|
|
10063
|
+
method: "typia.assertGuard",
|
|
10064
|
+
path: _path + ".sources",
|
|
10065
|
+
expected: "(__type | undefined)",
|
|
10066
|
+
value: input.sources
|
|
10067
|
+
}, _errorFactory)) && _ao1(input.sources, _path + ".sources", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10068
|
+
method: "typia.assertGuard",
|
|
10069
|
+
path: _path + ".sources",
|
|
10070
|
+
expected: "(__type | undefined)",
|
|
10071
|
+
value: input.sources
|
|
10072
|
+
}, _errorFactory); const _ao1 = (input, _path, _exceptionable = true) => undefined === input.program || "string" === typeof input.program || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10073
|
+
method: "typia.assertGuard",
|
|
10074
|
+
path: _path + ".program",
|
|
10075
|
+
expected: "(string | undefined)",
|
|
10076
|
+
value: input.program
|
|
10077
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
10078
|
+
if (false === __is(input)) {
|
|
10079
|
+
_errorFactory = errorFactory;
|
|
10080
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10081
|
+
method: "typia.assertGuard",
|
|
10082
|
+
path: _path + "",
|
|
10083
|
+
expected: "GalleryDomainRecord",
|
|
10084
|
+
value: input
|
|
10085
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10086
|
+
method: "typia.assertGuard",
|
|
10087
|
+
path: _path + "",
|
|
10088
|
+
expected: "GalleryDomainRecord",
|
|
10089
|
+
value: input
|
|
10090
|
+
}, _errorFactory))(input, "$input", true);
|
|
10091
|
+
}
|
|
10092
|
+
}; })()(input);
|
|
10093
|
+
}
|
|
9980
10094
|
case ":general.title": {
|
|
9981
10095
|
return (() => { const _io0 = input => undefined === input.value || "string" === typeof input.value; const _ao0 = (input, _path, _exceptionable = true) => undefined === input.value || "string" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9982
10096
|
method: "typia.assertGuard",
|
|
@@ -10428,7 +10542,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10428
10542
|
if (undefined === value)
|
|
10429
10543
|
return true;
|
|
10430
10544
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
|
|
10431
|
-
}); const _io2 = input => (undefined === input.route || "string" === typeof input.route) && (undefined === input.publish || Array.isArray(input.publish) && input.publish.every(elem => "string" === typeof elem)); const _io3 = input => "object" === typeof input.__context && null !== input.__context && false === Array.isArray(input.__context) && _io4(input.__context) && "string" === typeof input.__returnValue; const _io4 = input =>
|
|
10545
|
+
}); 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 => {
|
|
10546
|
+
const value = input[key];
|
|
10547
|
+
if (undefined === value)
|
|
10548
|
+
return true;
|
|
10549
|
+
return true;
|
|
10550
|
+
}); const _io5 = input => (null === input.gallery || undefined === input.gallery || "string" === typeof input.gallery) && (undefined === input.tag || "string" === typeof input.tag); const _io6 = input => (undefined === input.freq || 0 === input.freq || 2 === input.freq || 3 === input.freq) && (undefined === input.until || "string" === typeof input.until) && (undefined === input.start || "string" === typeof input.start) && (undefined === input.tzid || "string" === typeof input.tzid) && (undefined === input.duration || "number" === typeof input.duration) && (undefined === input.byweekday || Array.isArray(input.byweekday) && input.byweekday.every(elem => "number" === typeof elem)); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.io || ("object" === typeof input.io && null !== input.io && false === Array.isArray(input.io) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10432
10551
|
method: "typia.assertGuard",
|
|
10433
10552
|
path: _path + ".io",
|
|
10434
10553
|
expected: "(__type | undefined)",
|
|
@@ -10551,19 +10670,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10551
10670
|
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context && false === Array.isArray(input.__context) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10552
10671
|
method: "typia.assertGuard",
|
|
10553
10672
|
path: _path + ".__context",
|
|
10554
|
-
expected: "
|
|
10673
|
+
expected: "Record<string, unknown>",
|
|
10555
10674
|
value: input.__context
|
|
10556
10675
|
}, _errorFactory)) && _ao4(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10557
10676
|
method: "typia.assertGuard",
|
|
10558
10677
|
path: _path + ".__context",
|
|
10559
|
-
expected: "
|
|
10678
|
+
expected: "Record<string, unknown>",
|
|
10560
10679
|
value: input.__context
|
|
10561
10680
|
}, _errorFactory)) && ("string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10562
10681
|
method: "typia.assertGuard",
|
|
10563
10682
|
path: _path + ".__returnValue",
|
|
10564
10683
|
expected: "string",
|
|
10565
10684
|
value: input.__returnValue
|
|
10566
|
-
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) =>
|
|
10685
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
10686
|
+
const value = input[key];
|
|
10687
|
+
if (undefined === value)
|
|
10688
|
+
return true;
|
|
10689
|
+
return true;
|
|
10690
|
+
}); const _ao5 = (input, _path, _exceptionable = true) => (null === input.gallery || undefined === input.gallery || "string" === typeof input.gallery || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10567
10691
|
method: "typia.assertGuard",
|
|
10568
10692
|
path: _path + ".gallery",
|
|
10569
10693
|
expected: "(null | string | undefined)",
|
|
@@ -10654,7 +10778,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10654
10778
|
if (undefined === value)
|
|
10655
10779
|
return true;
|
|
10656
10780
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io4(value);
|
|
10657
|
-
}); const _io4 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io5(input.styleOverrides)); const _io5 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io6 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io7(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io11(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io7 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io8(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io9(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io10(input.colorbalance)); const _io8 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io9 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io10 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io11 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io12 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io13 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10781
|
+
}); const _io4 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io5(input.styleOverrides)); const _io5 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io6 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io7(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io11(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io7 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io8(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io9(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io10(input.colorbalance)); const _io8 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io9 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io10 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io11 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io12 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io13 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10658
10782
|
method: "typia.assertGuard",
|
|
10659
10783
|
path: _path + ".id",
|
|
10660
10784
|
expected: "(string | undefined)",
|
|
@@ -11189,6 +11313,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
11189
11313
|
path: _path + ".pan",
|
|
11190
11314
|
expected: "(Array<number> | undefined)",
|
|
11191
11315
|
value: input.pan
|
|
11316
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
11317
|
+
method: "typia.assertGuard",
|
|
11318
|
+
path: _path + ".diarization",
|
|
11319
|
+
expected: "(boolean | undefined)",
|
|
11320
|
+
value: input.diarization
|
|
11192
11321
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
11193
11322
|
if (false === __is(input)) {
|
|
11194
11323
|
_errorFactory = errorFactory;
|
|
@@ -12004,7 +12133,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
12004
12133
|
if (undefined === value)
|
|
12005
12134
|
return true;
|
|
12006
12135
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
|
|
12007
|
-
}); const _io5 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io6(input.styleOverrides)); const _io6 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io7 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io8(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io12(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io8 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io9(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io10(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io11(input.colorbalance)); const _io9 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io10 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io11 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io12 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io13 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io14 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _ao0 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
12136
|
+
}); const _io5 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io6(input.styleOverrides)); const _io6 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io7 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io8(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io12(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io8 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io9(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io10(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io11(input.colorbalance)); const _io9 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io10 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io11 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io12 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io13 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io14 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _ao0 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
12008
12137
|
const value = input[key];
|
|
12009
12138
|
if (undefined === value)
|
|
12010
12139
|
return true;
|
|
@@ -12554,6 +12683,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
12554
12683
|
path: _path + ".pan",
|
|
12555
12684
|
expected: "(Array<number> | undefined)",
|
|
12556
12685
|
value: input.pan
|
|
12686
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
12687
|
+
method: "typia.assertGuard",
|
|
12688
|
+
path: _path + ".diarization",
|
|
12689
|
+
expected: "(boolean | undefined)",
|
|
12690
|
+
value: input.diarization
|
|
12557
12691
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
12558
12692
|
if (false === __is(input)) {
|
|
12559
12693
|
_errorFactory = errorFactory;
|
|
@@ -14585,7 +14719,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14585
14719
|
if (undefined === value)
|
|
14586
14720
|
return true;
|
|
14587
14721
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
|
|
14588
|
-
}); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io15 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io16 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io17(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io18(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io19(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io20(input.subtitle))); const _io17 = input => "string" === typeof input.engine; const _io18 = input => "string" === typeof input.language; const _io19 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io20 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io21(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io22(input.ass)); const _io21 = input => undefined === input.preset || "string" === typeof input.preset; const _io22 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io23 = input => "string" === typeof input.method; const _io24 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io25 = input => (undefined === input.type || "facebook" === input.type) && (undefined === input.pageId || "string" === typeof input.pageId) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && true && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io26 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io27(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io31(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io32(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io35(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io27 = input => Object.keys(input).every(key => {
|
|
14722
|
+
}); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io15 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _io16 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io17(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io18(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io19(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io20(input.subtitle))); const _io17 = input => "string" === typeof input.engine; const _io18 = input => "string" === typeof input.language; const _io19 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io20 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io21(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io22(input.ass)); const _io21 = input => undefined === input.preset || "string" === typeof input.preset; const _io22 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io23 = input => "string" === typeof input.method; const _io24 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io25 = input => (undefined === input.type || "facebook" === input.type) && (undefined === input.pageId || "string" === typeof input.pageId) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && true && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io26 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io27(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io31(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io32(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io35(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io23(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io24(elem))); const _io27 = input => Object.keys(input).every(key => {
|
|
14589
14723
|
const value = input[key];
|
|
14590
14724
|
if (undefined === value)
|
|
14591
14725
|
return true;
|
|
@@ -15241,6 +15375,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15241
15375
|
path: _path + ".pan",
|
|
15242
15376
|
expected: "(Array<number> | undefined)",
|
|
15243
15377
|
value: input.pan
|
|
15378
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15379
|
+
method: "typia.assertGuard",
|
|
15380
|
+
path: _path + ".diarization",
|
|
15381
|
+
expected: "(boolean | undefined)",
|
|
15382
|
+
value: input.diarization
|
|
15244
15383
|
}, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15245
15384
|
method: "typia.assertGuard",
|
|
15246
15385
|
path: _path + ".format",
|
|
@@ -16093,7 +16232,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16093
16232
|
if (undefined === value)
|
|
16094
16233
|
return true;
|
|
16095
16234
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
|
|
16096
|
-
}); const _io13 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io14(input.styleOverrides)); const _io14 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io15 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io16(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io20(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io16 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io17(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io18(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io19(input.colorbalance)); const _io17 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io18 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io19 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io20 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io21 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io22 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io23 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io24(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io25(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io26(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io27(input.subtitle))); const _io24 = input => "string" === typeof input.engine; const _io25 = input => "string" === typeof input.language; const _io26 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io27 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io28(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io29(input.ass)); const _io28 = input => undefined === input.preset || "string" === typeof input.preset; const _io29 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io30 = input => "object" === typeof input.__context && null !== input.__context && _io31(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io8(input.__returnValue)); const _io31 = input => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io32(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io32 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io7(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io33(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io34(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io37(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io38(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io39(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io33 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io34 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io35(input.renders)); const _io35 = input => Object.keys(input).every(key => {
|
|
16235
|
+
}); const _io13 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io14(input.styleOverrides)); const _io14 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io15 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io16(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io20(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io16 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io17(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io18(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io19(input.colorbalance)); const _io17 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io18 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io19 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io20 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io21 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io22 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _io23 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io24(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io25(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io26(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io27(input.subtitle))); const _io24 = input => "string" === typeof input.engine; const _io25 = input => "string" === typeof input.language; const _io26 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io27 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io28(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io29(input.ass)); const _io28 = input => undefined === input.preset || "string" === typeof input.preset; const _io29 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io30 = input => "object" === typeof input.__context && null !== input.__context && _io31(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io8(input.__returnValue)); const _io31 = input => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io32(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io32 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io7(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io33(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io34(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io37(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io38(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io39(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io33 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io34 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io35(input.renders)); const _io35 = input => Object.keys(input).every(key => {
|
|
16097
16236
|
const value = input[key];
|
|
16098
16237
|
if (undefined === value)
|
|
16099
16238
|
return true;
|
|
@@ -16886,6 +17025,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16886
17025
|
path: _path + ".pan",
|
|
16887
17026
|
expected: "(Array<number> | undefined)",
|
|
16888
17027
|
value: input.pan
|
|
17028
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17029
|
+
method: "typia.assertGuard",
|
|
17030
|
+
path: _path + ".diarization",
|
|
17031
|
+
expected: "(boolean | undefined)",
|
|
17032
|
+
value: input.diarization
|
|
16889
17033
|
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16890
17034
|
method: "typia.assertGuard",
|
|
16891
17035
|
path: _path + ".format",
|
|
@@ -18186,7 +18330,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18186
18330
|
if (undefined === value)
|
|
18187
18331
|
return true;
|
|
18188
18332
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
|
|
18189
|
-
}); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io15 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io16 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io17(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io18(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io19(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io20(input.subtitle))); const _io17 = input => "string" === typeof input.engine; const _io18 = input => "string" === typeof input.language; const _io19 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io20 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io21(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io22(input.ass)); const _io21 = input => undefined === input.preset || "string" === typeof input.preset; const _io22 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18333
|
+
}); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => (undefined === input.filters || "object" === typeof input.filters && null !== input.filters && false === Array.isArray(input.filters) && _io9(input.filters)) && (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io13(input.crop)) && (undefined === input.orientation || "number" === typeof input.orientation) && (null === input.interlaced || undefined === input.interlaced || false === input.interlaced || "tff" === input.interlaced || "bff" === input.interlaced) && (null === input.alpha || undefined === input.alpha || "straight" === input.alpha || "boolean" === typeof input.alpha); const _io9 = input => (undefined === input.eq || "object" === typeof input.eq && null !== input.eq && false === Array.isArray(input.eq) && _io10(input.eq)) && (undefined === input.hue || "object" === typeof input.hue && null !== input.hue && false === Array.isArray(input.hue) && _io11(input.hue)) && (undefined === input.colorbalance || "object" === typeof input.colorbalance && null !== input.colorbalance && false === Array.isArray(input.colorbalance) && _io12(input.colorbalance)); const _io10 = input => (undefined === input.brightness || "number" === typeof input.brightness) && (undefined === input.contrast || "number" === typeof input.contrast) && (undefined === input.gamma || "number" === typeof input.gamma) && (undefined === input.saturation || "number" === typeof input.saturation); const _io11 = input => (undefined === input.h || "number" === typeof input.h) && (undefined === input.s || "number" === typeof input.s) && (undefined === input.b || "number" === typeof input.b); const _io12 = input => (undefined === input.rs || "number" === typeof input.rs) && (undefined === input.gs || "number" === typeof input.gs) && (undefined === input.bs || "number" === typeof input.bs) && (undefined === input.rm || "number" === typeof input.rm) && (undefined === input.gm || "number" === typeof input.gm) && (undefined === input.bm || "number" === typeof input.bm) && (undefined === input.rh || "number" === typeof input.rh) && (undefined === input.gh || "number" === typeof input.gh) && (undefined === input.bh || "number" === typeof input.bh); const _io13 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io14 = input => undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem)); const _io15 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)) && (undefined === input.diarization || "boolean" === typeof input.diarization); const _io16 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io17(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io18(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io19(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io20(input.subtitle))); const _io17 = input => "string" === typeof input.engine; const _io18 = input => "string" === typeof input.language; const _io19 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io20 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io21(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io22(input.ass)); const _io21 = input => undefined === input.preset || "string" === typeof input.preset; const _io22 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18190
18334
|
method: "typia.assertGuard",
|
|
18191
18335
|
path: _path + ".type",
|
|
18192
18336
|
expected: "string",
|
|
@@ -18766,6 +18910,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18766
18910
|
path: _path + ".pan",
|
|
18767
18911
|
expected: "(Array<number> | undefined)",
|
|
18768
18912
|
value: input.pan
|
|
18913
|
+
}, _errorFactory)) && (undefined === input.diarization || "boolean" === typeof input.diarization || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18914
|
+
method: "typia.assertGuard",
|
|
18915
|
+
path: _path + ".diarization",
|
|
18916
|
+
expected: "(boolean | undefined)",
|
|
18917
|
+
value: input.diarization
|
|
18769
18918
|
}, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18770
18919
|
method: "typia.assertGuard",
|
|
18771
18920
|
path: _path + ".format",
|
|
@@ -19352,6 +19501,92 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19352
19501
|
}
|
|
19353
19502
|
}; })()(input);
|
|
19354
19503
|
}
|
|
19504
|
+
case ":role": {
|
|
19505
|
+
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 => {
|
|
19506
|
+
const value = input[key];
|
|
19507
|
+
if (undefined === value)
|
|
19508
|
+
return true;
|
|
19509
|
+
return Array.isArray(value) && value.every(elem => "string" === typeof elem);
|
|
19510
|
+
}); 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, {
|
|
19511
|
+
method: "typia.assertGuard",
|
|
19512
|
+
path: _path + ".permissions",
|
|
19513
|
+
expected: "(Record<string, Array<string>> | undefined)",
|
|
19514
|
+
value: input.permissions
|
|
19515
|
+
}, _errorFactory)) && _ao1(input.permissions, _path + ".permissions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19516
|
+
method: "typia.assertGuard",
|
|
19517
|
+
path: _path + ".permissions",
|
|
19518
|
+
expected: "(Record<string, Array<string>> | undefined)",
|
|
19519
|
+
value: input.permissions
|
|
19520
|
+
}, _errorFactory); const _ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
19521
|
+
const value = input[key];
|
|
19522
|
+
if (undefined === value)
|
|
19523
|
+
return true;
|
|
19524
|
+
return (Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19525
|
+
method: "typia.assertGuard",
|
|
19526
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19527
|
+
expected: "Array<string>",
|
|
19528
|
+
value: value
|
|
19529
|
+
}, _errorFactory)) && value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19530
|
+
method: "typia.assertGuard",
|
|
19531
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index2 + "]",
|
|
19532
|
+
expected: "string",
|
|
19533
|
+
value: elem
|
|
19534
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19535
|
+
method: "typia.assertGuard",
|
|
19536
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19537
|
+
expected: "Array<string>",
|
|
19538
|
+
value: value
|
|
19539
|
+
}, _errorFactory);
|
|
19540
|
+
}); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19541
|
+
if (false === __is(input)) {
|
|
19542
|
+
_errorFactory = errorFactory;
|
|
19543
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19544
|
+
method: "typia.assertGuard",
|
|
19545
|
+
path: _path + "",
|
|
19546
|
+
expected: "RoleRecord",
|
|
19547
|
+
value: input
|
|
19548
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19549
|
+
method: "typia.assertGuard",
|
|
19550
|
+
path: _path + "",
|
|
19551
|
+
expected: "RoleRecord",
|
|
19552
|
+
value: input
|
|
19553
|
+
}, _errorFactory))(input, "$input", true);
|
|
19554
|
+
}
|
|
19555
|
+
}; })()(input);
|
|
19556
|
+
}
|
|
19557
|
+
case ":role.users?": {
|
|
19558
|
+
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, {
|
|
19559
|
+
method: "typia.assertGuard",
|
|
19560
|
+
path: _path + ".value",
|
|
19561
|
+
expected: "(Array<string> | undefined)",
|
|
19562
|
+
value: input.value
|
|
19563
|
+
}, _errorFactory)) && input.value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19564
|
+
method: "typia.assertGuard",
|
|
19565
|
+
path: _path + ".value[" + _index2 + "]",
|
|
19566
|
+
expected: "string",
|
|
19567
|
+
value: elem
|
|
19568
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19569
|
+
method: "typia.assertGuard",
|
|
19570
|
+
path: _path + ".value",
|
|
19571
|
+
expected: "(Array<string> | undefined)",
|
|
19572
|
+
value: input.value
|
|
19573
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19574
|
+
if (false === __is(input)) {
|
|
19575
|
+
_errorFactory = errorFactory;
|
|
19576
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19577
|
+
method: "typia.assertGuard",
|
|
19578
|
+
path: _path + "",
|
|
19579
|
+
expected: "RoleUsersRecord",
|
|
19580
|
+
value: input
|
|
19581
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19582
|
+
method: "typia.assertGuard",
|
|
19583
|
+
path: _path + "",
|
|
19584
|
+
expected: "RoleUsersRecord",
|
|
19585
|
+
value: input
|
|
19586
|
+
}, _errorFactory))(input, "$input", true);
|
|
19587
|
+
}
|
|
19588
|
+
}; })()(input);
|
|
19589
|
+
}
|
|
19355
19590
|
case ":role.tags": {
|
|
19356
19591
|
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, {
|
|
19357
19592
|
method: "typia.assertGuard",
|
|
@@ -20065,7 +20300,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20065
20300
|
}; })()(input);
|
|
20066
20301
|
}
|
|
20067
20302
|
case ":script?": {
|
|
20068
|
-
return (() => { const _io0 = input => "object" === typeof input.value && null !== input.value && _io1(input.value); const _io1 = input => "object" === typeof input.root && null !== input.root && _io2(input.root); const _io2 = input => "string" === typeof input.type && (undefined === input.$ || "object" === typeof input.$ && null !== input.$ && false === Array.isArray(input.$) && _io3(input.$)) && "number" === typeof input.version && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _io4(elem))) && (null === input.direction || "ltr" === input.direction || "rtl" === input.direction) && ("" === input.format || "
|
|
20303
|
+
return (() => { const _io0 = input => "object" === typeof input.value && null !== input.value && _io1(input.value); const _io1 = input => "object" === typeof input.root && null !== input.root && _io2(input.root); const _io2 = input => "string" === typeof input.type && (undefined === input.$ || "object" === typeof input.$ && null !== input.$ && false === Array.isArray(input.$) && _io3(input.$)) && "number" === typeof input.version && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _io4(elem))) && (null === input.direction || "ltr" === input.direction || "rtl" === input.direction) && ("" === input.format || "right" === input.format || "left" === input.format || "center" === input.format || "start" === input.format || "end" === input.format || "justify" === input.format) && "number" === typeof input.indent && (undefined === input.textFormat || "number" === typeof input.textFormat) && (undefined === input.textStyle || "string" === typeof input.textStyle); const _io3 = input => Object.keys(input).every(key => {
|
|
20069
20304
|
const value = input[key];
|
|
20070
20305
|
if (undefined === value)
|
|
20071
20306
|
return true;
|
|
@@ -20135,7 +20370,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20135
20370
|
path: _path + ".direction",
|
|
20136
20371
|
expected: "(\"ltr\" | \"rtl\" | null)",
|
|
20137
20372
|
value: input.direction
|
|
20138
|
-
}, _errorFactory)) && ("" === input.format || "
|
|
20373
|
+
}, _errorFactory)) && ("" === input.format || "right" === input.format || "left" === input.format || "center" === input.format || "start" === input.format || "end" === input.format || "justify" === input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20139
20374
|
method: "typia.assertGuard",
|
|
20140
20375
|
path: _path + ".format",
|
|
20141
20376
|
expected: "(\"\" | \"center\" | \"end\" | \"justify\" | \"left\" | \"right\" | \"start\")",
|
|
@@ -20284,7 +20519,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20284
20519
|
}; })()(input);
|
|
20285
20520
|
}
|
|
20286
20521
|
case ":script.revision?": {
|
|
20287
|
-
return (() => { const _io0 = input => "string" === typeof input.$parent && "string" === typeof input.scriptId && "string" === typeof input.userId && ("object" === typeof input.value && null !== input.value && _io1(input.value)); const _io1 = input => "object" === typeof input.root && null !== input.root && _io2(input.root); const _io2 = input => "string" === typeof input.type && (undefined === input.$ || "object" === typeof input.$ && null !== input.$ && false === Array.isArray(input.$) && _io3(input.$)) && "number" === typeof input.version && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _io4(elem))) && (null === input.direction || "ltr" === input.direction || "rtl" === input.direction) && ("" === input.format || "
|
|
20522
|
+
return (() => { const _io0 = input => "string" === typeof input.$parent && "string" === typeof input.scriptId && "string" === typeof input.userId && ("object" === typeof input.value && null !== input.value && _io1(input.value)); const _io1 = input => "object" === typeof input.root && null !== input.root && _io2(input.root); const _io2 = input => "string" === typeof input.type && (undefined === input.$ || "object" === typeof input.$ && null !== input.$ && false === Array.isArray(input.$) && _io3(input.$)) && "number" === typeof input.version && (Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && _io4(elem))) && (null === input.direction || "ltr" === input.direction || "rtl" === input.direction) && ("" === input.format || "right" === input.format || "left" === input.format || "center" === input.format || "start" === input.format || "end" === input.format || "justify" === input.format) && "number" === typeof input.indent && (undefined === input.textFormat || "number" === typeof input.textFormat) && (undefined === input.textStyle || "string" === typeof input.textStyle); const _io3 = input => Object.keys(input).every(key => {
|
|
20288
20523
|
const value = input[key];
|
|
20289
20524
|
if (undefined === value)
|
|
20290
20525
|
return true;
|
|
@@ -20369,7 +20604,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20369
20604
|
path: _path + ".direction",
|
|
20370
20605
|
expected: "(\"ltr\" | \"rtl\" | null)",
|
|
20371
20606
|
value: input.direction
|
|
20372
|
-
}, _errorFactory)) && ("" === input.format || "
|
|
20607
|
+
}, _errorFactory)) && ("" === input.format || "right" === input.format || "left" === input.format || "center" === input.format || "start" === input.format || "end" === input.format || "justify" === input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20373
20608
|
method: "typia.assertGuard",
|
|
20374
20609
|
path: _path + ".format",
|
|
20375
20610
|
expected: "(\"\" | \"center\" | \"end\" | \"justify\" | \"left\" | \"right\" | \"start\")",
|
|
@@ -21148,14 +21383,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21148
21383
|
}; })()(input);
|
|
21149
21384
|
}
|
|
21150
21385
|
case ":settings": {
|
|
21151
|
-
return (() => { const _iv29 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv38 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const
|
|
21386
|
+
return (() => { const _iv29 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv38 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av80 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _av89 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input.graphics || "object" === typeof input.graphics && null !== input.graphics && false === Array.isArray(input.graphics) && _io2(input.graphics)) && (undefined === input.googleWhitelist || Array.isArray(input.googleWhitelist) && input.googleWhitelist.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io3(elem))) && (undefined === input.googleUserRoles || Array.isArray(input.googleUserRoles) && input.googleUserRoles.every(elem => "string" === typeof elem)) && (undefined === input.azureWhitelist || Array.isArray(input.azureWhitelist) && input.azureWhitelist.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io4(elem))) && (undefined === input.azureUserRoles || Array.isArray(input.azureUserRoles) && input.azureUserRoles.every(elem => "string" === typeof elem)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io5(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io9(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io10(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io11(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io14(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io15(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io16(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io17(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io18(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io19(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io20(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io22(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io28(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io31(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io32(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io33(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io37(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io54(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io60(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io61(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io70(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io74(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io75(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && _io80(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io81(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io82(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io85(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io88(input.utilsAssetEditorPanel)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io89(input.display)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io90(input.bookmarks)) && (undefined === input.shotbox || "object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) && _io91(input.shotbox)) && (undefined === input.performance || "object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) && _io92(input.performance)) && (undefined === input.app || "object" === typeof input.app && null !== input.app && false === Array.isArray(input.app) && _io93(input.app)); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io3 = input => undefined === input.domain || "string" === typeof input.domain; const _io4 = input => undefined === input.domain || "string" === typeof input.domain; const _io5 = input => (undefined === input.editor || "string" === typeof input.editor) && (undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io6(input.tabs)); const _io6 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io7(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
21152
21387
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
21153
21388
|
return true;
|
|
21154
21389
|
const value = input[key];
|
|
21155
21390
|
if (undefined === value)
|
|
21156
21391
|
return true;
|
|
21157
21392
|
return undefined === value || "object" === typeof value && null !== value && false === Array.isArray(value) && _io8(value);
|
|
21158
|
-
}); const _io7 = input => (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex) && (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority) && (null === input.height || undefined === input.height || "number" === typeof input.height); const _io8 = input => (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority) && (null === input.height || undefined === input.height || "number" === typeof input.height); const _io9 = input => (undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping) && (undefined === input.hideStoryboardCollection || "boolean" === typeof input.hideStoryboardCollection) && (undefined === input.displayUploadFilesDialog || "always" === input.displayUploadFilesDialog || "never" === input.displayUploadFilesDialog || "ifMultipleFiles" === input.displayUploadFilesDialog); const _io10 = input => (undefined === input.displaySaveDialog || "boolean" === typeof input.displaySaveDialog) && (undefined === input.batchDownloadDialogMode || "file" === input.batchDownloadDialogMode || "directory" === input.batchDownloadDialogMode); const _io11 = input => (undefined === input.map || "object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) && _io12(input.map)) && (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io13(input.createMenu)); const _io12 = input => (undefined === input.clustering || "boolean" === typeof input.clustering) && (undefined === input.zoom || "number" === typeof input.zoom) && (undefined === input.center || Array.isArray(input.center) && (input.center.length === 2 && "number" === typeof input.center[0] && "number" === typeof input.center[1])); const _io13 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem); const _io14 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io15 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io16 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io17 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io18 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format); const _io19 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name); const _io20 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs) && (undefined === input.layout || "object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) && _io21(input.layout)); const _io21 = input => (undefined === input.bookmarks || "number" === typeof input.bookmarks) && (undefined === input.browser || "number" === typeof input.browser); const _io22 = input => (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io23(input.createMenu)) && (undefined === input.colorTags || Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && _io24(elem))) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType) && (undefined === input.readRate || "number" === typeof input.readRate) && (undefined === input.collapsedNodes || "object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) && _io25(input.collapsedNodes)) && (undefined === input.colorHistory || Array.isArray(input.colorHistory) && input.colorHistory.every(elem => "object" === typeof elem && null !== elem && _io27(elem))); const _io23 = input => (undefined === input.sortBy || "
|
|
21393
|
+
}); const _io7 = input => (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex) && (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority) && (null === input.height || undefined === input.height || "number" === typeof input.height); const _io8 = input => (null === input.activeTab || undefined === input.activeTab || "string" === typeof input.activeTab) && (undefined === input.priority || "number" === typeof input.priority) && (null === input.height || undefined === input.height || "number" === typeof input.height); const _io9 = input => (undefined === input.defaultGrouping || "" === input.defaultGrouping || "collection" === input.defaultGrouping || "stitch" === input.defaultGrouping) && (undefined === input.hideStoryboardCollection || "boolean" === typeof input.hideStoryboardCollection) && (undefined === input.displayUploadFilesDialog || "always" === input.displayUploadFilesDialog || "never" === input.displayUploadFilesDialog || "ifMultipleFiles" === input.displayUploadFilesDialog); const _io10 = input => (undefined === input.displaySaveDialog || "boolean" === typeof input.displaySaveDialog) && (undefined === input.batchDownloadDialogMode || "file" === input.batchDownloadDialogMode || "directory" === input.batchDownloadDialogMode); const _io11 = input => (undefined === input.map || "object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) && _io12(input.map)) && (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io13(input.createMenu)); const _io12 = input => (undefined === input.clustering || "boolean" === typeof input.clustering) && (undefined === input.zoom || "number" === typeof input.zoom) && (undefined === input.center || Array.isArray(input.center) && (input.center.length === 2 && "number" === typeof input.center[0] && "number" === typeof input.center[1])); const _io13 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem); const _io14 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io15 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io16 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io17 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)); const _io18 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format); const _io19 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name); const _io20 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs) && (undefined === input.layout || "object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) && _io21(input.layout)); const _io21 = input => (undefined === input.bookmarks || "number" === typeof input.bookmarks) && (undefined === input.browser || "number" === typeof input.browser); const _io22 = input => (undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && _io23(input.createMenu)) && (undefined === input.contentMaxWidth || "number" === typeof input.contentMaxWidth) && (undefined === input.colorTags || Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && _io24(elem))) && (undefined === input.readType || "characters" === input.readType || "words" === input.readType || "wordsPerMinute" === input.readType) && (undefined === input.readRate || "number" === typeof input.readRate) && (undefined === input.collapsedNodes || "object" === typeof input.collapsedNodes && null !== input.collapsedNodes && false === Array.isArray(input.collapsedNodes) && _io25(input.collapsedNodes)) && (undefined === input.colorHistory || Array.isArray(input.colorHistory) && input.colorHistory.every(elem => "object" === typeof elem && null !== elem && _io27(elem))); const _io23 = input => (undefined === input.sortBy || "title" === input.sortBy || "index" === input.sortBy) && (undefined === input.showPreview || "boolean" === typeof input.showPreview); const _io24 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description); const _io25 = input => Object.keys(input).every(key => {
|
|
21159
21394
|
const value = input[key];
|
|
21160
21395
|
if (undefined === value)
|
|
21161
21396
|
return true;
|
|
@@ -21180,12 +21415,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21180
21415
|
if (undefined === value)
|
|
21181
21416
|
return true;
|
|
21182
21417
|
return true;
|
|
21183
|
-
}); const _io37 = input => (undefined === input.volume || "number" === typeof input.volume) && (undefined === input.muted || "boolean" === typeof input.muted) && (undefined === input.graphics || "boolean" === typeof input.graphics) && (undefined === input.waveform || "boolean" === typeof input.waveform) && (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.dropFrame || "boolean" === typeof input.dropFrame) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.warnSubclipDuration || "number" === typeof input.warnSubclipDuration) && (undefined === input.displayAspectRatioPresets || Array.isArray(input.displayAspectRatioPresets) && input.displayAspectRatioPresets.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io38(elem))) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io39(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io40(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io41(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io44(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io45(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io46(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io50(input.openCommand))) && (undefined === input.recorder || "object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) && _io51(input.recorder)); const _io38 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.value || "string" === typeof input.value); const _io39 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io40 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io41 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io42(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io43(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv29.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io42 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io43 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io44 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io45 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io46 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io47(input.subtitleDisclaimer); const _io47 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io48(input.defaultValue)); const _io48 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io49 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io50 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io51 = input => (undefined === input.microphone || "object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) && _io52(input.microphone)) && (undefined === input.webcam || "object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) && _io53(input.webcam)) && (undefined === input.countdown || "number" === typeof input.countdown); const _io52 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput); const _io53 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.frameRate || "number" === typeof input.frameRate) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio); const _io54 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.audioMapping || "object" === typeof input.audioMapping && null !== input.audioMapping && false === Array.isArray(input.audioMapping) && _io55(input.audioMapping)) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io57(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io59(input.voiceOver)); const _io55 = input => undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io56(elem)); const _io56 = input => "string" === typeof input.id && "string" === typeof input.title && (undefined === input.mapping || Array.isArray(input.mapping) && input.mapping.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem))) && (undefined === input.mute || Array.isArray(input.mute) && input.mute.every(elem => "boolean" === typeof elem)) && (undefined === input.minInChannels || "number" === typeof input.minInChannels) && (undefined === input.maxInChannels || "number" === typeof input.maxInChannels) && (undefined === input.minOutChannels || "number" === typeof input.minOutChannels) && (undefined === input.maxOutChannels || "number" === typeof input.maxOutChannels); const _io57 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io58(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io58 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io59 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io60 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io61 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io62(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io63(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io67(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io69(input.item)); const _io62 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io63 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io64(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io66(input.note)); const _io64 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io65(input.excerpt); const _io65 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io66 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io67 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io68(input.search)) && (undefined === input.sortMode || true === _iv38.has(input.sortMode)); const _io68 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io69 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io70 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io71 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io72 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io73(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io75(input.rive)); const _io73 = input => (undefined === input.videoBin || "string" === typeof input.videoBin) && (undefined === input.imageBin || "string" === typeof input.imageBin) && (undefined === input.audioBin || "string" === typeof input.audioBin) && (undefined === input.timelineBin || "string" === typeof input.timelineBin) && (undefined === input.clipBin || "string" === typeof input.clipBin) && (undefined === input.downloadPath || "string" === typeof input.downloadPath) && (undefined === input.renderPath || "string" === typeof input.renderPath) && (undefined === input.renderPresetPath || "string" === typeof input.renderPresetPath) && (undefined === input.videoRenderPreset || "string" === typeof input.videoRenderPreset) && (undefined === input.imageRenderPreset || "string" === typeof input.imageRenderPreset) && (undefined === input.audioRenderPreset || "string" === typeof input.audioRenderPreset) && (undefined === input.forceRender || "boolean" === typeof input.forceRender) && (undefined === input.useProxies || "boolean" === typeof input.useProxies) && (undefined === input.deleteIntermediateFiles || "boolean" === typeof input.deleteIntermediateFiles) && (undefined === input.bodymovin || "object" === typeof input.bodymovin && null !== input.bodymovin && false === Array.isArray(input.bodymovin) && _io74(input.bodymovin)); const _io74 = input => undefined === input.template || "string" === typeof input.template; const _io75 = input => undefined === input.template || "string" === typeof input.template; const _io76 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.aiMetadata || "boolean" === typeof input.aiMetadata) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io77 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.downloadFiles || "boolean" === typeof input.downloadFiles) && (undefined === input.supportPortal || "boolean" === typeof input.supportPortal) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth) && (undefined === input.systemHealthIgnore || "boolean" === typeof input.systemHealthIgnore); const _io78 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io79(input.events); const _io79 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io80(input.publishSucceeded)); const _io80 = input => Object.keys(input).every(key => {
|
|
21418
|
+
}); const _io37 = input => (undefined === input.volume || "number" === typeof input.volume) && (undefined === input.muted || "boolean" === typeof input.muted) && (undefined === input.graphics || "boolean" === typeof input.graphics) && (undefined === input.waveform || "boolean" === typeof input.waveform) && (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.dropFrame || "boolean" === typeof input.dropFrame) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.warnSubclipDuration || "number" === typeof input.warnSubclipDuration) && (undefined === input.displayAspectRatioPresets || Array.isArray(input.displayAspectRatioPresets) && input.displayAspectRatioPresets.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io38(elem))) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io39(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io40(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io41(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io44(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io45(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io46(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io50(input.openCommand))) && (undefined === input.recorder || "object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) && _io51(input.recorder)); const _io38 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.value || "string" === typeof input.value); const _io39 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io40 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io41 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io42(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io43(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv29.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io42 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io43 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io44 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io45 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io46 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io47(input.subtitleDisclaimer); const _io47 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io48(input.defaultValue)); const _io48 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io49 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io50 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io51 = input => (undefined === input.microphone || "object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) && _io52(input.microphone)) && (undefined === input.webcam || "object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) && _io53(input.webcam)) && (undefined === input.countdown || "number" === typeof input.countdown); const _io52 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput); const _io53 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.frameRate || "number" === typeof input.frameRate) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio); const _io54 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.audioMapping || "object" === typeof input.audioMapping && null !== input.audioMapping && false === Array.isArray(input.audioMapping) && _io55(input.audioMapping)) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io57(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io59(input.voiceOver)); const _io55 = input => undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io56(elem)); const _io56 = input => "string" === typeof input.id && "string" === typeof input.title && (undefined === input.mapping || Array.isArray(input.mapping) && input.mapping.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem))) && (undefined === input.mute || Array.isArray(input.mute) && input.mute.every(elem => "boolean" === typeof elem)) && (undefined === input.minInChannels || "number" === typeof input.minInChannels) && (undefined === input.maxInChannels || "number" === typeof input.maxInChannels) && (undefined === input.minOutChannels || "number" === typeof input.minOutChannels) && (undefined === input.maxOutChannels || "number" === typeof input.maxOutChannels); const _io57 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io58(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io58 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io59 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io60 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io61 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io62(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io63(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io67(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io69(input.item)); const _io62 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io63 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io64(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io66(input.note)); const _io64 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io65(input.excerpt); const _io65 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io66 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io67 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io68(input.search)) && (undefined === input.sortMode || true === _iv38.has(input.sortMode)); const _io68 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io69 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io70 = input => (undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem)) && (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _iu0(elem))); const _io71 = input => "script" === input.type && "string" === typeof input.title && "number" === typeof input.horizontalMargin && ("A5" === input.pageSize || "A4" === input.pageSize || "A3" === input.pageSize) && ("landscape" === input.orientation || "portrait" === input.orientation) && "number" === typeof input.fontSize && (undefined === input.fontFamily || "string" === typeof input.fontFamily) && (Array.isArray(input.hide) && input.hide.every(elem => "event" === elem || "event-data" === elem || "comment" === elem || "heading" === elem || "list" === elem || "quote" === elem || "paragraph" === elem || "horizontalrule" === elem)); const _io72 = input => "rundown" === input.type && (Array.isArray(input.columns) && input.columns.every(elem => "object" === typeof elem && null !== elem && _io73(elem))) && (undefined === input.rangeStart || "number" === typeof input.rangeStart) && (undefined === input.rangeEnd || "number" === typeof input.rangeEnd) && (Array.isArray(input.hide) && input.hide.every(elem => "event" === elem || "comment" === elem || "heading" === elem || "list" === elem || "quote" === elem || "paragraph" === elem || "horizontalrule" === elem)) && "string" === typeof input.title && "number" === typeof input.horizontalMargin && ("A5" === input.pageSize || "A4" === input.pageSize || "A3" === input.pageSize) && ("landscape" === input.orientation || "portrait" === input.orientation) && "number" === typeof input.fontSize && (undefined === input.fontFamily || "string" === typeof input.fontFamily); const _io73 = input => ("type" === input.key || "id" === input.key || "title" === input.key || "time" === input.key || "duration" === input.key || "position" === input.key || "accDuration" === input.key) && "string" === typeof input.label && "string" === typeof input.width && ("right" === input.textAlign || "left" === input.textAlign || "center" === input.textAlign); const _io74 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io75 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io76(input.adobe)) && (undefined === input.ograf || "object" === typeof input.ograf && null !== input.ograf && false === Array.isArray(input.ograf) && _io78(input.ograf)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io79(input.rive)); const _io76 = input => (undefined === input.videoBin || "string" === typeof input.videoBin) && (undefined === input.imageBin || "string" === typeof input.imageBin) && (undefined === input.audioBin || "string" === typeof input.audioBin) && (undefined === input.timelineBin || "string" === typeof input.timelineBin) && (undefined === input.clipBin || "string" === typeof input.clipBin) && (undefined === input.downloadPath || "string" === typeof input.downloadPath) && (undefined === input.renderPath || "string" === typeof input.renderPath) && (undefined === input.renderPresetPath || "string" === typeof input.renderPresetPath) && (undefined === input.renderPresets || Array.isArray(input.renderPresets) && input.renderPresets.every(elem => "string" === typeof elem)) && (undefined === input.videoRenderPreset || "string" === typeof input.videoRenderPreset) && (undefined === input.imageRenderPreset || "string" === typeof input.imageRenderPreset) && (undefined === input.audioRenderPreset || "string" === typeof input.audioRenderPreset) && (undefined === input.forceRender || "boolean" === typeof input.forceRender) && (undefined === input.useProxies || "boolean" === typeof input.useProxies) && (undefined === input.deleteIntermediateFiles || "boolean" === typeof input.deleteIntermediateFiles) && (undefined === input.bodymovin || "object" === typeof input.bodymovin && null !== input.bodymovin && false === Array.isArray(input.bodymovin) && _io77(input.bodymovin)); const _io77 = input => undefined === input.template || "string" === typeof input.template; const _io78 = input => undefined === input.template || "string" === typeof input.template; const _io79 = input => undefined === input.template || "string" === typeof input.template; const _io80 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.aiMetadata || "boolean" === typeof input.aiMetadata) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io81 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.downloadFiles || "boolean" === typeof input.downloadFiles) && (undefined === input.supportPortal || "boolean" === typeof input.supportPortal) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth) && (undefined === input.systemHealthIgnore || "boolean" === typeof input.systemHealthIgnore); const _io82 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io83(input.events); const _io83 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io84(input.publishSucceeded)); const _io84 = input => Object.keys(input).every(key => {
|
|
21184
21419
|
const value = input[key];
|
|
21185
21420
|
if (undefined === value)
|
|
21186
21421
|
return true;
|
|
21187
21422
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
21188
|
-
}); const
|
|
21423
|
+
}); 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 => (() => {
|
|
21424
|
+
if ("script" === input.type)
|
|
21425
|
+
return _io71(input);
|
|
21426
|
+
else if ("rundown" === input.type)
|
|
21427
|
+
return _io72(input);
|
|
21428
|
+
else
|
|
21429
|
+
return false;
|
|
21430
|
+
})(); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21189
21431
|
method: "typia.assertGuard",
|
|
21190
21432
|
path: _path + ".autoLogoutTime",
|
|
21191
21433
|
expected: "(number | undefined)",
|
|
@@ -21215,14 +21457,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21215
21457
|
path: _path + ".googleWhitelist",
|
|
21216
21458
|
expected: "(Array<__type> | undefined)",
|
|
21217
21459
|
value: input.googleWhitelist
|
|
21218
|
-
}, _errorFactory)) && input.googleWhitelist.every((elem,
|
|
21460
|
+
}, _errorFactory)) && input.googleWhitelist.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21219
21461
|
method: "typia.assertGuard",
|
|
21220
|
-
path: _path + ".googleWhitelist[" +
|
|
21462
|
+
path: _path + ".googleWhitelist[" + _index52 + "]",
|
|
21221
21463
|
expected: "__type.o2",
|
|
21222
21464
|
value: elem
|
|
21223
|
-
}, _errorFactory)) && _ao3(elem, _path + ".googleWhitelist[" +
|
|
21465
|
+
}, _errorFactory)) && _ao3(elem, _path + ".googleWhitelist[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21224
21466
|
method: "typia.assertGuard",
|
|
21225
|
-
path: _path + ".googleWhitelist[" +
|
|
21467
|
+
path: _path + ".googleWhitelist[" + _index52 + "]",
|
|
21226
21468
|
expected: "__type.o2",
|
|
21227
21469
|
value: elem
|
|
21228
21470
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21235,9 +21477,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21235
21477
|
path: _path + ".googleUserRoles",
|
|
21236
21478
|
expected: "(Array<string> | undefined)",
|
|
21237
21479
|
value: input.googleUserRoles
|
|
21238
|
-
}, _errorFactory)) && input.googleUserRoles.every((elem,
|
|
21480
|
+
}, _errorFactory)) && input.googleUserRoles.every((elem, _index53) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21239
21481
|
method: "typia.assertGuard",
|
|
21240
|
-
path: _path + ".googleUserRoles[" +
|
|
21482
|
+
path: _path + ".googleUserRoles[" + _index53 + "]",
|
|
21241
21483
|
expected: "string",
|
|
21242
21484
|
value: elem
|
|
21243
21485
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21250,14 +21492,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21250
21492
|
path: _path + ".azureWhitelist",
|
|
21251
21493
|
expected: "(Array<__type>.o1 | undefined)",
|
|
21252
21494
|
value: input.azureWhitelist
|
|
21253
|
-
}, _errorFactory)) && input.azureWhitelist.every((elem,
|
|
21495
|
+
}, _errorFactory)) && input.azureWhitelist.every((elem, _index54) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21254
21496
|
method: "typia.assertGuard",
|
|
21255
|
-
path: _path + ".azureWhitelist[" +
|
|
21497
|
+
path: _path + ".azureWhitelist[" + _index54 + "]",
|
|
21256
21498
|
expected: "__type.o3",
|
|
21257
21499
|
value: elem
|
|
21258
|
-
}, _errorFactory)) && _ao4(elem, _path + ".azureWhitelist[" +
|
|
21500
|
+
}, _errorFactory)) && _ao4(elem, _path + ".azureWhitelist[" + _index54 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21259
21501
|
method: "typia.assertGuard",
|
|
21260
|
-
path: _path + ".azureWhitelist[" +
|
|
21502
|
+
path: _path + ".azureWhitelist[" + _index54 + "]",
|
|
21261
21503
|
expected: "__type.o3",
|
|
21262
21504
|
value: elem
|
|
21263
21505
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21270,9 +21512,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21270
21512
|
path: _path + ".azureUserRoles",
|
|
21271
21513
|
expected: "(Array<string> | undefined)",
|
|
21272
21514
|
value: input.azureUserRoles
|
|
21273
|
-
}, _errorFactory)) && input.azureUserRoles.every((elem,
|
|
21515
|
+
}, _errorFactory)) && input.azureUserRoles.every((elem, _index55) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21274
21516
|
method: "typia.assertGuard",
|
|
21275
|
-
path: _path + ".azureUserRoles[" +
|
|
21517
|
+
path: _path + ".azureUserRoles[" + _index55 + "]",
|
|
21276
21518
|
expected: "string",
|
|
21277
21519
|
value: elem
|
|
21278
21520
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21335,19 +21577,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21335
21577
|
path: _path + ".exclusiveTagGroups",
|
|
21336
21578
|
expected: "(Array<Array<string>> | undefined)",
|
|
21337
21579
|
value: input.exclusiveTagGroups
|
|
21338
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
21580
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index56) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21339
21581
|
method: "typia.assertGuard",
|
|
21340
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
21582
|
+
path: _path + ".exclusiveTagGroups[" + _index56 + "]",
|
|
21341
21583
|
expected: "Array<string>",
|
|
21342
21584
|
value: elem
|
|
21343
|
-
}, _errorFactory)) && elem.every((elem,
|
|
21585
|
+
}, _errorFactory)) && elem.every((elem, _index57) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21344
21586
|
method: "typia.assertGuard",
|
|
21345
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
21587
|
+
path: _path + ".exclusiveTagGroups[" + _index56 + "][" + _index57 + "]",
|
|
21346
21588
|
expected: "string",
|
|
21347
21589
|
value: elem
|
|
21348
21590
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21349
21591
|
method: "typia.assertGuard",
|
|
21350
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
21592
|
+
path: _path + ".exclusiveTagGroups[" + _index56 + "]",
|
|
21351
21593
|
expected: "Array<string>",
|
|
21352
21594
|
value: elem
|
|
21353
21595
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21495,14 +21737,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21495
21737
|
path: _path + ".commands",
|
|
21496
21738
|
expected: "(Array<__type>.o9 | undefined)",
|
|
21497
21739
|
value: input.commands
|
|
21498
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
21740
|
+
}, _errorFactory)) && input.commands.every((elem, _index58) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21499
21741
|
method: "typia.assertGuard",
|
|
21500
|
-
path: _path + ".commands[" +
|
|
21742
|
+
path: _path + ".commands[" + _index58 + "]",
|
|
21501
21743
|
expected: "__type.o49",
|
|
21502
21744
|
value: elem
|
|
21503
|
-
}, _errorFactory)) && _ao60(elem, _path + ".commands[" +
|
|
21745
|
+
}, _errorFactory)) && _ao60(elem, _path + ".commands[" + _index58 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21504
21746
|
method: "typia.assertGuard",
|
|
21505
|
-
path: _path + ".commands[" +
|
|
21747
|
+
path: _path + ".commands[" + _index58 + "]",
|
|
21506
21748
|
expected: "__type.o49",
|
|
21507
21749
|
value: elem
|
|
21508
21750
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21515,9 +21757,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21515
21757
|
path: _path + ".predefinedTags",
|
|
21516
21758
|
expected: "(Array<string> | undefined)",
|
|
21517
21759
|
value: input.predefinedTags
|
|
21518
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
21760
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21519
21761
|
method: "typia.assertGuard",
|
|
21520
|
-
path: _path + ".predefinedTags[" +
|
|
21762
|
+
path: _path + ".predefinedTags[" + _index59 + "]",
|
|
21521
21763
|
expected: "string",
|
|
21522
21764
|
value: elem
|
|
21523
21765
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21550,14 +21792,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21550
21792
|
path: _path + ".hiddenPreviews",
|
|
21551
21793
|
expected: "(Array<__type>.o10 | undefined)",
|
|
21552
21794
|
value: input.hiddenPreviews
|
|
21553
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
21795
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index60) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21554
21796
|
method: "typia.assertGuard",
|
|
21555
|
-
path: _path + ".hiddenPreviews[" +
|
|
21797
|
+
path: _path + ".hiddenPreviews[" + _index60 + "]",
|
|
21556
21798
|
expected: "__type.o60",
|
|
21557
21799
|
value: elem
|
|
21558
|
-
}, _errorFactory)) &&
|
|
21800
|
+
}, _errorFactory)) && _ao74(elem, _path + ".hiddenPreviews[" + _index60 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21559
21801
|
method: "typia.assertGuard",
|
|
21560
|
-
path: _path + ".hiddenPreviews[" +
|
|
21802
|
+
path: _path + ".hiddenPreviews[" + _index60 + "]",
|
|
21561
21803
|
expected: "__type.o60",
|
|
21562
21804
|
value: elem
|
|
21563
21805
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21570,7 +21812,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21570
21812
|
path: _path + ".plugins",
|
|
21571
21813
|
expected: "(__type.o61 | undefined)",
|
|
21572
21814
|
value: input.plugins
|
|
21573
|
-
}, _errorFactory)) &&
|
|
21815
|
+
}, _errorFactory)) && _ao75(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21574
21816
|
method: "typia.assertGuard",
|
|
21575
21817
|
path: _path + ".plugins",
|
|
21576
21818
|
expected: "(__type.o61 | undefined)",
|
|
@@ -21588,32 +21830,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21588
21830
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21589
21831
|
method: "typia.assertGuard",
|
|
21590
21832
|
path: _path + ".featurePreview",
|
|
21591
|
-
expected: "(__type.
|
|
21833
|
+
expected: "(__type.o66 | undefined)",
|
|
21592
21834
|
value: input.featurePreview
|
|
21593
|
-
}, _errorFactory)) &&
|
|
21835
|
+
}, _errorFactory)) && _ao80(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21594
21836
|
method: "typia.assertGuard",
|
|
21595
21837
|
path: _path + ".featurePreview",
|
|
21596
|
-
expected: "(__type.
|
|
21838
|
+
expected: "(__type.o66 | undefined)",
|
|
21597
21839
|
value: input.featurePreview
|
|
21598
21840
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21599
21841
|
method: "typia.assertGuard",
|
|
21600
21842
|
path: _path + ".flags",
|
|
21601
|
-
expected: "(__type.
|
|
21843
|
+
expected: "(__type.o67 | undefined)",
|
|
21602
21844
|
value: input.flags
|
|
21603
|
-
}, _errorFactory)) &&
|
|
21845
|
+
}, _errorFactory)) && _ao81(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21604
21846
|
method: "typia.assertGuard",
|
|
21605
21847
|
path: _path + ".flags",
|
|
21606
|
-
expected: "(__type.
|
|
21848
|
+
expected: "(__type.o67 | undefined)",
|
|
21607
21849
|
value: input.flags
|
|
21608
21850
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21609
21851
|
method: "typia.assertGuard",
|
|
21610
21852
|
path: _path + ".notifications",
|
|
21611
|
-
expected: "(__type.
|
|
21853
|
+
expected: "(__type.o68 | undefined)",
|
|
21612
21854
|
value: input.notifications
|
|
21613
|
-
}, _errorFactory)) &&
|
|
21855
|
+
}, _errorFactory)) && _ao82(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21614
21856
|
method: "typia.assertGuard",
|
|
21615
21857
|
path: _path + ".notifications",
|
|
21616
|
-
expected: "(__type.
|
|
21858
|
+
expected: "(__type.o68 | undefined)",
|
|
21617
21859
|
value: input.notifications
|
|
21618
21860
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21619
21861
|
method: "typia.assertGuard",
|
|
@@ -21623,72 +21865,72 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21623
21865
|
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21624
21866
|
method: "typia.assertGuard",
|
|
21625
21867
|
path: _path + ".clone",
|
|
21626
|
-
expected: "(__type.
|
|
21868
|
+
expected: "(__type.o71 | undefined)",
|
|
21627
21869
|
value: input.clone
|
|
21628
|
-
}, _errorFactory)) &&
|
|
21870
|
+
}, _errorFactory)) && _ao85(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21629
21871
|
method: "typia.assertGuard",
|
|
21630
21872
|
path: _path + ".clone",
|
|
21631
|
-
expected: "(__type.
|
|
21873
|
+
expected: "(__type.o71 | undefined)",
|
|
21632
21874
|
value: input.clone
|
|
21633
21875
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21634
21876
|
method: "typia.assertGuard",
|
|
21635
21877
|
path: _path + ".utilsAssetEditorPanel",
|
|
21636
|
-
expected: "(__type.
|
|
21878
|
+
expected: "(__type.o74 | undefined)",
|
|
21637
21879
|
value: input.utilsAssetEditorPanel
|
|
21638
|
-
}, _errorFactory)) &&
|
|
21880
|
+
}, _errorFactory)) && _ao88(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21639
21881
|
method: "typia.assertGuard",
|
|
21640
21882
|
path: _path + ".utilsAssetEditorPanel",
|
|
21641
|
-
expected: "(__type.
|
|
21883
|
+
expected: "(__type.o74 | undefined)",
|
|
21642
21884
|
value: input.utilsAssetEditorPanel
|
|
21643
21885
|
}, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21644
21886
|
method: "typia.assertGuard",
|
|
21645
21887
|
path: _path + ".display",
|
|
21646
|
-
expected: "(__type.
|
|
21888
|
+
expected: "(__type.o75 | undefined)",
|
|
21647
21889
|
value: input.display
|
|
21648
|
-
}, _errorFactory)) &&
|
|
21890
|
+
}, _errorFactory)) && _ao89(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21649
21891
|
method: "typia.assertGuard",
|
|
21650
21892
|
path: _path + ".display",
|
|
21651
|
-
expected: "(__type.
|
|
21893
|
+
expected: "(__type.o75 | undefined)",
|
|
21652
21894
|
value: input.display
|
|
21653
21895
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21654
21896
|
method: "typia.assertGuard",
|
|
21655
21897
|
path: _path + ".bookmarks",
|
|
21656
|
-
expected: "(__type.
|
|
21898
|
+
expected: "(__type.o76 | undefined)",
|
|
21657
21899
|
value: input.bookmarks
|
|
21658
|
-
}, _errorFactory)) &&
|
|
21900
|
+
}, _errorFactory)) && _ao90(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21659
21901
|
method: "typia.assertGuard",
|
|
21660
21902
|
path: _path + ".bookmarks",
|
|
21661
|
-
expected: "(__type.
|
|
21903
|
+
expected: "(__type.o76 | undefined)",
|
|
21662
21904
|
value: input.bookmarks
|
|
21663
21905
|
}, _errorFactory)) && (undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21664
21906
|
method: "typia.assertGuard",
|
|
21665
21907
|
path: _path + ".shotbox",
|
|
21666
|
-
expected: "(__type.
|
|
21908
|
+
expected: "(__type.o77 | undefined)",
|
|
21667
21909
|
value: input.shotbox
|
|
21668
|
-
}, _errorFactory)) &&
|
|
21910
|
+
}, _errorFactory)) && _ao91(input.shotbox, _path + ".shotbox", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21669
21911
|
method: "typia.assertGuard",
|
|
21670
21912
|
path: _path + ".shotbox",
|
|
21671
|
-
expected: "(__type.
|
|
21913
|
+
expected: "(__type.o77 | undefined)",
|
|
21672
21914
|
value: input.shotbox
|
|
21673
21915
|
}, _errorFactory)) && (undefined === input.performance || ("object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21674
21916
|
method: "typia.assertGuard",
|
|
21675
21917
|
path: _path + ".performance",
|
|
21676
|
-
expected: "(__type.
|
|
21918
|
+
expected: "(__type.o78 | undefined)",
|
|
21677
21919
|
value: input.performance
|
|
21678
|
-
}, _errorFactory)) &&
|
|
21920
|
+
}, _errorFactory)) && _ao92(input.performance, _path + ".performance", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21679
21921
|
method: "typia.assertGuard",
|
|
21680
21922
|
path: _path + ".performance",
|
|
21681
|
-
expected: "(__type.
|
|
21923
|
+
expected: "(__type.o78 | undefined)",
|
|
21682
21924
|
value: input.performance
|
|
21683
21925
|
}, _errorFactory)) && (undefined === input.app || ("object" === typeof input.app && null !== input.app && false === Array.isArray(input.app) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21684
21926
|
method: "typia.assertGuard",
|
|
21685
21927
|
path: _path + ".app",
|
|
21686
|
-
expected: "(__type.
|
|
21928
|
+
expected: "(__type.o79 | undefined)",
|
|
21687
21929
|
value: input.app
|
|
21688
|
-
}, _errorFactory)) &&
|
|
21930
|
+
}, _errorFactory)) && _ao93(input.app, _path + ".app", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21689
21931
|
method: "typia.assertGuard",
|
|
21690
21932
|
path: _path + ".app",
|
|
21691
|
-
expected: "(__type.
|
|
21933
|
+
expected: "(__type.o79 | undefined)",
|
|
21692
21934
|
value: input.app
|
|
21693
21935
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21694
21936
|
method: "typia.assertGuard",
|
|
@@ -21882,9 +22124,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21882
22124
|
path: _path + ".sortOrder",
|
|
21883
22125
|
expected: "(Array<string> | undefined)",
|
|
21884
22126
|
value: input.sortOrder
|
|
21885
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
22127
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index61) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21886
22128
|
method: "typia.assertGuard",
|
|
21887
|
-
path: _path + ".sortOrder[" +
|
|
22129
|
+
path: _path + ".sortOrder[" + _index61 + "]",
|
|
21888
22130
|
expected: "string",
|
|
21889
22131
|
value: elem
|
|
21890
22132
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21897,9 +22139,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21897
22139
|
path: _path + ".include",
|
|
21898
22140
|
expected: "(Array<string> | undefined)",
|
|
21899
22141
|
value: input.include
|
|
21900
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22142
|
+
}, _errorFactory)) && input.include.every((elem, _index62) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21901
22143
|
method: "typia.assertGuard",
|
|
21902
|
-
path: _path + ".include[" +
|
|
22144
|
+
path: _path + ".include[" + _index62 + "]",
|
|
21903
22145
|
expected: "string",
|
|
21904
22146
|
value: elem
|
|
21905
22147
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21912,9 +22154,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21912
22154
|
path: _path + ".exclude",
|
|
21913
22155
|
expected: "(Array<string> | undefined)",
|
|
21914
22156
|
value: input.exclude
|
|
21915
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22157
|
+
}, _errorFactory)) && input.exclude.every((elem, _index63) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21916
22158
|
method: "typia.assertGuard",
|
|
21917
|
-
path: _path + ".exclude[" +
|
|
22159
|
+
path: _path + ".exclude[" + _index63 + "]",
|
|
21918
22160
|
expected: "string",
|
|
21919
22161
|
value: elem
|
|
21920
22162
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21927,9 +22169,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21927
22169
|
path: _path + ".include",
|
|
21928
22170
|
expected: "(Array<string> | undefined)",
|
|
21929
22171
|
value: input.include
|
|
21930
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22172
|
+
}, _errorFactory)) && input.include.every((elem, _index64) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21931
22173
|
method: "typia.assertGuard",
|
|
21932
|
-
path: _path + ".include[" +
|
|
22174
|
+
path: _path + ".include[" + _index64 + "]",
|
|
21933
22175
|
expected: "string",
|
|
21934
22176
|
value: elem
|
|
21935
22177
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21942,9 +22184,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21942
22184
|
path: _path + ".exclude",
|
|
21943
22185
|
expected: "(Array<string> | undefined)",
|
|
21944
22186
|
value: input.exclude
|
|
21945
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22187
|
+
}, _errorFactory)) && input.exclude.every((elem, _index65) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21946
22188
|
method: "typia.assertGuard",
|
|
21947
|
-
path: _path + ".exclude[" +
|
|
22189
|
+
path: _path + ".exclude[" + _index65 + "]",
|
|
21948
22190
|
expected: "string",
|
|
21949
22191
|
value: elem
|
|
21950
22192
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21957,9 +22199,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21957
22199
|
path: _path + ".include",
|
|
21958
22200
|
expected: "(Array<string> | undefined)",
|
|
21959
22201
|
value: input.include
|
|
21960
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22202
|
+
}, _errorFactory)) && input.include.every((elem, _index66) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21961
22203
|
method: "typia.assertGuard",
|
|
21962
|
-
path: _path + ".include[" +
|
|
22204
|
+
path: _path + ".include[" + _index66 + "]",
|
|
21963
22205
|
expected: "string",
|
|
21964
22206
|
value: elem
|
|
21965
22207
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21972,9 +22214,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21972
22214
|
path: _path + ".exclude",
|
|
21973
22215
|
expected: "(Array<string> | undefined)",
|
|
21974
22216
|
value: input.exclude
|
|
21975
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22217
|
+
}, _errorFactory)) && input.exclude.every((elem, _index67) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21976
22218
|
method: "typia.assertGuard",
|
|
21977
|
-
path: _path + ".exclude[" +
|
|
22219
|
+
path: _path + ".exclude[" + _index67 + "]",
|
|
21978
22220
|
expected: "string",
|
|
21979
22221
|
value: elem
|
|
21980
22222
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -21987,9 +22229,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
21987
22229
|
path: _path + ".include",
|
|
21988
22230
|
expected: "(Array<string> | undefined)",
|
|
21989
22231
|
value: input.include
|
|
21990
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
22232
|
+
}, _errorFactory)) && input.include.every((elem, _index68) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
21991
22233
|
method: "typia.assertGuard",
|
|
21992
|
-
path: _path + ".include[" +
|
|
22234
|
+
path: _path + ".include[" + _index68 + "]",
|
|
21993
22235
|
expected: "string",
|
|
21994
22236
|
value: elem
|
|
21995
22237
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22002,9 +22244,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22002
22244
|
path: _path + ".exclude",
|
|
22003
22245
|
expected: "(Array<string> | undefined)",
|
|
22004
22246
|
value: input.exclude
|
|
22005
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
22247
|
+
}, _errorFactory)) && input.exclude.every((elem, _index69) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22006
22248
|
method: "typia.assertGuard",
|
|
22007
|
-
path: _path + ".exclude[" +
|
|
22249
|
+
path: _path + ".exclude[" + _index69 + "]",
|
|
22008
22250
|
expected: "string",
|
|
22009
22251
|
value: elem
|
|
22010
22252
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22097,19 +22339,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22097
22339
|
path: _path + ".createMenu",
|
|
22098
22340
|
expected: "(__type.o19 | undefined)",
|
|
22099
22341
|
value: input.createMenu
|
|
22342
|
+
}, _errorFactory)) && (undefined === input.contentMaxWidth || "number" === typeof input.contentMaxWidth || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22343
|
+
method: "typia.assertGuard",
|
|
22344
|
+
path: _path + ".contentMaxWidth",
|
|
22345
|
+
expected: "(number | undefined)",
|
|
22346
|
+
value: input.contentMaxWidth
|
|
22100
22347
|
}, _errorFactory)) && (undefined === input.colorTags || (Array.isArray(input.colorTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22101
22348
|
method: "typia.assertGuard",
|
|
22102
22349
|
path: _path + ".colorTags",
|
|
22103
22350
|
expected: "(Array<PromotedTag> | undefined)",
|
|
22104
22351
|
value: input.colorTags
|
|
22105
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
22352
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index70) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22106
22353
|
method: "typia.assertGuard",
|
|
22107
|
-
path: _path + ".colorTags[" +
|
|
22354
|
+
path: _path + ".colorTags[" + _index70 + "]",
|
|
22108
22355
|
expected: "PromotedTag",
|
|
22109
22356
|
value: elem
|
|
22110
|
-
}, _errorFactory)) && _ao24(elem, _path + ".colorTags[" +
|
|
22357
|
+
}, _errorFactory)) && _ao24(elem, _path + ".colorTags[" + _index70 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22111
22358
|
method: "typia.assertGuard",
|
|
22112
|
-
path: _path + ".colorTags[" +
|
|
22359
|
+
path: _path + ".colorTags[" + _index70 + "]",
|
|
22113
22360
|
expected: "PromotedTag",
|
|
22114
22361
|
value: elem
|
|
22115
22362
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22142,14 +22389,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22142
22389
|
path: _path + ".colorHistory",
|
|
22143
22390
|
expected: "(Array<__type>.o2 | undefined)",
|
|
22144
22391
|
value: input.colorHistory
|
|
22145
|
-
}, _errorFactory)) && input.colorHistory.every((elem,
|
|
22392
|
+
}, _errorFactory)) && input.colorHistory.every((elem, _index71) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22146
22393
|
method: "typia.assertGuard",
|
|
22147
|
-
path: _path + ".colorHistory[" +
|
|
22394
|
+
path: _path + ".colorHistory[" + _index71 + "]",
|
|
22148
22395
|
expected: "__type.o22",
|
|
22149
22396
|
value: elem
|
|
22150
|
-
}, _errorFactory)) && _ao27(elem, _path + ".colorHistory[" +
|
|
22397
|
+
}, _errorFactory)) && _ao27(elem, _path + ".colorHistory[" + _index71 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22151
22398
|
method: "typia.assertGuard",
|
|
22152
|
-
path: _path + ".colorHistory[" +
|
|
22399
|
+
path: _path + ".colorHistory[" + _index71 + "]",
|
|
22153
22400
|
expected: "__type.o22",
|
|
22154
22401
|
value: elem
|
|
22155
22402
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22157,7 +22404,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22157
22404
|
path: _path + ".colorHistory",
|
|
22158
22405
|
expected: "(Array<__type>.o2 | undefined)",
|
|
22159
22406
|
value: input.colorHistory
|
|
22160
|
-
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "
|
|
22407
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.sortBy || "title" === input.sortBy || "index" === input.sortBy || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22161
22408
|
method: "typia.assertGuard",
|
|
22162
22409
|
path: _path + ".sortBy",
|
|
22163
22410
|
expected: "(\"index\" | \"title\" | undefined)",
|
|
@@ -22232,9 +22479,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22232
22479
|
path: _path + ".favorites",
|
|
22233
22480
|
expected: "(Array<string> | undefined)",
|
|
22234
22481
|
value: input.favorites
|
|
22235
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
22482
|
+
}, _errorFactory)) && input.favorites.every((elem, _index72) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22236
22483
|
method: "typia.assertGuard",
|
|
22237
|
-
path: _path + ".favorites[" +
|
|
22484
|
+
path: _path + ".favorites[" + _index72 + "]",
|
|
22238
22485
|
expected: "string",
|
|
22239
22486
|
value: elem
|
|
22240
22487
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22342,34 +22589,34 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22342
22589
|
path: _path + ".sequence",
|
|
22343
22590
|
expected: "(Array<string | [string, unknown]> | null | string | undefined)",
|
|
22344
22591
|
value: input.sequence
|
|
22345
|
-
}, _errorFactory)) && input.sequence.every((elem,
|
|
22592
|
+
}, _errorFactory)) && input.sequence.every((elem, _index73) => (null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22346
22593
|
method: "typia.assertGuard",
|
|
22347
|
-
path: _path + ".sequence[" +
|
|
22594
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22348
22595
|
expected: "([string, unknown] | string)",
|
|
22349
22596
|
value: elem
|
|
22350
22597
|
}, _errorFactory)) && (undefined !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22351
22598
|
method: "typia.assertGuard",
|
|
22352
|
-
path: _path + ".sequence[" +
|
|
22599
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22353
22600
|
expected: "([string, unknown] | string)",
|
|
22354
22601
|
value: elem
|
|
22355
22602
|
}, _errorFactory)) && ("string" === typeof elem || (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22356
22603
|
method: "typia.assertGuard",
|
|
22357
|
-
path: _path + ".sequence[" +
|
|
22604
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22358
22605
|
expected: "([string, unknown] | string)",
|
|
22359
22606
|
value: elem
|
|
22360
22607
|
}, _errorFactory)) && ((elem.length === 2 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22361
22608
|
method: "typia.assertGuard",
|
|
22362
|
-
path: _path + ".sequence[" +
|
|
22609
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22363
22610
|
expected: "[string, any]",
|
|
22364
22611
|
value: elem
|
|
22365
22612
|
}, _errorFactory)) && ("string" === typeof elem[0] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22366
22613
|
method: "typia.assertGuard",
|
|
22367
|
-
path: _path + ".sequence[" +
|
|
22614
|
+
path: _path + ".sequence[" + _index73 + "][0]",
|
|
22368
22615
|
expected: "string",
|
|
22369
22616
|
value: elem[0]
|
|
22370
22617
|
}, _errorFactory)) && true) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22371
22618
|
method: "typia.assertGuard",
|
|
22372
|
-
path: _path + ".sequence[" +
|
|
22619
|
+
path: _path + ".sequence[" + _index73 + "]",
|
|
22373
22620
|
expected: "([string, unknown] | string)",
|
|
22374
22621
|
value: elem
|
|
22375
22622
|
}, _errorFactory))) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22442,14 +22689,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22442
22689
|
path: _path + ".displayAspectRatioPresets",
|
|
22443
22690
|
expected: "(Array<__type>.o3 | undefined)",
|
|
22444
22691
|
value: input.displayAspectRatioPresets
|
|
22445
|
-
}, _errorFactory)) && input.displayAspectRatioPresets.every((elem,
|
|
22692
|
+
}, _errorFactory)) && input.displayAspectRatioPresets.every((elem, _index74) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22446
22693
|
method: "typia.assertGuard",
|
|
22447
|
-
path: _path + ".displayAspectRatioPresets[" +
|
|
22694
|
+
path: _path + ".displayAspectRatioPresets[" + _index74 + "]",
|
|
22448
22695
|
expected: "__type.o28",
|
|
22449
22696
|
value: elem
|
|
22450
|
-
}, _errorFactory)) && _ao38(elem, _path + ".displayAspectRatioPresets[" +
|
|
22697
|
+
}, _errorFactory)) && _ao38(elem, _path + ".displayAspectRatioPresets[" + _index74 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22451
22698
|
method: "typia.assertGuard",
|
|
22452
|
-
path: _path + ".displayAspectRatioPresets[" +
|
|
22699
|
+
path: _path + ".displayAspectRatioPresets[" + _index74 + "]",
|
|
22453
22700
|
expected: "__type.o28",
|
|
22454
22701
|
value: elem
|
|
22455
22702
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22522,9 +22769,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22522
22769
|
path: _path + ".playbackRates",
|
|
22523
22770
|
expected: "(Array<number> | undefined)",
|
|
22524
22771
|
value: input.playbackRates
|
|
22525
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
22772
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index75) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22526
22773
|
method: "typia.assertGuard",
|
|
22527
|
-
path: _path + ".playbackRates[" +
|
|
22774
|
+
path: _path + ".playbackRates[" + _index75 + "]",
|
|
22528
22775
|
expected: "number",
|
|
22529
22776
|
value: elem
|
|
22530
22777
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22557,14 +22804,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22557
22804
|
path: _path + ".guides",
|
|
22558
22805
|
expected: "(Array<__type>.o6 | undefined)",
|
|
22559
22806
|
value: input.guides
|
|
22560
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
22807
|
+
}, _errorFactory)) && input.guides.every((elem, _index76) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22561
22808
|
method: "typia.assertGuard",
|
|
22562
|
-
path: _path + ".guides[" +
|
|
22809
|
+
path: _path + ".guides[" + _index76 + "]",
|
|
22563
22810
|
expected: "__type.o34",
|
|
22564
22811
|
value: elem
|
|
22565
|
-
}, _errorFactory)) && _ao44(elem, _path + ".guides[" +
|
|
22812
|
+
}, _errorFactory)) && _ao44(elem, _path + ".guides[" + _index76 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22566
22813
|
method: "typia.assertGuard",
|
|
22567
|
-
path: _path + ".guides[" +
|
|
22814
|
+
path: _path + ".guides[" + _index76 + "]",
|
|
22568
22815
|
expected: "__type.o34",
|
|
22569
22816
|
value: elem
|
|
22570
22817
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22672,14 +22919,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22672
22919
|
path: _path + ".suggestions",
|
|
22673
22920
|
expected: "(Array<__type>.o4 | undefined)",
|
|
22674
22921
|
value: input.suggestions
|
|
22675
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
22922
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index77) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22676
22923
|
method: "typia.assertGuard",
|
|
22677
|
-
path: _path + ".suggestions[" +
|
|
22924
|
+
path: _path + ".suggestions[" + _index77 + "]",
|
|
22678
22925
|
expected: "__type.o32",
|
|
22679
22926
|
value: elem
|
|
22680
|
-
}, _errorFactory)) && _ao42(elem, _path + ".suggestions[" +
|
|
22927
|
+
}, _errorFactory)) && _ao42(elem, _path + ".suggestions[" + _index77 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22681
22928
|
method: "typia.assertGuard",
|
|
22682
|
-
path: _path + ".suggestions[" +
|
|
22929
|
+
path: _path + ".suggestions[" + _index77 + "]",
|
|
22683
22930
|
expected: "__type.o32",
|
|
22684
22931
|
value: elem
|
|
22685
22932
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22692,14 +22939,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22692
22939
|
path: _path + ".colors",
|
|
22693
22940
|
expected: "(Array<__type>.o5 | undefined)",
|
|
22694
22941
|
value: input.colors
|
|
22695
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
22942
|
+
}, _errorFactory)) && input.colors.every((elem, _index78) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22696
22943
|
method: "typia.assertGuard",
|
|
22697
|
-
path: _path + ".colors[" +
|
|
22944
|
+
path: _path + ".colors[" + _index78 + "]",
|
|
22698
22945
|
expected: "__type.o33",
|
|
22699
22946
|
value: elem
|
|
22700
|
-
}, _errorFactory)) && _ao43(elem, _path + ".colors[" +
|
|
22947
|
+
}, _errorFactory)) && _ao43(elem, _path + ".colors[" + _index78 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22701
22948
|
method: "typia.assertGuard",
|
|
22702
|
-
path: _path + ".colors[" +
|
|
22949
|
+
path: _path + ".colors[" + _index78 + "]",
|
|
22703
22950
|
expected: "__type.o33",
|
|
22704
22951
|
value: elem
|
|
22705
22952
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22712,9 +22959,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22712
22959
|
path: _path + ".overridableProperties",
|
|
22713
22960
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
22714
22961
|
value: input.overridableProperties
|
|
22715
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
22962
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index79) => null === elem || true === _av80.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22716
22963
|
method: "typia.assertGuard",
|
|
22717
|
-
path: _path + ".overridableProperties[" +
|
|
22964
|
+
path: _path + ".overridableProperties[" + _index79 + "]",
|
|
22718
22965
|
expected: "(\"alignment\" | \"angle\" | \"backColour\" | \"bold\" | \"borderStyle\" | \"encoding\" | \"fontname\" | \"fontsize\" | \"italic\" | \"lineSpacing\" | \"marginL\" | \"marginR\" | \"marginV\" | \"name\" | \"outline\" | \"outlineColour\" | \"primaryColour\" | \"scaleX\" | \"scaleY\" | \"secondaryColour\" | \"shadow\" | \"spacing\" | \"strikeOut\" | \"underline\" | null)",
|
|
22719
22966
|
value: elem
|
|
22720
22967
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22817,14 +23064,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22817
23064
|
path: _path + ".text",
|
|
22818
23065
|
expected: "(Array<__type>.o7 | undefined)",
|
|
22819
23066
|
value: input.text
|
|
22820
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
23067
|
+
}, _errorFactory)) && input.text.every((elem, _index81) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22821
23068
|
method: "typia.assertGuard",
|
|
22822
|
-
path: _path + ".text[" +
|
|
23069
|
+
path: _path + ".text[" + _index81 + "]",
|
|
22823
23070
|
expected: "__type.o39",
|
|
22824
23071
|
value: elem
|
|
22825
|
-
}, _errorFactory)) && _ao49(elem, _path + ".text[" +
|
|
23072
|
+
}, _errorFactory)) && _ao49(elem, _path + ".text[" + _index81 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22826
23073
|
method: "typia.assertGuard",
|
|
22827
|
-
path: _path + ".text[" +
|
|
23074
|
+
path: _path + ".text[" + _index81 + "]",
|
|
22828
23075
|
expected: "__type.o39",
|
|
22829
23076
|
value: elem
|
|
22830
23077
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22872,9 +23119,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22872
23119
|
path: _path + ".args",
|
|
22873
23120
|
expected: "(Array<string> | undefined)",
|
|
22874
23121
|
value: input.args
|
|
22875
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
23122
|
+
}, _errorFactory)) && input.args.every((elem, _index82) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22876
23123
|
method: "typia.assertGuard",
|
|
22877
|
-
path: _path + ".args[" +
|
|
23124
|
+
path: _path + ".args[" + _index82 + "]",
|
|
22878
23125
|
expected: "string",
|
|
22879
23126
|
value: elem
|
|
22880
23127
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -22977,14 +23224,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
22977
23224
|
path: _path + ".presets",
|
|
22978
23225
|
expected: "(Array<AudioMappingPreset> | undefined)",
|
|
22979
23226
|
value: input.presets
|
|
22980
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
23227
|
+
}, _errorFactory)) && input.presets.every((elem, _index83) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22981
23228
|
method: "typia.assertGuard",
|
|
22982
|
-
path: _path + ".presets[" +
|
|
23229
|
+
path: _path + ".presets[" + _index83 + "]",
|
|
22983
23230
|
expected: "AudioMappingPreset",
|
|
22984
23231
|
value: elem
|
|
22985
|
-
}, _errorFactory)) && _ao56(elem, _path + ".presets[" +
|
|
23232
|
+
}, _errorFactory)) && _ao56(elem, _path + ".presets[" + _index83 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
22986
23233
|
method: "typia.assertGuard",
|
|
22987
|
-
path: _path + ".presets[" +
|
|
23234
|
+
path: _path + ".presets[" + _index83 + "]",
|
|
22988
23235
|
expected: "AudioMappingPreset",
|
|
22989
23236
|
value: elem
|
|
22990
23237
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23007,19 +23254,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23007
23254
|
path: _path + ".mapping",
|
|
23008
23255
|
expected: "(Array<Array<number>> | undefined)",
|
|
23009
23256
|
value: input.mapping
|
|
23010
|
-
}, _errorFactory)) && input.mapping.every((elem,
|
|
23257
|
+
}, _errorFactory)) && input.mapping.every((elem, _index84) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23011
23258
|
method: "typia.assertGuard",
|
|
23012
|
-
path: _path + ".mapping[" +
|
|
23259
|
+
path: _path + ".mapping[" + _index84 + "]",
|
|
23013
23260
|
expected: "Array<number>",
|
|
23014
23261
|
value: elem
|
|
23015
|
-
}, _errorFactory)) && elem.every((elem,
|
|
23262
|
+
}, _errorFactory)) && elem.every((elem, _index85) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23016
23263
|
method: "typia.assertGuard",
|
|
23017
|
-
path: _path + ".mapping[" +
|
|
23264
|
+
path: _path + ".mapping[" + _index84 + "][" + _index85 + "]",
|
|
23018
23265
|
expected: "number",
|
|
23019
23266
|
value: elem
|
|
23020
23267
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23021
23268
|
method: "typia.assertGuard",
|
|
23022
|
-
path: _path + ".mapping[" +
|
|
23269
|
+
path: _path + ".mapping[" + _index84 + "]",
|
|
23023
23270
|
expected: "Array<number>",
|
|
23024
23271
|
value: elem
|
|
23025
23272
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23032,9 +23279,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23032
23279
|
path: _path + ".mute",
|
|
23033
23280
|
expected: "(Array<boolean> | undefined)",
|
|
23034
23281
|
value: input.mute
|
|
23035
|
-
}, _errorFactory)) && input.mute.every((elem,
|
|
23282
|
+
}, _errorFactory)) && input.mute.every((elem, _index86) => "boolean" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23036
23283
|
method: "typia.assertGuard",
|
|
23037
|
-
path: _path + ".mute[" +
|
|
23284
|
+
path: _path + ".mute[" + _index86 + "]",
|
|
23038
23285
|
expected: "boolean",
|
|
23039
23286
|
value: elem
|
|
23040
23287
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23067,14 +23314,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23067
23314
|
path: _path + ".presets",
|
|
23068
23315
|
expected: "(Array<__type>.o8 | undefined)",
|
|
23069
23316
|
value: input.presets
|
|
23070
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
23317
|
+
}, _errorFactory)) && input.presets.every((elem, _index87) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23071
23318
|
method: "typia.assertGuard",
|
|
23072
|
-
path: _path + ".presets[" +
|
|
23319
|
+
path: _path + ".presets[" + _index87 + "]",
|
|
23073
23320
|
expected: "__type.o47",
|
|
23074
23321
|
value: elem
|
|
23075
|
-
}, _errorFactory)) && _ao58(elem, _path + ".presets[" +
|
|
23322
|
+
}, _errorFactory)) && _ao58(elem, _path + ".presets[" + _index87 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23076
23323
|
method: "typia.assertGuard",
|
|
23077
|
-
path: _path + ".presets[" +
|
|
23324
|
+
path: _path + ".presets[" + _index87 + "]",
|
|
23078
23325
|
expected: "__type.o47",
|
|
23079
23326
|
value: elem
|
|
23080
23327
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23152,9 +23399,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23152
23399
|
path: _path + ".args",
|
|
23153
23400
|
expected: "(Array<string> | undefined)",
|
|
23154
23401
|
value: input.args
|
|
23155
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
23402
|
+
}, _errorFactory)) && input.args.every((elem, _index88) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23156
23403
|
method: "typia.assertGuard",
|
|
23157
|
-
path: _path + ".args[" +
|
|
23404
|
+
path: _path + ".args[" + _index88 + "]",
|
|
23158
23405
|
expected: "string",
|
|
23159
23406
|
value: elem
|
|
23160
23407
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23267,7 +23514,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23267
23514
|
path: _path + ".search",
|
|
23268
23515
|
expected: "(__type.o57 | undefined)",
|
|
23269
23516
|
value: input.search
|
|
23270
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
23517
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av89.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23271
23518
|
method: "typia.assertGuard",
|
|
23272
23519
|
path: _path + ".sortMode",
|
|
23273
23520
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
@@ -23287,14 +23534,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23287
23534
|
path: _path + ".titleLines",
|
|
23288
23535
|
expected: "(number | undefined)",
|
|
23289
23536
|
value: input.titleLines
|
|
23290
|
-
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23537
|
+
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => (undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23291
23538
|
method: "typia.assertGuard",
|
|
23292
23539
|
path: _path + ".fontFamilies",
|
|
23293
23540
|
expected: "(Array<string> | undefined)",
|
|
23294
23541
|
value: input.fontFamilies
|
|
23295
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
23542
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index90) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23296
23543
|
method: "typia.assertGuard",
|
|
23297
|
-
path: _path + ".fontFamilies[" +
|
|
23544
|
+
path: _path + ".fontFamilies[" + _index90 + "]",
|
|
23298
23545
|
expected: "string",
|
|
23299
23546
|
value: elem
|
|
23300
23547
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23302,7 +23549,177 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23302
23549
|
path: _path + ".fontFamilies",
|
|
23303
23550
|
expected: "(Array<string> | undefined)",
|
|
23304
23551
|
value: input.fontFamilies
|
|
23305
|
-
}, _errorFactory)
|
|
23552
|
+
}, _errorFactory)) && (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23553
|
+
method: "typia.assertGuard",
|
|
23554
|
+
path: _path + ".presets",
|
|
23555
|
+
expected: "(Array<PrintOptions> | undefined)",
|
|
23556
|
+
value: input.presets
|
|
23557
|
+
}, _errorFactory)) && input.presets.every((elem, _index91) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23558
|
+
method: "typia.assertGuard",
|
|
23559
|
+
path: _path + ".presets[" + _index91 + "]",
|
|
23560
|
+
expected: "(PrintRundownOptions | PrintScriptOptions)",
|
|
23561
|
+
value: elem
|
|
23562
|
+
}, _errorFactory)) && _au0(elem, _path + ".presets[" + _index91 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23563
|
+
method: "typia.assertGuard",
|
|
23564
|
+
path: _path + ".presets[" + _index91 + "]",
|
|
23565
|
+
expected: "(PrintRundownOptions | PrintScriptOptions)",
|
|
23566
|
+
value: elem
|
|
23567
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23568
|
+
method: "typia.assertGuard",
|
|
23569
|
+
path: _path + ".presets",
|
|
23570
|
+
expected: "(Array<PrintOptions> | undefined)",
|
|
23571
|
+
value: input.presets
|
|
23572
|
+
}, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => ("script" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23573
|
+
method: "typia.assertGuard",
|
|
23574
|
+
path: _path + ".type",
|
|
23575
|
+
expected: "\"script\"",
|
|
23576
|
+
value: input.type
|
|
23577
|
+
}, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23578
|
+
method: "typia.assertGuard",
|
|
23579
|
+
path: _path + ".title",
|
|
23580
|
+
expected: "string",
|
|
23581
|
+
value: input.title
|
|
23582
|
+
}, _errorFactory)) && ("number" === typeof input.horizontalMargin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23583
|
+
method: "typia.assertGuard",
|
|
23584
|
+
path: _path + ".horizontalMargin",
|
|
23585
|
+
expected: "number",
|
|
23586
|
+
value: input.horizontalMargin
|
|
23587
|
+
}, _errorFactory)) && ("A5" === input.pageSize || "A4" === input.pageSize || "A3" === input.pageSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23588
|
+
method: "typia.assertGuard",
|
|
23589
|
+
path: _path + ".pageSize",
|
|
23590
|
+
expected: "(\"A3\" | \"A4\" | \"A5\")",
|
|
23591
|
+
value: input.pageSize
|
|
23592
|
+
}, _errorFactory)) && ("landscape" === input.orientation || "portrait" === input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23593
|
+
method: "typia.assertGuard",
|
|
23594
|
+
path: _path + ".orientation",
|
|
23595
|
+
expected: "(\"landscape\" | \"portrait\")",
|
|
23596
|
+
value: input.orientation
|
|
23597
|
+
}, _errorFactory)) && ("number" === typeof input.fontSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23598
|
+
method: "typia.assertGuard",
|
|
23599
|
+
path: _path + ".fontSize",
|
|
23600
|
+
expected: "number",
|
|
23601
|
+
value: input.fontSize
|
|
23602
|
+
}, _errorFactory)) && (undefined === input.fontFamily || "string" === typeof input.fontFamily || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23603
|
+
method: "typia.assertGuard",
|
|
23604
|
+
path: _path + ".fontFamily",
|
|
23605
|
+
expected: "(string | undefined)",
|
|
23606
|
+
value: input.fontFamily
|
|
23607
|
+
}, _errorFactory)) && ((Array.isArray(input.hide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23608
|
+
method: "typia.assertGuard",
|
|
23609
|
+
path: _path + ".hide",
|
|
23610
|
+
expected: "Array<PrintOptionalScriptNodes>",
|
|
23611
|
+
value: input.hide
|
|
23612
|
+
}, _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, {
|
|
23613
|
+
method: "typia.assertGuard",
|
|
23614
|
+
path: _path + ".hide[" + _index92 + "]",
|
|
23615
|
+
expected: "(\"comment\" | \"event\" | \"event-data\" | \"heading\" | \"horizontalrule\" | \"list\" | \"paragraph\" | \"quote\")",
|
|
23616
|
+
value: elem
|
|
23617
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23618
|
+
method: "typia.assertGuard",
|
|
23619
|
+
path: _path + ".hide",
|
|
23620
|
+
expected: "Array<PrintOptionalScriptNodes>",
|
|
23621
|
+
value: input.hide
|
|
23622
|
+
}, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => ("rundown" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23623
|
+
method: "typia.assertGuard",
|
|
23624
|
+
path: _path + ".type",
|
|
23625
|
+
expected: "\"rundown\"",
|
|
23626
|
+
value: input.type
|
|
23627
|
+
}, _errorFactory)) && ((Array.isArray(input.columns) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23628
|
+
method: "typia.assertGuard",
|
|
23629
|
+
path: _path + ".columns",
|
|
23630
|
+
expected: "Array<PrintRundownColumn>",
|
|
23631
|
+
value: input.columns
|
|
23632
|
+
}, _errorFactory)) && input.columns.every((elem, _index93) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23633
|
+
method: "typia.assertGuard",
|
|
23634
|
+
path: _path + ".columns[" + _index93 + "]",
|
|
23635
|
+
expected: "PrintRundownColumn",
|
|
23636
|
+
value: elem
|
|
23637
|
+
}, _errorFactory)) && _ao73(elem, _path + ".columns[" + _index93 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23638
|
+
method: "typia.assertGuard",
|
|
23639
|
+
path: _path + ".columns[" + _index93 + "]",
|
|
23640
|
+
expected: "PrintRundownColumn",
|
|
23641
|
+
value: elem
|
|
23642
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23643
|
+
method: "typia.assertGuard",
|
|
23644
|
+
path: _path + ".columns",
|
|
23645
|
+
expected: "Array<PrintRundownColumn>",
|
|
23646
|
+
value: input.columns
|
|
23647
|
+
}, _errorFactory)) && (undefined === input.rangeStart || "number" === typeof input.rangeStart || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23648
|
+
method: "typia.assertGuard",
|
|
23649
|
+
path: _path + ".rangeStart",
|
|
23650
|
+
expected: "(number | undefined)",
|
|
23651
|
+
value: input.rangeStart
|
|
23652
|
+
}, _errorFactory)) && (undefined === input.rangeEnd || "number" === typeof input.rangeEnd || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23653
|
+
method: "typia.assertGuard",
|
|
23654
|
+
path: _path + ".rangeEnd",
|
|
23655
|
+
expected: "(number | undefined)",
|
|
23656
|
+
value: input.rangeEnd
|
|
23657
|
+
}, _errorFactory)) && ((Array.isArray(input.hide) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23658
|
+
method: "typia.assertGuard",
|
|
23659
|
+
path: _path + ".hide",
|
|
23660
|
+
expected: "Array<\"event\" | \"comment\" | \"heading\" | \"list\" | \"quote\" | \"paragraph\" | \"horizontalrule\">",
|
|
23661
|
+
value: input.hide
|
|
23662
|
+
}, _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, {
|
|
23663
|
+
method: "typia.assertGuard",
|
|
23664
|
+
path: _path + ".hide[" + _index94 + "]",
|
|
23665
|
+
expected: "(\"comment\" | \"event\" | \"heading\" | \"horizontalrule\" | \"list\" | \"paragraph\" | \"quote\")",
|
|
23666
|
+
value: elem
|
|
23667
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23668
|
+
method: "typia.assertGuard",
|
|
23669
|
+
path: _path + ".hide",
|
|
23670
|
+
expected: "Array<\"event\" | \"comment\" | \"heading\" | \"list\" | \"quote\" | \"paragraph\" | \"horizontalrule\">",
|
|
23671
|
+
value: input.hide
|
|
23672
|
+
}, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23673
|
+
method: "typia.assertGuard",
|
|
23674
|
+
path: _path + ".title",
|
|
23675
|
+
expected: "string",
|
|
23676
|
+
value: input.title
|
|
23677
|
+
}, _errorFactory)) && ("number" === typeof input.horizontalMargin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23678
|
+
method: "typia.assertGuard",
|
|
23679
|
+
path: _path + ".horizontalMargin",
|
|
23680
|
+
expected: "number",
|
|
23681
|
+
value: input.horizontalMargin
|
|
23682
|
+
}, _errorFactory)) && ("A5" === input.pageSize || "A4" === input.pageSize || "A3" === input.pageSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23683
|
+
method: "typia.assertGuard",
|
|
23684
|
+
path: _path + ".pageSize",
|
|
23685
|
+
expected: "(\"A3\" | \"A4\" | \"A5\")",
|
|
23686
|
+
value: input.pageSize
|
|
23687
|
+
}, _errorFactory)) && ("landscape" === input.orientation || "portrait" === input.orientation || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23688
|
+
method: "typia.assertGuard",
|
|
23689
|
+
path: _path + ".orientation",
|
|
23690
|
+
expected: "(\"landscape\" | \"portrait\")",
|
|
23691
|
+
value: input.orientation
|
|
23692
|
+
}, _errorFactory)) && ("number" === typeof input.fontSize || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23693
|
+
method: "typia.assertGuard",
|
|
23694
|
+
path: _path + ".fontSize",
|
|
23695
|
+
expected: "number",
|
|
23696
|
+
value: input.fontSize
|
|
23697
|
+
}, _errorFactory)) && (undefined === input.fontFamily || "string" === typeof input.fontFamily || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23698
|
+
method: "typia.assertGuard",
|
|
23699
|
+
path: _path + ".fontFamily",
|
|
23700
|
+
expected: "(string | undefined)",
|
|
23701
|
+
value: input.fontFamily
|
|
23702
|
+
}, _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, {
|
|
23703
|
+
method: "typia.assertGuard",
|
|
23704
|
+
path: _path + ".key",
|
|
23705
|
+
expected: "(\"accDuration\" | \"duration\" | \"id\" | \"position\" | \"time\" | \"title\" | \"type\")",
|
|
23706
|
+
value: input.key
|
|
23707
|
+
}, _errorFactory)) && ("string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23708
|
+
method: "typia.assertGuard",
|
|
23709
|
+
path: _path + ".label",
|
|
23710
|
+
expected: "string",
|
|
23711
|
+
value: input.label
|
|
23712
|
+
}, _errorFactory)) && ("string" === typeof input.width || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23713
|
+
method: "typia.assertGuard",
|
|
23714
|
+
path: _path + ".width",
|
|
23715
|
+
expected: "string",
|
|
23716
|
+
value: input.width
|
|
23717
|
+
}, _errorFactory)) && ("right" === input.textAlign || "left" === input.textAlign || "center" === input.textAlign || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23718
|
+
method: "typia.assertGuard",
|
|
23719
|
+
path: _path + ".textAlign",
|
|
23720
|
+
expected: "(\"center\" | \"left\" | \"right\")",
|
|
23721
|
+
value: input.textAlign
|
|
23722
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23306
23723
|
method: "typia.assertGuard",
|
|
23307
23724
|
path: _path + ".id",
|
|
23308
23725
|
expected: "(string | undefined)",
|
|
@@ -23312,27 +23729,37 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23312
23729
|
path: _path + ".folded",
|
|
23313
23730
|
expected: "(boolean | undefined)",
|
|
23314
23731
|
value: input.folded
|
|
23315
|
-
}, _errorFactory)); const
|
|
23732
|
+
}, _errorFactory)); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23316
23733
|
method: "typia.assertGuard",
|
|
23317
23734
|
path: _path + ".adobe",
|
|
23318
23735
|
expected: "(__type.o62 | undefined)",
|
|
23319
23736
|
value: input.adobe
|
|
23320
|
-
}, _errorFactory)) &&
|
|
23737
|
+
}, _errorFactory)) && _ao76(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23321
23738
|
method: "typia.assertGuard",
|
|
23322
23739
|
path: _path + ".adobe",
|
|
23323
23740
|
expected: "(__type.o62 | undefined)",
|
|
23324
23741
|
value: input.adobe
|
|
23742
|
+
}, _errorFactory)) && (undefined === input.ograf || ("object" === typeof input.ograf && null !== input.ograf && false === Array.isArray(input.ograf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23743
|
+
method: "typia.assertGuard",
|
|
23744
|
+
path: _path + ".ograf",
|
|
23745
|
+
expected: "(__type.o64 | undefined)",
|
|
23746
|
+
value: input.ograf
|
|
23747
|
+
}, _errorFactory)) && _ao78(input.ograf, _path + ".ograf", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23748
|
+
method: "typia.assertGuard",
|
|
23749
|
+
path: _path + ".ograf",
|
|
23750
|
+
expected: "(__type.o64 | undefined)",
|
|
23751
|
+
value: input.ograf
|
|
23325
23752
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23326
23753
|
method: "typia.assertGuard",
|
|
23327
23754
|
path: _path + ".rive",
|
|
23328
|
-
expected: "(__type.
|
|
23755
|
+
expected: "(__type.o65 | undefined)",
|
|
23329
23756
|
value: input.rive
|
|
23330
|
-
}, _errorFactory)) &&
|
|
23757
|
+
}, _errorFactory)) && _ao79(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23331
23758
|
method: "typia.assertGuard",
|
|
23332
23759
|
path: _path + ".rive",
|
|
23333
|
-
expected: "(__type.
|
|
23760
|
+
expected: "(__type.o65 | undefined)",
|
|
23334
23761
|
value: input.rive
|
|
23335
|
-
}, _errorFactory)); const
|
|
23762
|
+
}, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.videoBin || "string" === typeof input.videoBin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23336
23763
|
method: "typia.assertGuard",
|
|
23337
23764
|
path: _path + ".videoBin",
|
|
23338
23765
|
expected: "(string | undefined)",
|
|
@@ -23372,6 +23799,21 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23372
23799
|
path: _path + ".renderPresetPath",
|
|
23373
23800
|
expected: "(string | undefined)",
|
|
23374
23801
|
value: input.renderPresetPath
|
|
23802
|
+
}, _errorFactory)) && (undefined === input.renderPresets || (Array.isArray(input.renderPresets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23803
|
+
method: "typia.assertGuard",
|
|
23804
|
+
path: _path + ".renderPresets",
|
|
23805
|
+
expected: "(Array<string> | undefined)",
|
|
23806
|
+
value: input.renderPresets
|
|
23807
|
+
}, _errorFactory)) && input.renderPresets.every((elem, _index95) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23808
|
+
method: "typia.assertGuard",
|
|
23809
|
+
path: _path + ".renderPresets[" + _index95 + "]",
|
|
23810
|
+
expected: "string",
|
|
23811
|
+
value: elem
|
|
23812
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23813
|
+
method: "typia.assertGuard",
|
|
23814
|
+
path: _path + ".renderPresets",
|
|
23815
|
+
expected: "(Array<string> | undefined)",
|
|
23816
|
+
value: input.renderPresets
|
|
23375
23817
|
}, _errorFactory)) && (undefined === input.videoRenderPreset || "string" === typeof input.videoRenderPreset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23376
23818
|
method: "typia.assertGuard",
|
|
23377
23819
|
path: _path + ".videoRenderPreset",
|
|
@@ -23407,22 +23849,27 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23407
23849
|
path: _path + ".bodymovin",
|
|
23408
23850
|
expected: "(__type.o63 | undefined)",
|
|
23409
23851
|
value: input.bodymovin
|
|
23410
|
-
}, _errorFactory)) &&
|
|
23852
|
+
}, _errorFactory)) && _ao77(input.bodymovin, _path + ".bodymovin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23411
23853
|
method: "typia.assertGuard",
|
|
23412
23854
|
path: _path + ".bodymovin",
|
|
23413
23855
|
expected: "(__type.o63 | undefined)",
|
|
23414
23856
|
value: input.bodymovin
|
|
23415
|
-
}, _errorFactory)); const
|
|
23857
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23416
23858
|
method: "typia.assertGuard",
|
|
23417
23859
|
path: _path + ".template",
|
|
23418
23860
|
expected: "(string | undefined)",
|
|
23419
23861
|
value: input.template
|
|
23420
|
-
}, _errorFactory); const
|
|
23862
|
+
}, _errorFactory); const _ao78 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23421
23863
|
method: "typia.assertGuard",
|
|
23422
23864
|
path: _path + ".template",
|
|
23423
23865
|
expected: "(string | undefined)",
|
|
23424
23866
|
value: input.template
|
|
23425
|
-
}, _errorFactory); const
|
|
23867
|
+
}, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23868
|
+
method: "typia.assertGuard",
|
|
23869
|
+
path: _path + ".template",
|
|
23870
|
+
expected: "(string | undefined)",
|
|
23871
|
+
value: input.template
|
|
23872
|
+
}, _errorFactory); const _ao80 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23426
23873
|
method: "typia.assertGuard",
|
|
23427
23874
|
path: _path + ".collections",
|
|
23428
23875
|
expected: "(boolean | undefined)",
|
|
@@ -23442,7 +23889,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23442
23889
|
path: _path + ".ameRemoteRendering",
|
|
23443
23890
|
expected: "(boolean | undefined)",
|
|
23444
23891
|
value: input.ameRemoteRendering
|
|
23445
|
-
}, _errorFactory)); const
|
|
23892
|
+
}, _errorFactory)); const _ao81 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23446
23893
|
method: "typia.assertGuard",
|
|
23447
23894
|
path: _path + ".utils",
|
|
23448
23895
|
expected: "(boolean | undefined)",
|
|
@@ -23552,24 +23999,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23552
23999
|
path: _path + ".systemHealthIgnore",
|
|
23553
24000
|
expected: "(boolean | undefined)",
|
|
23554
24001
|
value: input.systemHealthIgnore
|
|
23555
|
-
}, _errorFactory)); const
|
|
24002
|
+
}, _errorFactory)); const _ao82 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23556
24003
|
method: "typia.assertGuard",
|
|
23557
24004
|
path: _path + ".events",
|
|
23558
|
-
expected: "(__type.
|
|
24005
|
+
expected: "(__type.o69 | undefined)",
|
|
23559
24006
|
value: input.events
|
|
23560
|
-
}, _errorFactory)) &&
|
|
24007
|
+
}, _errorFactory)) && _ao83(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23561
24008
|
method: "typia.assertGuard",
|
|
23562
24009
|
path: _path + ".events",
|
|
23563
|
-
expected: "(__type.
|
|
24010
|
+
expected: "(__type.o69 | undefined)",
|
|
23564
24011
|
value: input.events
|
|
23565
|
-
}, _errorFactory); const
|
|
24012
|
+
}, _errorFactory); const _ao83 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23566
24013
|
method: "typia.assertGuard",
|
|
23567
24014
|
path: _path + ".comment",
|
|
23568
24015
|
expected: "(Array<NotificationReason> | undefined)",
|
|
23569
24016
|
value: input.comment
|
|
23570
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
24017
|
+
}, _errorFactory)) && input.comment.every((elem, _index96) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23571
24018
|
method: "typia.assertGuard",
|
|
23572
|
-
path: _path + ".comment[" +
|
|
24019
|
+
path: _path + ".comment[" + _index96 + "]",
|
|
23573
24020
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23574
24021
|
value: elem
|
|
23575
24022
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23582,9 +24029,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23582
24029
|
path: _path + ".assigned",
|
|
23583
24030
|
expected: "(Array<NotificationReason> | undefined)",
|
|
23584
24031
|
value: input.assigned
|
|
23585
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
24032
|
+
}, _errorFactory)) && input.assigned.every((elem, _index97) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23586
24033
|
method: "typia.assertGuard",
|
|
23587
|
-
path: _path + ".assigned[" +
|
|
24034
|
+
path: _path + ".assigned[" + _index97 + "]",
|
|
23588
24035
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23589
24036
|
value: elem
|
|
23590
24037
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23597,9 +24044,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23597
24044
|
path: _path + ".unassigned",
|
|
23598
24045
|
expected: "(Array<NotificationReason> | undefined)",
|
|
23599
24046
|
value: input.unassigned
|
|
23600
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
24047
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index98) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23601
24048
|
method: "typia.assertGuard",
|
|
23602
|
-
path: _path + ".unassigned[" +
|
|
24049
|
+
path: _path + ".unassigned[" + _index98 + "]",
|
|
23603
24050
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23604
24051
|
value: elem
|
|
23605
24052
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23610,14 +24057,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23610
24057
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23611
24058
|
method: "typia.assertGuard",
|
|
23612
24059
|
path: _path + ".publishSucceeded",
|
|
23613
|
-
expected: "(__type.
|
|
24060
|
+
expected: "(__type.o70 | undefined)",
|
|
23614
24061
|
value: input.publishSucceeded
|
|
23615
|
-
}, _errorFactory)) &&
|
|
24062
|
+
}, _errorFactory)) && _ao84(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23616
24063
|
method: "typia.assertGuard",
|
|
23617
24064
|
path: _path + ".publishSucceeded",
|
|
23618
|
-
expected: "(__type.
|
|
24065
|
+
expected: "(__type.o70 | undefined)",
|
|
23619
24066
|
value: input.publishSucceeded
|
|
23620
|
-
}, _errorFactory)); const
|
|
24067
|
+
}, _errorFactory)); const _ao84 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
23621
24068
|
const value = input[key];
|
|
23622
24069
|
if (undefined === value)
|
|
23623
24070
|
return true;
|
|
@@ -23626,9 +24073,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23626
24073
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
23627
24074
|
expected: "Array<NotificationReason>",
|
|
23628
24075
|
value: value
|
|
23629
|
-
}, _errorFactory)) && value.every((elem,
|
|
24076
|
+
}, _errorFactory)) && value.every((elem, _index99) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23630
24077
|
method: "typia.assertGuard",
|
|
23631
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
24078
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index99 + "]",
|
|
23632
24079
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
23633
24080
|
value: elem
|
|
23634
24081
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23637,27 +24084,27 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23637
24084
|
expected: "Array<NotificationReason>",
|
|
23638
24085
|
value: value
|
|
23639
24086
|
}, _errorFactory);
|
|
23640
|
-
}); const
|
|
24087
|
+
}); const _ao85 = (input, _path, _exceptionable = true) => (undefined === input.create || ("object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23641
24088
|
method: "typia.assertGuard",
|
|
23642
24089
|
path: _path + ".create",
|
|
23643
|
-
expected: "(__type.
|
|
24090
|
+
expected: "(__type.o72 | undefined)",
|
|
23644
24091
|
value: input.create
|
|
23645
|
-
}, _errorFactory)) &&
|
|
24092
|
+
}, _errorFactory)) && _ao86(input.create, _path + ".create", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23646
24093
|
method: "typia.assertGuard",
|
|
23647
24094
|
path: _path + ".create",
|
|
23648
|
-
expected: "(__type.
|
|
24095
|
+
expected: "(__type.o72 | undefined)",
|
|
23649
24096
|
value: input.create
|
|
23650
24097
|
}, _errorFactory)) && (undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23651
24098
|
method: "typia.assertGuard",
|
|
23652
24099
|
path: _path + ".duplicate",
|
|
23653
|
-
expected: "(__type.
|
|
24100
|
+
expected: "(__type.o73 | undefined)",
|
|
23654
24101
|
value: input.duplicate
|
|
23655
|
-
}, _errorFactory)) &&
|
|
24102
|
+
}, _errorFactory)) && _ao87(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23656
24103
|
method: "typia.assertGuard",
|
|
23657
24104
|
path: _path + ".duplicate",
|
|
23658
|
-
expected: "(__type.
|
|
24105
|
+
expected: "(__type.o73 | undefined)",
|
|
23659
24106
|
value: input.duplicate
|
|
23660
|
-
}, _errorFactory)); const
|
|
24107
|
+
}, _errorFactory)); const _ao86 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23661
24108
|
method: "typia.assertGuard",
|
|
23662
24109
|
path: _path + ".titlePrefix",
|
|
23663
24110
|
expected: "(string | undefined)",
|
|
@@ -23667,7 +24114,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23667
24114
|
path: _path + ".titleSuffix",
|
|
23668
24115
|
expected: "(string | undefined)",
|
|
23669
24116
|
value: input.titleSuffix
|
|
23670
|
-
}, _errorFactory)); const
|
|
24117
|
+
}, _errorFactory)); const _ao87 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23671
24118
|
method: "typia.assertGuard",
|
|
23672
24119
|
path: _path + ".titlePrefix",
|
|
23673
24120
|
expected: "(string | undefined)",
|
|
@@ -23677,14 +24124,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23677
24124
|
path: _path + ".titleSuffix",
|
|
23678
24125
|
expected: "(string | undefined)",
|
|
23679
24126
|
value: input.titleSuffix
|
|
23680
|
-
}, _errorFactory)); const
|
|
24127
|
+
}, _errorFactory)); const _ao88 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23681
24128
|
method: "typia.assertGuard",
|
|
23682
24129
|
path: _path + ".stateFilter",
|
|
23683
24130
|
expected: "(Array<number> | undefined)",
|
|
23684
24131
|
value: input.stateFilter
|
|
23685
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
24132
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index100) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23686
24133
|
method: "typia.assertGuard",
|
|
23687
|
-
path: _path + ".stateFilter[" +
|
|
24134
|
+
path: _path + ".stateFilter[" + _index100 + "]",
|
|
23688
24135
|
expected: "number",
|
|
23689
24136
|
value: elem
|
|
23690
24137
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -23717,37 +24164,52 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23717
24164
|
path: _path + ".parseRegex",
|
|
23718
24165
|
expected: "(boolean | undefined)",
|
|
23719
24166
|
value: input.parseRegex
|
|
23720
|
-
}, _errorFactory)); const
|
|
24167
|
+
}, _errorFactory)); const _ao89 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23721
24168
|
method: "typia.assertGuard",
|
|
23722
24169
|
path: _path + ".disableHotArea",
|
|
23723
24170
|
expected: "(boolean | undefined)",
|
|
23724
24171
|
value: input.disableHotArea
|
|
23725
|
-
}, _errorFactory); const
|
|
24172
|
+
}, _errorFactory); const _ao90 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23726
24173
|
method: "typia.assertGuard",
|
|
23727
24174
|
path: _path + ".refreshInterval",
|
|
23728
24175
|
expected: "(number | undefined)",
|
|
23729
24176
|
value: input.refreshInterval
|
|
23730
|
-
}, _errorFactory); const
|
|
24177
|
+
}, _errorFactory); const _ao91 = (input, _path, _exceptionable = true) => undefined === input.layout || "string" === typeof input.layout || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23731
24178
|
method: "typia.assertGuard",
|
|
23732
24179
|
path: _path + ".layout",
|
|
23733
24180
|
expected: "(string | undefined)",
|
|
23734
24181
|
value: input.layout
|
|
23735
|
-
}, _errorFactory); const
|
|
24182
|
+
}, _errorFactory); const _ao92 = (input, _path, _exceptionable = true) => (undefined === input.ignoredWarnings || (Array.isArray(input.ignoredWarnings) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23736
24183
|
method: "typia.assertGuard",
|
|
23737
|
-
path: _path + ".
|
|
24184
|
+
path: _path + ".ignoredWarnings",
|
|
23738
24185
|
expected: "(Array<string> | undefined)",
|
|
23739
|
-
value: input.
|
|
23740
|
-
}, _errorFactory)) && input.
|
|
24186
|
+
value: input.ignoredWarnings
|
|
24187
|
+
}, _errorFactory)) && input.ignoredWarnings.every((elem, _index101) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23741
24188
|
method: "typia.assertGuard",
|
|
23742
|
-
path: _path + ".
|
|
24189
|
+
path: _path + ".ignoredWarnings[" + _index101 + "]",
|
|
23743
24190
|
expected: "string",
|
|
23744
24191
|
value: elem
|
|
23745
24192
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23746
24193
|
method: "typia.assertGuard",
|
|
23747
|
-
path: _path + ".
|
|
24194
|
+
path: _path + ".ignoredWarnings",
|
|
24195
|
+
expected: "(Array<string> | undefined)",
|
|
24196
|
+
value: input.ignoredWarnings
|
|
24197
|
+
}, _errorFactory)) && (undefined === input.ignoredErrors || (Array.isArray(input.ignoredErrors) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24198
|
+
method: "typia.assertGuard",
|
|
24199
|
+
path: _path + ".ignoredErrors",
|
|
23748
24200
|
expected: "(Array<string> | undefined)",
|
|
23749
|
-
value: input.
|
|
23750
|
-
}, _errorFactory)
|
|
24201
|
+
value: input.ignoredErrors
|
|
24202
|
+
}, _errorFactory)) && input.ignoredErrors.every((elem, _index102) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24203
|
+
method: "typia.assertGuard",
|
|
24204
|
+
path: _path + ".ignoredErrors[" + _index102 + "]",
|
|
24205
|
+
expected: "string",
|
|
24206
|
+
value: elem
|
|
24207
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24208
|
+
method: "typia.assertGuard",
|
|
24209
|
+
path: _path + ".ignoredErrors",
|
|
24210
|
+
expected: "(Array<string> | undefined)",
|
|
24211
|
+
value: input.ignoredErrors
|
|
24212
|
+
}, _errorFactory)); const _ao93 = (input, _path, _exceptionable = true) => (undefined === input.enableUpdate || "boolean" === typeof input.enableUpdate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23751
24213
|
method: "typia.assertGuard",
|
|
23752
24214
|
path: _path + ".enableUpdate",
|
|
23753
24215
|
expected: "(boolean | undefined)",
|
|
@@ -23757,7 +24219,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23757
24219
|
path: _path + ".autoUpdate",
|
|
23758
24220
|
expected: "(boolean | undefined)",
|
|
23759
24221
|
value: input.autoUpdate
|
|
23760
|
-
}, _errorFactory)); const
|
|
24222
|
+
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
24223
|
+
if ("script" === input.type)
|
|
24224
|
+
return _ao71(input, _path, true && _exceptionable);
|
|
24225
|
+
else if ("rundown" === input.type)
|
|
24226
|
+
return _ao72(input, _path, true && _exceptionable);
|
|
24227
|
+
else
|
|
24228
|
+
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24229
|
+
method: "typia.assertGuard",
|
|
24230
|
+
path: _path,
|
|
24231
|
+
expected: "(PrintScriptOptions | PrintRundownOptions)",
|
|
24232
|
+
value: input
|
|
24233
|
+
}, _errorFactory);
|
|
24234
|
+
})(); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
23761
24235
|
if (false === __is(input)) {
|
|
23762
24236
|
_errorFactory = errorFactory;
|
|
23763
24237
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -23970,71 +24444,523 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
23970
24444
|
value: input.exclude
|
|
23971
24445
|
}, _errorFactory)) && (undefined === input.states || ("object" === typeof input.states && null !== input.states || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23972
24446
|
method: "typia.assertGuard",
|
|
23973
|
-
path: _path + ".states",
|
|
23974
|
-
expected: "(__type | undefined)",
|
|
23975
|
-
value: input.states
|
|
23976
|
-
}, _errorFactory)) && _ao3(input.states, _path + ".states", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24447
|
+
path: _path + ".states",
|
|
24448
|
+
expected: "(__type | undefined)",
|
|
24449
|
+
value: input.states
|
|
24450
|
+
}, _errorFactory)) && _ao3(input.states, _path + ".states", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24451
|
+
method: "typia.assertGuard",
|
|
24452
|
+
path: _path + ".states",
|
|
24453
|
+
expected: "(__type | undefined)",
|
|
24454
|
+
value: input.states
|
|
24455
|
+
}, _errorFactory)) && (undefined === input.flow || "column" === input.flow || "row" === input.flow || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24456
|
+
method: "typia.assertGuard",
|
|
24457
|
+
path: _path + ".flow",
|
|
24458
|
+
expected: "(\"column\" | \"row\" | undefined)",
|
|
24459
|
+
value: input.flow
|
|
24460
|
+
}, _errorFactory)) && (undefined === input.minRows || "number" === typeof input.minRows || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24461
|
+
method: "typia.assertGuard",
|
|
24462
|
+
path: _path + ".minRows",
|
|
24463
|
+
expected: "(number | undefined)",
|
|
24464
|
+
value: input.minRows
|
|
24465
|
+
}, _errorFactory)) && (undefined === input.maxRows || "number" === typeof input.maxRows || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24466
|
+
method: "typia.assertGuard",
|
|
24467
|
+
path: _path + ".maxRows",
|
|
24468
|
+
expected: "(number | undefined)",
|
|
24469
|
+
value: input.maxRows
|
|
24470
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => "boolean" === typeof input.completed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24471
|
+
method: "typia.assertGuard",
|
|
24472
|
+
path: _path + ".completed",
|
|
24473
|
+
expected: "boolean",
|
|
24474
|
+
value: input.completed
|
|
24475
|
+
}, _errorFactory); const _ao4 = (input, _path, _exceptionable = true) => ("stream" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24476
|
+
method: "typia.assertGuard",
|
|
24477
|
+
path: _path + ".type",
|
|
24478
|
+
expected: "\"stream\"",
|
|
24479
|
+
value: input.type
|
|
24480
|
+
}, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24481
|
+
method: "typia.assertGuard",
|
|
24482
|
+
path: _path + ".title",
|
|
24483
|
+
expected: "(string | undefined)",
|
|
24484
|
+
value: input.title
|
|
24485
|
+
}, _errorFactory)) && (undefined === input.width || "string" === typeof input.width || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24486
|
+
method: "typia.assertGuard",
|
|
24487
|
+
path: _path + ".width",
|
|
24488
|
+
expected: "(string | undefined)",
|
|
24489
|
+
value: input.width
|
|
24490
|
+
}, _errorFactory)) && (undefined === input.source || "string" === typeof input.source || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24491
|
+
method: "typia.assertGuard",
|
|
24492
|
+
path: _path + ".source",
|
|
24493
|
+
expected: "(string | undefined)",
|
|
24494
|
+
value: input.source
|
|
24495
|
+
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
24496
|
+
if ("stream" === input.type)
|
|
24497
|
+
return _ao4(input, _path, true && _exceptionable);
|
|
24498
|
+
else
|
|
24499
|
+
return _ao2(input, _path, true && _exceptionable);
|
|
24500
|
+
})(); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24501
|
+
if (false === __is(input)) {
|
|
24502
|
+
_errorFactory = errorFactory;
|
|
24503
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24504
|
+
method: "typia.assertGuard",
|
|
24505
|
+
path: _path + "",
|
|
24506
|
+
expected: "ShotboxDomainRecord",
|
|
24507
|
+
value: input
|
|
24508
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24509
|
+
method: "typia.assertGuard",
|
|
24510
|
+
path: _path + "",
|
|
24511
|
+
expected: "ShotboxDomainRecord",
|
|
24512
|
+
value: input
|
|
24513
|
+
}, _errorFactory))(input, "$input", true);
|
|
24514
|
+
}
|
|
24515
|
+
}; })()(input);
|
|
24516
|
+
}
|
|
24517
|
+
case ":storage": {
|
|
24518
|
+
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, {
|
|
24519
|
+
method: "typia.assertGuard",
|
|
24520
|
+
path: _path + ".zone",
|
|
24521
|
+
expected: "string",
|
|
24522
|
+
value: input.zone
|
|
24523
|
+
}, _errorFactory)) && (null === input.hostname || "string" === typeof input.hostname || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24524
|
+
method: "typia.assertGuard",
|
|
24525
|
+
path: _path + ".hostname",
|
|
24526
|
+
expected: "(null | string)",
|
|
24527
|
+
value: input.hostname
|
|
24528
|
+
}, _errorFactory)) && (null === input.port || undefined === input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24529
|
+
method: "typia.assertGuard",
|
|
24530
|
+
path: _path + ".port",
|
|
24531
|
+
expected: "(null | number | undefined)",
|
|
24532
|
+
value: input.port
|
|
24533
|
+
}, _errorFactory)) && (undefined === input.location || "string" === typeof input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24534
|
+
method: "typia.assertGuard",
|
|
24535
|
+
path: _path + ".location",
|
|
24536
|
+
expected: "(string | undefined)",
|
|
24537
|
+
value: input.location
|
|
24538
|
+
}, _errorFactory)) && (null === input.cache || undefined === input.cache || "boolean" === typeof input.cache || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24539
|
+
method: "typia.assertGuard",
|
|
24540
|
+
path: _path + ".cache",
|
|
24541
|
+
expected: "(boolean | null | undefined)",
|
|
24542
|
+
value: input.cache
|
|
24543
|
+
}, _errorFactory)) && (undefined === input.allows || (Array.isArray(input.allows) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24544
|
+
method: "typia.assertGuard",
|
|
24545
|
+
path: _path + ".allows",
|
|
24546
|
+
expected: "(Array<string> | undefined)",
|
|
24547
|
+
value: input.allows
|
|
24548
|
+
}, _errorFactory)) && input.allows.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24549
|
+
method: "typia.assertGuard",
|
|
24550
|
+
path: _path + ".allows[" + _index2 + "]",
|
|
24551
|
+
expected: "string",
|
|
24552
|
+
value: elem
|
|
24553
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24554
|
+
method: "typia.assertGuard",
|
|
24555
|
+
path: _path + ".allows",
|
|
24556
|
+
expected: "(Array<string> | undefined)",
|
|
24557
|
+
value: input.allows
|
|
24558
|
+
}, _errorFactory)) && (null === input.capacity || undefined === input.capacity || "number" === typeof input.capacity || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24559
|
+
method: "typia.assertGuard",
|
|
24560
|
+
path: _path + ".capacity",
|
|
24561
|
+
expected: "(null | number | undefined)",
|
|
24562
|
+
value: input.capacity
|
|
24563
|
+
}, _errorFactory)) && (null === input.rxBytesSecMax || undefined === input.rxBytesSecMax || "number" === typeof input.rxBytesSecMax || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24564
|
+
method: "typia.assertGuard",
|
|
24565
|
+
path: _path + ".rxBytesSecMax",
|
|
24566
|
+
expected: "(null | number | undefined)",
|
|
24567
|
+
value: input.rxBytesSecMax
|
|
24568
|
+
}, _errorFactory)) && (null === input.txBytesSecMax || undefined === input.txBytesSecMax || "number" === typeof input.txBytesSecMax || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24569
|
+
method: "typia.assertGuard",
|
|
24570
|
+
path: _path + ".txBytesSecMax",
|
|
24571
|
+
expected: "(null | number | undefined)",
|
|
24572
|
+
value: input.txBytesSecMax
|
|
24573
|
+
}, _errorFactory)) && (null === input.rxBytesSecLimit || undefined === input.rxBytesSecLimit || "number" === typeof input.rxBytesSecLimit || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24574
|
+
method: "typia.assertGuard",
|
|
24575
|
+
path: _path + ".rxBytesSecLimit",
|
|
24576
|
+
expected: "(null | number | undefined)",
|
|
24577
|
+
value: input.rxBytesSecLimit
|
|
24578
|
+
}, _errorFactory)) && (null === input.txBytesSecLimit || undefined === input.txBytesSecLimit || "number" === typeof input.txBytesSecLimit || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24579
|
+
method: "typia.assertGuard",
|
|
24580
|
+
path: _path + ".txBytesSecLimit",
|
|
24581
|
+
expected: "(null | number | undefined)",
|
|
24582
|
+
value: input.txBytesSecLimit
|
|
24583
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24584
|
+
if (false === __is(input)) {
|
|
24585
|
+
_errorFactory = errorFactory;
|
|
24586
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
24587
|
+
method: "typia.assertGuard",
|
|
24588
|
+
path: _path + "",
|
|
24589
|
+
expected: "StorageDomainRecord",
|
|
24590
|
+
value: input
|
|
24591
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24592
|
+
method: "typia.assertGuard",
|
|
24593
|
+
path: _path + "",
|
|
24594
|
+
expected: "StorageDomainRecord",
|
|
24595
|
+
value: input
|
|
24596
|
+
}, _errorFactory))(input, "$input", true);
|
|
24597
|
+
}
|
|
24598
|
+
}; })()(input);
|
|
24599
|
+
}
|
|
24600
|
+
case ":storage.stats": {
|
|
24601
|
+
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 => {
|
|
24602
|
+
if (["concurrency", "path", "snapshot", "available", "free", "used", "size", "state"].some(prop => key === prop))
|
|
24603
|
+
return true;
|
|
24604
|
+
const value = input[key];
|
|
24605
|
+
if (undefined === value)
|
|
24606
|
+
return true;
|
|
24607
|
+
return true;
|
|
24608
|
+
}); 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 => {
|
|
24609
|
+
if (["bucket", "region", "endpoint", "path", "storageClass"].some(prop => key === prop))
|
|
24610
|
+
return true;
|
|
24611
|
+
const value = input[key];
|
|
24612
|
+
if (undefined === value)
|
|
24613
|
+
return true;
|
|
24614
|
+
return true;
|
|
24615
|
+
}); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24616
|
+
method: "typia.assertGuard",
|
|
24617
|
+
path: _path + ".id",
|
|
24618
|
+
expected: "string",
|
|
24619
|
+
value: input.id
|
|
24620
|
+
}, _errorFactory)) && ("string" === typeof input.location || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24621
|
+
method: "typia.assertGuard",
|
|
24622
|
+
path: _path + ".location",
|
|
24623
|
+
expected: "string",
|
|
24624
|
+
value: input.location
|
|
24625
|
+
}, _errorFactory)) && ("string" === typeof input.timestamp || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24626
|
+
method: "typia.assertGuard",
|
|
24627
|
+
path: _path + ".timestamp",
|
|
24628
|
+
expected: "string",
|
|
24629
|
+
value: input.timestamp
|
|
24630
|
+
}, _errorFactory)) && ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24631
|
+
method: "typia.assertGuard",
|
|
24632
|
+
path: _path + ".type",
|
|
24633
|
+
expected: "string",
|
|
24634
|
+
value: input.type
|
|
24635
|
+
}, _errorFactory)) && ("string" === typeof input.zone || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24636
|
+
method: "typia.assertGuard",
|
|
24637
|
+
path: _path + ".zone",
|
|
24638
|
+
expected: "string",
|
|
24639
|
+
value: input.zone
|
|
24640
|
+
}, _errorFactory)) && ("string" === typeof input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24641
|
+
method: "typia.assertGuard",
|
|
24642
|
+
path: _path + ".origin",
|
|
24643
|
+
expected: "string",
|
|
24644
|
+
value: input.origin
|
|
24645
|
+
}, _errorFactory)) && (null === input.free || "number" === typeof input.free || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24646
|
+
method: "typia.assertGuard",
|
|
24647
|
+
path: _path + ".free",
|
|
24648
|
+
expected: "(null | number)",
|
|
24649
|
+
value: input.free
|
|
24650
|
+
}, _errorFactory)) && (null === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24651
|
+
method: "typia.assertGuard",
|
|
24652
|
+
path: _path + ".size",
|
|
24653
|
+
expected: "(null | number)",
|
|
24654
|
+
value: input.size
|
|
24655
|
+
}, _errorFactory)) && (null === input.available || "number" === typeof input.available || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24656
|
+
method: "typia.assertGuard",
|
|
24657
|
+
path: _path + ".available",
|
|
24658
|
+
expected: "(null | number)",
|
|
24659
|
+
value: input.available
|
|
24660
|
+
}, _errorFactory)) && (null === input.cache || "boolean" === typeof input.cache || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24661
|
+
method: "typia.assertGuard",
|
|
24662
|
+
path: _path + ".cache",
|
|
24663
|
+
expected: "(boolean | null)",
|
|
24664
|
+
value: input.cache
|
|
24665
|
+
}, _errorFactory)) && (null === input.capacity || "number" === typeof input.capacity || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24666
|
+
method: "typia.assertGuard",
|
|
24667
|
+
path: _path + ".capacity",
|
|
24668
|
+
expected: "(null | number)",
|
|
24669
|
+
value: input.capacity
|
|
24670
|
+
}, _errorFactory)) && (("object" === typeof input.limiter && null !== input.limiter && false === Array.isArray(input.limiter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24671
|
+
method: "typia.assertGuard",
|
|
24672
|
+
path: _path + ".limiter",
|
|
24673
|
+
expected: "__type",
|
|
24674
|
+
value: input.limiter
|
|
24675
|
+
}, _errorFactory)) && _ao1(input.limiter, _path + ".limiter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24676
|
+
method: "typia.assertGuard",
|
|
24677
|
+
path: _path + ".limiter",
|
|
24678
|
+
expected: "__type",
|
|
24679
|
+
value: input.limiter
|
|
24680
|
+
}, _errorFactory)) && (("object" === typeof input.http && null !== input.http || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24681
|
+
method: "typia.assertGuard",
|
|
24682
|
+
path: _path + ".http",
|
|
24683
|
+
expected: "__type.o1",
|
|
24684
|
+
value: input.http
|
|
24685
|
+
}, _errorFactory)) && _ao2(input.http, _path + ".http", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24686
|
+
method: "typia.assertGuard",
|
|
24687
|
+
path: _path + ".http",
|
|
24688
|
+
expected: "__type.o1",
|
|
24689
|
+
value: input.http
|
|
24690
|
+
}, _errorFactory)) && (("object" === typeof input.io && null !== input.io || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24691
|
+
method: "typia.assertGuard",
|
|
24692
|
+
path: _path + ".io",
|
|
24693
|
+
expected: "__type.o2",
|
|
24694
|
+
value: input.io
|
|
24695
|
+
}, _errorFactory)) && _ao3(input.io, _path + ".io", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24696
|
+
method: "typia.assertGuard",
|
|
24697
|
+
path: _path + ".io",
|
|
24698
|
+
expected: "__type.o2",
|
|
24699
|
+
value: input.io
|
|
24700
|
+
}, _errorFactory)) && (undefined === input.fs || ("object" === typeof input.fs && null !== input.fs && false === Array.isArray(input.fs) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24701
|
+
method: "typia.assertGuard",
|
|
24702
|
+
path: _path + ".fs",
|
|
24703
|
+
expected: "(StorageFsStats | undefined)",
|
|
24704
|
+
value: input.fs
|
|
24705
|
+
}, _errorFactory)) && _ao7(input.fs, _path + ".fs", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24706
|
+
method: "typia.assertGuard",
|
|
24707
|
+
path: _path + ".fs",
|
|
24708
|
+
expected: "(StorageFsStats | undefined)",
|
|
24709
|
+
value: input.fs
|
|
24710
|
+
}, _errorFactory)) && (undefined === input.s3 || ("object" === typeof input.s3 && null !== input.s3 && false === Array.isArray(input.s3) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24711
|
+
method: "typia.assertGuard",
|
|
24712
|
+
path: _path + ".s3",
|
|
24713
|
+
expected: "(StorageS3Stats | undefined)",
|
|
24714
|
+
value: input.s3
|
|
24715
|
+
}, _errorFactory)) && _ao8(input.s3, _path + ".s3", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24716
|
+
method: "typia.assertGuard",
|
|
24717
|
+
path: _path + ".s3",
|
|
24718
|
+
expected: "(StorageS3Stats | undefined)",
|
|
24719
|
+
value: input.s3
|
|
24720
|
+
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.readBytesPerSecond || "number" === typeof input.readBytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24721
|
+
method: "typia.assertGuard",
|
|
24722
|
+
path: _path + ".readBytesPerSecond",
|
|
24723
|
+
expected: "(number | undefined)",
|
|
24724
|
+
value: input.readBytesPerSecond
|
|
24725
|
+
}, _errorFactory)) && (undefined === input.writeBytesPerSecond || "number" === typeof input.writeBytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24726
|
+
method: "typia.assertGuard",
|
|
24727
|
+
path: _path + ".writeBytesPerSecond",
|
|
24728
|
+
expected: "(number | undefined)",
|
|
24729
|
+
value: input.writeBytesPerSecond
|
|
24730
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => ("number" === typeof input.downstreamConnected || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24731
|
+
method: "typia.assertGuard",
|
|
24732
|
+
path: _path + ".downstreamConnected",
|
|
24733
|
+
expected: "number",
|
|
24734
|
+
value: input.downstreamConnected
|
|
24735
|
+
}, _errorFactory)) && ("number" === typeof input.upstreamConnected || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24736
|
+
method: "typia.assertGuard",
|
|
24737
|
+
path: _path + ".upstreamConnected",
|
|
24738
|
+
expected: "number",
|
|
24739
|
+
value: input.upstreamConnected
|
|
24740
|
+
}, _errorFactory)) && ("number" === typeof input.pending || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24741
|
+
method: "typia.assertGuard",
|
|
24742
|
+
path: _path + ".pending",
|
|
24743
|
+
expected: "number",
|
|
24744
|
+
value: input.pending
|
|
24745
|
+
}, _errorFactory)) && ("number" === typeof input.completed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24746
|
+
method: "typia.assertGuard",
|
|
24747
|
+
path: _path + ".completed",
|
|
24748
|
+
expected: "number",
|
|
24749
|
+
value: input.completed
|
|
24750
|
+
}, _errorFactory)) && ("number" === typeof input.failed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24751
|
+
method: "typia.assertGuard",
|
|
24752
|
+
path: _path + ".failed",
|
|
24753
|
+
expected: "number",
|
|
24754
|
+
value: input.failed
|
|
24755
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (("object" === typeof input.read && null !== input.read || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24756
|
+
method: "typia.assertGuard",
|
|
24757
|
+
path: _path + ".read",
|
|
24758
|
+
expected: "__type.o3",
|
|
24759
|
+
value: input.read
|
|
24760
|
+
}, _errorFactory)) && _ao4(input.read, _path + ".read", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24761
|
+
method: "typia.assertGuard",
|
|
24762
|
+
path: _path + ".read",
|
|
24763
|
+
expected: "__type.o3",
|
|
24764
|
+
value: input.read
|
|
24765
|
+
}, _errorFactory)) && (("object" === typeof input.write && null !== input.write || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24766
|
+
method: "typia.assertGuard",
|
|
24767
|
+
path: _path + ".write",
|
|
24768
|
+
expected: "__type.o4",
|
|
24769
|
+
value: input.write
|
|
24770
|
+
}, _errorFactory)) && _ao6(input.write, _path + ".write", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24771
|
+
method: "typia.assertGuard",
|
|
24772
|
+
path: _path + ".write",
|
|
24773
|
+
expected: "__type.o4",
|
|
24774
|
+
value: input.write
|
|
24775
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => ("number" === typeof input.bytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24776
|
+
method: "typia.assertGuard",
|
|
24777
|
+
path: _path + ".bytesPerSecond",
|
|
24778
|
+
expected: "number",
|
|
24779
|
+
value: input.bytesPerSecond
|
|
24780
|
+
}, _errorFactory)) && ("number" === typeof input.pending || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24781
|
+
method: "typia.assertGuard",
|
|
24782
|
+
path: _path + ".pending",
|
|
24783
|
+
expected: "number",
|
|
24784
|
+
value: input.pending
|
|
24785
|
+
}, _errorFactory)) && (("object" === typeof input.queues && null !== input.queues || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24786
|
+
method: "typia.assertGuard",
|
|
24787
|
+
path: _path + ".queues",
|
|
24788
|
+
expected: "StorageIoQueues",
|
|
24789
|
+
value: input.queues
|
|
24790
|
+
}, _errorFactory)) && _ao5(input.queues, _path + ".queues", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24791
|
+
method: "typia.assertGuard",
|
|
24792
|
+
path: _path + ".queues",
|
|
24793
|
+
expected: "StorageIoQueues",
|
|
24794
|
+
value: input.queues
|
|
24795
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ("number" === typeof input.highest || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24796
|
+
method: "typia.assertGuard",
|
|
24797
|
+
path: _path + ".highest",
|
|
24798
|
+
expected: "number",
|
|
24799
|
+
value: input.highest
|
|
24800
|
+
}, _errorFactory)) && ("number" === typeof input.higher || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24801
|
+
method: "typia.assertGuard",
|
|
24802
|
+
path: _path + ".higher",
|
|
24803
|
+
expected: "number",
|
|
24804
|
+
value: input.higher
|
|
24805
|
+
}, _errorFactory)) && ("number" === typeof input.high || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24806
|
+
method: "typia.assertGuard",
|
|
24807
|
+
path: _path + ".high",
|
|
24808
|
+
expected: "number",
|
|
24809
|
+
value: input.high
|
|
24810
|
+
}, _errorFactory)) && ("number" === typeof input.normal || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24811
|
+
method: "typia.assertGuard",
|
|
24812
|
+
path: _path + ".normal",
|
|
24813
|
+
expected: "number",
|
|
24814
|
+
value: input.normal
|
|
24815
|
+
}, _errorFactory)) && ("number" === typeof input.low || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24816
|
+
method: "typia.assertGuard",
|
|
24817
|
+
path: _path + ".low",
|
|
24818
|
+
expected: "number",
|
|
24819
|
+
value: input.low
|
|
24820
|
+
}, _errorFactory)) && ("number" === typeof input.lower || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24821
|
+
method: "typia.assertGuard",
|
|
24822
|
+
path: _path + ".lower",
|
|
24823
|
+
expected: "number",
|
|
24824
|
+
value: input.lower
|
|
24825
|
+
}, _errorFactory)) && ("number" === typeof input.lowest || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24826
|
+
method: "typia.assertGuard",
|
|
24827
|
+
path: _path + ".lowest",
|
|
24828
|
+
expected: "number",
|
|
24829
|
+
value: input.lowest
|
|
24830
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("number" === typeof input.bytesPerSecond || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24831
|
+
method: "typia.assertGuard",
|
|
24832
|
+
path: _path + ".bytesPerSecond",
|
|
24833
|
+
expected: "number",
|
|
24834
|
+
value: input.bytesPerSecond
|
|
24835
|
+
}, _errorFactory)) && ("number" === typeof input.pending || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24836
|
+
method: "typia.assertGuard",
|
|
24837
|
+
path: _path + ".pending",
|
|
24838
|
+
expected: "number",
|
|
24839
|
+
value: input.pending
|
|
24840
|
+
}, _errorFactory)) && (("object" === typeof input.queues && null !== input.queues || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24841
|
+
method: "typia.assertGuard",
|
|
24842
|
+
path: _path + ".queues",
|
|
24843
|
+
expected: "StorageIoQueues",
|
|
24844
|
+
value: input.queues
|
|
24845
|
+
}, _errorFactory)) && _ao5(input.queues, _path + ".queues", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24846
|
+
method: "typia.assertGuard",
|
|
24847
|
+
path: _path + ".queues",
|
|
24848
|
+
expected: "StorageIoQueues",
|
|
24849
|
+
value: input.queues
|
|
24850
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.concurrency || "number" === typeof input.concurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24851
|
+
method: "typia.assertGuard",
|
|
24852
|
+
path: _path + ".concurrency",
|
|
24853
|
+
expected: "(number | undefined)",
|
|
24854
|
+
value: input.concurrency
|
|
24855
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24856
|
+
method: "typia.assertGuard",
|
|
24857
|
+
path: _path + ".path",
|
|
24858
|
+
expected: "(string | undefined)",
|
|
24859
|
+
value: input.path
|
|
24860
|
+
}, _errorFactory)) && (null === input.snapshot || undefined === input.snapshot || "number" === typeof input.snapshot || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23977
24861
|
method: "typia.assertGuard",
|
|
23978
|
-
path: _path + ".
|
|
23979
|
-
expected: "(
|
|
23980
|
-
value: input.
|
|
23981
|
-
}, _errorFactory)) && (undefined === input.
|
|
24862
|
+
path: _path + ".snapshot",
|
|
24863
|
+
expected: "(null | number | undefined)",
|
|
24864
|
+
value: input.snapshot
|
|
24865
|
+
}, _errorFactory)) && (undefined === input.available || "number" === typeof input.available || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23982
24866
|
method: "typia.assertGuard",
|
|
23983
|
-
path: _path + ".
|
|
23984
|
-
expected: "(
|
|
23985
|
-
value: input.
|
|
23986
|
-
}, _errorFactory)) && (undefined === input.
|
|
24867
|
+
path: _path + ".available",
|
|
24868
|
+
expected: "(number | undefined)",
|
|
24869
|
+
value: input.available
|
|
24870
|
+
}, _errorFactory)) && (undefined === input.free || "number" === typeof input.free || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23987
24871
|
method: "typia.assertGuard",
|
|
23988
|
-
path: _path + ".
|
|
24872
|
+
path: _path + ".free",
|
|
23989
24873
|
expected: "(number | undefined)",
|
|
23990
|
-
value: input.
|
|
23991
|
-
}, _errorFactory)) && (undefined === input.
|
|
24874
|
+
value: input.free
|
|
24875
|
+
}, _errorFactory)) && (undefined === input.used || "number" === typeof input.used || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23992
24876
|
method: "typia.assertGuard",
|
|
23993
|
-
path: _path + ".
|
|
24877
|
+
path: _path + ".used",
|
|
23994
24878
|
expected: "(number | undefined)",
|
|
23995
|
-
value: input.
|
|
23996
|
-
}, _errorFactory))
|
|
24879
|
+
value: input.used
|
|
24880
|
+
}, _errorFactory)) && (undefined === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
23997
24881
|
method: "typia.assertGuard",
|
|
23998
|
-
path: _path + ".
|
|
23999
|
-
expected: "
|
|
24000
|
-
value: input.
|
|
24001
|
-
}, _errorFactory)
|
|
24882
|
+
path: _path + ".size",
|
|
24883
|
+
expected: "(number | undefined)",
|
|
24884
|
+
value: input.size
|
|
24885
|
+
}, _errorFactory)) && (undefined === input.state || "string" === typeof input.state || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24002
24886
|
method: "typia.assertGuard",
|
|
24003
|
-
path: _path + ".
|
|
24004
|
-
expected: "
|
|
24005
|
-
value: input.
|
|
24006
|
-
}, _errorFactory)) && (
|
|
24887
|
+
path: _path + ".state",
|
|
24888
|
+
expected: "(string | undefined)",
|
|
24889
|
+
value: input.state
|
|
24890
|
+
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
24891
|
+
if (["concurrency", "path", "snapshot", "available", "free", "used", "size", "state"].some(prop => key === prop))
|
|
24892
|
+
return true;
|
|
24893
|
+
const value = input[key];
|
|
24894
|
+
if (undefined === value)
|
|
24895
|
+
return true;
|
|
24896
|
+
return true;
|
|
24897
|
+
})); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.bucket || "string" === typeof input.bucket || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24007
24898
|
method: "typia.assertGuard",
|
|
24008
|
-
path: _path + ".
|
|
24899
|
+
path: _path + ".bucket",
|
|
24009
24900
|
expected: "(string | undefined)",
|
|
24010
|
-
value: input.
|
|
24011
|
-
}, _errorFactory)) && (undefined === input.
|
|
24901
|
+
value: input.bucket
|
|
24902
|
+
}, _errorFactory)) && (undefined === input.region || "string" === typeof input.region || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24012
24903
|
method: "typia.assertGuard",
|
|
24013
|
-
path: _path + ".
|
|
24904
|
+
path: _path + ".region",
|
|
24014
24905
|
expected: "(string | undefined)",
|
|
24015
|
-
value: input.
|
|
24016
|
-
}, _errorFactory)) && (undefined === input.
|
|
24906
|
+
value: input.region
|
|
24907
|
+
}, _errorFactory)) && (undefined === input.endpoint || "string" === typeof input.endpoint || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24017
24908
|
method: "typia.assertGuard",
|
|
24018
|
-
path: _path + ".
|
|
24909
|
+
path: _path + ".endpoint",
|
|
24019
24910
|
expected: "(string | undefined)",
|
|
24020
|
-
value: input.
|
|
24021
|
-
}, _errorFactory))
|
|
24022
|
-
|
|
24023
|
-
|
|
24024
|
-
|
|
24025
|
-
|
|
24026
|
-
})
|
|
24911
|
+
value: input.endpoint
|
|
24912
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24913
|
+
method: "typia.assertGuard",
|
|
24914
|
+
path: _path + ".path",
|
|
24915
|
+
expected: "(string | undefined)",
|
|
24916
|
+
value: input.path
|
|
24917
|
+
}, _errorFactory)) && (undefined === input.storageClass || "string" === typeof input.storageClass || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24918
|
+
method: "typia.assertGuard",
|
|
24919
|
+
path: _path + ".storageClass",
|
|
24920
|
+
expected: "(string | undefined)",
|
|
24921
|
+
value: input.storageClass
|
|
24922
|
+
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
24923
|
+
if (["bucket", "region", "endpoint", "path", "storageClass"].some(prop => key === prop))
|
|
24924
|
+
return true;
|
|
24925
|
+
const value = input[key];
|
|
24926
|
+
if (undefined === value)
|
|
24927
|
+
return true;
|
|
24928
|
+
return true;
|
|
24929
|
+
})); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24930
|
+
if (false === __is(input)) {
|
|
24931
|
+
_errorFactory = errorFactory;
|
|
24932
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
24933
|
+
method: "typia.assertGuard",
|
|
24934
|
+
path: _path + "",
|
|
24935
|
+
expected: "StorageStatsDomainRecord",
|
|
24936
|
+
value: input
|
|
24937
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24938
|
+
method: "typia.assertGuard",
|
|
24939
|
+
path: _path + "",
|
|
24940
|
+
expected: "StorageStatsDomainRecord",
|
|
24941
|
+
value: input
|
|
24942
|
+
}, _errorFactory))(input, "$input", true);
|
|
24943
|
+
}
|
|
24944
|
+
}; })()(input);
|
|
24945
|
+
}
|
|
24946
|
+
case ":storage-zone": {
|
|
24947
|
+
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, {
|
|
24948
|
+
method: "typia.assertGuard",
|
|
24949
|
+
path: _path + ".priority",
|
|
24950
|
+
expected: "(number | undefined)",
|
|
24951
|
+
value: input.priority
|
|
24952
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24027
24953
|
if (false === __is(input)) {
|
|
24028
24954
|
_errorFactory = errorFactory;
|
|
24029
24955
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24030
24956
|
method: "typia.assertGuard",
|
|
24031
24957
|
path: _path + "",
|
|
24032
|
-
expected: "
|
|
24958
|
+
expected: "StorageZoneDomainRecord",
|
|
24033
24959
|
value: input
|
|
24034
24960
|
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
24035
24961
|
method: "typia.assertGuard",
|
|
24036
24962
|
path: _path + "",
|
|
24037
|
-
expected: "
|
|
24963
|
+
expected: "StorageZoneDomainRecord",
|
|
24038
24964
|
value: input
|
|
24039
24965
|
}, _errorFactory))(input, "$input", true);
|
|
24040
24966
|
}
|
|
@@ -24886,7 +25812,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
24886
25812
|
if (undefined === value)
|
|
24887
25813
|
return true;
|
|
24888
25814
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
|
|
24889
|
-
}); const _io2 = input => undefined === input.path || "string" === typeof input.path; const
|
|
25815
|
+
}); 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 => {
|
|
25816
|
+
const value = input[key];
|
|
25817
|
+
if (undefined === value)
|
|
25818
|
+
return true;
|
|
25819
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io7(value);
|
|
25820
|
+
}); const _io7 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.type || "string" === typeof input.type) && (undefined === input.label || "string" === typeof input.label) && (undefined === input.defaultValue || "string" === typeof input.defaultValue) && (undefined === input.widget || "object" === typeof input.widget && null !== input.widget && _io8(input.widget)) && (undefined === input.items || "object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) && _io7(input.items)) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io6(input.properties)); const _io8 = input => "string" === typeof input.type; const _io9 = input => "image" === input.type && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && false === Array.isArray(input.profile) && _io10(input.profile)); const _io10 = input => (undefined === input.format || "string" === typeof input.format) && (undefined === input.video || "object" === typeof input.video && null !== input.video && _io11(input.video)); const _io11 = input => "number" === typeof input.width && "number" === typeof input.height && "cover" === input.fit; const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.source || "string" === typeof input.source || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24890
25821
|
method: "typia.assertGuard",
|
|
24891
25822
|
path: _path + ".source",
|
|
24892
25823
|
expected: "(string | undefined)",
|
|
@@ -24941,12 +25872,197 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
24941
25872
|
expected: "TemplateProperty",
|
|
24942
25873
|
value: value
|
|
24943
25874
|
}, _errorFactory);
|
|
24944
|
-
}); const _ao2 = (input, _path, _exceptionable = true) => undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25875
|
+
}); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
24945
25876
|
method: "typia.assertGuard",
|
|
24946
25877
|
path: _path + ".path",
|
|
24947
25878
|
expected: "(string | undefined)",
|
|
24948
25879
|
value: input.path
|
|
24949
|
-
}, _errorFactory)
|
|
25880
|
+
}, _errorFactory)) && (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25881
|
+
method: "typia.assertGuard",
|
|
25882
|
+
path: _path + ".type",
|
|
25883
|
+
expected: "(string | undefined)",
|
|
25884
|
+
value: input.type
|
|
25885
|
+
}, _errorFactory)) && (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25886
|
+
method: "typia.assertGuard",
|
|
25887
|
+
path: _path + ".label",
|
|
25888
|
+
expected: "(string | undefined)",
|
|
25889
|
+
value: input.label
|
|
25890
|
+
}, _errorFactory)) && (undefined === input.defaultValue || "string" === typeof input.defaultValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25891
|
+
method: "typia.assertGuard",
|
|
25892
|
+
path: _path + ".defaultValue",
|
|
25893
|
+
expected: "(string | undefined)",
|
|
25894
|
+
value: input.defaultValue
|
|
25895
|
+
}, _errorFactory)) && (undefined === input.widget || ("object" === typeof input.widget && null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25896
|
+
method: "typia.assertGuard",
|
|
25897
|
+
path: _path + ".widget",
|
|
25898
|
+
expected: "(__type | undefined)",
|
|
25899
|
+
value: input.widget
|
|
25900
|
+
}, _errorFactory)) && _ao3(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25901
|
+
method: "typia.assertGuard",
|
|
25902
|
+
path: _path + ".widget",
|
|
25903
|
+
expected: "(__type | undefined)",
|
|
25904
|
+
value: input.widget
|
|
25905
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25906
|
+
method: "typia.assertGuard",
|
|
25907
|
+
path: _path + ".properties",
|
|
25908
|
+
expected: "(object | undefined)",
|
|
25909
|
+
value: input.properties
|
|
25910
|
+
}, _errorFactory)) && _ao4(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25911
|
+
method: "typia.assertGuard",
|
|
25912
|
+
path: _path + ".properties",
|
|
25913
|
+
expected: "(object | undefined)",
|
|
25914
|
+
value: input.properties
|
|
25915
|
+
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25916
|
+
method: "typia.assertGuard",
|
|
25917
|
+
path: _path + ".items",
|
|
25918
|
+
expected: "(__type.o1 | undefined)",
|
|
25919
|
+
value: input.items
|
|
25920
|
+
}, _errorFactory)) && _ao5(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25921
|
+
method: "typia.assertGuard",
|
|
25922
|
+
path: _path + ".items",
|
|
25923
|
+
expected: "(__type.o1 | undefined)",
|
|
25924
|
+
value: input.items
|
|
25925
|
+
}, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25926
|
+
method: "typia.assertGuard",
|
|
25927
|
+
path: _path + ".render",
|
|
25928
|
+
expected: "(__type.o3 | undefined)",
|
|
25929
|
+
value: input.render
|
|
25930
|
+
}, _errorFactory)) && _ao9(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25931
|
+
method: "typia.assertGuard",
|
|
25932
|
+
path: _path + ".render",
|
|
25933
|
+
expected: "(__type.o3 | undefined)",
|
|
25934
|
+
value: input.render
|
|
25935
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25936
|
+
method: "typia.assertGuard",
|
|
25937
|
+
path: _path + ".type",
|
|
25938
|
+
expected: "string",
|
|
25939
|
+
value: input.type
|
|
25940
|
+
}, _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, {
|
|
25941
|
+
method: "typia.assertGuard",
|
|
25942
|
+
path: _path + ".properties",
|
|
25943
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
25944
|
+
value: input.properties
|
|
25945
|
+
}, _errorFactory)) && _ao6(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25946
|
+
method: "typia.assertGuard",
|
|
25947
|
+
path: _path + ".properties",
|
|
25948
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
25949
|
+
value: input.properties
|
|
25950
|
+
}, _errorFactory); const _ao6 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
25951
|
+
const value = input[key];
|
|
25952
|
+
if (undefined === value)
|
|
25953
|
+
return true;
|
|
25954
|
+
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25955
|
+
method: "typia.assertGuard",
|
|
25956
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25957
|
+
expected: "TemplatePropertySchema",
|
|
25958
|
+
value: value
|
|
25959
|
+
}, _errorFactory)) && _ao7(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25960
|
+
method: "typia.assertGuard",
|
|
25961
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
25962
|
+
expected: "TemplatePropertySchema",
|
|
25963
|
+
value: value
|
|
25964
|
+
}, _errorFactory);
|
|
25965
|
+
}); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25966
|
+
method: "typia.assertGuard",
|
|
25967
|
+
path: _path + ".path",
|
|
25968
|
+
expected: "(string | undefined)",
|
|
25969
|
+
value: input.path
|
|
25970
|
+
}, _errorFactory)) && (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25971
|
+
method: "typia.assertGuard",
|
|
25972
|
+
path: _path + ".type",
|
|
25973
|
+
expected: "(string | undefined)",
|
|
25974
|
+
value: input.type
|
|
25975
|
+
}, _errorFactory)) && (undefined === input.label || "string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25976
|
+
method: "typia.assertGuard",
|
|
25977
|
+
path: _path + ".label",
|
|
25978
|
+
expected: "(string | undefined)",
|
|
25979
|
+
value: input.label
|
|
25980
|
+
}, _errorFactory)) && (undefined === input.defaultValue || "string" === typeof input.defaultValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25981
|
+
method: "typia.assertGuard",
|
|
25982
|
+
path: _path + ".defaultValue",
|
|
25983
|
+
expected: "(string | undefined)",
|
|
25984
|
+
value: input.defaultValue
|
|
25985
|
+
}, _errorFactory)) && (undefined === input.widget || ("object" === typeof input.widget && null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25986
|
+
method: "typia.assertGuard",
|
|
25987
|
+
path: _path + ".widget",
|
|
25988
|
+
expected: "(__type.o2 | undefined)",
|
|
25989
|
+
value: input.widget
|
|
25990
|
+
}, _errorFactory)) && _ao8(input.widget, _path + ".widget", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25991
|
+
method: "typia.assertGuard",
|
|
25992
|
+
path: _path + ".widget",
|
|
25993
|
+
expected: "(__type.o2 | undefined)",
|
|
25994
|
+
value: input.widget
|
|
25995
|
+
}, _errorFactory)) && (undefined === input.items || ("object" === typeof input.items && null !== input.items && false === Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
25996
|
+
method: "typia.assertGuard",
|
|
25997
|
+
path: _path + ".items",
|
|
25998
|
+
expected: "(TemplatePropertySchema | undefined)",
|
|
25999
|
+
value: input.items
|
|
26000
|
+
}, _errorFactory)) && _ao7(input.items, _path + ".items", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26001
|
+
method: "typia.assertGuard",
|
|
26002
|
+
path: _path + ".items",
|
|
26003
|
+
expected: "(TemplatePropertySchema | undefined)",
|
|
26004
|
+
value: input.items
|
|
26005
|
+
}, _errorFactory)) && (undefined === input.properties || ("object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26006
|
+
method: "typia.assertGuard",
|
|
26007
|
+
path: _path + ".properties",
|
|
26008
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26009
|
+
value: input.properties
|
|
26010
|
+
}, _errorFactory)) && _ao6(input.properties, _path + ".properties", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26011
|
+
method: "typia.assertGuard",
|
|
26012
|
+
path: _path + ".properties",
|
|
26013
|
+
expected: "(Record<string, TemplatePropertySchema> | undefined)",
|
|
26014
|
+
value: input.properties
|
|
26015
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26016
|
+
method: "typia.assertGuard",
|
|
26017
|
+
path: _path + ".type",
|
|
26018
|
+
expected: "string",
|
|
26019
|
+
value: input.type
|
|
26020
|
+
}, _errorFactory); const _ao9 = (input, _path, _exceptionable = true) => ("image" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26021
|
+
method: "typia.assertGuard",
|
|
26022
|
+
path: _path + ".type",
|
|
26023
|
+
expected: "\"image\"",
|
|
26024
|
+
value: input.type
|
|
26025
|
+
}, _errorFactory)) && (undefined === input.profile || ("object" === typeof input.profile && null !== input.profile && false === Array.isArray(input.profile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26026
|
+
method: "typia.assertGuard",
|
|
26027
|
+
path: _path + ".profile",
|
|
26028
|
+
expected: "(__type.o4 | undefined)",
|
|
26029
|
+
value: input.profile
|
|
26030
|
+
}, _errorFactory)) && _ao10(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26031
|
+
method: "typia.assertGuard",
|
|
26032
|
+
path: _path + ".profile",
|
|
26033
|
+
expected: "(__type.o4 | undefined)",
|
|
26034
|
+
value: input.profile
|
|
26035
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.format || "string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26036
|
+
method: "typia.assertGuard",
|
|
26037
|
+
path: _path + ".format",
|
|
26038
|
+
expected: "(string | undefined)",
|
|
26039
|
+
value: input.format
|
|
26040
|
+
}, _errorFactory)) && (undefined === input.video || ("object" === typeof input.video && null !== input.video || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26041
|
+
method: "typia.assertGuard",
|
|
26042
|
+
path: _path + ".video",
|
|
26043
|
+
expected: "(__type.o5 | undefined)",
|
|
26044
|
+
value: input.video
|
|
26045
|
+
}, _errorFactory)) && _ao11(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26046
|
+
method: "typia.assertGuard",
|
|
26047
|
+
path: _path + ".video",
|
|
26048
|
+
expected: "(__type.o5 | undefined)",
|
|
26049
|
+
value: input.video
|
|
26050
|
+
}, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => ("number" === typeof input.width || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26051
|
+
method: "typia.assertGuard",
|
|
26052
|
+
path: _path + ".width",
|
|
26053
|
+
expected: "number",
|
|
26054
|
+
value: input.width
|
|
26055
|
+
}, _errorFactory)) && ("number" === typeof input.height || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26056
|
+
method: "typia.assertGuard",
|
|
26057
|
+
path: _path + ".height",
|
|
26058
|
+
expected: "number",
|
|
26059
|
+
value: input.height
|
|
26060
|
+
}, _errorFactory)) && ("cover" === input.fit || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
26061
|
+
method: "typia.assertGuard",
|
|
26062
|
+
path: _path + ".fit",
|
|
26063
|
+
expected: "\"cover\"",
|
|
26064
|
+
value: input.fit
|
|
26065
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
24950
26066
|
if (false === __is(input)) {
|
|
24951
26067
|
_errorFactory = errorFactory;
|
|
24952
26068
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|