@nxtedition/types 23.0.60 → 23.0.61

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.
@@ -341,6 +341,244 @@ function _assertGuardExactRecord(name, input) {
341
341
  }
342
342
  }; })()(input);
343
343
  }
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 && _io1(elem)); const _io1 = input => (undefined === input.panel || "string" === typeof input.panel) && (undefined === input.schema || "string" === typeof input.schema) && (Array.isArray(input.supports) && input.supports.every(elem => "string" === typeof elem)) && "string" === typeof input.path && ("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.index || "object" === typeof input.index && null !== input.index && _io2(input.index)) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.domain || "string" === typeof input.domain) && true && (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) && _io3(elem))) && (undefined === input.anyOf || Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io4(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 && _io5(input.recordName))) && (null !== input.setter && (undefined === input.setter || "function" === typeof input.setter || "string" === typeof input.setter || "object" === typeof input.setter && null !== input.setter && _io7(input.setter))) && true; const _io2 = input => "string" === typeof input.label && "string" === typeof input.path; const _io3 = input => true && (undefined === input.title || "string" === typeof input.title); const _io4 = input => true && (undefined === input.title || "string" === typeof input.title); const _io5 = input => "object" === typeof input.__context && null !== input.__context && _io6(input.__context) && "string" === typeof input.__returnValue; const _io6 = input => "string" === typeof input.id; const _io7 = input => "object" === typeof input.__context && null !== input.__context && _io8(input.__context) && true; const _io8 = input => "string" === typeof input.id && true; const _ao0 = (input, _path, _exceptionable = true) => undefined === input.value || (Array.isArray(input.value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
346
+ method: "typia.assertGuard",
347
+ path: _path + ".value",
348
+ expected: "(Array<DynamicProperty> | undefined)",
349
+ value: input.value
350
+ }, _errorFactory)) && input.value.every((elem, _index5) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
351
+ method: "typia.assertGuard",
352
+ path: _path + ".value[" + _index5 + "]",
353
+ expected: "DynamicProperty",
354
+ value: elem
355
+ }, _errorFactory)) && _ao1(elem, _path + ".value[" + _index5 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
356
+ method: "typia.assertGuard",
357
+ path: _path + ".value[" + _index5 + "]",
358
+ expected: "DynamicProperty",
359
+ value: elem
360
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
361
+ method: "typia.assertGuard",
362
+ path: _path + ".value",
363
+ expected: "(Array<DynamicProperty> | undefined)",
364
+ value: input.value
365
+ }, _errorFactory); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.panel || "string" === typeof input.panel || __typia_transform__assertGuard._assertGuard(_exceptionable, {
366
+ method: "typia.assertGuard",
367
+ path: _path + ".panel",
368
+ expected: "(string | undefined)",
369
+ value: input.panel
370
+ }, _errorFactory)) && (undefined === input.schema || "string" === typeof input.schema || __typia_transform__assertGuard._assertGuard(_exceptionable, {
371
+ method: "typia.assertGuard",
372
+ path: _path + ".schema",
373
+ expected: "(string | undefined)",
374
+ value: input.schema
375
+ }, _errorFactory)) && ((Array.isArray(input.supports) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
376
+ method: "typia.assertGuard",
377
+ path: _path + ".supports",
378
+ expected: "Array<string>",
379
+ value: input.supports
380
+ }, _errorFactory)) && input.supports.every((elem, _index6) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
381
+ method: "typia.assertGuard",
382
+ path: _path + ".supports[" + _index6 + "]",
383
+ expected: "string",
384
+ value: elem
385
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
386
+ method: "typia.assertGuard",
387
+ path: _path + ".supports",
388
+ expected: "Array<string>",
389
+ value: input.supports
390
+ }, _errorFactory)) && ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
391
+ method: "typia.assertGuard",
392
+ path: _path + ".path",
393
+ expected: "string",
394
+ value: input.path
395
+ }, _errorFactory)) && ("string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
396
+ method: "typia.assertGuard",
397
+ path: _path + ".type",
398
+ expected: "(\"array\" | \"asset\" | \"boolean\" | \"datetime\" | \"number\" | \"object\" | \"rpc\" | \"string\")",
399
+ value: input.type
400
+ }, _errorFactory)) && (undefined === input.index || ("object" === typeof input.index && null !== input.index || __typia_transform__assertGuard._assertGuard(_exceptionable, {
401
+ method: "typia.assertGuard",
402
+ path: _path + ".index",
403
+ expected: "(__type | undefined)",
404
+ value: input.index
405
+ }, _errorFactory)) && _ao2(input.index, _path + ".index", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
406
+ method: "typia.assertGuard",
407
+ path: _path + ".index",
408
+ expected: "(__type | undefined)",
409
+ value: input.index
410
+ }, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
411
+ method: "typia.assertGuard",
412
+ path: _path + ".title",
413
+ expected: "(string | undefined)",
414
+ value: input.title
415
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
416
+ method: "typia.assertGuard",
417
+ path: _path + ".description",
418
+ expected: "(string | undefined)",
419
+ value: input.description
420
+ }, _errorFactory)) && (undefined === input.domain || "string" === typeof input.domain || __typia_transform__assertGuard._assertGuard(_exceptionable, {
421
+ method: "typia.assertGuard",
422
+ path: _path + ".domain",
423
+ expected: "(string | undefined)",
424
+ value: input.domain
425
+ }, _errorFactory)) && true && (undefined === input.required || "boolean" === typeof input.required || __typia_transform__assertGuard._assertGuard(_exceptionable, {
426
+ method: "typia.assertGuard",
427
+ path: _path + ".required",
428
+ expected: "(boolean | undefined)",
429
+ value: input.required
430
+ }, _errorFactory)) && (undefined === input.oneOf || (Array.isArray(input.oneOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
431
+ method: "typia.assertGuard",
432
+ path: _path + ".oneOf",
433
+ expected: "(Array<__type> | undefined)",
434
+ value: input.oneOf
435
+ }, _errorFactory)) && input.oneOf.every((elem, _index7) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
436
+ method: "typia.assertGuard",
437
+ path: _path + ".oneOf[" + _index7 + "]",
438
+ expected: "__type.o1",
439
+ value: elem
440
+ }, _errorFactory)) && _ao3(elem, _path + ".oneOf[" + _index7 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
441
+ method: "typia.assertGuard",
442
+ path: _path + ".oneOf[" + _index7 + "]",
443
+ expected: "__type.o1",
444
+ value: elem
445
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
446
+ method: "typia.assertGuard",
447
+ path: _path + ".oneOf",
448
+ expected: "(Array<__type> | undefined)",
449
+ value: input.oneOf
450
+ }, _errorFactory)) && (undefined === input.anyOf || (Array.isArray(input.anyOf) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
451
+ method: "typia.assertGuard",
452
+ path: _path + ".anyOf",
453
+ expected: "(Array<__type>.o1 | undefined)",
454
+ value: input.anyOf
455
+ }, _errorFactory)) && input.anyOf.every((elem, _index8) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
456
+ method: "typia.assertGuard",
457
+ path: _path + ".anyOf[" + _index8 + "]",
458
+ expected: "__type.o2",
459
+ value: elem
460
+ }, _errorFactory)) && _ao4(elem, _path + ".anyOf[" + _index8 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
461
+ method: "typia.assertGuard",
462
+ path: _path + ".anyOf[" + _index8 + "]",
463
+ expected: "__type.o2",
464
+ value: elem
465
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
466
+ method: "typia.assertGuard",
467
+ path: _path + ".anyOf",
468
+ expected: "(Array<__type>.o1 | undefined)",
469
+ value: input.anyOf
470
+ }, _errorFactory)) && (undefined === input["enum"] || Array.isArray(input["enum"]) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
471
+ method: "typia.assertGuard",
472
+ path: _path + "[\"enum\"]",
473
+ expected: "(Array<unknown> | undefined)",
474
+ value: input["enum"]
475
+ }, _errorFactory)) && true && ((null !== input.recordName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
476
+ method: "typia.assertGuard",
477
+ path: _path + ".recordName",
478
+ expected: "(__type.o3 | string | undefined)",
479
+ value: input.recordName
480
+ }, _errorFactory)) && (undefined === input.recordName || "string" === typeof input.recordName || ("object" === typeof input.recordName && null !== input.recordName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
481
+ method: "typia.assertGuard",
482
+ path: _path + ".recordName",
483
+ expected: "(__type.o3 | string | undefined)",
484
+ value: input.recordName
485
+ }, _errorFactory)) && _ao5(input.recordName, _path + ".recordName", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
486
+ method: "typia.assertGuard",
487
+ path: _path + ".recordName",
488
+ expected: "(__type.o3 | string | undefined)",
489
+ value: input.recordName
490
+ }, _errorFactory))) && ((null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
491
+ method: "typia.assertGuard",
492
+ path: _path + ".setter",
493
+ expected: "(__type.o5 | string | undefined)",
494
+ value: input.setter
495
+ }, _errorFactory)) && (undefined === input.setter || "function" === typeof input.setter || "string" === typeof input.setter || ("object" === typeof input.setter && null !== input.setter || __typia_transform__assertGuard._assertGuard(_exceptionable, {
496
+ method: "typia.assertGuard",
497
+ path: _path + ".setter",
498
+ expected: "(__type.o5 | string | undefined)",
499
+ value: input.setter
500
+ }, _errorFactory)) && _ao7(input.setter, _path + ".setter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
501
+ method: "typia.assertGuard",
502
+ path: _path + ".setter",
503
+ expected: "(__type.o5 | string | undefined)",
504
+ value: input.setter
505
+ }, _errorFactory))) && true; const _ao2 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
506
+ method: "typia.assertGuard",
507
+ path: _path + ".label",
508
+ expected: "string",
509
+ value: input.label
510
+ }, _errorFactory)) && ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
511
+ method: "typia.assertGuard",
512
+ path: _path + ".path",
513
+ expected: "string",
514
+ value: input.path
515
+ }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => true && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
516
+ method: "typia.assertGuard",
517
+ path: _path + ".title",
518
+ expected: "(string | undefined)",
519
+ value: input.title
520
+ }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => true && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
521
+ method: "typia.assertGuard",
522
+ path: _path + ".title",
523
+ expected: "(string | undefined)",
524
+ value: input.title
525
+ }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
526
+ method: "typia.assertGuard",
527
+ path: _path + ".__context",
528
+ expected: "__type.o4",
529
+ value: input.__context
530
+ }, _errorFactory)) && _ao6(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
531
+ method: "typia.assertGuard",
532
+ path: _path + ".__context",
533
+ expected: "__type.o4",
534
+ value: input.__context
535
+ }, _errorFactory)) && ("string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
536
+ method: "typia.assertGuard",
537
+ path: _path + ".__returnValue",
538
+ expected: "string",
539
+ value: input.__returnValue
540
+ }, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
541
+ method: "typia.assertGuard",
542
+ path: _path + ".id",
543
+ expected: "string",
544
+ value: input.id
545
+ }, _errorFactory); const _ao7 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
546
+ method: "typia.assertGuard",
547
+ path: _path + ".__context",
548
+ expected: "__type.o6",
549
+ value: input.__context
550
+ }, _errorFactory)) && _ao8(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
551
+ method: "typia.assertGuard",
552
+ path: _path + ".__context",
553
+ expected: "__type.o6",
554
+ value: input.__context
555
+ }, _errorFactory)) && (true || __typia_transform__assertGuard._assertGuard(_exceptionable, {
556
+ method: "typia.assertGuard",
557
+ path: _path + ".__returnValue",
558
+ expected: "unknown",
559
+ value: input.__returnValue
560
+ }, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
561
+ method: "typia.assertGuard",
562
+ path: _path + ".id",
563
+ expected: "string",
564
+ value: input.id
565
+ }, _errorFactory)) && true; const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
566
+ if (false === __is(input)) {
567
+ _errorFactory = errorFactory;
568
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
569
+ method: "typia.assertGuard",
570
+ path: _path + "",
571
+ expected: "AssetDynamicPropertiesProvidedRecord",
572
+ value: input
573
+ }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
574
+ method: "typia.assertGuard",
575
+ path: _path + "",
576
+ expected: "AssetDynamicPropertiesProvidedRecord",
577
+ value: input
578
+ }, _errorFactory))(input, "$input", true);
579
+ }
580
+ }; })()(input);
581
+ }
344
582
  case "asset.embedding": {
345
583
  return (() => { const _io0 = input => null !== input.value && (undefined === input.value || "string" === typeof input.value || "object" === typeof input.value && null !== input.value && _io1(input.value)) && (null !== input.dynamic && (undefined === input.dynamic || false === input.dynamic || Array.isArray(input.dynamic) && input.dynamic.every(elem => "string" === typeof elem))); const _io1 = input => "object" === typeof input.__context && null !== input.__context && _io2(input.__context) && "string" === typeof input.__returnValue; const _io2 = input => "string" === typeof input.id; const _ao0 = (input, _path, _exceptionable = true) => (null !== input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
346
584
  method: "typia.assertGuard",
@@ -2850,21 +3088,683 @@ function _assertGuardDomainRecord(domain, input) {
2850
3088
  value: elem
2851
3089
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2852
3090
  method: "typia.assertGuard",
2853
- path: _path + ".value",
2854
- expected: "(Array<string> | undefined)",
2855
- value: input.value
2856
- }, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
3091
+ path: _path + ".value",
3092
+ expected: "(Array<string> | undefined)",
3093
+ value: input.value
3094
+ }, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
3095
+ if (false === __is(input)) {
3096
+ _errorFactory = errorFactory;
3097
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
3098
+ method: "typia.assertGuard",
3099
+ path: _path + "",
3100
+ expected: "AssetCommentsRecord",
3101
+ value: input
3102
+ }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
3103
+ method: "typia.assertGuard",
3104
+ path: _path + "",
3105
+ expected: "AssetCommentsRecord",
3106
+ value: input
3107
+ }, _errorFactory))(input, "$input", true);
3108
+ }
3109
+ }; })()(input);
3110
+ }
3111
+ case ":asset.record?": {
3112
+ return (() => { const _io0 = input => "string" === typeof input.id && (undefined === input.title || "string" === typeof input.title) && (undefined === input.description || "string" === typeof input.description) && (undefined === input.created || "string" === typeof input.created) && (undefined === input.createdBy || "string" === typeof input.createdBy) && (undefined === input.createdByTitle || "string" === typeof input.createdByTitle) && (undefined === input.origin || "string" === typeof input.origin) && (undefined === input.modified || "string" === typeof input.modified) && (undefined === input.modifiedBy || "string" === typeof input.modifiedBy) && (undefined === input.modifiedByAll || Array.isArray(input.modifiedByAll) && input.modifiedByAll.every(elem => "string" === typeof elem)) && (undefined === input.modifiedByTitle || "string" === typeof input.modifiedByTitle) && (undefined === input.duration || "number" === typeof input.duration) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.deadlines || Array.isArray(input.deadlines) && input.deadlines.every(elem => "string" === typeof elem)) && (undefined === input.deadlinesCount || "number" === typeof input.deadlinesCount) && (undefined === input.deadlines_date_range || Array.isArray(input.deadlines_date_range) && input.deadlines_date_range.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.assignees || Array.isArray(input.assignees) && input.assignees.every(elem => "string" === typeof elem)) && (undefined === input.assigneesCount || "number" === typeof input.assigneesCount) && (undefined === input.locations || Array.isArray(input.locations) && input.locations.every(elem => "object" === typeof elem && null !== elem && _io2(elem))) && (undefined === input.locationsCount || "number" === typeof input.locationsCount) && (undefined === input.types || Array.isArray(input.types) && input.types.every(elem => "string" === typeof elem)) && (undefined === input.primaryType || "string" === typeof input.primaryType) && (undefined === input.rawTypes || Array.isArray(input.rawTypes) && input.rawTypes.every(elem => "string" === typeof elem)) && (undefined === input.status || "object" === typeof input.status && null !== input.status && false === Array.isArray(input.status) && _io3(input.status)) && (undefined === input.published || Array.isArray(input.published) && input.published.every(elem => "string" === typeof elem)) && (undefined === input.publishedCount || "number" === typeof input.publishedCount) && (undefined === input.storage || "object" === typeof input.storage && null !== input.storage && false === Array.isArray(input.storage) && _io5(input.storage)) && (undefined === input.refs || "number" === typeof input.refs) && (undefined === input.refsByType || "object" === typeof input.refsByType && null !== input.refsByType && false === Array.isArray(input.refsByType) && _io6(input.refsByType)) && (undefined === input.recurrence_date_range || "object" === typeof input.recurrence_date_range && null !== input.recurrence_date_range && _io7(input.recurrence_date_range)) && (undefined === input.media_date_range || "object" === typeof input.media_date_range && null !== input.media_date_range && _io8(input.media_date_range)) && (undefined === input.ingestschedule_date_range || "object" === typeof input.ingestschedule_date_range && null !== input.ingestschedule_date_range && _io9(input.ingestschedule_date_range)) && (undefined === input.ingestschedule || "object" === typeof input.ingestschedule && null !== input.ingestschedule && false === Array.isArray(input.ingestschedule) && _io10(input.ingestschedule)) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.user || "string" === typeof input.user) && (undefined === input["note.text"] || "string" === typeof input["note.text"]) && (undefined === input.subtitles || "string" === typeof input.subtitles) && (undefined === input.graphics || "string" === typeof input.graphics) && (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io11(input.story)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io12(input.storyboard)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io13(input.media)) && (undefined === input.embedding || Array.isArray(input.embedding) && input.embedding.every(elem => "object" === typeof elem && null !== elem && _io14(elem))) && Object.keys(input).every(key => {
3113
+ if (["id", "title", "description", "created", "createdBy", "createdByTitle", "origin", "modified", "modifiedBy", "modifiedByAll", "modifiedByTitle", "duration", "tags", "deadlines", "deadlinesCount", "deadlines_date_range", "assignees", "assigneesCount", "locations", "locationsCount", "types", "primaryType", "rawTypes", "status", "published", "publishedCount", "storage", "refs", "refsByType", "recurrence_date_range", "media_date_range", "ingestschedule_date_range", "ingestschedule", "username", "user", "note.text", "subtitles", "graphics", "story", "storyboard", "media", "embedding"].some(prop => key === prop))
3114
+ return true;
3115
+ const value = input[key];
3116
+ if (undefined === value)
3117
+ return true;
3118
+ return true;
3119
+ }); const _io1 = input => "string" === typeof input.gte && "string" === typeof input.lte; const _io2 = input => "number" === typeof input.lat && "number" === typeof input.lon; const _io3 = input => undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io4(elem)); const _io4 = input => (undefined === input.code || "string" === typeof input.code) && (undefined === input.level || "number" === typeof input.level); const _io5 = input => (undefined === input.files || Array.isArray(input.files) && input.files.every(elem => "string" === typeof elem)) && (undefined === input.replicas || Array.isArray(input.replicas) && input.replicas.every(elem => "string" === typeof elem)) && (undefined === input.locations || Array.isArray(input.locations) && input.locations.every(elem => "string" === typeof elem)) && (undefined === input.zones || Array.isArray(input.zones) && input.zones.every(elem => "string" === typeof elem)) && (undefined === input.uploading || "boolean" === typeof input.uploading) && (undefined === input.size || "number" === typeof input.size) && (undefined === input.filesCount || "number" === typeof input.filesCount) && (undefined === input.replicasCount || "number" === typeof input.replicasCount) && (undefined === input.locationsCount || "number" === typeof input.locationsCount); const _io6 = input => Object.keys(input).every(key => {
3120
+ const value = input[key];
3121
+ if (undefined === value)
3122
+ return true;
3123
+ return "number" === typeof value;
3124
+ }); const _io7 = input => "string" === typeof input.gte && (null === input.lte || "string" === typeof input.lte); const _io8 = input => "string" === typeof input.gte && "string" === typeof input.lte; const _io9 = input => "string" === typeof input.gte && (null === input.lte || "string" === typeof input.lte); const _io10 = input => (undefined === input.type || "string" === typeof input.type) && (undefined === input.sources || Array.isArray(input.sources) && input.sources.every(elem => "string" === typeof elem)) && (undefined === input.routes || Array.isArray(input.routes) && input.routes.every(elem => "string" === typeof elem)); const _io11 = input => (undefined === input.content || "string" === typeof input.content) && (undefined === input.graphics || Array.isArray(input.graphics) && input.graphics.every(elem => "string" === typeof elem)); const _io12 = input => undefined === input.content || Array.isArray(input.content); const _io13 = input => true && true && true && true && true; const _io14 = input => Array.isArray(input.vector) && input.vector.every(elem => "number" === typeof elem); const _ao0 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3125
+ method: "typia.assertGuard",
3126
+ path: _path + ".id",
3127
+ expected: "string",
3128
+ value: input.id
3129
+ }, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3130
+ method: "typia.assertGuard",
3131
+ path: _path + ".title",
3132
+ expected: "(string | undefined)",
3133
+ value: input.title
3134
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3135
+ method: "typia.assertGuard",
3136
+ path: _path + ".description",
3137
+ expected: "(string | undefined)",
3138
+ value: input.description
3139
+ }, _errorFactory)) && (undefined === input.created || "string" === typeof input.created || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3140
+ method: "typia.assertGuard",
3141
+ path: _path + ".created",
3142
+ expected: "(string | undefined)",
3143
+ value: input.created
3144
+ }, _errorFactory)) && (undefined === input.createdBy || "string" === typeof input.createdBy || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3145
+ method: "typia.assertGuard",
3146
+ path: _path + ".createdBy",
3147
+ expected: "(string | undefined)",
3148
+ value: input.createdBy
3149
+ }, _errorFactory)) && (undefined === input.createdByTitle || "string" === typeof input.createdByTitle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3150
+ method: "typia.assertGuard",
3151
+ path: _path + ".createdByTitle",
3152
+ expected: "(string | undefined)",
3153
+ value: input.createdByTitle
3154
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3155
+ method: "typia.assertGuard",
3156
+ path: _path + ".origin",
3157
+ expected: "(string | undefined)",
3158
+ value: input.origin
3159
+ }, _errorFactory)) && (undefined === input.modified || "string" === typeof input.modified || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3160
+ method: "typia.assertGuard",
3161
+ path: _path + ".modified",
3162
+ expected: "(string | undefined)",
3163
+ value: input.modified
3164
+ }, _errorFactory)) && (undefined === input.modifiedBy || "string" === typeof input.modifiedBy || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3165
+ method: "typia.assertGuard",
3166
+ path: _path + ".modifiedBy",
3167
+ expected: "(string | undefined)",
3168
+ value: input.modifiedBy
3169
+ }, _errorFactory)) && (undefined === input.modifiedByAll || (Array.isArray(input.modifiedByAll) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3170
+ method: "typia.assertGuard",
3171
+ path: _path + ".modifiedByAll",
3172
+ expected: "(Array<string> | undefined)",
3173
+ value: input.modifiedByAll
3174
+ }, _errorFactory)) && input.modifiedByAll.every((elem, _index20) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3175
+ method: "typia.assertGuard",
3176
+ path: _path + ".modifiedByAll[" + _index20 + "]",
3177
+ expected: "string",
3178
+ value: elem
3179
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3180
+ method: "typia.assertGuard",
3181
+ path: _path + ".modifiedByAll",
3182
+ expected: "(Array<string> | undefined)",
3183
+ value: input.modifiedByAll
3184
+ }, _errorFactory)) && (undefined === input.modifiedByTitle || "string" === typeof input.modifiedByTitle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3185
+ method: "typia.assertGuard",
3186
+ path: _path + ".modifiedByTitle",
3187
+ expected: "(string | undefined)",
3188
+ value: input.modifiedByTitle
3189
+ }, _errorFactory)) && (undefined === input.duration || "number" === typeof input.duration || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3190
+ method: "typia.assertGuard",
3191
+ path: _path + ".duration",
3192
+ expected: "(number | undefined)",
3193
+ value: input.duration
3194
+ }, _errorFactory)) && (undefined === input.tags || (Array.isArray(input.tags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3195
+ method: "typia.assertGuard",
3196
+ path: _path + ".tags",
3197
+ expected: "(Array<string> | undefined)",
3198
+ value: input.tags
3199
+ }, _errorFactory)) && input.tags.every((elem, _index21) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3200
+ method: "typia.assertGuard",
3201
+ path: _path + ".tags[" + _index21 + "]",
3202
+ expected: "string",
3203
+ value: elem
3204
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3205
+ method: "typia.assertGuard",
3206
+ path: _path + ".tags",
3207
+ expected: "(Array<string> | undefined)",
3208
+ value: input.tags
3209
+ }, _errorFactory)) && (undefined === input.deadlines || (Array.isArray(input.deadlines) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3210
+ method: "typia.assertGuard",
3211
+ path: _path + ".deadlines",
3212
+ expected: "(Array<string> | undefined)",
3213
+ value: input.deadlines
3214
+ }, _errorFactory)) && input.deadlines.every((elem, _index22) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3215
+ method: "typia.assertGuard",
3216
+ path: _path + ".deadlines[" + _index22 + "]",
3217
+ expected: "string",
3218
+ value: elem
3219
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3220
+ method: "typia.assertGuard",
3221
+ path: _path + ".deadlines",
3222
+ expected: "(Array<string> | undefined)",
3223
+ value: input.deadlines
3224
+ }, _errorFactory)) && (undefined === input.deadlinesCount || "number" === typeof input.deadlinesCount || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3225
+ method: "typia.assertGuard",
3226
+ path: _path + ".deadlinesCount",
3227
+ expected: "(number | undefined)",
3228
+ value: input.deadlinesCount
3229
+ }, _errorFactory)) && (undefined === input.deadlines_date_range || (Array.isArray(input.deadlines_date_range) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3230
+ method: "typia.assertGuard",
3231
+ path: _path + ".deadlines_date_range",
3232
+ expected: "(Array<__type> | undefined)",
3233
+ value: input.deadlines_date_range
3234
+ }, _errorFactory)) && input.deadlines_date_range.every((elem, _index23) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3235
+ method: "typia.assertGuard",
3236
+ path: _path + ".deadlines_date_range[" + _index23 + "]",
3237
+ expected: "__type",
3238
+ value: elem
3239
+ }, _errorFactory)) && _ao1(elem, _path + ".deadlines_date_range[" + _index23 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3240
+ method: "typia.assertGuard",
3241
+ path: _path + ".deadlines_date_range[" + _index23 + "]",
3242
+ expected: "__type",
3243
+ value: elem
3244
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3245
+ method: "typia.assertGuard",
3246
+ path: _path + ".deadlines_date_range",
3247
+ expected: "(Array<__type> | undefined)",
3248
+ value: input.deadlines_date_range
3249
+ }, _errorFactory)) && (undefined === input.assignees || (Array.isArray(input.assignees) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3250
+ method: "typia.assertGuard",
3251
+ path: _path + ".assignees",
3252
+ expected: "(Array<string> | undefined)",
3253
+ value: input.assignees
3254
+ }, _errorFactory)) && input.assignees.every((elem, _index24) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3255
+ method: "typia.assertGuard",
3256
+ path: _path + ".assignees[" + _index24 + "]",
3257
+ expected: "string",
3258
+ value: elem
3259
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3260
+ method: "typia.assertGuard",
3261
+ path: _path + ".assignees",
3262
+ expected: "(Array<string> | undefined)",
3263
+ value: input.assignees
3264
+ }, _errorFactory)) && (undefined === input.assigneesCount || "number" === typeof input.assigneesCount || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3265
+ method: "typia.assertGuard",
3266
+ path: _path + ".assigneesCount",
3267
+ expected: "(number | undefined)",
3268
+ value: input.assigneesCount
3269
+ }, _errorFactory)) && (undefined === input.locations || (Array.isArray(input.locations) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3270
+ method: "typia.assertGuard",
3271
+ path: _path + ".locations",
3272
+ expected: "(Array<__type>.o1 | undefined)",
3273
+ value: input.locations
3274
+ }, _errorFactory)) && input.locations.every((elem, _index25) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3275
+ method: "typia.assertGuard",
3276
+ path: _path + ".locations[" + _index25 + "]",
3277
+ expected: "__type.o1",
3278
+ value: elem
3279
+ }, _errorFactory)) && _ao2(elem, _path + ".locations[" + _index25 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3280
+ method: "typia.assertGuard",
3281
+ path: _path + ".locations[" + _index25 + "]",
3282
+ expected: "__type.o1",
3283
+ value: elem
3284
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3285
+ method: "typia.assertGuard",
3286
+ path: _path + ".locations",
3287
+ expected: "(Array<__type>.o1 | undefined)",
3288
+ value: input.locations
3289
+ }, _errorFactory)) && (undefined === input.locationsCount || "number" === typeof input.locationsCount || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3290
+ method: "typia.assertGuard",
3291
+ path: _path + ".locationsCount",
3292
+ expected: "(number | undefined)",
3293
+ value: input.locationsCount
3294
+ }, _errorFactory)) && (undefined === input.types || (Array.isArray(input.types) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3295
+ method: "typia.assertGuard",
3296
+ path: _path + ".types",
3297
+ expected: "(Array<string> | undefined)",
3298
+ value: input.types
3299
+ }, _errorFactory)) && input.types.every((elem, _index26) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3300
+ method: "typia.assertGuard",
3301
+ path: _path + ".types[" + _index26 + "]",
3302
+ expected: "string",
3303
+ value: elem
3304
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3305
+ method: "typia.assertGuard",
3306
+ path: _path + ".types",
3307
+ expected: "(Array<string> | undefined)",
3308
+ value: input.types
3309
+ }, _errorFactory)) && (undefined === input.primaryType || "string" === typeof input.primaryType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3310
+ method: "typia.assertGuard",
3311
+ path: _path + ".primaryType",
3312
+ expected: "(string | undefined)",
3313
+ value: input.primaryType
3314
+ }, _errorFactory)) && (undefined === input.rawTypes || (Array.isArray(input.rawTypes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3315
+ method: "typia.assertGuard",
3316
+ path: _path + ".rawTypes",
3317
+ expected: "(Array<string> | undefined)",
3318
+ value: input.rawTypes
3319
+ }, _errorFactory)) && input.rawTypes.every((elem, _index27) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3320
+ method: "typia.assertGuard",
3321
+ path: _path + ".rawTypes[" + _index27 + "]",
3322
+ expected: "string",
3323
+ value: elem
3324
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3325
+ method: "typia.assertGuard",
3326
+ path: _path + ".rawTypes",
3327
+ expected: "(Array<string> | undefined)",
3328
+ value: input.rawTypes
3329
+ }, _errorFactory)) && (undefined === input.status || ("object" === typeof input.status && null !== input.status && false === Array.isArray(input.status) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3330
+ method: "typia.assertGuard",
3331
+ path: _path + ".status",
3332
+ expected: "(__type.o2 | undefined)",
3333
+ value: input.status
3334
+ }, _errorFactory)) && _ao3(input.status, _path + ".status", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3335
+ method: "typia.assertGuard",
3336
+ path: _path + ".status",
3337
+ expected: "(__type.o2 | undefined)",
3338
+ value: input.status
3339
+ }, _errorFactory)) && (undefined === input.published || (Array.isArray(input.published) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3340
+ method: "typia.assertGuard",
3341
+ path: _path + ".published",
3342
+ expected: "(Array<string> | undefined)",
3343
+ value: input.published
3344
+ }, _errorFactory)) && input.published.every((elem, _index28) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3345
+ method: "typia.assertGuard",
3346
+ path: _path + ".published[" + _index28 + "]",
3347
+ expected: "string",
3348
+ value: elem
3349
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3350
+ method: "typia.assertGuard",
3351
+ path: _path + ".published",
3352
+ expected: "(Array<string> | undefined)",
3353
+ value: input.published
3354
+ }, _errorFactory)) && (undefined === input.publishedCount || "number" === typeof input.publishedCount || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3355
+ method: "typia.assertGuard",
3356
+ path: _path + ".publishedCount",
3357
+ expected: "(number | undefined)",
3358
+ value: input.publishedCount
3359
+ }, _errorFactory)) && (undefined === input.storage || ("object" === typeof input.storage && null !== input.storage && false === Array.isArray(input.storage) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3360
+ method: "typia.assertGuard",
3361
+ path: _path + ".storage",
3362
+ expected: "(__type.o4 | undefined)",
3363
+ value: input.storage
3364
+ }, _errorFactory)) && _ao5(input.storage, _path + ".storage", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3365
+ method: "typia.assertGuard",
3366
+ path: _path + ".storage",
3367
+ expected: "(__type.o4 | undefined)",
3368
+ value: input.storage
3369
+ }, _errorFactory)) && (undefined === input.refs || "number" === typeof input.refs || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3370
+ method: "typia.assertGuard",
3371
+ path: _path + ".refs",
3372
+ expected: "(number | undefined)",
3373
+ value: input.refs
3374
+ }, _errorFactory)) && (undefined === input.refsByType || ("object" === typeof input.refsByType && null !== input.refsByType && false === Array.isArray(input.refsByType) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3375
+ method: "typia.assertGuard",
3376
+ path: _path + ".refsByType",
3377
+ expected: "(Record<string, number> | undefined)",
3378
+ value: input.refsByType
3379
+ }, _errorFactory)) && _ao6(input.refsByType, _path + ".refsByType", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3380
+ method: "typia.assertGuard",
3381
+ path: _path + ".refsByType",
3382
+ expected: "(Record<string, number> | undefined)",
3383
+ value: input.refsByType
3384
+ }, _errorFactory)) && (undefined === input.recurrence_date_range || ("object" === typeof input.recurrence_date_range && null !== input.recurrence_date_range || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3385
+ method: "typia.assertGuard",
3386
+ path: _path + ".recurrence_date_range",
3387
+ expected: "(__type.o5 | undefined)",
3388
+ value: input.recurrence_date_range
3389
+ }, _errorFactory)) && _ao7(input.recurrence_date_range, _path + ".recurrence_date_range", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3390
+ method: "typia.assertGuard",
3391
+ path: _path + ".recurrence_date_range",
3392
+ expected: "(__type.o5 | undefined)",
3393
+ value: input.recurrence_date_range
3394
+ }, _errorFactory)) && (undefined === input.media_date_range || ("object" === typeof input.media_date_range && null !== input.media_date_range || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3395
+ method: "typia.assertGuard",
3396
+ path: _path + ".media_date_range",
3397
+ expected: "(__type.o6 | undefined)",
3398
+ value: input.media_date_range
3399
+ }, _errorFactory)) && _ao8(input.media_date_range, _path + ".media_date_range", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3400
+ method: "typia.assertGuard",
3401
+ path: _path + ".media_date_range",
3402
+ expected: "(__type.o6 | undefined)",
3403
+ value: input.media_date_range
3404
+ }, _errorFactory)) && (undefined === input.ingestschedule_date_range || ("object" === typeof input.ingestschedule_date_range && null !== input.ingestschedule_date_range || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3405
+ method: "typia.assertGuard",
3406
+ path: _path + ".ingestschedule_date_range",
3407
+ expected: "(__type.o7 | undefined)",
3408
+ value: input.ingestschedule_date_range
3409
+ }, _errorFactory)) && _ao9(input.ingestschedule_date_range, _path + ".ingestschedule_date_range", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3410
+ method: "typia.assertGuard",
3411
+ path: _path + ".ingestschedule_date_range",
3412
+ expected: "(__type.o7 | undefined)",
3413
+ value: input.ingestschedule_date_range
3414
+ }, _errorFactory)) && (undefined === input.ingestschedule || ("object" === typeof input.ingestschedule && null !== input.ingestschedule && false === Array.isArray(input.ingestschedule) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3415
+ method: "typia.assertGuard",
3416
+ path: _path + ".ingestschedule",
3417
+ expected: "(__type.o8 | undefined)",
3418
+ value: input.ingestschedule
3419
+ }, _errorFactory)) && _ao10(input.ingestschedule, _path + ".ingestschedule", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3420
+ method: "typia.assertGuard",
3421
+ path: _path + ".ingestschedule",
3422
+ expected: "(__type.o8 | undefined)",
3423
+ value: input.ingestschedule
3424
+ }, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3425
+ method: "typia.assertGuard",
3426
+ path: _path + ".username",
3427
+ expected: "(string | undefined)",
3428
+ value: input.username
3429
+ }, _errorFactory)) && (undefined === input.user || "string" === typeof input.user || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3430
+ method: "typia.assertGuard",
3431
+ path: _path + ".user",
3432
+ expected: "(string | undefined)",
3433
+ value: input.user
3434
+ }, _errorFactory)) && (undefined === input["note.text"] || "string" === typeof input["note.text"] || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3435
+ method: "typia.assertGuard",
3436
+ path: _path + "[\"note.text\"]",
3437
+ expected: "(string | undefined)",
3438
+ value: input["note.text"]
3439
+ }, _errorFactory)) && (undefined === input.subtitles || "string" === typeof input.subtitles || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3440
+ method: "typia.assertGuard",
3441
+ path: _path + ".subtitles",
3442
+ expected: "(string | undefined)",
3443
+ value: input.subtitles
3444
+ }, _errorFactory)) && (undefined === input.graphics || "string" === typeof input.graphics || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3445
+ method: "typia.assertGuard",
3446
+ path: _path + ".graphics",
3447
+ expected: "(string | undefined)",
3448
+ value: input.graphics
3449
+ }, _errorFactory)) && (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3450
+ method: "typia.assertGuard",
3451
+ path: _path + ".story",
3452
+ expected: "(__type.o9 | undefined)",
3453
+ value: input.story
3454
+ }, _errorFactory)) && _ao11(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3455
+ method: "typia.assertGuard",
3456
+ path: _path + ".story",
3457
+ expected: "(__type.o9 | undefined)",
3458
+ value: input.story
3459
+ }, _errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3460
+ method: "typia.assertGuard",
3461
+ path: _path + ".storyboard",
3462
+ expected: "(__type.o10 | undefined)",
3463
+ value: input.storyboard
3464
+ }, _errorFactory)) && _ao12(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3465
+ method: "typia.assertGuard",
3466
+ path: _path + ".storyboard",
3467
+ expected: "(__type.o10 | undefined)",
3468
+ value: input.storyboard
3469
+ }, _errorFactory)) && (undefined === input.media || ("object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3470
+ method: "typia.assertGuard",
3471
+ path: _path + ".media",
3472
+ expected: "(__type.o11 | undefined)",
3473
+ value: input.media
3474
+ }, _errorFactory)) && _ao13(input.media, _path + ".media", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3475
+ method: "typia.assertGuard",
3476
+ path: _path + ".media",
3477
+ expected: "(__type.o11 | undefined)",
3478
+ value: input.media
3479
+ }, _errorFactory)) && (undefined === input.embedding || (Array.isArray(input.embedding) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3480
+ method: "typia.assertGuard",
3481
+ path: _path + ".embedding",
3482
+ expected: "(Array<__type>.o3 | undefined)",
3483
+ value: input.embedding
3484
+ }, _errorFactory)) && input.embedding.every((elem, _index29) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3485
+ method: "typia.assertGuard",
3486
+ path: _path + ".embedding[" + _index29 + "]",
3487
+ expected: "__type.o12",
3488
+ value: elem
3489
+ }, _errorFactory)) && _ao14(elem, _path + ".embedding[" + _index29 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3490
+ method: "typia.assertGuard",
3491
+ path: _path + ".embedding[" + _index29 + "]",
3492
+ expected: "__type.o12",
3493
+ value: elem
3494
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3495
+ method: "typia.assertGuard",
3496
+ path: _path + ".embedding",
3497
+ expected: "(Array<__type>.o3 | undefined)",
3498
+ value: input.embedding
3499
+ }, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
3500
+ if (["id", "title", "description", "created", "createdBy", "createdByTitle", "origin", "modified", "modifiedBy", "modifiedByAll", "modifiedByTitle", "duration", "tags", "deadlines", "deadlinesCount", "deadlines_date_range", "assignees", "assigneesCount", "locations", "locationsCount", "types", "primaryType", "rawTypes", "status", "published", "publishedCount", "storage", "refs", "refsByType", "recurrence_date_range", "media_date_range", "ingestschedule_date_range", "ingestschedule", "username", "user", "note.text", "subtitles", "graphics", "story", "storyboard", "media", "embedding"].some(prop => key === prop))
3501
+ return true;
3502
+ const value = input[key];
3503
+ if (undefined === value)
3504
+ return true;
3505
+ return true;
3506
+ })); const _ao1 = (input, _path, _exceptionable = true) => ("string" === typeof input.gte || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3507
+ method: "typia.assertGuard",
3508
+ path: _path + ".gte",
3509
+ expected: "string",
3510
+ value: input.gte
3511
+ }, _errorFactory)) && ("string" === typeof input.lte || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3512
+ method: "typia.assertGuard",
3513
+ path: _path + ".lte",
3514
+ expected: "string",
3515
+ value: input.lte
3516
+ }, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => ("number" === typeof input.lat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3517
+ method: "typia.assertGuard",
3518
+ path: _path + ".lat",
3519
+ expected: "number",
3520
+ value: input.lat
3521
+ }, _errorFactory)) && ("number" === typeof input.lon || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3522
+ method: "typia.assertGuard",
3523
+ path: _path + ".lon",
3524
+ expected: "number",
3525
+ value: input.lon
3526
+ }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3527
+ method: "typia.assertGuard",
3528
+ path: _path + ".messages",
3529
+ expected: "(Array<__type>.o2 | undefined)",
3530
+ value: input.messages
3531
+ }, _errorFactory)) && input.messages.every((elem, _index30) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3532
+ method: "typia.assertGuard",
3533
+ path: _path + ".messages[" + _index30 + "]",
3534
+ expected: "__type.o3",
3535
+ value: elem
3536
+ }, _errorFactory)) && _ao4(elem, _path + ".messages[" + _index30 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3537
+ method: "typia.assertGuard",
3538
+ path: _path + ".messages[" + _index30 + "]",
3539
+ expected: "__type.o3",
3540
+ value: elem
3541
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3542
+ method: "typia.assertGuard",
3543
+ path: _path + ".messages",
3544
+ expected: "(Array<__type>.o2 | undefined)",
3545
+ value: input.messages
3546
+ }, _errorFactory); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.code || "string" === typeof input.code || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3547
+ method: "typia.assertGuard",
3548
+ path: _path + ".code",
3549
+ expected: "(string | undefined)",
3550
+ value: input.code
3551
+ }, _errorFactory)) && (undefined === input.level || "number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3552
+ method: "typia.assertGuard",
3553
+ path: _path + ".level",
3554
+ expected: "(number | undefined)",
3555
+ value: input.level
3556
+ }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (undefined === input.files || (Array.isArray(input.files) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3557
+ method: "typia.assertGuard",
3558
+ path: _path + ".files",
3559
+ expected: "(Array<string> | undefined)",
3560
+ value: input.files
3561
+ }, _errorFactory)) && input.files.every((elem, _index31) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3562
+ method: "typia.assertGuard",
3563
+ path: _path + ".files[" + _index31 + "]",
3564
+ expected: "string",
3565
+ value: elem
3566
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3567
+ method: "typia.assertGuard",
3568
+ path: _path + ".files",
3569
+ expected: "(Array<string> | undefined)",
3570
+ value: input.files
3571
+ }, _errorFactory)) && (undefined === input.replicas || (Array.isArray(input.replicas) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3572
+ method: "typia.assertGuard",
3573
+ path: _path + ".replicas",
3574
+ expected: "(Array<string> | undefined)",
3575
+ value: input.replicas
3576
+ }, _errorFactory)) && input.replicas.every((elem, _index32) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3577
+ method: "typia.assertGuard",
3578
+ path: _path + ".replicas[" + _index32 + "]",
3579
+ expected: "string",
3580
+ value: elem
3581
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3582
+ method: "typia.assertGuard",
3583
+ path: _path + ".replicas",
3584
+ expected: "(Array<string> | undefined)",
3585
+ value: input.replicas
3586
+ }, _errorFactory)) && (undefined === input.locations || (Array.isArray(input.locations) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3587
+ method: "typia.assertGuard",
3588
+ path: _path + ".locations",
3589
+ expected: "(Array<string> | undefined)",
3590
+ value: input.locations
3591
+ }, _errorFactory)) && input.locations.every((elem, _index33) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3592
+ method: "typia.assertGuard",
3593
+ path: _path + ".locations[" + _index33 + "]",
3594
+ expected: "string",
3595
+ value: elem
3596
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3597
+ method: "typia.assertGuard",
3598
+ path: _path + ".locations",
3599
+ expected: "(Array<string> | undefined)",
3600
+ value: input.locations
3601
+ }, _errorFactory)) && (undefined === input.zones || (Array.isArray(input.zones) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3602
+ method: "typia.assertGuard",
3603
+ path: _path + ".zones",
3604
+ expected: "(Array<string> | undefined)",
3605
+ value: input.zones
3606
+ }, _errorFactory)) && input.zones.every((elem, _index34) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3607
+ method: "typia.assertGuard",
3608
+ path: _path + ".zones[" + _index34 + "]",
3609
+ expected: "string",
3610
+ value: elem
3611
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3612
+ method: "typia.assertGuard",
3613
+ path: _path + ".zones",
3614
+ expected: "(Array<string> | undefined)",
3615
+ value: input.zones
3616
+ }, _errorFactory)) && (undefined === input.uploading || "boolean" === typeof input.uploading || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3617
+ method: "typia.assertGuard",
3618
+ path: _path + ".uploading",
3619
+ expected: "(boolean | undefined)",
3620
+ value: input.uploading
3621
+ }, _errorFactory)) && (undefined === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3622
+ method: "typia.assertGuard",
3623
+ path: _path + ".size",
3624
+ expected: "(number | undefined)",
3625
+ value: input.size
3626
+ }, _errorFactory)) && (undefined === input.filesCount || "number" === typeof input.filesCount || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3627
+ method: "typia.assertGuard",
3628
+ path: _path + ".filesCount",
3629
+ expected: "(number | undefined)",
3630
+ value: input.filesCount
3631
+ }, _errorFactory)) && (undefined === input.replicasCount || "number" === typeof input.replicasCount || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3632
+ method: "typia.assertGuard",
3633
+ path: _path + ".replicasCount",
3634
+ expected: "(number | undefined)",
3635
+ value: input.replicasCount
3636
+ }, _errorFactory)) && (undefined === input.locationsCount || "number" === typeof input.locationsCount || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3637
+ method: "typia.assertGuard",
3638
+ path: _path + ".locationsCount",
3639
+ expected: "(number | undefined)",
3640
+ value: input.locationsCount
3641
+ }, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
3642
+ const value = input[key];
3643
+ if (undefined === value)
3644
+ return true;
3645
+ return "number" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3646
+ method: "typia.assertGuard",
3647
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
3648
+ expected: "number",
3649
+ value: value
3650
+ }, _errorFactory);
3651
+ }); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.gte || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3652
+ method: "typia.assertGuard",
3653
+ path: _path + ".gte",
3654
+ expected: "string",
3655
+ value: input.gte
3656
+ }, _errorFactory)) && (null === input.lte || "string" === typeof input.lte || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3657
+ method: "typia.assertGuard",
3658
+ path: _path + ".lte",
3659
+ expected: "(null | string)",
3660
+ value: input.lte
3661
+ }, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => ("string" === typeof input.gte || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3662
+ method: "typia.assertGuard",
3663
+ path: _path + ".gte",
3664
+ expected: "string",
3665
+ value: input.gte
3666
+ }, _errorFactory)) && ("string" === typeof input.lte || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3667
+ method: "typia.assertGuard",
3668
+ path: _path + ".lte",
3669
+ expected: "string",
3670
+ value: input.lte
3671
+ }, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => ("string" === typeof input.gte || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3672
+ method: "typia.assertGuard",
3673
+ path: _path + ".gte",
3674
+ expected: "string",
3675
+ value: input.gte
3676
+ }, _errorFactory)) && (null === input.lte || "string" === typeof input.lte || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3677
+ method: "typia.assertGuard",
3678
+ path: _path + ".lte",
3679
+ expected: "(null | string)",
3680
+ value: input.lte
3681
+ }, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3682
+ method: "typia.assertGuard",
3683
+ path: _path + ".type",
3684
+ expected: "(string | undefined)",
3685
+ value: input.type
3686
+ }, _errorFactory)) && (undefined === input.sources || (Array.isArray(input.sources) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3687
+ method: "typia.assertGuard",
3688
+ path: _path + ".sources",
3689
+ expected: "(Array<string> | undefined)",
3690
+ value: input.sources
3691
+ }, _errorFactory)) && input.sources.every((elem, _index35) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3692
+ method: "typia.assertGuard",
3693
+ path: _path + ".sources[" + _index35 + "]",
3694
+ expected: "string",
3695
+ value: elem
3696
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3697
+ method: "typia.assertGuard",
3698
+ path: _path + ".sources",
3699
+ expected: "(Array<string> | undefined)",
3700
+ value: input.sources
3701
+ }, _errorFactory)) && (undefined === input.routes || (Array.isArray(input.routes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3702
+ method: "typia.assertGuard",
3703
+ path: _path + ".routes",
3704
+ expected: "(Array<string> | undefined)",
3705
+ value: input.routes
3706
+ }, _errorFactory)) && input.routes.every((elem, _index36) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3707
+ method: "typia.assertGuard",
3708
+ path: _path + ".routes[" + _index36 + "]",
3709
+ expected: "string",
3710
+ value: elem
3711
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3712
+ method: "typia.assertGuard",
3713
+ path: _path + ".routes",
3714
+ expected: "(Array<string> | undefined)",
3715
+ value: input.routes
3716
+ }, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => (undefined === input.content || "string" === typeof input.content || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3717
+ method: "typia.assertGuard",
3718
+ path: _path + ".content",
3719
+ expected: "(string | undefined)",
3720
+ value: input.content
3721
+ }, _errorFactory)) && (undefined === input.graphics || (Array.isArray(input.graphics) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3722
+ method: "typia.assertGuard",
3723
+ path: _path + ".graphics",
3724
+ expected: "(Array<string> | undefined)",
3725
+ value: input.graphics
3726
+ }, _errorFactory)) && input.graphics.every((elem, _index37) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3727
+ method: "typia.assertGuard",
3728
+ path: _path + ".graphics[" + _index37 + "]",
3729
+ expected: "string",
3730
+ value: elem
3731
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3732
+ method: "typia.assertGuard",
3733
+ path: _path + ".graphics",
3734
+ expected: "(Array<string> | undefined)",
3735
+ value: input.graphics
3736
+ }, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => undefined === input.content || Array.isArray(input.content) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3737
+ method: "typia.assertGuard",
3738
+ path: _path + ".content",
3739
+ expected: "(Array<unknown> | undefined)",
3740
+ value: input.content
3741
+ }, _errorFactory); const _ao13 = (input, _path, _exceptionable = true) => true && true && true && true && true; const _ao14 = (input, _path, _exceptionable = true) => (Array.isArray(input.vector) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3742
+ method: "typia.assertGuard",
3743
+ path: _path + ".vector",
3744
+ expected: "Array<number>",
3745
+ value: input.vector
3746
+ }, _errorFactory)) && input.vector.every((elem, _index38) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3747
+ method: "typia.assertGuard",
3748
+ path: _path + ".vector[" + _index38 + "]",
3749
+ expected: "number",
3750
+ value: elem
3751
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3752
+ method: "typia.assertGuard",
3753
+ path: _path + ".vector",
3754
+ expected: "Array<number>",
3755
+ value: input.vector
3756
+ }, _errorFactory); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
2857
3757
  if (false === __is(input)) {
2858
3758
  _errorFactory = errorFactory;
2859
- ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
3759
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
2860
3760
  method: "typia.assertGuard",
2861
3761
  path: _path + "",
2862
- expected: "AssetCommentsRecord",
3762
+ expected: "AssetRecordProvidedRecord",
2863
3763
  value: input
2864
3764
  }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
2865
3765
  method: "typia.assertGuard",
2866
3766
  path: _path + "",
2867
- expected: "AssetCommentsRecord",
3767
+ expected: "AssetRecordProvidedRecord",
2868
3768
  value: input
2869
3769
  }, _errorFactory))(input, "$input", true);
2870
3770
  }
@@ -6565,6 +7465,82 @@ function _assertGuardDomainRecord(domain, input) {
6565
7465
  }
6566
7466
  }; })()(input);
6567
7467
  }
7468
+ case ":device": {
7469
+ return (() => { const _io0 = input => (undefined === input.type || "display" === input.type) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io1(input.display)); const _io1 = input => (undefined === input.activeAsset || "string" === typeof input.activeAsset) && (undefined === input.editor || "string" === typeof input.editor); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.type || "display" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7470
+ method: "typia.assertGuard",
7471
+ path: _path + ".type",
7472
+ expected: "(\"display\" | undefined)",
7473
+ value: input.type
7474
+ }, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7475
+ method: "typia.assertGuard",
7476
+ path: _path + ".display",
7477
+ expected: "(__type | undefined)",
7478
+ value: input.display
7479
+ }, _errorFactory)) && _ao1(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7480
+ method: "typia.assertGuard",
7481
+ path: _path + ".display",
7482
+ expected: "(__type | undefined)",
7483
+ value: input.display
7484
+ }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.activeAsset || "string" === typeof input.activeAsset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7485
+ method: "typia.assertGuard",
7486
+ path: _path + ".activeAsset",
7487
+ expected: "(string | undefined)",
7488
+ value: input.activeAsset
7489
+ }, _errorFactory)) && (undefined === input.editor || "string" === typeof input.editor || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7490
+ method: "typia.assertGuard",
7491
+ path: _path + ".editor",
7492
+ expected: "(string | undefined)",
7493
+ value: input.editor
7494
+ }, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
7495
+ if (false === __is(input)) {
7496
+ _errorFactory = errorFactory;
7497
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
7498
+ method: "typia.assertGuard",
7499
+ path: _path + "",
7500
+ expected: "DeviceDomainRecord",
7501
+ value: input
7502
+ }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
7503
+ method: "typia.assertGuard",
7504
+ path: _path + "",
7505
+ expected: "DeviceDomainRecord",
7506
+ value: input
7507
+ }, _errorFactory))(input, "$input", true);
7508
+ }
7509
+ }; })()(input);
7510
+ }
7511
+ case ":device.status?": {
7512
+ return (() => { const _io0 = input => (undefined === input.since || "string" === typeof input.since) && (undefined === input.heartbeat || "string" === typeof input.heartbeat) && (undefined === input.version || "string" === typeof input.version); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.since || "string" === typeof input.since || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7513
+ method: "typia.assertGuard",
7514
+ path: _path + ".since",
7515
+ expected: "(string | undefined)",
7516
+ value: input.since
7517
+ }, _errorFactory)) && (undefined === input.heartbeat || "string" === typeof input.heartbeat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7518
+ method: "typia.assertGuard",
7519
+ path: _path + ".heartbeat",
7520
+ expected: "(string | undefined)",
7521
+ value: input.heartbeat
7522
+ }, _errorFactory)) && (undefined === input.version || "string" === typeof input.version || __typia_transform__assertGuard._assertGuard(_exceptionable, {
7523
+ method: "typia.assertGuard",
7524
+ path: _path + ".version",
7525
+ expected: "(string | undefined)",
7526
+ value: input.version
7527
+ }, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
7528
+ if (false === __is(input)) {
7529
+ _errorFactory = errorFactory;
7530
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
7531
+ method: "typia.assertGuard",
7532
+ path: _path + "",
7533
+ expected: "DeviceDomainStatusRecord",
7534
+ value: input
7535
+ }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
7536
+ method: "typia.assertGuard",
7537
+ path: _path + "",
7538
+ expected: "DeviceDomainStatusRecord",
7539
+ value: input
7540
+ }, _errorFactory))(input, "$input", true);
7541
+ }
7542
+ }; })()(input);
7543
+ }
6568
7544
  case ":edit": {
6569
7545
  return (() => { const _io0 = input => "object" === typeof input.nodes && null !== input.nodes && false === Array.isArray(input.nodes) && _io1(input.nodes) && (Array.isArray(input.tracks) && input.tracks.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem))) && ("object" === typeof input.transitions && null !== input.transitions && false === Array.isArray(input.transitions) && _io1(input.transitions)) && (undefined === input.active || "boolean" === typeof input.active) && (undefined === input.changeId || "string" === typeof input.changeId); const _io1 = input => true; const _ao0 = (input, _path, _exceptionable = true) => (("object" === typeof input.nodes && null !== input.nodes && false === Array.isArray(input.nodes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6570
7546
  method: "typia.assertGuard",
@@ -8276,6 +9252,232 @@ function _assertGuardDomainRecord(domain, input) {
8276
9252
  }
8277
9253
  }; })()(input);
8278
9254
  }
9255
+ case ":ingestschedule": {
9256
+ return (() => { const _io0 = input => (undefined === input.io || "object" === typeof input.io && null !== input.io && false === Array.isArray(input.io) && _io1(input.io)) && (undefined === input.sourcesHint || "string" === typeof input.sourcesHint) && (undefined === input.enabled || "boolean" === typeof input.enabled) && (null !== input.clipname && (undefined === input.clipname || "string" === typeof input.clipname || "object" === typeof input.clipname && null !== input.clipname && _io3(input.clipname))) && (undefined === input.autoTags || Array.isArray(input.autoTags) && input.autoTags.every(elem => "string" === typeof elem)) && (null === input.storyboard || undefined === input.storyboard || "string" === typeof input.storyboard) && (null === input.pipeline || undefined === input.pipeline || "string" === typeof input.pipeline) && (undefined === input.type || "instant" === input.type || "repeat" === input.type || "salami" === input.type) && (undefined === input.salami || "object" === typeof input.salami && null !== input.salami && false === Array.isArray(input.salami) && _io5(input.salami)) && (undefined === input.repeat || "object" === typeof input.repeat && null !== input.repeat && false === Array.isArray(input.repeat) && _io6(input.repeat)); const _io1 = input => Object.keys(input).every(key => {
9257
+ const value = input[key];
9258
+ if (undefined === value)
9259
+ return true;
9260
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io2(value);
9261
+ }); 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 => true; 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, {
9262
+ method: "typia.assertGuard",
9263
+ path: _path + ".io",
9264
+ expected: "(__type | undefined)",
9265
+ value: input.io
9266
+ }, _errorFactory)) && _ao1(input.io, _path + ".io", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9267
+ method: "typia.assertGuard",
9268
+ path: _path + ".io",
9269
+ expected: "(__type | undefined)",
9270
+ value: input.io
9271
+ }, _errorFactory)) && (undefined === input.sourcesHint || "string" === typeof input.sourcesHint || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9272
+ method: "typia.assertGuard",
9273
+ path: _path + ".sourcesHint",
9274
+ expected: "(string | undefined)",
9275
+ value: input.sourcesHint
9276
+ }, _errorFactory)) && (undefined === input.enabled || "boolean" === typeof input.enabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9277
+ method: "typia.assertGuard",
9278
+ path: _path + ".enabled",
9279
+ expected: "(boolean | undefined)",
9280
+ value: input.enabled
9281
+ }, _errorFactory)) && ((null !== input.clipname || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9282
+ method: "typia.assertGuard",
9283
+ path: _path + ".clipname",
9284
+ expected: "(__type.o1 | string | undefined)",
9285
+ value: input.clipname
9286
+ }, _errorFactory)) && (undefined === input.clipname || "string" === typeof input.clipname || ("object" === typeof input.clipname && null !== input.clipname || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9287
+ method: "typia.assertGuard",
9288
+ path: _path + ".clipname",
9289
+ expected: "(__type.o1 | string | undefined)",
9290
+ value: input.clipname
9291
+ }, _errorFactory)) && _ao3(input.clipname, _path + ".clipname", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9292
+ method: "typia.assertGuard",
9293
+ path: _path + ".clipname",
9294
+ expected: "(__type.o1 | string | undefined)",
9295
+ value: input.clipname
9296
+ }, _errorFactory))) && (undefined === input.autoTags || (Array.isArray(input.autoTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9297
+ method: "typia.assertGuard",
9298
+ path: _path + ".autoTags",
9299
+ expected: "(Array<string> | undefined)",
9300
+ value: input.autoTags
9301
+ }, _errorFactory)) && input.autoTags.every((elem, _index4) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9302
+ method: "typia.assertGuard",
9303
+ path: _path + ".autoTags[" + _index4 + "]",
9304
+ expected: "string",
9305
+ value: elem
9306
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9307
+ method: "typia.assertGuard",
9308
+ path: _path + ".autoTags",
9309
+ expected: "(Array<string> | undefined)",
9310
+ value: input.autoTags
9311
+ }, _errorFactory)) && (null === input.storyboard || undefined === input.storyboard || "string" === typeof input.storyboard || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9312
+ method: "typia.assertGuard",
9313
+ path: _path + ".storyboard",
9314
+ expected: "(null | string | undefined)",
9315
+ value: input.storyboard
9316
+ }, _errorFactory)) && (null === input.pipeline || undefined === input.pipeline || "string" === typeof input.pipeline || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9317
+ method: "typia.assertGuard",
9318
+ path: _path + ".pipeline",
9319
+ expected: "(null | string | undefined)",
9320
+ value: input.pipeline
9321
+ }, _errorFactory)) && (undefined === input.type || "instant" === input.type || "repeat" === input.type || "salami" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9322
+ method: "typia.assertGuard",
9323
+ path: _path + ".type",
9324
+ expected: "(\"instant\" | \"repeat\" | \"salami\" | undefined)",
9325
+ value: input.type
9326
+ }, _errorFactory)) && (undefined === input.salami || ("object" === typeof input.salami && null !== input.salami && false === Array.isArray(input.salami) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9327
+ method: "typia.assertGuard",
9328
+ path: _path + ".salami",
9329
+ expected: "(__type.o2 | undefined)",
9330
+ value: input.salami
9331
+ }, _errorFactory)) && _ao5(input.salami, _path + ".salami", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9332
+ method: "typia.assertGuard",
9333
+ path: _path + ".salami",
9334
+ expected: "(__type.o2 | undefined)",
9335
+ value: input.salami
9336
+ }, _errorFactory)) && (undefined === input.repeat || ("object" === typeof input.repeat && null !== input.repeat && false === Array.isArray(input.repeat) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9337
+ method: "typia.assertGuard",
9338
+ path: _path + ".repeat",
9339
+ expected: "(IngestScheduleRepeat | undefined)",
9340
+ value: input.repeat
9341
+ }, _errorFactory)) && _ao6(input.repeat, _path + ".repeat", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9342
+ method: "typia.assertGuard",
9343
+ path: _path + ".repeat",
9344
+ expected: "(IngestScheduleRepeat | undefined)",
9345
+ value: input.repeat
9346
+ }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
9347
+ const value = input[key];
9348
+ if (undefined === value)
9349
+ return true;
9350
+ return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9351
+ method: "typia.assertGuard",
9352
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
9353
+ expected: "IngestIo",
9354
+ value: value
9355
+ }, _errorFactory)) && _ao2(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9356
+ method: "typia.assertGuard",
9357
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
9358
+ expected: "IngestIo",
9359
+ value: value
9360
+ }, _errorFactory);
9361
+ }); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.route || "string" === typeof input.route || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9362
+ method: "typia.assertGuard",
9363
+ path: _path + ".route",
9364
+ expected: "(string | undefined)",
9365
+ value: input.route
9366
+ }, _errorFactory)) && (undefined === input.publish || (Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9367
+ method: "typia.assertGuard",
9368
+ path: _path + ".publish",
9369
+ expected: "(Array<string> | undefined)",
9370
+ value: input.publish
9371
+ }, _errorFactory)) && input.publish.every((elem, _index5) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9372
+ method: "typia.assertGuard",
9373
+ path: _path + ".publish[" + _index5 + "]",
9374
+ expected: "string",
9375
+ value: elem
9376
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9377
+ method: "typia.assertGuard",
9378
+ path: _path + ".publish",
9379
+ expected: "(Array<string> | undefined)",
9380
+ value: input.publish
9381
+ }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context && false === Array.isArray(input.__context) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9382
+ method: "typia.assertGuard",
9383
+ path: _path + ".__context",
9384
+ expected: "object",
9385
+ value: input.__context
9386
+ }, _errorFactory)) && _ao4(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9387
+ method: "typia.assertGuard",
9388
+ path: _path + ".__context",
9389
+ expected: "object",
9390
+ value: input.__context
9391
+ }, _errorFactory)) && ("string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9392
+ method: "typia.assertGuard",
9393
+ path: _path + ".__returnValue",
9394
+ expected: "string",
9395
+ value: input.__returnValue
9396
+ }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => true; const _ao5 = (input, _path, _exceptionable = true) => (null === input.gallery || undefined === input.gallery || "string" === typeof input.gallery || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9397
+ method: "typia.assertGuard",
9398
+ path: _path + ".gallery",
9399
+ expected: "(null | string | undefined)",
9400
+ value: input.gallery
9401
+ }, _errorFactory)) && (undefined === input.tag || "string" === typeof input.tag || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9402
+ method: "typia.assertGuard",
9403
+ path: _path + ".tag",
9404
+ expected: "(string | undefined)",
9405
+ value: input.tag
9406
+ }, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => (undefined === input.freq || 0 === input.freq || 2 === input.freq || 3 === input.freq || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9407
+ method: "typia.assertGuard",
9408
+ path: _path + ".freq",
9409
+ expected: "(0 | 2 | 3 | undefined)",
9410
+ value: input.freq
9411
+ }, _errorFactory)) && (undefined === input.until || "string" === typeof input.until || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9412
+ method: "typia.assertGuard",
9413
+ path: _path + ".until",
9414
+ expected: "(string | undefined)",
9415
+ value: input.until
9416
+ }, _errorFactory)) && (undefined === input.start || "string" === typeof input.start || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9417
+ method: "typia.assertGuard",
9418
+ path: _path + ".start",
9419
+ expected: "(string | undefined)",
9420
+ value: input.start
9421
+ }, _errorFactory)) && (undefined === input.tzid || "string" === typeof input.tzid || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9422
+ method: "typia.assertGuard",
9423
+ path: _path + ".tzid",
9424
+ expected: "(string | undefined)",
9425
+ value: input.tzid
9426
+ }, _errorFactory)) && (undefined === input.duration || "number" === typeof input.duration || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9427
+ method: "typia.assertGuard",
9428
+ path: _path + ".duration",
9429
+ expected: "(number | undefined)",
9430
+ value: input.duration
9431
+ }, _errorFactory)) && (undefined === input.byweekday || (Array.isArray(input.byweekday) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9432
+ method: "typia.assertGuard",
9433
+ path: _path + ".byweekday",
9434
+ expected: "(Array<number> | undefined)",
9435
+ value: input.byweekday
9436
+ }, _errorFactory)) && input.byweekday.every((elem, _index6) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9437
+ method: "typia.assertGuard",
9438
+ path: _path + ".byweekday[" + _index6 + "]",
9439
+ expected: "number",
9440
+ value: elem
9441
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9442
+ method: "typia.assertGuard",
9443
+ path: _path + ".byweekday",
9444
+ expected: "(Array<number> | undefined)",
9445
+ value: input.byweekday
9446
+ }, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
9447
+ if (false === __is(input)) {
9448
+ _errorFactory = errorFactory;
9449
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
9450
+ method: "typia.assertGuard",
9451
+ path: _path + "",
9452
+ expected: "IngestScheduleDomainRecord",
9453
+ value: input
9454
+ }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
9455
+ method: "typia.assertGuard",
9456
+ path: _path + "",
9457
+ expected: "IngestScheduleDomainRecord",
9458
+ value: input
9459
+ }, _errorFactory))(input, "$input", true);
9460
+ }
9461
+ }; })()(input);
9462
+ }
9463
+ case ":ingestschedule.stats?": {
9464
+ return (() => { const _io0 = input => true; const _ao0 = (input, _path, _exceptionable = true) => true; const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
9465
+ if (false === __is(input)) {
9466
+ _errorFactory = errorFactory;
9467
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
9468
+ method: "typia.assertGuard",
9469
+ path: _path + "",
9470
+ expected: "IngestScheduleDomainStatsRecord",
9471
+ value: input
9472
+ }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
9473
+ method: "typia.assertGuard",
9474
+ path: _path + "",
9475
+ expected: "IngestScheduleDomainStatsRecord",
9476
+ value: input
9477
+ }, _errorFactory))(input, "$input", true);
9478
+ }
9479
+ }; })()(input);
9480
+ }
8279
9481
  case ":media.source": {
8280
9482
  return (() => { const _io0 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io1(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io2(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io5(input.video)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io7(input.transcribe)); const _io1 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file); const _io2 = input => Object.keys(input).every(key => {
8281
9483
  const value = input[key];
@@ -10134,13 +11336,36 @@ function _assertGuardDomainRecord(domain, input) {
10134
11336
  }
10135
11337
  }; })()(input);
10136
11338
  }
11339
+ case ":note": {
11340
+ return (() => { const _io0 = input => "string" === typeof input.value; const _ao0 = (input, _path, _exceptionable = true) => "string" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11341
+ method: "typia.assertGuard",
11342
+ path: _path + ".value",
11343
+ expected: "string",
11344
+ value: input.value
11345
+ }, _errorFactory); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
11346
+ if (false === __is(input)) {
11347
+ _errorFactory = errorFactory;
11348
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
11349
+ method: "typia.assertGuard",
11350
+ path: _path + "",
11351
+ expected: "NoteDomainRecord",
11352
+ value: input
11353
+ }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
11354
+ method: "typia.assertGuard",
11355
+ path: _path + "",
11356
+ expected: "NoteDomainRecord",
11357
+ value: input
11358
+ }, _errorFactory))(input, "$input", true);
11359
+ }
11360
+ }; })()(input);
11361
+ }
10137
11362
  case ":panel": {
10138
11363
  return (() => { const _io0 = input => (undefined === input.title || "string" === typeof input.title) && (null !== input.supports && (undefined === input.supports || "string" === typeof input.supports || Array.isArray(input.supports) && input.supports.every(elem => "string" === typeof elem))) && (undefined === input.priority || "number" === typeof input.priority) && (undefined === input.editorPriority || "number" === typeof input.editorPriority) && (undefined === input.properties || "object" === typeof input.properties && null !== input.properties && false === Array.isArray(input.properties) && _io1(input.properties)) && (undefined === input.layout || "object" === typeof input.layout && null !== input.layout && false === Array.isArray(input.layout) && _io6(input.layout)) && true && true; const _io1 = input => Object.keys(input).every(key => {
10139
11364
  const value = input[key];
10140
11365
  if (undefined === value)
10141
11366
  return true;
10142
11367
  return "object" === typeof value && null !== value && _io2(value);
10143
- }); const _io2 = input => ("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.domain || "string" === typeof input.domain) && (undefined === input.path || "string" === typeof input.path) && true && (undefined === input.index || "object" === typeof input.index && null !== input.index && _io3(input.index)) && (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) && _io4(elem))) && (undefined === input.anyOf || Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io5(elem))); const _io3 = input => "string" === typeof input.label && "string" === typeof input.path; const _io4 = input => true && (undefined === input.title || "string" === typeof input.title); const _io5 = input => true && (undefined === input.title || "string" === typeof input.title); const _io6 = input => null !== input.panel && (undefined === input.panel || "string" === typeof input.panel || (Array.isArray(input.panel) && (_ia0(input.panel) || false) || "object" === typeof input.panel && null !== input.panel && _iu0(input.panel))) && (null !== input.editor && (undefined === input.editor || "string" === typeof input.editor || (Array.isArray(input.editor) && (_ia0(input.editor) || false) || "object" === typeof input.editor && null !== input.editor && _iu0(input.editor)))); const _io7 = input => "divider" === input.type && (undefined === input.title || "string" === typeof input.title); const _io8 = input => "string" === typeof input.property && (undefined === input.width || "string" === typeof input.width || "number" === typeof input.width) && (null !== input.widget && (undefined === input.widget || "default" === input.widget || "assetTypes" === input.widget || "assetTags" === input.widget || "geopoint" === input.widget || "poster" === input.widget || "textarea" === input.widget || "tags" === input.widget || "object" === typeof input.widget && null !== input.widget && _io9(input.widget))); const _io9 = input => ("default" === input.type || "assetTypes" === input.type || "assetTags" === input.type || "geopoint" === input.type || "poster" === input.type || "textarea" === input.type || "tags" === input.type) && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _iu0 = input => (() => {
11368
+ }); const _io2 = input => ("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.domain || "string" === typeof input.domain) && (undefined === input.path || "string" === typeof input.path) && true && (undefined === input.index || "object" === typeof input.index && null !== input.index && _io3(input.index)) && (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) && _io4(elem))) && (undefined === input.anyOf || Array.isArray(input.anyOf) && input.anyOf.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io5(elem))) && (undefined === input["enum"] || Array.isArray(input["enum"])); const _io3 = input => "string" === typeof input.label && "string" === typeof input.path; const _io4 = input => true && (undefined === input.title || "string" === typeof input.title); const _io5 = input => true && (undefined === input.title || "string" === typeof input.title); const _io6 = input => null !== input.panel && (undefined === input.panel || "string" === typeof input.panel || (Array.isArray(input.panel) && (_ia0(input.panel) || false) || "object" === typeof input.panel && null !== input.panel && _iu0(input.panel))) && (null !== input.editor && (undefined === input.editor || "string" === typeof input.editor || (Array.isArray(input.editor) && (_ia0(input.editor) || false) || "object" === typeof input.editor && null !== input.editor && _iu0(input.editor)))); const _io7 = input => "divider" === input.type && (undefined === input.title || "string" === typeof input.title); const _io8 = input => "string" === typeof input.property && (undefined === input.width || "string" === typeof input.width || "number" === typeof input.width) && (null !== input.widget && (undefined === input.widget || "default" === input.widget || "tags" === input.widget || "assetTypes" === input.widget || "assetTags" === input.widget || "geopoint" === input.widget || "poster" === input.widget || "textarea" === input.widget || "object" === typeof input.widget && null !== input.widget && _io9(input.widget))); const _io9 = input => ("default" === input.type || "tags" === input.type || "assetTypes" === input.type || "assetTags" === input.type || "geopoint" === input.type || "poster" === input.type || "textarea" === input.type) && (undefined === input.readOnly || "boolean" === typeof input.readOnly); const _iu0 = input => (() => {
10144
11369
  if (undefined !== input.type)
10145
11370
  return _io7(input);
10146
11371
  else if (undefined !== input.property)
@@ -10209,12 +11434,12 @@ function _assertGuardDomainRecord(domain, input) {
10209
11434
  return ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10210
11435
  method: "typia.assertGuard",
10211
11436
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
10212
- expected: "PanelProperty",
11437
+ expected: "PanelProperty<unknown>",
10213
11438
  value: value
10214
11439
  }, _errorFactory)) && _ao2(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10215
11440
  method: "typia.assertGuard",
10216
11441
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
10217
- expected: "PanelProperty",
11442
+ expected: "PanelProperty<unknown>",
10218
11443
  value: value
10219
11444
  }, _errorFactory);
10220
11445
  }); const _ao2 = (input, _path, _exceptionable = true) => ("string" === input.type || "number" === input.type || "boolean" === input.type || "object" === input.type || "array" === input.type || "asset" === input.type || "datetime" === input.type || "rpc" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -10297,6 +11522,11 @@ function _assertGuardDomainRecord(domain, input) {
10297
11522
  path: _path + ".anyOf",
10298
11523
  expected: "(Array<__type>.o1 | undefined)",
10299
11524
  value: input.anyOf
11525
+ }, _errorFactory)) && (undefined === input["enum"] || Array.isArray(input["enum"]) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11526
+ method: "typia.assertGuard",
11527
+ path: _path + "[\"enum\"]",
11528
+ expected: "(Array<unknown> | undefined)",
11529
+ value: input["enum"]
10300
11530
  }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10301
11531
  method: "typia.assertGuard",
10302
11532
  path: _path + ".label",
@@ -10382,7 +11612,7 @@ function _assertGuardDomainRecord(domain, input) {
10382
11612
  path: _path + ".widget",
10383
11613
  expected: "(\"assetTags\" | \"assetTypes\" | \"default\" | \"geopoint\" | \"poster\" | \"tags\" | \"textarea\" | WidgetItem | undefined)",
10384
11614
  value: input.widget
10385
- }, _errorFactory)) && (undefined === input.widget || "default" === input.widget || "assetTypes" === input.widget || "assetTags" === input.widget || "geopoint" === input.widget || "poster" === input.widget || "textarea" === input.widget || "tags" === input.widget || ("object" === typeof input.widget && null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11615
+ }, _errorFactory)) && (undefined === input.widget || "default" === input.widget || "tags" === input.widget || "assetTypes" === input.widget || "assetTags" === input.widget || "geopoint" === input.widget || "poster" === input.widget || "textarea" === input.widget || ("object" === typeof input.widget && null !== input.widget || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10386
11616
  method: "typia.assertGuard",
10387
11617
  path: _path + ".widget",
10388
11618
  expected: "(\"assetTags\" | \"assetTypes\" | \"default\" | \"geopoint\" | \"poster\" | \"tags\" | \"textarea\" | WidgetItem | undefined)",
@@ -10392,7 +11622,7 @@ function _assertGuardDomainRecord(domain, input) {
10392
11622
  path: _path + ".widget",
10393
11623
  expected: "(\"assetTags\" | \"assetTypes\" | \"default\" | \"geopoint\" | \"poster\" | \"tags\" | \"textarea\" | WidgetItem | undefined)",
10394
11624
  value: input.widget
10395
- }, _errorFactory))); const _ao9 = (input, _path, _exceptionable = true) => ("default" === input.type || "assetTypes" === input.type || "assetTags" === input.type || "geopoint" === input.type || "poster" === input.type || "textarea" === input.type || "tags" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11625
+ }, _errorFactory))); const _ao9 = (input, _path, _exceptionable = true) => ("default" === input.type || "tags" === input.type || "assetTypes" === input.type || "assetTags" === input.type || "geopoint" === input.type || "poster" === input.type || "textarea" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10396
11626
  method: "typia.assertGuard",
10397
11627
  path: _path + ".type",
10398
11628
  expected: "(\"assetTags\" | \"assetTypes\" | \"default\" | \"geopoint\" | \"poster\" | \"tags\" | \"textarea\")",
@@ -15745,7 +16975,7 @@ function _assertGuardDomainRecord(domain, input) {
15745
16975
  }; })()(input);
15746
16976
  }
15747
16977
  case ":settings": {
15748
- return (() => { const _iv22 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv26 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av54 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _av58 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io25(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io28(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io29(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io30(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io43(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io56(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io58(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) && _io59(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io68(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io69(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io70(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) && _io73(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io74(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io75(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io78(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io80(input.utilsAssetEditorPanel)); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => (undefined === input.editor || "string" === typeof input.editor) && (undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs)); const _io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
16978
+ return (() => { const _iv22 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv26 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av54 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _av58 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io25(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io28(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io29(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io30(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io43(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io56(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io58(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) && _io59(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io68(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io69(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io70(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) && _io73(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io74(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io75(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io78(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io80(input.utilsAssetEditorPanel)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io81(input.display)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io82(input.bookmarks)); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => (undefined === input.editor || "string" === typeof input.editor) && (undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs)); const _io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
15749
16979
  if (["settingsPanelStore"].some(prop => key === prop))
15750
16980
  return true;
15751
16981
  const value = input[key];
@@ -15822,7 +17052,7 @@ function _assertGuardDomainRecord(domain, input) {
15822
17052
  if (undefined === value)
15823
17053
  return true;
15824
17054
  return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
15825
- }); const _io78 = input => undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io79(input.duplicate); const _io79 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io80 = 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 _ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17055
+ }); const _io78 = input => undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io79(input.duplicate); const _io79 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io80 = 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 _io81 = input => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea; const _io82 = input => undefined === input.refreshInterval || "number" === typeof input.refreshInterval; const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15826
17056
  method: "typia.assertGuard",
15827
17057
  path: _path + ".autoLogoutTime",
15828
17058
  expected: "(number | undefined)",
@@ -16197,6 +17427,26 @@ function _assertGuardDomainRecord(domain, input) {
16197
17427
  path: _path + ".utilsAssetEditorPanel",
16198
17428
  expected: "(__type.o73 | undefined)",
16199
17429
  value: input.utilsAssetEditorPanel
17430
+ }, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17431
+ method: "typia.assertGuard",
17432
+ path: _path + ".display",
17433
+ expected: "(__type.o74 | undefined)",
17434
+ value: input.display
17435
+ }, _errorFactory)) && _ao81(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17436
+ method: "typia.assertGuard",
17437
+ path: _path + ".display",
17438
+ expected: "(__type.o74 | undefined)",
17439
+ value: input.display
17440
+ }, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17441
+ method: "typia.assertGuard",
17442
+ path: _path + ".bookmarks",
17443
+ expected: "(__type.o75 | undefined)",
17444
+ value: input.bookmarks
17445
+ }, _errorFactory)) && _ao82(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17446
+ method: "typia.assertGuard",
17447
+ path: _path + ".bookmarks",
17448
+ expected: "(__type.o75 | undefined)",
17449
+ value: input.bookmarks
16200
17450
  }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16201
17451
  method: "typia.assertGuard",
16202
17452
  path: _path + ".overrideUserContact",
@@ -17944,7 +19194,17 @@ function _assertGuardDomainRecord(domain, input) {
17944
19194
  path: _path + ".parseRegex",
17945
19195
  expected: "(boolean | undefined)",
17946
19196
  value: input.parseRegex
17947
- }, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
19197
+ }, _errorFactory)); const _ao81 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19198
+ method: "typia.assertGuard",
19199
+ path: _path + ".disableHotArea",
19200
+ expected: "(boolean | undefined)",
19201
+ value: input.disableHotArea
19202
+ }, _errorFactory); const _ao82 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19203
+ method: "typia.assertGuard",
19204
+ path: _path + ".refreshInterval",
19205
+ expected: "(number | undefined)",
19206
+ value: input.refreshInterval
19207
+ }, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
17948
19208
  if (false === __is(input)) {
17949
19209
  _errorFactory = errorFactory;
17950
19210
  ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {