@nxtedition/types 23.0.49 → 23.0.51

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.
Files changed (58) hide show
  1. package/dist/common/file.d.ts +1 -0
  2. package/dist/common/file.js +7 -2
  3. package/dist/common/settings.d.ts +1 -0
  4. package/dist/nxtpression.d.ts +141 -63
  5. package/dist/records/domains/connection/empty.d.ts +7 -0
  6. package/dist/records/domains/connection/facebook.d.ts +8 -0
  7. package/dist/records/domains/connection/file/ftp.d.ts +9 -0
  8. package/dist/records/domains/connection/file/ftp.js +1 -0
  9. package/dist/records/domains/connection/file/index.d.ts +29 -0
  10. package/dist/records/domains/connection/file/index.js +4 -0
  11. package/dist/records/domains/connection/file/s3.d.ts +6 -0
  12. package/dist/records/domains/connection/file/s3.js +1 -0
  13. package/dist/records/domains/connection/file/sftp.d.ts +12 -0
  14. package/dist/records/domains/connection/file/sftp.js +1 -0
  15. package/dist/records/domains/connection/file/smb.d.ts +9 -0
  16. package/dist/records/domains/connection/file/smb.js +1 -0
  17. package/dist/records/domains/connection/index.d.ts +38 -0
  18. package/dist/records/domains/connection/index.js +4 -0
  19. package/dist/records/domains/connection/reuters.d.ts +10 -0
  20. package/dist/records/domains/connection/reuters.js +1 -0
  21. package/dist/records/domains/index.d.ts +6 -5
  22. package/dist/records/domains/index.js +2 -2
  23. package/dist/records/domains/publish/empty.d.ts +8 -0
  24. package/dist/records/domains/publish/empty.js +1 -0
  25. package/dist/records/domains/publish/facebook.d.ts +11 -0
  26. package/dist/records/domains/publish/facebook.js +1 -0
  27. package/dist/records/domains/publish/file-legacy.d.ts +26 -0
  28. package/dist/records/domains/publish/file-legacy.js +1 -0
  29. package/dist/records/domains/publish/file.d.ts +66 -0
  30. package/dist/records/domains/publish/file.js +1 -0
  31. package/dist/records/domains/publish/index.d.ts +66 -0
  32. package/dist/records/domains/publish/index.js +5 -0
  33. package/dist/records/domains/publish/youtube.d.ts +16 -0
  34. package/dist/records/domains/publish/youtube.js +1 -0
  35. package/dist/records/index.d.ts +1 -1
  36. package/dist/records/utils.d.ts +4 -2
  37. package/dist/records/utils.tds.js +1 -1
  38. package/dist/records/validate/assert-guard.d.ts +3 -4
  39. package/dist/records/validate/assert-guard.js +474 -687
  40. package/dist/records/validate/assert.d.ts +3 -4
  41. package/dist/records/validate/assert.js +474 -687
  42. package/dist/records/validate/is.d.ts +3 -4
  43. package/dist/records/validate/is.js +39 -108
  44. package/dist/records/validate/schemas.d.ts +4 -5
  45. package/dist/records/validate/schemas.js +403 -437
  46. package/dist/records/validate/stringify.d.ts +3 -4
  47. package/dist/records/validate/stringify.js +66 -154
  48. package/dist/records/validate/utils.d.ts +4 -3
  49. package/dist/records/validate/utils.js +3 -0
  50. package/dist/records/validate/validate-equals.d.ts +3 -4
  51. package/dist/records/validate/validate-equals.js +723 -714
  52. package/dist/records/validate/validate.d.ts +3 -4
  53. package/dist/records/validate/validate.js +437 -635
  54. package/package.json +1 -1
  55. package/dist/records/domains/connection.d.ts +0 -77
  56. package/dist/records/domains/publish.d.ts +0 -149
  57. /package/dist/records/domains/{connection.js → connection/empty.js} +0 -0
  58. /package/dist/records/domains/{publish.js → connection/facebook.js} +0 -0
@@ -3576,41 +3576,58 @@ function _assertDomainRecord(domain, input) {
3576
3576
  }; })()(input);
3577
3577
  }
3578
3578
  case ":connection": {
3579
- return (() => { const _io0 = input => "s3" === input.protocol && true && (undefined === input.bucket || "string" === typeof input.bucket) && "file" === input.type && (undefined === input.host || "string" === typeof input.host) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io1 = input => "string" === typeof input.content; const _io2 = input => "ftp" === input.protocol && "string" === typeof input.host && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.utf8 || "boolean" === typeof input.utf8) && (undefined === input.timezone || "string" === typeof input.timezone) && "file" === input.type && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io3 = input => "smb" === input.protocol && "string" === typeof input.host && "string" === typeof input.share && (undefined === input.workgroup || "string" === typeof input.workgroup) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && "file" === input.type && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io4 = input => "sftp" === input.protocol && "string" === typeof input.host && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.privateKey || "string" === typeof input.privateKey) && (undefined === input.timezone || "string" === typeof input.timezone) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.root || "string" === typeof input.root) && (undefined === input.mode || "libcurl" === input.mode || "lftp" === input.mode || "openssh" === input.mode || "ssh2" === input.mode) && "file" === input.type && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io5 = input => "reuters" === input.type && (undefined === input.clientId || "string" === typeof input.clientId) && (undefined === input.clientSecret || "string" === typeof input.clientSecret) && (undefined === input.audience || "string" === typeof input.audience) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io6 = input => "facebook" === input.type && (undefined === input.grantedScopes || Array.isArray(input.grantedScopes) && input.grantedScopes.every(elem => "string" === typeof elem)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _iu0 = input => (() => {
3580
- if ("s3" === input.protocol)
3579
+ return (() => { const _io0 = input => "ftp" === input.protocol && "string" === typeof input.host && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.utf8 || "boolean" === typeof input.utf8) && (undefined === input.timezone || "string" === typeof input.timezone) && "file" === input.type && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io1 = input => "string" === typeof input.content; const _io2 = input => "s3" === input.protocol && true && (undefined === input.bucket || "string" === typeof input.bucket) && "file" === input.type && (undefined === input.host || "string" === typeof input.host) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io3 = input => "smb" === input.protocol && "string" === typeof input.host && "string" === typeof input.share && (undefined === input.workgroup || "string" === typeof input.workgroup) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && "file" === input.type && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io4 = input => "sftp" === input.protocol && "string" === typeof input.host && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.privateKey || "string" === typeof input.privateKey) && (undefined === input.timezone || "string" === typeof input.timezone) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.root || "string" === typeof input.root) && (undefined === input.mode || "libcurl" === input.mode || "lftp" === input.mode || "openssh" === input.mode || "ssh2" === input.mode) && "file" === input.type && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io5 = input => "facebook" === input.type && (undefined === input.grantedScopes || Array.isArray(input.grantedScopes) && input.grantedScopes.every(elem => "string" === typeof elem)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io6 = input => "reuters" === input.type && (undefined === input.clientId || "string" === typeof input.clientId) && (undefined === input.clientSecret || "string" === typeof input.clientSecret) && (undefined === input.audience || "string" === typeof input.audience) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io7 = input => undefined !== input.type && null === input.type && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _iu0 = input => (() => {
3580
+ if ("ftp" === input.protocol)
3581
3581
  return _io0(input);
3582
- else if ("ftp" === input.protocol)
3582
+ else if ("s3" === input.protocol)
3583
3583
  return _io2(input);
3584
3584
  else if ("smb" === input.protocol)
3585
3585
  return _io3(input);
3586
3586
  else if ("sftp" === input.protocol)
3587
3587
  return _io4(input);
3588
- else if ("reuters" === input.type)
3589
- return _io5(input);
3590
3588
  else if ("facebook" === input.type)
3589
+ return _io5(input);
3590
+ else if ("reuters" === input.type)
3591
3591
  return _io6(input);
3592
+ else if (undefined !== input.type && null === input.type)
3593
+ return _io7(input);
3592
3594
  else
3593
3595
  return false;
3594
- })(); const _ao0 = (input, _path, _exceptionable = true) => ("s3" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3596
+ })(); const _ao0 = (input, _path, _exceptionable = true) => ("ftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3595
3597
  method: "typia.assert",
3596
3598
  path: _path + ".protocol",
3597
- expected: "\"s3\"",
3599
+ expected: "\"ftp\"",
3598
3600
  value: input.protocol
3599
- }, _errorFactory)) && true && (undefined === input.bucket || "string" === typeof input.bucket || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3601
+ }, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3600
3602
  method: "typia.assert",
3601
- path: _path + ".bucket",
3603
+ path: _path + ".host",
3604
+ expected: "string",
3605
+ value: input.host
3606
+ }, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3607
+ method: "typia.assert",
3608
+ path: _path + ".username",
3602
3609
  expected: "(string | undefined)",
3603
- value: input.bucket
3610
+ value: input.username
3611
+ }, _errorFactory)) && (undefined === input.password || "string" === typeof input.password || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3612
+ method: "typia.assert",
3613
+ path: _path + ".password",
3614
+ expected: "(string | undefined)",
3615
+ value: input.password
3616
+ }, _errorFactory)) && (undefined === input.utf8 || "boolean" === typeof input.utf8 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3617
+ method: "typia.assert",
3618
+ path: _path + ".utf8",
3619
+ expected: "(boolean | undefined)",
3620
+ value: input.utf8
3621
+ }, _errorFactory)) && (undefined === input.timezone || "string" === typeof input.timezone || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3622
+ method: "typia.assert",
3623
+ path: _path + ".timezone",
3624
+ expected: "(string | undefined)",
3625
+ value: input.timezone
3604
3626
  }, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3605
3627
  method: "typia.assert",
3606
3628
  path: _path + ".type",
3607
3629
  expected: "\"file\"",
3608
3630
  value: input.type
3609
- }, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3610
- method: "typia.assert",
3611
- path: _path + ".host",
3612
- expected: "(string | undefined)",
3613
- value: input.host
3614
3631
  }, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3615
3632
  method: "typia.assert",
3616
3633
  path: _path + ".port",
@@ -3661,41 +3678,26 @@ function _assertDomainRecord(domain, input) {
3661
3678
  path: _path + ".content",
3662
3679
  expected: "string",
3663
3680
  value: input.content
3664
- }, _errorFactory); const _ao2 = (input, _path, _exceptionable = true) => ("ftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3681
+ }, _errorFactory); const _ao2 = (input, _path, _exceptionable = true) => ("s3" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3665
3682
  method: "typia.assert",
3666
3683
  path: _path + ".protocol",
3667
- expected: "\"ftp\"",
3684
+ expected: "\"s3\"",
3668
3685
  value: input.protocol
3669
- }, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3670
- method: "typia.assert",
3671
- path: _path + ".host",
3672
- expected: "string",
3673
- value: input.host
3674
- }, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3675
- method: "typia.assert",
3676
- path: _path + ".username",
3677
- expected: "(string | undefined)",
3678
- value: input.username
3679
- }, _errorFactory)) && (undefined === input.password || "string" === typeof input.password || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3680
- method: "typia.assert",
3681
- path: _path + ".password",
3682
- expected: "(string | undefined)",
3683
- value: input.password
3684
- }, _errorFactory)) && (undefined === input.utf8 || "boolean" === typeof input.utf8 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3685
- method: "typia.assert",
3686
- path: _path + ".utf8",
3687
- expected: "(boolean | undefined)",
3688
- value: input.utf8
3689
- }, _errorFactory)) && (undefined === input.timezone || "string" === typeof input.timezone || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3686
+ }, _errorFactory)) && true && (undefined === input.bucket || "string" === typeof input.bucket || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3690
3687
  method: "typia.assert",
3691
- path: _path + ".timezone",
3688
+ path: _path + ".bucket",
3692
3689
  expected: "(string | undefined)",
3693
- value: input.timezone
3690
+ value: input.bucket
3694
3691
  }, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3695
3692
  method: "typia.assert",
3696
3693
  path: _path + ".type",
3697
3694
  expected: "\"file\"",
3698
3695
  value: input.type
3696
+ }, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3697
+ method: "typia.assert",
3698
+ path: _path + ".host",
3699
+ expected: "(string | undefined)",
3700
+ value: input.host
3699
3701
  }, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3700
3702
  method: "typia.assert",
3701
3703
  path: _path + ".port",
@@ -3916,7 +3918,32 @@ function _assertDomainRecord(domain, input) {
3916
3918
  path: _path + ".userNotificationsEnabled",
3917
3919
  expected: "(boolean | undefined)",
3918
3920
  value: input.userNotificationsEnabled
3919
- }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ("reuters" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3921
+ }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ("facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3922
+ method: "typia.assert",
3923
+ path: _path + ".type",
3924
+ expected: "\"facebook\"",
3925
+ value: input.type
3926
+ }, _errorFactory)) && (undefined === input.grantedScopes || (Array.isArray(input.grantedScopes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3927
+ method: "typia.assert",
3928
+ path: _path + ".grantedScopes",
3929
+ expected: "(Array<string> | undefined)",
3930
+ value: input.grantedScopes
3931
+ }, _errorFactory)) && input.grantedScopes.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3932
+ method: "typia.assert",
3933
+ path: _path + ".grantedScopes[" + _index2 + "]",
3934
+ expected: "string",
3935
+ value: elem
3936
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3937
+ method: "typia.assert",
3938
+ path: _path + ".grantedScopes",
3939
+ expected: "(Array<string> | undefined)",
3940
+ value: input.grantedScopes
3941
+ }, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3942
+ method: "typia.assert",
3943
+ path: _path + ".userNotificationsEnabled",
3944
+ expected: "(boolean | undefined)",
3945
+ value: input.userNotificationsEnabled
3946
+ }, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("reuters" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3920
3947
  method: "typia.assert",
3921
3948
  path: _path + ".type",
3922
3949
  expected: "\"reuters\"",
@@ -3941,49 +3968,41 @@ function _assertDomainRecord(domain, input) {
3941
3968
  path: _path + ".userNotificationsEnabled",
3942
3969
  expected: "(boolean | undefined)",
3943
3970
  value: input.userNotificationsEnabled
3944
- }, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3971
+ }, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => (undefined !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3945
3972
  method: "typia.assert",
3946
3973
  path: _path + ".type",
3947
- expected: "\"facebook\"",
3974
+ expected: "null",
3948
3975
  value: input.type
3949
- }, _errorFactory)) && (undefined === input.grantedScopes || (Array.isArray(input.grantedScopes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3950
- method: "typia.assert",
3951
- path: _path + ".grantedScopes",
3952
- expected: "(Array<string> | undefined)",
3953
- value: input.grantedScopes
3954
- }, _errorFactory)) && input.grantedScopes.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3955
- method: "typia.assert",
3956
- path: _path + ".grantedScopes[" + _index2 + "]",
3957
- expected: "string",
3958
- value: elem
3959
- }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3976
+ }, _errorFactory)) && (null === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3960
3977
  method: "typia.assert",
3961
- path: _path + ".grantedScopes",
3962
- expected: "(Array<string> | undefined)",
3963
- value: input.grantedScopes
3978
+ path: _path + ".type",
3979
+ expected: "null",
3980
+ value: input.type
3964
3981
  }, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3965
3982
  method: "typia.assert",
3966
3983
  path: _path + ".userNotificationsEnabled",
3967
3984
  expected: "(boolean | undefined)",
3968
3985
  value: input.userNotificationsEnabled
3969
3986
  }, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
3970
- if ("s3" === input.protocol)
3987
+ if ("ftp" === input.protocol)
3971
3988
  return _ao0(input, _path, true && _exceptionable);
3972
- else if ("ftp" === input.protocol)
3989
+ else if ("s3" === input.protocol)
3973
3990
  return _ao2(input, _path, true && _exceptionable);
3974
3991
  else if ("smb" === input.protocol)
3975
3992
  return _ao3(input, _path, true && _exceptionable);
3976
3993
  else if ("sftp" === input.protocol)
3977
3994
  return _ao4(input, _path, true && _exceptionable);
3978
- else if ("reuters" === input.type)
3979
- return _ao5(input, _path, true && _exceptionable);
3980
3995
  else if ("facebook" === input.type)
3996
+ return _ao5(input, _path, true && _exceptionable);
3997
+ else if ("reuters" === input.type)
3981
3998
  return _ao6(input, _path, true && _exceptionable);
3999
+ else if (undefined !== input.type && null === input.type)
4000
+ return _ao7(input, _path, true && _exceptionable);
3982
4001
  else
3983
4002
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
3984
4003
  method: "typia.assert",
3985
4004
  path: _path,
3986
- expected: "(FileConnectionS3Record | FileConnectionFtpRecord | FileConnectionSmbRecord | FileConnectionSftpRecord | ReutersConnectionRecord | FacebookConnectionRecord)",
4005
+ expected: "(FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSmbRecord | FileConnectionSftpRecord | FacebookConnectionRecord | ReutersConnectionRecord | EmptyConnectionRecord)",
3987
4006
  value: input
3988
4007
  }, _errorFactory);
3989
4008
  })(); const __is = input => "object" === typeof input && null !== input && _iu0(input); let _errorFactory; return (input, errorFactory) => {
@@ -3992,12 +4011,12 @@ function _assertDomainRecord(domain, input) {
3992
4011
  ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
3993
4012
  method: "typia.assert",
3994
4013
  path: _path + "",
3995
- expected: "(FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
4014
+ expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
3996
4015
  value: input
3997
4016
  }, _errorFactory)) && _au0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
3998
4017
  method: "typia.assert",
3999
4018
  path: _path + "",
4000
- expected: "(FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
4019
+ expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
4001
4020
  value: input
4002
4021
  }, _errorFactory))(input, "$input", true);
4003
4022
  }
@@ -4031,12 +4050,12 @@ function _assertDomainRecord(domain, input) {
4031
4050
  ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
4032
4051
  method: "typia.assert",
4033
4052
  path: _path + "",
4034
- expected: "ConnectionDomainMethodsRecord",
4053
+ expected: "ConnectionMethodsBase",
4035
4054
  value: input
4036
4055
  }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
4037
4056
  method: "typia.assert",
4038
4057
  path: _path + "",
4039
- expected: "ConnectionDomainMethodsRecord",
4058
+ expected: "ConnectionMethodsBase",
4040
4059
  value: input
4041
4060
  }, _errorFactory))(input, "$input", true);
4042
4061
  }
@@ -4080,12 +4099,12 @@ function _assertDomainRecord(domain, input) {
4080
4099
  ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
4081
4100
  method: "typia.assert",
4082
4101
  path: _path + "",
4083
- expected: "ConnectionStatsRecord",
4102
+ expected: "ConnectionStatsBase",
4084
4103
  value: input
4085
4104
  }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
4086
4105
  method: "typia.assert",
4087
4106
  path: _path + "",
4088
- expected: "ConnectionStatsRecord",
4107
+ expected: "ConnectionStatsBase",
4089
4108
  value: input
4090
4109
  }, _errorFactory))(input, "$input", true);
4091
4110
  }
@@ -5078,7 +5097,7 @@ function _assertDomainRecord(domain, input) {
5078
5097
  }; })()(input);
5079
5098
  }
5080
5099
  case ":file.stats?": {
5081
- return (() => { const _io0 = input => (null === input.position || "number" === typeof input.position && (0 <= input.position && __typia_transform__isTypeUint64._isTypeUint64(input.position))) && (null === input.uploading || "boolean" === typeof input.uploading) && (Array.isArray(input.zones) && input.zones.every(elem => "string" === typeof elem)) && (Array.isArray(input.replicas) && input.replicas.every(elem => "string" === typeof elem)) && (Array.isArray(input.locations) && input.locations.every(elem => "string" === typeof elem)) && (Array.isArray(input.ranges) && input.ranges.every(elem => Array.isArray(elem) && (elem.length === 2 && ("number" === typeof elem[0] && 0 <= elem[0]) && ("number" === typeof elem[1] && 0 <= elem[1])))) && (undefined === input.progress || "number" === typeof input.progress && (0 <= input.progress && input.progress <= 1)) && (undefined === input.speed || "number" === typeof input.speed && 0 <= input.speed) && ("string" === typeof input.id && RegExp("^[0-9A-Za-z~][0-9A-Za-z~._: -]*$").test(input.id)) && (null === input.size || "number" === typeof input.size && (0 <= input.size && __typia_transform__isTypeUint64._isTypeUint64(input.size))) && "boolean" === typeof input.seekable && "boolean" === typeof input.deleted && (Array.isArray(input.refs) && input.refs.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem))) && (Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && "string" === typeof input.resumable && "string" === typeof input.mimeType && "string" === typeof input.encoding && ("string" === typeof input.hash && RegExp("^([A-Fa-f0-9]{32})?$").test(input.hash)) && ("number" === typeof input.btime && (0 <= input.btime && __typia_transform__isTypeUint64._isTypeUint64(input.btime))) && "boolean" === typeof input.completed && (undefined !== input.error && (null === input.error || (Array.isArray(input.error) && input.error.every(elem => "object" === typeof elem && null !== elem && _io2(elem)) || "object" === typeof input.error && null !== input.error && _io2(input.error)))); const _io1 = input => (undefined === input.file || "string" === typeof input.file) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end); const _io2 = input => "string" === typeof input.message && (undefined === input.type || "string" === typeof input.type) && (undefined === input.code || "string" === typeof input.code) && (undefined === input.exitCode || "number" === typeof input.exitCode) && (undefined === input.signalCode || "number" === typeof input.signalCode) && (undefined === input.statusCode || "number" === typeof input.statusCode) && (undefined === input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _io3(input.headers)) && (undefined === input.data || "object" === typeof input.data && null !== input.data && false === Array.isArray(input.data) && _io4(input.data)) && (null === input.cause || undefined === input.cause || "object" === typeof input.cause && null !== input.cause && _io2(input.cause)) && (null === input.errors || undefined === input.errors || Array.isArray(input.errors) && input.errors.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io3 = input => Object.keys(input).every(key => {
5100
+ return (() => { const _io0 = input => (null === input.position || "number" === typeof input.position && (0 <= input.position && __typia_transform__isTypeUint64._isTypeUint64(input.position))) && (null === input.uploading || "boolean" === typeof input.uploading) && (Array.isArray(input.zones) && input.zones.every(elem => "string" === typeof elem)) && (Array.isArray(input.replicas) && input.replicas.every(elem => "string" === typeof elem)) && (Array.isArray(input.locations) && input.locations.every(elem => "string" === typeof elem)) && (Array.isArray(input.ranges) && input.ranges.every(elem => Array.isArray(elem) && (elem.length === 2 && ("number" === typeof elem[0] && 0 <= elem[0]) && ("number" === typeof elem[1] && 0 <= elem[1])))) && (undefined === input.progress || "number" === typeof input.progress && (0 <= input.progress && input.progress <= 1)) && (undefined === input.speed || "number" === typeof input.speed && 0 <= input.speed) && "boolean" === typeof input.complete && ("string" === typeof input.id && RegExp("^[0-9A-Za-z~][0-9A-Za-z~._: -]*$").test(input.id)) && (null === input.size || "number" === typeof input.size && (0 <= input.size && __typia_transform__isTypeUint64._isTypeUint64(input.size))) && "boolean" === typeof input.seekable && "boolean" === typeof input.deleted && (Array.isArray(input.refs) && input.refs.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem))) && (Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && "string" === typeof input.resumable && "string" === typeof input.mimeType && "string" === typeof input.encoding && ("string" === typeof input.hash && RegExp("^([A-Fa-f0-9]{32})?$").test(input.hash)) && ("number" === typeof input.btime && (0 <= input.btime && __typia_transform__isTypeUint64._isTypeUint64(input.btime))) && "boolean" === typeof input.completed && (undefined !== input.error && (null === input.error || (Array.isArray(input.error) && input.error.every(elem => "object" === typeof elem && null !== elem && _io2(elem)) || "object" === typeof input.error && null !== input.error && _io2(input.error)))); const _io1 = input => (undefined === input.file || "string" === typeof input.file) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end); const _io2 = input => "string" === typeof input.message && (undefined === input.type || "string" === typeof input.type) && (undefined === input.code || "string" === typeof input.code) && (undefined === input.exitCode || "number" === typeof input.exitCode) && (undefined === input.signalCode || "number" === typeof input.signalCode) && (undefined === input.statusCode || "number" === typeof input.statusCode) && (undefined === input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _io3(input.headers)) && (undefined === input.data || "object" === typeof input.data && null !== input.data && false === Array.isArray(input.data) && _io4(input.data)) && (null === input.cause || undefined === input.cause || "object" === typeof input.cause && null !== input.cause && _io2(input.cause)) && (null === input.errors || undefined === input.errors || Array.isArray(input.errors) && input.errors.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io3 = input => Object.keys(input).every(key => {
5082
5101
  const value = input[key];
5083
5102
  if (undefined === value)
5084
5103
  return true;
@@ -5218,6 +5237,11 @@ function _assertDomainRecord(domain, input) {
5218
5237
  path: _path + ".speed",
5219
5238
  expected: "((number & Minimum<0>) | undefined)",
5220
5239
  value: input.speed
5240
+ }, _errorFactory)) && ("boolean" === typeof input.complete || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5241
+ method: "typia.assert",
5242
+ path: _path + ".complete",
5243
+ expected: "boolean",
5244
+ value: input.complete
5221
5245
  }, _errorFactory)) && ("string" === typeof input.id && (RegExp("^[0-9A-Za-z~][0-9A-Za-z~._: -]*$").test(input.id) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5222
5246
  method: "typia.assert",
5223
5247
  path: _path + ".id",
@@ -8479,91 +8503,75 @@ function _assertDomainRecord(domain, input) {
8479
8503
  }; })()(input);
8480
8504
  }
8481
8505
  case ":publish": {
8482
- return (() => { const _io0 = input => (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io1(input.draft)) && "youtube" === input.type && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io3(input.render)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && false === Array.isArray(input.published) && _io17(input.published)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io17(input.remote)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io18(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io19(elem))); const _io1 = input => undefined === input.snippet || "object" === typeof input.snippet && null !== input.snippet && false === Array.isArray(input.snippet) && _io2(input.snippet); const _io2 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.description || "string" === typeof input.description); const _io3 = input => (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io4(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io12(input.profile)); const _io4 = 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) && _io5(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) && _io6(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io9(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) && _io11(input.transcribe)); const _io5 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file); const _io6 = input => Object.keys(input).every(key => {
8506
+ return (() => { const _io0 = input => undefined !== input.type && null === input.type && (null === input.asset || undefined === input.asset || "string" === typeof input.asset); const _io1 = input => "facebook" === input.type && (undefined === input.pageId || "string" === typeof input.pageId) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io2(input.render)) && true && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io16(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io17(elem))); const _io2 = input => (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io3(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io11(input.profile)); const _io3 = 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) && _io4(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) && _io5(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io8(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) && _io10(input.transcribe)); const _io4 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file); const _io5 = input => Object.keys(input).every(key => {
8483
8507
  const value = input[key];
8484
8508
  if (undefined === value)
8485
8509
  return true;
8486
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io7(value);
8487
- }); const _io7 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io8(input.styleOverrides)); const _io8 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io9 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io10(input.crop); const _io10 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io11 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io12 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io13(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io14(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io15(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io16(input.subtitle))); const _io13 = input => "string" === typeof input.engine; const _io14 = input => "string" === typeof input.language; const _io15 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io16 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _io17 = input => Object.keys(input).every(key => {
8488
- const value = input[key];
8489
- if (undefined === value)
8490
- return true;
8491
- return true;
8492
- }); const _io18 = input => "string" === typeof input.method; const _io19 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io20 = input => (undefined === input.pageId || "string" === typeof input.pageId) && "facebook" === input.type && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io3(input.render)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io17(input.draft)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && false === Array.isArray(input.published) && _io17(input.published)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io17(input.remote)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io18(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io19(elem))); const _io21 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io22(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io26(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io27(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io30(input.published)) && "file" === input.type && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io3(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io18(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io19(elem))); const _io22 = input => Object.keys(input).every(key => {
8510
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
8511
+ }); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io9(input.crop); const _io9 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io10 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io11 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io12(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io13(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io14(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io15(input.subtitle))); const _io12 = input => "string" === typeof input.engine; const _io13 = input => "string" === typeof input.language; const _io14 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io15 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _io16 = input => "string" === typeof input.method; const _io17 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io18 = input => "file" === input.type && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io19(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io23(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io24(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io27(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io2(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io16(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io17(elem))); const _io19 = input => Object.keys(input).every(key => {
8493
8512
  const value = input[key];
8494
8513
  if (undefined === value)
8495
8514
  return true;
8496
8515
  return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
8497
- }); const _io23 = input => (undefined === input.preset || "string" === typeof input.preset) && (undefined === input.name || "string" === typeof input.name) && "string" === typeof input.path && (undefined === input.collisionStrategy || "overwrite" === input.collisionStrategy || "skip" === input.collisionStrategy) && (undefined === input.ignoreEmptyScene || "boolean" === typeof input.ignoreEmptyScene) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io4(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io12(input.profile)); const _io24 = input => "object" === typeof input.__context && null !== input.__context && _io25(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io23(input.__returnValue)); const _io25 = input => "object" === typeof input.publish && null !== input.publish && _io21(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io26 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && Object.keys(input).every(key => {
8498
- if (["directory", "filename"].some(prop => key === prop))
8499
- return true;
8500
- const value = input[key];
8501
- if (undefined === value)
8502
- return true;
8503
- return true;
8504
- }); const _io27 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io28(input.renders)) && Object.keys(input).every(key => {
8505
- if (["directory", "filename", "renders"].some(prop => key === prop))
8506
- return true;
8507
- const value = input[key];
8508
- if (undefined === value)
8509
- return true;
8510
- return true;
8511
- }); const _io28 = input => Object.keys(input).every(key => {
8516
+ }); const _io20 = input => (undefined === input.name || "string" === typeof input.name) && "string" === typeof input.path && (undefined === input.collisionStrategy || "overwrite" === input.collisionStrategy || "skip" === input.collisionStrategy) && (undefined === input.ignoreEmptyScene || "boolean" === typeof input.ignoreEmptyScene) && (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io3(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io11(input.profile)); const _io21 = input => "object" === typeof input.__context && null !== input.__context && _io22(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io20(input.__returnValue)); const _io22 = input => "object" === typeof input.publish && null !== input.publish && _io18(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io23 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io24 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io25(input.renders)); const _io25 = input => Object.keys(input).every(key => {
8512
8517
  const value = input[key];
8513
8518
  if (undefined === value)
8514
8519
  return true;
8515
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io29(value);
8516
- }); const _io29 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io19(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io30 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename && Object.keys(input).every(key => {
8517
- if (["directory", "filename"].some(prop => key === prop))
8518
- return true;
8519
- const value = input[key];
8520
- if (undefined === value)
8521
- return true;
8522
- return true;
8523
- }); const _io31 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io26(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && _io32(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io30(input.published)) && (null !== input.renders && undefined === input.renders) && "file" === input.type && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io3(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io18(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io19(elem))); const _io32 = input => (undefined === input.id || "string" === typeof input.id) && "string" === typeof input.path && "string" === typeof input.filename && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && _io33(input.subtitle)) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io34(input.metafile)) && Object.keys(input).every(key => {
8520
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io26(value);
8521
+ }); const _io26 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io17(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io27 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io28 = input => "file" === input.type && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io23(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && _io29(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io27(input.published)) && (null !== input.renders && undefined === input.renders) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io2(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io16(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io17(elem))); const _io29 = input => (undefined === input.id || "string" === typeof input.id) && "string" === typeof input.path && "string" === typeof input.filename && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && _io30(input.subtitle)) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io31(input.metafile)) && Object.keys(input).every(key => {
8524
8522
  if (["id", "path", "filename", "directory", "subtitle", "metafile"].some(prop => key === prop))
8525
8523
  return true;
8526
8524
  const value = input[key];
8527
8525
  if (undefined === value)
8528
8526
  return true;
8529
8527
  return true;
8530
- }); const _io33 = input => "string" === typeof input.path; const _io34 = input => "string" === typeof input.path; const _io35 = input => undefined !== input.type && null === input.type && (null === input.asset || undefined === input.asset || "string" === typeof input.asset); const _iu0 = input => (() => {
8528
+ }); const _io30 = input => "string" === typeof input.path; const _io31 = input => "string" === typeof input.path; const _io32 = input => "youtube" === input.type && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io33(input.draft)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io2(input.render)) && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io16(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io17(elem))); const _io33 = input => undefined === input.snippet || "object" === typeof input.snippet && null !== input.snippet && false === Array.isArray(input.snippet) && _io34(input.snippet); const _io34 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.description || "string" === typeof input.description); const _iu0 = input => (() => {
8531
8529
  if (undefined !== input.path)
8532
- return _io23(input);
8530
+ return _io20(input);
8533
8531
  else if (undefined !== input.__context)
8534
- return _io24(input);
8532
+ return _io21(input);
8535
8533
  else
8536
8534
  return false;
8537
8535
  })(); const _iu1 = input => (() => {
8538
- if ("youtube" === input.type)
8536
+ if (undefined !== input.type && null === input.type)
8539
8537
  return _io0(input);
8540
8538
  else if ("facebook" === input.type)
8541
- return _io20(input);
8542
- else if (undefined !== input.type && null === input.type)
8543
- return _io35(input);
8539
+ return _io1(input);
8540
+ else if ("youtube" === input.type)
8541
+ return _io32(input);
8544
8542
  else
8545
8543
  return (() => {
8546
- if (_io31(input))
8547
- return _io31(input);
8548
- if (_io21(input))
8549
- return _io21(input);
8544
+ if (_io28(input))
8545
+ return _io28(input);
8546
+ if (_io18(input))
8547
+ return _io18(input);
8550
8548
  return false;
8551
8549
  })();
8552
- })(); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.draft || ("object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8550
+ })(); const _ao0 = (input, _path, _exceptionable = true) => (undefined !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8553
8551
  method: "typia.assert",
8554
- path: _path + ".draft",
8555
- expected: "(__type | undefined)",
8556
- value: input.draft
8557
- }, _errorFactory)) && _ao1(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8552
+ path: _path + ".type",
8553
+ expected: "null",
8554
+ value: input.type
8555
+ }, _errorFactory)) && (null === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8558
8556
  method: "typia.assert",
8559
- path: _path + ".draft",
8560
- expected: "(__type | undefined)",
8561
- value: input.draft
8562
- }, _errorFactory)) && ("youtube" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8557
+ path: _path + ".type",
8558
+ expected: "null",
8559
+ value: input.type
8560
+ }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8561
+ method: "typia.assert",
8562
+ path: _path + ".asset",
8563
+ expected: "(null | string | undefined)",
8564
+ value: input.asset
8565
+ }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => ("facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8563
8566
  method: "typia.assert",
8564
8567
  path: _path + ".type",
8565
- expected: "\"youtube\"",
8568
+ expected: "\"facebook\"",
8566
8569
  value: input.type
8570
+ }, _errorFactory)) && (undefined === input.pageId || "string" === typeof input.pageId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8571
+ method: "typia.assert",
8572
+ path: _path + ".pageId",
8573
+ expected: "(string | undefined)",
8574
+ value: input.pageId
8567
8575
  }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8568
8576
  method: "typia.assert",
8569
8577
  path: _path + ".asset",
@@ -8577,42 +8585,22 @@ function _assertDomainRecord(domain, input) {
8577
8585
  }, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8578
8586
  method: "typia.assert",
8579
8587
  path: _path + ".render",
8580
- expected: "(PublishRender | undefined)",
8588
+ expected: "(PublishRenderBase | undefined)",
8581
8589
  value: input.render
8582
- }, _errorFactory)) && _ao3(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8590
+ }, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8583
8591
  method: "typia.assert",
8584
8592
  path: _path + ".render",
8585
- expected: "(PublishRender | undefined)",
8593
+ expected: "(PublishRenderBase | undefined)",
8586
8594
  value: input.render
8587
- }, _errorFactory)) && (undefined === input.published || ("object" === typeof input.published && null !== input.published && false === Array.isArray(input.published) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8588
- method: "typia.assert",
8589
- path: _path + ".published",
8590
- expected: "(Record<string, unknown> | undefined)",
8591
- value: input.published
8592
- }, _errorFactory)) && _ao17(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8593
- method: "typia.assert",
8594
- path: _path + ".published",
8595
- expected: "(Record<string, unknown> | undefined)",
8596
- value: input.published
8597
- }, _errorFactory)) && (undefined === input.remote || ("object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8598
- method: "typia.assert",
8599
- path: _path + ".remote",
8600
- expected: "(Record<string, unknown> | undefined)",
8601
- value: input.remote
8602
- }, _errorFactory)) && _ao17(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8603
- method: "typia.assert",
8604
- path: _path + ".remote",
8605
- expected: "(Record<string, unknown> | undefined)",
8606
- value: input.remote
8607
- }, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8595
+ }, _errorFactory)) && true && true && true && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8608
8596
  method: "typia.assert",
8609
8597
  path: _path + ".error",
8610
- expected: "(__type.o11 | null | undefined)",
8598
+ expected: "(__type.o9 | null | undefined)",
8611
8599
  value: input.error
8612
- }, _errorFactory)) && _ao18(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8600
+ }, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8613
8601
  method: "typia.assert",
8614
8602
  path: _path + ".error",
8615
- expected: "(__type.o11 | null | undefined)",
8603
+ expected: "(__type.o9 | null | undefined)",
8616
8604
  value: input.error
8617
8605
  }, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8618
8606
  method: "typia.assert",
@@ -8624,7 +8612,7 @@ function _assertDomainRecord(domain, input) {
8624
8612
  path: _path + ".messages[" + _index9 + "]",
8625
8613
  expected: "Message",
8626
8614
  value: elem
8627
- }, _errorFactory)) && _ao19(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8615
+ }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8628
8616
  method: "typia.assert",
8629
8617
  path: _path + ".messages[" + _index9 + "]",
8630
8618
  expected: "Message",
@@ -8634,42 +8622,7 @@ function _assertDomainRecord(domain, input) {
8634
8622
  path: _path + ".messages",
8635
8623
  expected: "(Array<Message> | undefined)",
8636
8624
  value: input.messages
8637
- }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => undefined === input.snippet || ("object" === typeof input.snippet && null !== input.snippet && false === Array.isArray(input.snippet) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8638
- method: "typia.assert",
8639
- path: _path + ".snippet",
8640
- expected: "(__type.o1 | undefined)",
8641
- value: input.snippet
8642
- }, _errorFactory)) && _ao2(input.snippet, _path + ".snippet", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8643
- method: "typia.assert",
8644
- path: _path + ".snippet",
8645
- expected: "(__type.o1 | undefined)",
8646
- value: input.snippet
8647
- }, _errorFactory); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8648
- method: "typia.assert",
8649
- path: _path + ".title",
8650
- expected: "(string | undefined)",
8651
- value: input.title
8652
- }, _errorFactory)) && (undefined === input.tags || (Array.isArray(input.tags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8653
- method: "typia.assert",
8654
- path: _path + ".tags",
8655
- expected: "(Array<string> | undefined)",
8656
- value: input.tags
8657
- }, _errorFactory)) && input.tags.every((elem, _index10) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8658
- method: "typia.assert",
8659
- path: _path + ".tags[" + _index10 + "]",
8660
- expected: "string",
8661
- value: elem
8662
- }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8663
- method: "typia.assert",
8664
- path: _path + ".tags",
8665
- expected: "(Array<string> | undefined)",
8666
- value: input.tags
8667
- }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8668
- method: "typia.assert",
8669
- path: _path + ".description",
8670
- expected: "(string | undefined)",
8671
- value: input.description
8672
- }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8625
+ }, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8673
8626
  method: "typia.assert",
8674
8627
  path: _path + ".preset",
8675
8628
  expected: "(string | undefined)",
@@ -8684,7 +8637,7 @@ function _assertDomainRecord(domain, input) {
8684
8637
  path: _path + ".scene",
8685
8638
  expected: "(RenderSceneObject | undefined)",
8686
8639
  value: input.scene
8687
- }, _errorFactory)) && _ao4(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8640
+ }, _errorFactory)) && _ao3(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8688
8641
  method: "typia.assert",
8689
8642
  path: _path + ".scene",
8690
8643
  expected: "(RenderSceneObject | undefined)",
@@ -8694,12 +8647,12 @@ function _assertDomainRecord(domain, input) {
8694
8647
  path: _path + ".profile",
8695
8648
  expected: "(RenderProfileObject | undefined)",
8696
8649
  value: input.profile
8697
- }, _errorFactory)) && _ao12(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8650
+ }, _errorFactory)) && _ao11(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8698
8651
  method: "typia.assert",
8699
8652
  path: _path + ".profile",
8700
8653
  expected: "(RenderProfileObject | undefined)",
8701
8654
  value: input.profile
8702
- }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8655
+ }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8703
8656
  method: "typia.assert",
8704
8657
  path: _path + ".id",
8705
8658
  expected: "(string | undefined)",
@@ -8712,12 +8665,12 @@ function _assertDomainRecord(domain, input) {
8712
8665
  }, _errorFactory)) && (null === input.input || undefined === input.input || ("object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8713
8666
  method: "typia.assert",
8714
8667
  path: _path + ".input",
8715
- expected: "(__type.o2 | null | undefined)",
8668
+ expected: "(__type | null | undefined)",
8716
8669
  value: input.input
8717
- }, _errorFactory)) && _ao5(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8670
+ }, _errorFactory)) && _ao4(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8718
8671
  method: "typia.assert",
8719
8672
  path: _path + ".input",
8720
- expected: "(__type.o2 | null | undefined)",
8673
+ expected: "(__type | null | undefined)",
8721
8674
  value: input.input
8722
8675
  }, _errorFactory)) && (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8723
8676
  method: "typia.assert",
@@ -8732,22 +8685,22 @@ function _assertDomainRecord(domain, input) {
8732
8685
  }, _errorFactory)) && (undefined === input.subtitleTracks || ("object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8733
8686
  method: "typia.assert",
8734
8687
  path: _path + ".subtitleTracks",
8735
- expected: "(__type.o3 | undefined)",
8688
+ expected: "(__type.o1 | undefined)",
8736
8689
  value: input.subtitleTracks
8737
- }, _errorFactory)) && _ao6(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8690
+ }, _errorFactory)) && _ao5(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8738
8691
  method: "typia.assert",
8739
8692
  path: _path + ".subtitleTracks",
8740
- expected: "(__type.o3 | undefined)",
8693
+ expected: "(__type.o1 | undefined)",
8741
8694
  value: input.subtitleTracks
8742
8695
  }, _errorFactory)) && (undefined === input.video || ("object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8743
8696
  method: "typia.assert",
8744
8697
  path: _path + ".video",
8745
- expected: "(__type.o5 | undefined)",
8698
+ expected: "(__type.o3 | undefined)",
8746
8699
  value: input.video
8747
- }, _errorFactory)) && _ao9(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8700
+ }, _errorFactory)) && _ao8(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8748
8701
  method: "typia.assert",
8749
8702
  path: _path + ".video",
8750
- expected: "(__type.o5 | undefined)",
8703
+ expected: "(__type.o3 | undefined)",
8751
8704
  value: input.video
8752
8705
  }, _errorFactory)) && (undefined === input.start || "number" === typeof input.start || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8753
8706
  method: "typia.assert",
@@ -8762,14 +8715,14 @@ function _assertDomainRecord(domain, input) {
8762
8715
  }, _errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8763
8716
  method: "typia.assert",
8764
8717
  path: _path + ".transcribe",
8765
- expected: "(__type.o7 | undefined)",
8718
+ expected: "(__type.o5 | undefined)",
8766
8719
  value: input.transcribe
8767
- }, _errorFactory)) && _ao11(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8720
+ }, _errorFactory)) && _ao10(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8768
8721
  method: "typia.assert",
8769
8722
  path: _path + ".transcribe",
8770
- expected: "(__type.o7 | undefined)",
8723
+ expected: "(__type.o5 | undefined)",
8771
8724
  value: input.transcribe
8772
- }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8725
+ }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8773
8726
  method: "typia.assert",
8774
8727
  path: _path + ".type",
8775
8728
  expected: "(string | undefined)",
@@ -8779,22 +8732,22 @@ function _assertDomainRecord(domain, input) {
8779
8732
  path: _path + ".file",
8780
8733
  expected: "(null | string | undefined)",
8781
8734
  value: input.file
8782
- }, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
8735
+ }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
8783
8736
  const value = input[key];
8784
8737
  if (undefined === value)
8785
8738
  return true;
8786
8739
  return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8787
8740
  method: "typia.assert",
8788
8741
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
8789
- expected: "__type.o4",
8742
+ expected: "__type.o2",
8790
8743
  value: value
8791
- }, _errorFactory)) && _ao7(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8744
+ }, _errorFactory)) && _ao6(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8792
8745
  method: "typia.assert",
8793
8746
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
8794
- expected: "__type.o4",
8747
+ expected: "__type.o2",
8795
8748
  value: value
8796
8749
  }, _errorFactory);
8797
- }); const _ao7 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8750
+ }); const _ao6 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8798
8751
  method: "typia.assert",
8799
8752
  path: _path + ".style",
8800
8753
  expected: "(null | string | undefined)",
@@ -8804,12 +8757,12 @@ function _assertDomainRecord(domain, input) {
8804
8757
  path: _path + ".styleOverrides",
8805
8758
  expected: "(SubtitleStyle | undefined)",
8806
8759
  value: input.styleOverrides
8807
- }, _errorFactory)) && _ao8(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8760
+ }, _errorFactory)) && _ao7(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8808
8761
  method: "typia.assert",
8809
8762
  path: _path + ".styleOverrides",
8810
8763
  expected: "(SubtitleStyle | undefined)",
8811
8764
  value: input.styleOverrides
8812
- }, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8765
+ }, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8813
8766
  method: "typia.assert",
8814
8767
  path: _path + ".name",
8815
8768
  expected: "(string | undefined)",
@@ -8924,17 +8877,17 @@ function _assertDomainRecord(domain, input) {
8924
8877
  path: _path + ".encoding",
8925
8878
  expected: "(string | undefined)",
8926
8879
  value: input.encoding
8927
- }, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => undefined === input.crop || ("object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8880
+ }, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => undefined === input.crop || ("object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8928
8881
  method: "typia.assert",
8929
8882
  path: _path + ".crop",
8930
- expected: "(__type.o6 | undefined)",
8883
+ expected: "(__type.o4 | undefined)",
8931
8884
  value: input.crop
8932
- }, _errorFactory)) && _ao10(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8885
+ }, _errorFactory)) && _ao9(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8933
8886
  method: "typia.assert",
8934
8887
  path: _path + ".crop",
8935
- expected: "(__type.o6 | undefined)",
8888
+ expected: "(__type.o4 | undefined)",
8936
8889
  value: input.crop
8937
- }, _errorFactory); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8890
+ }, _errorFactory); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8938
8891
  method: "typia.assert",
8939
8892
  path: _path + ".x",
8940
8893
  expected: "(number | undefined)",
@@ -8954,7 +8907,7 @@ function _assertDomainRecord(domain, input) {
8954
8907
  path: _path + ".height",
8955
8908
  expected: "(number | undefined)",
8956
8909
  value: input.height
8957
- }, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8910
+ }, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8958
8911
  method: "typia.assert",
8959
8912
  path: _path + ".language",
8960
8913
  expected: "(string | undefined)",
@@ -8964,9 +8917,9 @@ function _assertDomainRecord(domain, input) {
8964
8917
  path: _path + ".pan",
8965
8918
  expected: "(Array<number> | undefined)",
8966
8919
  value: input.pan
8967
- }, _errorFactory)) && input.pan.every((elem, _index11) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8920
+ }, _errorFactory)) && input.pan.every((elem, _index10) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8968
8921
  method: "typia.assert",
8969
- path: _path + ".pan[" + _index11 + "]",
8922
+ path: _path + ".pan[" + _index10 + "]",
8970
8923
  expected: "number",
8971
8924
  value: elem
8972
8925
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -8974,7 +8927,7 @@ function _assertDomainRecord(domain, input) {
8974
8927
  path: _path + ".pan",
8975
8928
  expected: "(Array<number> | undefined)",
8976
8929
  value: input.pan
8977
- }, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8930
+ }, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8978
8931
  method: "typia.assert",
8979
8932
  path: _path + ".format",
8980
8933
  expected: "string",
@@ -8982,41 +8935,41 @@ function _assertDomainRecord(domain, input) {
8982
8935
  }, _errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8983
8936
  method: "typia.assert",
8984
8937
  path: _path + ".transcribe",
8985
- expected: "(__type.o8 | undefined)",
8938
+ expected: "(__type.o6 | undefined)",
8986
8939
  value: input.transcribe
8987
- }, _errorFactory)) && _ao13(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8940
+ }, _errorFactory)) && _ao12(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8988
8941
  method: "typia.assert",
8989
8942
  path: _path + ".transcribe",
8990
- expected: "(__type.o8 | undefined)",
8943
+ expected: "(__type.o6 | undefined)",
8991
8944
  value: input.transcribe
8992
8945
  }, _errorFactory)) && (undefined === input.translate || ("object" === typeof input.translate && null !== input.translate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8993
8946
  method: "typia.assert",
8994
8947
  path: _path + ".translate",
8995
- expected: "(__type.o9 | undefined)",
8948
+ expected: "(__type.o7 | undefined)",
8996
8949
  value: input.translate
8997
- }, _errorFactory)) && _ao14(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8950
+ }, _errorFactory)) && _ao13(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8998
8951
  method: "typia.assert",
8999
8952
  path: _path + ".translate",
9000
- expected: "(__type.o9 | undefined)",
8953
+ expected: "(__type.o7 | undefined)",
9001
8954
  value: input.translate
9002
8955
  }, _errorFactory)) && (undefined === input.audio || ("object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9003
8956
  method: "typia.assert",
9004
8957
  path: _path + ".audio",
9005
- expected: "(__type.o10 | undefined)",
8958
+ expected: "(__type.o8 | undefined)",
9006
8959
  value: input.audio
9007
- }, _errorFactory)) && _ao15(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8960
+ }, _errorFactory)) && _ao14(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9008
8961
  method: "typia.assert",
9009
8962
  path: _path + ".audio",
9010
- expected: "(__type.o10 | undefined)",
8963
+ expected: "(__type.o8 | undefined)",
9011
8964
  value: input.audio
9012
8965
  }, _errorFactory)) && true && (undefined === input.pick || (Array.isArray(input.pick) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9013
8966
  method: "typia.assert",
9014
8967
  path: _path + ".pick",
9015
8968
  expected: "(Array<string> | undefined)",
9016
8969
  value: input.pick
9017
- }, _errorFactory)) && input.pick.every((elem, _index12) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8970
+ }, _errorFactory)) && input.pick.every((elem, _index11) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9018
8971
  method: "typia.assert",
9019
- path: _path + ".pick[" + _index12 + "]",
8972
+ path: _path + ".pick[" + _index11 + "]",
9020
8973
  expected: "string",
9021
8974
  value: elem
9022
8975
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9034,22 +8987,22 @@ function _assertDomainRecord(domain, input) {
9034
8987
  path: _path + ".subtitle",
9035
8988
  expected: "(SubtitleProfile | string | undefined)",
9036
8989
  value: input.subtitle
9037
- }, _errorFactory)) && _ao16(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8990
+ }, _errorFactory)) && _ao15(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9038
8991
  method: "typia.assert",
9039
8992
  path: _path + ".subtitle",
9040
8993
  expected: "(SubtitleProfile | string | undefined)",
9041
8994
  value: input.subtitle
9042
- }, _errorFactory))); const _ao13 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8995
+ }, _errorFactory))); const _ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9043
8996
  method: "typia.assert",
9044
8997
  path: _path + ".engine",
9045
8998
  expected: "string",
9046
8999
  value: input.engine
9047
- }, _errorFactory); const _ao14 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9000
+ }, _errorFactory); const _ao13 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9048
9001
  method: "typia.assert",
9049
9002
  path: _path + ".language",
9050
9003
  expected: "string",
9051
9004
  value: input.language
9052
- }, _errorFactory); const _ao15 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9005
+ }, _errorFactory); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9053
9006
  method: "typia.assert",
9054
9007
  path: _path + ".codec",
9055
9008
  expected: "(string | undefined)",
@@ -9069,7 +9022,7 @@ function _assertDomainRecord(domain, input) {
9069
9022
  path: _path + ".split",
9070
9023
  expected: "(boolean | undefined)",
9071
9024
  value: input.split
9072
- }, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9025
+ }, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9073
9026
  method: "typia.assert",
9074
9027
  path: _path + ".lang",
9075
9028
  expected: "(string | undefined)",
@@ -9079,17 +9032,12 @@ function _assertDomainRecord(domain, input) {
9079
9032
  path: _path + ".style",
9080
9033
  expected: "(string | undefined)",
9081
9034
  value: input.style
9082
- }, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
9083
- const value = input[key];
9084
- if (undefined === value)
9085
- return true;
9086
- return true;
9087
- }); const _ao18 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9035
+ }, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9088
9036
  method: "typia.assert",
9089
9037
  path: _path + ".method",
9090
9038
  expected: "string",
9091
9039
  value: input.method
9092
- }, _errorFactory); const _ao19 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9040
+ }, _errorFactory); const _ao17 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9093
9041
  method: "typia.assert",
9094
9042
  path: _path + ".level",
9095
9043
  expected: "number",
@@ -9104,97 +9052,12 @@ function _assertDomainRecord(domain, input) {
9104
9052
  path: _path + ".msg",
9105
9053
  expected: "string",
9106
9054
  value: input.msg
9107
- }, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.pageId || "string" === typeof input.pageId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9108
- method: "typia.assert",
9109
- path: _path + ".pageId",
9110
- expected: "(string | undefined)",
9111
- value: input.pageId
9112
- }, _errorFactory)) && ("facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9055
+ }, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9113
9056
  method: "typia.assert",
9114
9057
  path: _path + ".type",
9115
- expected: "\"facebook\"",
9058
+ expected: "\"file\"",
9116
9059
  value: input.type
9117
- }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9118
- method: "typia.assert",
9119
- path: _path + ".asset",
9120
- expected: "(null | string | undefined)",
9121
- value: input.asset
9122
- }, _errorFactory)) && (undefined === input.connection || "string" === typeof input.connection || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9123
- method: "typia.assert",
9124
- path: _path + ".connection",
9125
- expected: "(string | undefined)",
9126
- value: input.connection
9127
- }, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9128
- method: "typia.assert",
9129
- path: _path + ".render",
9130
- expected: "(PublishRender | undefined)",
9131
- value: input.render
9132
- }, _errorFactory)) && _ao3(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9133
- method: "typia.assert",
9134
- path: _path + ".render",
9135
- expected: "(PublishRender | undefined)",
9136
- value: input.render
9137
- }, _errorFactory)) && (undefined === input.draft || ("object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9138
- method: "typia.assert",
9139
- path: _path + ".draft",
9140
- expected: "(Record<string, unknown> | undefined)",
9141
- value: input.draft
9142
- }, _errorFactory)) && _ao17(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9143
- method: "typia.assert",
9144
- path: _path + ".draft",
9145
- expected: "(Record<string, unknown> | undefined)",
9146
- value: input.draft
9147
- }, _errorFactory)) && (undefined === input.published || ("object" === typeof input.published && null !== input.published && false === Array.isArray(input.published) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9148
- method: "typia.assert",
9149
- path: _path + ".published",
9150
- expected: "(Record<string, unknown> | undefined)",
9151
- value: input.published
9152
- }, _errorFactory)) && _ao17(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9153
- method: "typia.assert",
9154
- path: _path + ".published",
9155
- expected: "(Record<string, unknown> | undefined)",
9156
- value: input.published
9157
- }, _errorFactory)) && (undefined === input.remote || ("object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9158
- method: "typia.assert",
9159
- path: _path + ".remote",
9160
- expected: "(Record<string, unknown> | undefined)",
9161
- value: input.remote
9162
- }, _errorFactory)) && _ao17(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9163
- method: "typia.assert",
9164
- path: _path + ".remote",
9165
- expected: "(Record<string, unknown> | undefined)",
9166
- value: input.remote
9167
- }, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9168
- method: "typia.assert",
9169
- path: _path + ".error",
9170
- expected: "(__type.o11 | null | undefined)",
9171
- value: input.error
9172
- }, _errorFactory)) && _ao18(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9173
- method: "typia.assert",
9174
- path: _path + ".error",
9175
- expected: "(__type.o11 | null | undefined)",
9176
- value: input.error
9177
- }, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9178
- method: "typia.assert",
9179
- path: _path + ".messages",
9180
- expected: "(Array<Message> | undefined)",
9181
- value: input.messages
9182
- }, _errorFactory)) && input.messages.every((elem, _index13) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9183
- method: "typia.assert",
9184
- path: _path + ".messages[" + _index13 + "]",
9185
- expected: "Message",
9186
- value: elem
9187
- }, _errorFactory)) && _ao19(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9188
- method: "typia.assert",
9189
- path: _path + ".messages[" + _index13 + "]",
9190
- expected: "Message",
9191
- value: elem
9192
- }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9193
- method: "typia.assert",
9194
- path: _path + ".messages",
9195
- expected: "(Array<Message> | undefined)",
9196
- value: input.messages
9197
- }, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9060
+ }, _errorFactory)) && (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9198
9061
  method: "typia.assert",
9199
9062
  path: _path + ".directory",
9200
9063
  expected: "(string | undefined)",
@@ -9209,7 +9072,7 @@ function _assertDomainRecord(domain, input) {
9209
9072
  path: _path + ".renders",
9210
9073
  expected: "(Record<string, FilePublishRender> | undefined)",
9211
9074
  value: input.renders
9212
- }, _errorFactory)) && _ao22(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9075
+ }, _errorFactory)) && _ao19(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9213
9076
  method: "typia.assert",
9214
9077
  path: _path + ".renders",
9215
9078
  expected: "(Record<string, FilePublishRender> | undefined)",
@@ -9219,7 +9082,7 @@ function _assertDomainRecord(domain, input) {
9219
9082
  path: _path + ".draft",
9220
9083
  expected: "(FilePublishDraft | undefined)",
9221
9084
  value: input.draft
9222
- }, _errorFactory)) && _ao26(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9085
+ }, _errorFactory)) && _ao23(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9223
9086
  method: "typia.assert",
9224
9087
  path: _path + ".draft",
9225
9088
  expected: "(FilePublishDraft | undefined)",
@@ -9229,7 +9092,7 @@ function _assertDomainRecord(domain, input) {
9229
9092
  path: _path + ".remote",
9230
9093
  expected: "(FilePublishRemote | undefined)",
9231
9094
  value: input.remote
9232
- }, _errorFactory)) && _ao27(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9095
+ }, _errorFactory)) && _ao24(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9233
9096
  method: "typia.assert",
9234
9097
  path: _path + ".remote",
9235
9098
  expected: "(FilePublishRemote | undefined)",
@@ -9239,16 +9102,11 @@ function _assertDomainRecord(domain, input) {
9239
9102
  path: _path + ".published",
9240
9103
  expected: "(FilePublishPublished | undefined)",
9241
9104
  value: input.published
9242
- }, _errorFactory)) && _ao30(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9105
+ }, _errorFactory)) && _ao27(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9243
9106
  method: "typia.assert",
9244
9107
  path: _path + ".published",
9245
9108
  expected: "(FilePublishPublished | undefined)",
9246
9109
  value: input.published
9247
- }, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9248
- method: "typia.assert",
9249
- path: _path + ".type",
9250
- expected: "\"file\"",
9251
- value: input.type
9252
9110
  }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9253
9111
  method: "typia.assert",
9254
9112
  path: _path + ".asset",
@@ -9262,36 +9120,36 @@ function _assertDomainRecord(domain, input) {
9262
9120
  }, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9263
9121
  method: "typia.assert",
9264
9122
  path: _path + ".render",
9265
- expected: "(PublishRender | undefined)",
9123
+ expected: "(PublishRenderBase | undefined)",
9266
9124
  value: input.render
9267
- }, _errorFactory)) && _ao3(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9125
+ }, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9268
9126
  method: "typia.assert",
9269
9127
  path: _path + ".render",
9270
- expected: "(PublishRender | undefined)",
9128
+ expected: "(PublishRenderBase | undefined)",
9271
9129
  value: input.render
9272
9130
  }, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9273
9131
  method: "typia.assert",
9274
9132
  path: _path + ".error",
9275
- expected: "(__type.o11 | null | undefined)",
9133
+ expected: "(__type.o9 | null | undefined)",
9276
9134
  value: input.error
9277
- }, _errorFactory)) && _ao18(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9135
+ }, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9278
9136
  method: "typia.assert",
9279
9137
  path: _path + ".error",
9280
- expected: "(__type.o11 | null | undefined)",
9138
+ expected: "(__type.o9 | null | undefined)",
9281
9139
  value: input.error
9282
9140
  }, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9283
9141
  method: "typia.assert",
9284
9142
  path: _path + ".messages",
9285
9143
  expected: "(Array<Message> | undefined)",
9286
9144
  value: input.messages
9287
- }, _errorFactory)) && input.messages.every((elem, _index14) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9145
+ }, _errorFactory)) && input.messages.every((elem, _index12) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9288
9146
  method: "typia.assert",
9289
- path: _path + ".messages[" + _index14 + "]",
9147
+ path: _path + ".messages[" + _index12 + "]",
9290
9148
  expected: "Message",
9291
9149
  value: elem
9292
- }, _errorFactory)) && _ao19(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9150
+ }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9293
9151
  method: "typia.assert",
9294
- path: _path + ".messages[" + _index14 + "]",
9152
+ path: _path + ".messages[" + _index12 + "]",
9295
9153
  expected: "Message",
9296
9154
  value: elem
9297
9155
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9299,37 +9157,32 @@ function _assertDomainRecord(domain, input) {
9299
9157
  path: _path + ".messages",
9300
9158
  expected: "(Array<Message> | undefined)",
9301
9159
  value: input.messages
9302
- }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
9160
+ }, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
9303
9161
  const value = input[key];
9304
9162
  if (undefined === value)
9305
9163
  return true;
9306
9164
  return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9307
9165
  method: "typia.assert",
9308
9166
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
9309
- expected: "(ResolvedFilePublishRender | __type.o12 | string)",
9167
+ expected: "(ResolvedFilePublishRender | __type.o10 | string)",
9310
9168
  value: value
9311
9169
  }, _errorFactory)) && (undefined !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9312
9170
  method: "typia.assert",
9313
9171
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
9314
- expected: "(ResolvedFilePublishRender | __type.o12 | string)",
9172
+ expected: "(ResolvedFilePublishRender | __type.o10 | string)",
9315
9173
  value: value
9316
9174
  }, _errorFactory)) && ("string" === typeof value || ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9317
9175
  method: "typia.assert",
9318
9176
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
9319
- expected: "(ResolvedFilePublishRender | __type.o12 | string)",
9177
+ expected: "(ResolvedFilePublishRender | __type.o10 | string)",
9320
9178
  value: value
9321
9179
  }, _errorFactory)) && _au0(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9322
9180
  method: "typia.assert",
9323
9181
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
9324
- expected: "(ResolvedFilePublishRender | __type.o12 | string)",
9182
+ expected: "(ResolvedFilePublishRender | __type.o10 | string)",
9325
9183
  value: value
9326
9184
  }, _errorFactory));
9327
- }); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9328
- method: "typia.assert",
9329
- path: _path + ".preset",
9330
- expected: "(string | undefined)",
9331
- value: input.preset
9332
- }, _errorFactory)) && (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9185
+ }); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9333
9186
  method: "typia.assert",
9334
9187
  path: _path + ".name",
9335
9188
  expected: "(string | undefined)",
@@ -9349,6 +9202,11 @@ function _assertDomainRecord(domain, input) {
9349
9202
  path: _path + ".ignoreEmptyScene",
9350
9203
  expected: "(boolean | undefined)",
9351
9204
  value: input.ignoreEmptyScene
9205
+ }, _errorFactory)) && (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9206
+ method: "typia.assert",
9207
+ path: _path + ".preset",
9208
+ expected: "(string | undefined)",
9209
+ value: input.preset
9352
9210
  }, _errorFactory)) && ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9353
9211
  method: "typia.assert",
9354
9212
  path: _path + ".type",
@@ -9359,7 +9217,7 @@ function _assertDomainRecord(domain, input) {
9359
9217
  path: _path + ".scene",
9360
9218
  expected: "(RenderSceneObject | undefined)",
9361
9219
  value: input.scene
9362
- }, _errorFactory)) && _ao4(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9220
+ }, _errorFactory)) && _ao3(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9363
9221
  method: "typia.assert",
9364
9222
  path: _path + ".scene",
9365
9223
  expected: "(RenderSceneObject | undefined)",
@@ -9369,37 +9227,37 @@ function _assertDomainRecord(domain, input) {
9369
9227
  path: _path + ".profile",
9370
9228
  expected: "(RenderProfileObject | undefined)",
9371
9229
  value: input.profile
9372
- }, _errorFactory)) && _ao12(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9230
+ }, _errorFactory)) && _ao11(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9373
9231
  method: "typia.assert",
9374
9232
  path: _path + ".profile",
9375
9233
  expected: "(RenderProfileObject | undefined)",
9376
9234
  value: input.profile
9377
- }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9235
+ }, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9378
9236
  method: "typia.assert",
9379
9237
  path: _path + ".__context",
9380
- expected: "__type.o13",
9238
+ expected: "__type.o11",
9381
9239
  value: input.__context
9382
- }, _errorFactory)) && _ao25(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9240
+ }, _errorFactory)) && _ao22(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9383
9241
  method: "typia.assert",
9384
9242
  path: _path + ".__context",
9385
- expected: "__type.o13",
9243
+ expected: "__type.o11",
9386
9244
  value: input.__context
9387
9245
  }, _errorFactory)) && (("object" === typeof input.__returnValue && null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9388
9246
  method: "typia.assert",
9389
9247
  path: _path + ".__returnValue",
9390
9248
  expected: "ResolvedFilePublishRender",
9391
9249
  value: input.__returnValue
9392
- }, _errorFactory)) && _ao23(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9250
+ }, _errorFactory)) && _ao20(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9393
9251
  method: "typia.assert",
9394
9252
  path: _path + ".__returnValue",
9395
9253
  expected: "ResolvedFilePublishRender",
9396
9254
  value: input.__returnValue
9397
- }, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9255
+ }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9398
9256
  method: "typia.assert",
9399
9257
  path: _path + ".publish",
9400
9258
  expected: "FilePublishRecord",
9401
9259
  value: input.publish
9402
- }, _errorFactory)) && _ao21(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9260
+ }, _errorFactory)) && _ao18(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9403
9261
  method: "typia.assert",
9404
9262
  path: _path + ".publish",
9405
9263
  expected: "FilePublishRecord",
@@ -9414,7 +9272,7 @@ function _assertDomainRecord(domain, input) {
9414
9272
  path: _path + ".name",
9415
9273
  expected: "string",
9416
9274
  value: input.name
9417
- }, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9275
+ }, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9418
9276
  method: "typia.assert",
9419
9277
  path: _path + ".directory",
9420
9278
  expected: "(string | undefined)",
@@ -9424,14 +9282,7 @@ function _assertDomainRecord(domain, input) {
9424
9282
  path: _path + ".filename",
9425
9283
  expected: "(string | undefined)",
9426
9284
  value: input.filename
9427
- }, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
9428
- if (["directory", "filename"].some(prop => key === prop))
9429
- return true;
9430
- const value = input[key];
9431
- if (undefined === value)
9432
- return true;
9433
- return true;
9434
- })); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9285
+ }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9435
9286
  method: "typia.assert",
9436
9287
  path: _path + ".directory",
9437
9288
  expected: "(string | undefined)",
@@ -9446,19 +9297,12 @@ function _assertDomainRecord(domain, input) {
9446
9297
  path: _path + ".renders",
9447
9298
  expected: "(Record<string, FilePublishRemoteRender> | undefined)",
9448
9299
  value: input.renders
9449
- }, _errorFactory)) && _ao28(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9300
+ }, _errorFactory)) && _ao25(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9450
9301
  method: "typia.assert",
9451
9302
  path: _path + ".renders",
9452
9303
  expected: "(Record<string, FilePublishRemoteRender> | undefined)",
9453
9304
  value: input.renders
9454
- }, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
9455
- if (["directory", "filename", "renders"].some(prop => key === prop))
9456
- return true;
9457
- const value = input[key];
9458
- if (undefined === value)
9459
- return true;
9460
- return true;
9461
- })); const _ao28 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
9305
+ }, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
9462
9306
  const value = input[key];
9463
9307
  if (undefined === value)
9464
9308
  return true;
@@ -9467,13 +9311,13 @@ function _assertDomainRecord(domain, input) {
9467
9311
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
9468
9312
  expected: "FilePublishRemoteRender",
9469
9313
  value: value
9470
- }, _errorFactory)) && _ao29(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9314
+ }, _errorFactory)) && _ao26(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9471
9315
  method: "typia.assert",
9472
9316
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
9473
9317
  expected: "FilePublishRemoteRender",
9474
9318
  value: value
9475
9319
  }, _errorFactory);
9476
- }); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9320
+ }); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9477
9321
  method: "typia.assert",
9478
9322
  path: _path + ".path",
9479
9323
  expected: "(string | undefined)",
@@ -9483,14 +9327,14 @@ function _assertDomainRecord(domain, input) {
9483
9327
  path: _path + ".messages",
9484
9328
  expected: "(Array<Message> | undefined)",
9485
9329
  value: input.messages
9486
- }, _errorFactory)) && input.messages.every((elem, _index15) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9330
+ }, _errorFactory)) && input.messages.every((elem, _index13) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9487
9331
  method: "typia.assert",
9488
- path: _path + ".messages[" + _index15 + "]",
9332
+ path: _path + ".messages[" + _index13 + "]",
9489
9333
  expected: "Message",
9490
9334
  value: elem
9491
- }, _errorFactory)) && _ao19(elem, _path + ".messages[" + _index15 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9335
+ }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9492
9336
  method: "typia.assert",
9493
- path: _path + ".messages[" + _index15 + "]",
9337
+ path: _path + ".messages[" + _index13 + "]",
9494
9338
  expected: "Message",
9495
9339
  value: elem
9496
9340
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9513,7 +9357,7 @@ function _assertDomainRecord(domain, input) {
9513
9357
  path: _path + ".source",
9514
9358
  expected: "(string | undefined)",
9515
9359
  value: input.source
9516
- }, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9360
+ }, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9517
9361
  method: "typia.assert",
9518
9362
  path: _path + ".directory",
9519
9363
  expected: "(string | undefined)",
@@ -9523,14 +9367,12 @@ function _assertDomainRecord(domain, input) {
9523
9367
  path: _path + ".filename",
9524
9368
  expected: "string",
9525
9369
  value: input.filename
9526
- }, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
9527
- if (["directory", "filename"].some(prop => key === prop))
9528
- return true;
9529
- const value = input[key];
9530
- if (undefined === value)
9531
- return true;
9532
- return true;
9533
- })); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9370
+ }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9371
+ method: "typia.assert",
9372
+ path: _path + ".type",
9373
+ expected: "\"file\"",
9374
+ value: input.type
9375
+ }, _errorFactory)) && (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9534
9376
  method: "typia.assert",
9535
9377
  path: _path + ".directory",
9536
9378
  expected: "(string | undefined)",
@@ -9545,7 +9387,7 @@ function _assertDomainRecord(domain, input) {
9545
9387
  path: _path + ".draft",
9546
9388
  expected: "(FilePublishDraft | undefined)",
9547
9389
  value: input.draft
9548
- }, _errorFactory)) && _ao26(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9390
+ }, _errorFactory)) && _ao23(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9549
9391
  method: "typia.assert",
9550
9392
  path: _path + ".draft",
9551
9393
  expected: "(FilePublishDraft | undefined)",
@@ -9555,7 +9397,7 @@ function _assertDomainRecord(domain, input) {
9555
9397
  path: _path + ".remote",
9556
9398
  expected: "(FilePublishRemoteLegacy | undefined)",
9557
9399
  value: input.remote
9558
- }, _errorFactory)) && _ao32(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9400
+ }, _errorFactory)) && _ao29(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9559
9401
  method: "typia.assert",
9560
9402
  path: _path + ".remote",
9561
9403
  expected: "(FilePublishRemoteLegacy | undefined)",
@@ -9565,7 +9407,7 @@ function _assertDomainRecord(domain, input) {
9565
9407
  path: _path + ".published",
9566
9408
  expected: "(FilePublishPublished | undefined)",
9567
9409
  value: input.published
9568
- }, _errorFactory)) && _ao30(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9410
+ }, _errorFactory)) && _ao27(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9569
9411
  method: "typia.assert",
9570
9412
  path: _path + ".published",
9571
9413
  expected: "(FilePublishPublished | undefined)",
@@ -9577,16 +9419,11 @@ function _assertDomainRecord(domain, input) {
9577
9419
  value: input.renders
9578
9420
  }, _errorFactory)) && (undefined === input.renders || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9579
9421
  method: "typia.assert",
9580
- path: _path + ".renders",
9581
- expected: "undefined",
9582
- value: input.renders
9583
- }, _errorFactory))) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9584
- method: "typia.assert",
9585
- path: _path + ".type",
9586
- expected: "\"file\"",
9587
- value: input.type
9588
- }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9589
- method: "typia.assert",
9422
+ path: _path + ".renders",
9423
+ expected: "undefined",
9424
+ value: input.renders
9425
+ }, _errorFactory))) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9426
+ method: "typia.assert",
9590
9427
  path: _path + ".asset",
9591
9428
  expected: "(null | string | undefined)",
9592
9429
  value: input.asset
@@ -9598,36 +9435,36 @@ function _assertDomainRecord(domain, input) {
9598
9435
  }, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9599
9436
  method: "typia.assert",
9600
9437
  path: _path + ".render",
9601
- expected: "(PublishRender | undefined)",
9438
+ expected: "(PublishRenderBase | undefined)",
9602
9439
  value: input.render
9603
- }, _errorFactory)) && _ao3(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9440
+ }, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9604
9441
  method: "typia.assert",
9605
9442
  path: _path + ".render",
9606
- expected: "(PublishRender | undefined)",
9443
+ expected: "(PublishRenderBase | undefined)",
9607
9444
  value: input.render
9608
9445
  }, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9609
9446
  method: "typia.assert",
9610
9447
  path: _path + ".error",
9611
- expected: "(__type.o11 | null | undefined)",
9448
+ expected: "(__type.o9 | null | undefined)",
9612
9449
  value: input.error
9613
- }, _errorFactory)) && _ao18(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9450
+ }, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9614
9451
  method: "typia.assert",
9615
9452
  path: _path + ".error",
9616
- expected: "(__type.o11 | null | undefined)",
9453
+ expected: "(__type.o9 | null | undefined)",
9617
9454
  value: input.error
9618
9455
  }, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9619
9456
  method: "typia.assert",
9620
9457
  path: _path + ".messages",
9621
9458
  expected: "(Array<Message> | undefined)",
9622
9459
  value: input.messages
9623
- }, _errorFactory)) && input.messages.every((elem, _index16) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9460
+ }, _errorFactory)) && input.messages.every((elem, _index14) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9624
9461
  method: "typia.assert",
9625
- path: _path + ".messages[" + _index16 + "]",
9462
+ path: _path + ".messages[" + _index14 + "]",
9626
9463
  expected: "Message",
9627
9464
  value: elem
9628
- }, _errorFactory)) && _ao19(elem, _path + ".messages[" + _index16 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9465
+ }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9629
9466
  method: "typia.assert",
9630
- path: _path + ".messages[" + _index16 + "]",
9467
+ path: _path + ".messages[" + _index14 + "]",
9631
9468
  expected: "Message",
9632
9469
  value: elem
9633
9470
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9635,7 +9472,7 @@ function _assertDomainRecord(domain, input) {
9635
9472
  path: _path + ".messages",
9636
9473
  expected: "(Array<Message> | undefined)",
9637
9474
  value: input.messages
9638
- }, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9475
+ }, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9639
9476
  method: "typia.assert",
9640
9477
  path: _path + ".id",
9641
9478
  expected: "(string | undefined)",
@@ -9658,22 +9495,22 @@ function _assertDomainRecord(domain, input) {
9658
9495
  }, _errorFactory)) && (undefined === input.subtitle || ("object" === typeof input.subtitle && null !== input.subtitle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9659
9496
  method: "typia.assert",
9660
9497
  path: _path + ".subtitle",
9661
- expected: "(__type.o14 | undefined)",
9498
+ expected: "(__type.o12 | undefined)",
9662
9499
  value: input.subtitle
9663
- }, _errorFactory)) && _ao33(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9500
+ }, _errorFactory)) && _ao30(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9664
9501
  method: "typia.assert",
9665
9502
  path: _path + ".subtitle",
9666
- expected: "(__type.o14 | undefined)",
9503
+ expected: "(__type.o12 | undefined)",
9667
9504
  value: input.subtitle
9668
9505
  }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9669
9506
  method: "typia.assert",
9670
9507
  path: _path + ".metafile",
9671
- expected: "(__type.o15 | undefined)",
9508
+ expected: "(__type.o13 | undefined)",
9672
9509
  value: input.metafile
9673
- }, _errorFactory)) && _ao34(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9510
+ }, _errorFactory)) && _ao31(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9674
9511
  method: "typia.assert",
9675
9512
  path: _path + ".metafile",
9676
- expected: "(__type.o15 | undefined)",
9513
+ expected: "(__type.o13 | undefined)",
9677
9514
  value: input.metafile
9678
9515
  }, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
9679
9516
  if (["id", "path", "filename", "directory", "subtitle", "metafile"].some(prop => key === prop))
@@ -9682,52 +9519,137 @@ function _assertDomainRecord(domain, input) {
9682
9519
  if (undefined === value)
9683
9520
  return true;
9684
9521
  return true;
9685
- })); const _ao33 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9522
+ })); const _ao30 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9686
9523
  method: "typia.assert",
9687
9524
  path: _path + ".path",
9688
9525
  expected: "string",
9689
9526
  value: input.path
9690
- }, _errorFactory); const _ao34 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9527
+ }, _errorFactory); const _ao31 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9691
9528
  method: "typia.assert",
9692
9529
  path: _path + ".path",
9693
9530
  expected: "string",
9694
9531
  value: input.path
9695
- }, _errorFactory); const _ao35 = (input, _path, _exceptionable = true) => (undefined !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9532
+ }, _errorFactory); const _ao32 = (input, _path, _exceptionable = true) => ("youtube" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9696
9533
  method: "typia.assert",
9697
9534
  path: _path + ".type",
9698
- expected: "null",
9535
+ expected: "\"youtube\"",
9699
9536
  value: input.type
9700
- }, _errorFactory)) && (null === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9537
+ }, _errorFactory)) && (undefined === input.draft || ("object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9701
9538
  method: "typia.assert",
9702
- path: _path + ".type",
9703
- expected: "null",
9704
- value: input.type
9539
+ path: _path + ".draft",
9540
+ expected: "(__type.o14 | undefined)",
9541
+ value: input.draft
9542
+ }, _errorFactory)) && _ao33(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9543
+ method: "typia.assert",
9544
+ path: _path + ".draft",
9545
+ expected: "(__type.o14 | undefined)",
9546
+ value: input.draft
9705
9547
  }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9706
9548
  method: "typia.assert",
9707
9549
  path: _path + ".asset",
9708
9550
  expected: "(null | string | undefined)",
9709
9551
  value: input.asset
9552
+ }, _errorFactory)) && (undefined === input.connection || "string" === typeof input.connection || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9553
+ method: "typia.assert",
9554
+ path: _path + ".connection",
9555
+ expected: "(string | undefined)",
9556
+ value: input.connection
9557
+ }, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9558
+ method: "typia.assert",
9559
+ path: _path + ".render",
9560
+ expected: "(PublishRenderBase | undefined)",
9561
+ value: input.render
9562
+ }, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9563
+ method: "typia.assert",
9564
+ path: _path + ".render",
9565
+ expected: "(PublishRenderBase | undefined)",
9566
+ value: input.render
9567
+ }, _errorFactory)) && true && true && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9568
+ method: "typia.assert",
9569
+ path: _path + ".error",
9570
+ expected: "(__type.o9 | null | undefined)",
9571
+ value: input.error
9572
+ }, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9573
+ method: "typia.assert",
9574
+ path: _path + ".error",
9575
+ expected: "(__type.o9 | null | undefined)",
9576
+ value: input.error
9577
+ }, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9578
+ method: "typia.assert",
9579
+ path: _path + ".messages",
9580
+ expected: "(Array<Message> | undefined)",
9581
+ value: input.messages
9582
+ }, _errorFactory)) && input.messages.every((elem, _index15) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9583
+ method: "typia.assert",
9584
+ path: _path + ".messages[" + _index15 + "]",
9585
+ expected: "Message",
9586
+ value: elem
9587
+ }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index15 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9588
+ method: "typia.assert",
9589
+ path: _path + ".messages[" + _index15 + "]",
9590
+ expected: "Message",
9591
+ value: elem
9592
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9593
+ method: "typia.assert",
9594
+ path: _path + ".messages",
9595
+ expected: "(Array<Message> | undefined)",
9596
+ value: input.messages
9597
+ }, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => undefined === input.snippet || ("object" === typeof input.snippet && null !== input.snippet && false === Array.isArray(input.snippet) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9598
+ method: "typia.assert",
9599
+ path: _path + ".snippet",
9600
+ expected: "(__type.o15 | undefined)",
9601
+ value: input.snippet
9602
+ }, _errorFactory)) && _ao34(input.snippet, _path + ".snippet", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9603
+ method: "typia.assert",
9604
+ path: _path + ".snippet",
9605
+ expected: "(__type.o15 | undefined)",
9606
+ value: input.snippet
9607
+ }, _errorFactory); const _ao34 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9608
+ method: "typia.assert",
9609
+ path: _path + ".title",
9610
+ expected: "(string | undefined)",
9611
+ value: input.title
9612
+ }, _errorFactory)) && (undefined === input.tags || (Array.isArray(input.tags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9613
+ method: "typia.assert",
9614
+ path: _path + ".tags",
9615
+ expected: "(Array<string> | undefined)",
9616
+ value: input.tags
9617
+ }, _errorFactory)) && input.tags.every((elem, _index16) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9618
+ method: "typia.assert",
9619
+ path: _path + ".tags[" + _index16 + "]",
9620
+ expected: "string",
9621
+ value: elem
9622
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9623
+ method: "typia.assert",
9624
+ path: _path + ".tags",
9625
+ expected: "(Array<string> | undefined)",
9626
+ value: input.tags
9627
+ }, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9628
+ method: "typia.assert",
9629
+ path: _path + ".description",
9630
+ expected: "(string | undefined)",
9631
+ value: input.description
9710
9632
  }, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
9711
9633
  if (undefined !== input.path)
9712
- return _ao23(input, _path, true && _exceptionable);
9634
+ return _ao20(input, _path, true && _exceptionable);
9713
9635
  else if (undefined !== input.__context)
9714
- return _ao24(input, _path, true && _exceptionable);
9636
+ return _ao21(input, _path, true && _exceptionable);
9715
9637
  else
9716
9638
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
9717
9639
  method: "typia.assert",
9718
9640
  path: _path,
9719
- expected: "(ResolvedFilePublishRender | __type.o12)",
9641
+ expected: "(ResolvedFilePublishRender | __type.o10)",
9720
9642
  value: input
9721
9643
  }, _errorFactory);
9722
9644
  })(); const _au1 = (input, _path, _exceptionable = true) => (() => {
9723
- if ("youtube" === input.type)
9645
+ if (undefined !== input.type && null === input.type)
9724
9646
  return _ao0(input, _path, true && _exceptionable);
9725
9647
  else if ("facebook" === input.type)
9726
- return _ao20(input, _path, true && _exceptionable);
9727
- else if (undefined !== input.type && null === input.type)
9728
- return _ao35(input, _path, true && _exceptionable);
9648
+ return _ao1(input, _path, true && _exceptionable);
9649
+ else if ("youtube" === input.type)
9650
+ return _ao32(input, _path, true && _exceptionable);
9729
9651
  else
9730
- return _ao31(input, _path, false && _exceptionable) || _ao21(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9652
+ return _ao28(input, _path, false && _exceptionable) || _ao18(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9731
9653
  method: "typia.assert",
9732
9654
  path: _path,
9733
9655
  expected: "(FilePublishRecordLegacy | FilePublishRecord)",
@@ -9752,78 +9674,38 @@ function _assertDomainRecord(domain, input) {
9752
9674
  }; })()(input);
9753
9675
  }
9754
9676
  case ":publish.stats?": {
9755
- return (() => { const _io0 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) && _io2(input.retrieved)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && false === Array.isArray(input.defaults) && _io2(input.defaults)); const _io1 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io2 = input => Object.keys(input).every(key => {
9756
- const value = input[key];
9757
- if (undefined === value)
9758
- return true;
9759
- return true;
9760
- }); const _io3 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) && _io2(input.retrieved)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && false === Array.isArray(input.defaults) && _io2(input.defaults)); const _io4 = input => (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) && _io5(input.retrieved)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && _io8(input.defaults)) && (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io5 = input => (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io6(input.renders)) && Object.keys(input).every(key => {
9761
- if (["filename", "directory", "renders"].some(prop => key === prop))
9762
- return true;
9763
- const value = input[key];
9764
- if (undefined === value)
9765
- return true;
9766
- return true;
9767
- }); const _io6 = input => Object.keys(input).every(key => {
9677
+ return (() => { const _io0 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && true; const _io1 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io2 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && true; const _io3 = input => (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) && _io4(input.retrieved)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && _io7(input.defaults)) && (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io4 = input => (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io5(input.renders)); const _io5 = input => Object.keys(input).every(key => {
9768
9678
  const value = input[key];
9769
9679
  if (undefined === value)
9770
9680
  return true;
9771
- return "object" === typeof value && null !== value && _io7(value);
9772
- }); const _io7 = input => "string" === typeof input.path && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash); const _io8 = input => "string" === typeof input.directory && "string" === typeof input.filename && ("object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io9(input.renders)) && Object.keys(input).every(key => {
9773
- if (["directory", "filename", "renders"].some(prop => key === prop))
9774
- return true;
9775
- const value = input[key];
9776
- if (undefined === value)
9777
- return true;
9778
- return true;
9779
- }); const _io9 = input => Object.keys(input).every(key => {
9681
+ return "object" === typeof value && null !== value && _io6(value);
9682
+ }); const _io6 = input => "string" === typeof input.path && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash); const _io7 = input => "string" === typeof input.directory && "string" === typeof input.filename && ("object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io8(input.renders)); const _io8 = input => Object.keys(input).every(key => {
9780
9683
  const value = input[key];
9781
9684
  if (undefined === value)
9782
9685
  return true;
9783
9686
  return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
9784
- }); const _io10 = input => (undefined === input.preset || "string" === typeof input.preset) && (undefined === input.name || "string" === typeof input.name) && "string" === typeof input.path && (undefined === input.collisionStrategy || "overwrite" === input.collisionStrategy || "skip" === input.collisionStrategy) && (undefined === input.ignoreEmptyScene || "boolean" === typeof input.ignoreEmptyScene) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io11(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io19(input.profile)); const _io11 = 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) && _io12(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) && _io13(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io16(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) && _io18(input.transcribe)); const _io12 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file); const _io13 = input => Object.keys(input).every(key => {
9785
- const value = input[key];
9786
- if (undefined === value)
9787
- return true;
9788
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io14(value);
9789
- }); const _io14 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io15(input.styleOverrides)); const _io15 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io16 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io17(input.crop); const _io17 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io18 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io19 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io20(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io21(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io22(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io23(input.subtitle))); const _io20 = input => "string" === typeof input.engine; const _io21 = input => "string" === typeof input.language; const _io22 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io23 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _io24 = input => "object" === typeof input.__context && null !== input.__context && _io25(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io10(input.__returnValue)); const _io25 = input => "object" === typeof input.publish && null !== input.publish && _io26(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io26 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io9(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io27(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io28(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io31(input.published)) && "file" === input.type && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io32(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io33(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io27 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && Object.keys(input).every(key => {
9790
- if (["directory", "filename"].some(prop => key === prop))
9791
- return true;
9792
- const value = input[key];
9793
- if (undefined === value)
9794
- return true;
9795
- return true;
9796
- }); const _io28 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io29(input.renders)) && Object.keys(input).every(key => {
9797
- if (["directory", "filename", "renders"].some(prop => key === prop))
9798
- return true;
9799
- const value = input[key];
9800
- if (undefined === value)
9801
- return true;
9802
- return true;
9803
- }); const _io29 = input => Object.keys(input).every(key => {
9687
+ }); const _io9 = input => (undefined === input.name || "string" === typeof input.name) && "string" === typeof input.path && (undefined === input.collisionStrategy || "overwrite" === input.collisionStrategy || "skip" === input.collisionStrategy) && (undefined === input.ignoreEmptyScene || "boolean" === typeof input.ignoreEmptyScene) && (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io10(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io18(input.profile)); const _io10 = 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) && _io11(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) && _io12(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io15(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) && _io17(input.transcribe)); const _io11 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file); const _io12 = input => Object.keys(input).every(key => {
9804
9688
  const value = input[key];
9805
9689
  if (undefined === value)
9806
9690
  return true;
9807
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io30(value);
9808
- }); const _io30 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io31 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename && Object.keys(input).every(key => {
9809
- if (["directory", "filename"].some(prop => key === prop))
9810
- return true;
9691
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
9692
+ }); const _io13 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io14(input.styleOverrides)); const _io14 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io15 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io16(input.crop); const _io16 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io17 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io18 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io19(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io20(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io21(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io22(input.subtitle))); const _io19 = input => "string" === typeof input.engine; const _io20 = input => "string" === typeof input.language; const _io21 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io22 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _io23 = input => "object" === typeof input.__context && null !== input.__context && _io24(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io9(input.__returnValue)); const _io24 = input => "object" === typeof input.publish && null !== input.publish && _io25(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io25 = input => "file" === input.type && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io8(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io26(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io27(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io30(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io31(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io32(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io26 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io27 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io28(input.renders)); const _io28 = input => Object.keys(input).every(key => {
9811
9693
  const value = input[key];
9812
9694
  if (undefined === value)
9813
9695
  return true;
9814
- return true;
9815
- }); const _io32 = input => (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io11(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io19(input.profile)); const _io33 = input => "string" === typeof input.method; const _iu0 = input => (() => {
9696
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io29(value);
9697
+ }); const _io29 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io30 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io31 = input => (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io10(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io18(input.profile)); const _io32 = input => "string" === typeof input.method; const _iu0 = input => (() => {
9816
9698
  if (undefined !== input.path)
9817
- return _io10(input);
9699
+ return _io9(input);
9818
9700
  else if (undefined !== input.__context)
9819
- return _io24(input);
9701
+ return _io23(input);
9820
9702
  else
9821
9703
  return false;
9822
9704
  })(); const _iu1 = input => (() => {
9823
- if (_io4(input))
9824
- return _io4(input);
9825
9705
  if (_io3(input))
9826
9706
  return _io3(input);
9707
+ if (_io2(input))
9708
+ return _io2(input);
9827
9709
  if (_io0(input))
9828
9710
  return _io0(input);
9829
9711
  return false;
@@ -9857,27 +9739,7 @@ function _assertDomainRecord(domain, input) {
9857
9739
  path: _path + ".messages",
9858
9740
  expected: "(Array<Message> | undefined)",
9859
9741
  value: input.messages
9860
- }, _errorFactory)) && (undefined === input.retrieved || ("object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9861
- method: "typia.assert",
9862
- path: _path + ".retrieved",
9863
- expected: "(Record<string, unknown> | undefined)",
9864
- value: input.retrieved
9865
- }, _errorFactory)) && _ao2(input.retrieved, _path + ".retrieved", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9866
- method: "typia.assert",
9867
- path: _path + ".retrieved",
9868
- expected: "(Record<string, unknown> | undefined)",
9869
- value: input.retrieved
9870
- }, _errorFactory)) && (undefined === input.defaults || ("object" === typeof input.defaults && null !== input.defaults && false === Array.isArray(input.defaults) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9871
- method: "typia.assert",
9872
- path: _path + ".defaults",
9873
- expected: "(Record<string, unknown> | undefined)",
9874
- value: input.defaults
9875
- }, _errorFactory)) && _ao2(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9876
- method: "typia.assert",
9877
- path: _path + ".defaults",
9878
- expected: "(Record<string, unknown> | undefined)",
9879
- value: input.defaults
9880
- }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9742
+ }, _errorFactory)) && true && true; const _ao1 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9881
9743
  method: "typia.assert",
9882
9744
  path: _path + ".level",
9883
9745
  expected: "number",
@@ -9892,12 +9754,7 @@ function _assertDomainRecord(domain, input) {
9892
9754
  path: _path + ".msg",
9893
9755
  expected: "string",
9894
9756
  value: input.msg
9895
- }, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
9896
- const value = input[key];
9897
- if (undefined === value)
9898
- return true;
9899
- return true;
9900
- }); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.status || "string" === typeof input.status || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9757
+ }, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.status || "string" === typeof input.status || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9901
9758
  method: "typia.assert",
9902
9759
  path: _path + ".status",
9903
9760
  expected: "(string | undefined)",
@@ -9927,32 +9784,12 @@ function _assertDomainRecord(domain, input) {
9927
9784
  path: _path + ".messages",
9928
9785
  expected: "(Array<Message> | undefined)",
9929
9786
  value: input.messages
9930
- }, _errorFactory)) && (undefined === input.retrieved || ("object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9931
- method: "typia.assert",
9932
- path: _path + ".retrieved",
9933
- expected: "(Record<string, unknown> | undefined)",
9934
- value: input.retrieved
9935
- }, _errorFactory)) && _ao2(input.retrieved, _path + ".retrieved", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9936
- method: "typia.assert",
9937
- path: _path + ".retrieved",
9938
- expected: "(Record<string, unknown> | undefined)",
9939
- value: input.retrieved
9940
- }, _errorFactory)) && (undefined === input.defaults || ("object" === typeof input.defaults && null !== input.defaults && false === Array.isArray(input.defaults) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9941
- method: "typia.assert",
9942
- path: _path + ".defaults",
9943
- expected: "(Record<string, unknown> | undefined)",
9944
- value: input.defaults
9945
- }, _errorFactory)) && _ao2(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9946
- method: "typia.assert",
9947
- path: _path + ".defaults",
9948
- expected: "(Record<string, unknown> | undefined)",
9949
- value: input.defaults
9950
- }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.retrieved || ("object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9787
+ }, _errorFactory)) && true && true; const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.retrieved || ("object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9951
9788
  method: "typia.assert",
9952
9789
  path: _path + ".retrieved",
9953
9790
  expected: "(FilePublishRetrieved | undefined)",
9954
9791
  value: input.retrieved
9955
- }, _errorFactory)) && _ao5(input.retrieved, _path + ".retrieved", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9792
+ }, _errorFactory)) && _ao4(input.retrieved, _path + ".retrieved", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9956
9793
  method: "typia.assert",
9957
9794
  path: _path + ".retrieved",
9958
9795
  expected: "(FilePublishRetrieved | undefined)",
@@ -9962,7 +9799,7 @@ function _assertDomainRecord(domain, input) {
9962
9799
  path: _path + ".defaults",
9963
9800
  expected: "(FilePublishDefaults | undefined)",
9964
9801
  value: input.defaults
9965
- }, _errorFactory)) && _ao8(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9802
+ }, _errorFactory)) && _ao7(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9966
9803
  method: "typia.assert",
9967
9804
  path: _path + ".defaults",
9968
9805
  expected: "(FilePublishDefaults | undefined)",
@@ -9997,7 +9834,7 @@ function _assertDomainRecord(domain, input) {
9997
9834
  path: _path + ".messages",
9998
9835
  expected: "(Array<Message> | undefined)",
9999
9836
  value: input.messages
10000
- }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (undefined === input.filename || "string" === typeof input.filename || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9837
+ }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.filename || "string" === typeof input.filename || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10001
9838
  method: "typia.assert",
10002
9839
  path: _path + ".filename",
10003
9840
  expected: "(string | undefined)",
@@ -10012,19 +9849,12 @@ function _assertDomainRecord(domain, input) {
10012
9849
  path: _path + ".renders",
10013
9850
  expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
10014
9851
  value: input.renders
10015
- }, _errorFactory)) && _ao6(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9852
+ }, _errorFactory)) && _ao5(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10016
9853
  method: "typia.assert",
10017
9854
  path: _path + ".renders",
10018
9855
  expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
10019
9856
  value: input.renders
10020
- }, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
10021
- if (["filename", "directory", "renders"].some(prop => key === prop))
10022
- return true;
10023
- const value = input[key];
10024
- if (undefined === value)
10025
- return true;
10026
- return true;
10027
- })); const _ao6 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
9857
+ }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
10028
9858
  const value = input[key];
10029
9859
  if (undefined === value)
10030
9860
  return true;
@@ -10033,13 +9863,13 @@ function _assertDomainRecord(domain, input) {
10033
9863
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
10034
9864
  expected: "FilePublishRetrievedRender",
10035
9865
  value: value
10036
- }, _errorFactory)) && _ao7(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9866
+ }, _errorFactory)) && _ao6(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10037
9867
  method: "typia.assert",
10038
9868
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
10039
9869
  expected: "FilePublishRetrievedRender",
10040
9870
  value: value
10041
9871
  }, _errorFactory);
10042
- }); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9872
+ }); const _ao6 = (input, _path, _exceptionable = true) => ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10043
9873
  method: "typia.assert",
10044
9874
  path: _path + ".path",
10045
9875
  expected: "string",
@@ -10054,7 +9884,7 @@ function _assertDomainRecord(domain, input) {
10054
9884
  path: _path + ".hash",
10055
9885
  expected: "(string | undefined)",
10056
9886
  value: input.hash
10057
- }, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => ("string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9887
+ }, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10058
9888
  method: "typia.assert",
10059
9889
  path: _path + ".directory",
10060
9890
  expected: "string",
@@ -10069,19 +9899,12 @@ function _assertDomainRecord(domain, input) {
10069
9899
  path: _path + ".renders",
10070
9900
  expected: "Record<string, FilePublishRender>",
10071
9901
  value: input.renders
10072
- }, _errorFactory)) && _ao9(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9902
+ }, _errorFactory)) && _ao8(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10073
9903
  method: "typia.assert",
10074
9904
  path: _path + ".renders",
10075
9905
  expected: "Record<string, FilePublishRender>",
10076
9906
  value: input.renders
10077
- }, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
10078
- if (["directory", "filename", "renders"].some(prop => key === prop))
10079
- return true;
10080
- const value = input[key];
10081
- if (undefined === value)
10082
- return true;
10083
- return true;
10084
- })); const _ao9 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
9907
+ }, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
10085
9908
  const value = input[key];
10086
9909
  if (undefined === value)
10087
9910
  return true;
@@ -10106,12 +9929,7 @@ function _assertDomainRecord(domain, input) {
10106
9929
  expected: "(ResolvedFilePublishRender | __type.o9 | string)",
10107
9930
  value: value
10108
9931
  }, _errorFactory));
10109
- }); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10110
- method: "typia.assert",
10111
- path: _path + ".preset",
10112
- expected: "(string | undefined)",
10113
- value: input.preset
10114
- }, _errorFactory)) && (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9932
+ }); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10115
9933
  method: "typia.assert",
10116
9934
  path: _path + ".name",
10117
9935
  expected: "(string | undefined)",
@@ -10131,6 +9949,11 @@ function _assertDomainRecord(domain, input) {
10131
9949
  path: _path + ".ignoreEmptyScene",
10132
9950
  expected: "(boolean | undefined)",
10133
9951
  value: input.ignoreEmptyScene
9952
+ }, _errorFactory)) && (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9953
+ method: "typia.assert",
9954
+ path: _path + ".preset",
9955
+ expected: "(string | undefined)",
9956
+ value: input.preset
10134
9957
  }, _errorFactory)) && ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10135
9958
  method: "typia.assert",
10136
9959
  path: _path + ".type",
@@ -10141,7 +9964,7 @@ function _assertDomainRecord(domain, input) {
10141
9964
  path: _path + ".scene",
10142
9965
  expected: "(RenderSceneObject | undefined)",
10143
9966
  value: input.scene
10144
- }, _errorFactory)) && _ao11(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9967
+ }, _errorFactory)) && _ao10(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10145
9968
  method: "typia.assert",
10146
9969
  path: _path + ".scene",
10147
9970
  expected: "(RenderSceneObject | undefined)",
@@ -10151,12 +9974,12 @@ function _assertDomainRecord(domain, input) {
10151
9974
  path: _path + ".profile",
10152
9975
  expected: "(RenderProfileObject | undefined)",
10153
9976
  value: input.profile
10154
- }, _errorFactory)) && _ao19(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9977
+ }, _errorFactory)) && _ao18(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10155
9978
  method: "typia.assert",
10156
9979
  path: _path + ".profile",
10157
9980
  expected: "(RenderProfileObject | undefined)",
10158
9981
  value: input.profile
10159
- }, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9982
+ }, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10160
9983
  method: "typia.assert",
10161
9984
  path: _path + ".id",
10162
9985
  expected: "(string | undefined)",
@@ -10171,7 +9994,7 @@ function _assertDomainRecord(domain, input) {
10171
9994
  path: _path + ".input",
10172
9995
  expected: "(__type | null | undefined)",
10173
9996
  value: input.input
10174
- }, _errorFactory)) && _ao12(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9997
+ }, _errorFactory)) && _ao11(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10175
9998
  method: "typia.assert",
10176
9999
  path: _path + ".input",
10177
10000
  expected: "(__type | null | undefined)",
@@ -10191,7 +10014,7 @@ function _assertDomainRecord(domain, input) {
10191
10014
  path: _path + ".subtitleTracks",
10192
10015
  expected: "(__type.o1 | undefined)",
10193
10016
  value: input.subtitleTracks
10194
- }, _errorFactory)) && _ao13(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10017
+ }, _errorFactory)) && _ao12(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10195
10018
  method: "typia.assert",
10196
10019
  path: _path + ".subtitleTracks",
10197
10020
  expected: "(__type.o1 | undefined)",
@@ -10201,7 +10024,7 @@ function _assertDomainRecord(domain, input) {
10201
10024
  path: _path + ".video",
10202
10025
  expected: "(__type.o3 | undefined)",
10203
10026
  value: input.video
10204
- }, _errorFactory)) && _ao16(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10027
+ }, _errorFactory)) && _ao15(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10205
10028
  method: "typia.assert",
10206
10029
  path: _path + ".video",
10207
10030
  expected: "(__type.o3 | undefined)",
@@ -10221,12 +10044,12 @@ function _assertDomainRecord(domain, input) {
10221
10044
  path: _path + ".transcribe",
10222
10045
  expected: "(__type.o5 | undefined)",
10223
10046
  value: input.transcribe
10224
- }, _errorFactory)) && _ao18(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10047
+ }, _errorFactory)) && _ao17(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10225
10048
  method: "typia.assert",
10226
10049
  path: _path + ".transcribe",
10227
10050
  expected: "(__type.o5 | undefined)",
10228
10051
  value: input.transcribe
10229
- }, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10052
+ }, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10230
10053
  method: "typia.assert",
10231
10054
  path: _path + ".type",
10232
10055
  expected: "(string | undefined)",
@@ -10236,7 +10059,7 @@ function _assertDomainRecord(domain, input) {
10236
10059
  path: _path + ".file",
10237
10060
  expected: "(null | string | undefined)",
10238
10061
  value: input.file
10239
- }, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
10062
+ }, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
10240
10063
  const value = input[key];
10241
10064
  if (undefined === value)
10242
10065
  return true;
@@ -10245,13 +10068,13 @@ function _assertDomainRecord(domain, input) {
10245
10068
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
10246
10069
  expected: "__type.o2",
10247
10070
  value: value
10248
- }, _errorFactory)) && _ao14(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10071
+ }, _errorFactory)) && _ao13(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10249
10072
  method: "typia.assert",
10250
10073
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
10251
10074
  expected: "__type.o2",
10252
10075
  value: value
10253
10076
  }, _errorFactory);
10254
- }); const _ao14 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10077
+ }); const _ao13 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10255
10078
  method: "typia.assert",
10256
10079
  path: _path + ".style",
10257
10080
  expected: "(null | string | undefined)",
@@ -10261,12 +10084,12 @@ function _assertDomainRecord(domain, input) {
10261
10084
  path: _path + ".styleOverrides",
10262
10085
  expected: "(SubtitleStyle | undefined)",
10263
10086
  value: input.styleOverrides
10264
- }, _errorFactory)) && _ao15(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10087
+ }, _errorFactory)) && _ao14(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10265
10088
  method: "typia.assert",
10266
10089
  path: _path + ".styleOverrides",
10267
10090
  expected: "(SubtitleStyle | undefined)",
10268
10091
  value: input.styleOverrides
10269
- }, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10092
+ }, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10270
10093
  method: "typia.assert",
10271
10094
  path: _path + ".name",
10272
10095
  expected: "(string | undefined)",
@@ -10381,17 +10204,17 @@ function _assertDomainRecord(domain, input) {
10381
10204
  path: _path + ".encoding",
10382
10205
  expected: "(string | undefined)",
10383
10206
  value: input.encoding
10384
- }, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => undefined === input.crop || ("object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10207
+ }, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => undefined === input.crop || ("object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10385
10208
  method: "typia.assert",
10386
10209
  path: _path + ".crop",
10387
10210
  expected: "(__type.o4 | undefined)",
10388
10211
  value: input.crop
10389
- }, _errorFactory)) && _ao17(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10212
+ }, _errorFactory)) && _ao16(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10390
10213
  method: "typia.assert",
10391
10214
  path: _path + ".crop",
10392
10215
  expected: "(__type.o4 | undefined)",
10393
10216
  value: input.crop
10394
- }, _errorFactory); const _ao17 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10217
+ }, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10395
10218
  method: "typia.assert",
10396
10219
  path: _path + ".x",
10397
10220
  expected: "(number | undefined)",
@@ -10411,7 +10234,7 @@ function _assertDomainRecord(domain, input) {
10411
10234
  path: _path + ".height",
10412
10235
  expected: "(number | undefined)",
10413
10236
  value: input.height
10414
- }, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10237
+ }, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10415
10238
  method: "typia.assert",
10416
10239
  path: _path + ".language",
10417
10240
  expected: "(string | undefined)",
@@ -10431,7 +10254,7 @@ function _assertDomainRecord(domain, input) {
10431
10254
  path: _path + ".pan",
10432
10255
  expected: "(Array<number> | undefined)",
10433
10256
  value: input.pan
10434
- }, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10257
+ }, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10435
10258
  method: "typia.assert",
10436
10259
  path: _path + ".format",
10437
10260
  expected: "string",
@@ -10441,7 +10264,7 @@ function _assertDomainRecord(domain, input) {
10441
10264
  path: _path + ".transcribe",
10442
10265
  expected: "(__type.o6 | undefined)",
10443
10266
  value: input.transcribe
10444
- }, _errorFactory)) && _ao20(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10267
+ }, _errorFactory)) && _ao19(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10445
10268
  method: "typia.assert",
10446
10269
  path: _path + ".transcribe",
10447
10270
  expected: "(__type.o6 | undefined)",
@@ -10451,7 +10274,7 @@ function _assertDomainRecord(domain, input) {
10451
10274
  path: _path + ".translate",
10452
10275
  expected: "(__type.o7 | undefined)",
10453
10276
  value: input.translate
10454
- }, _errorFactory)) && _ao21(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10277
+ }, _errorFactory)) && _ao20(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10455
10278
  method: "typia.assert",
10456
10279
  path: _path + ".translate",
10457
10280
  expected: "(__type.o7 | undefined)",
@@ -10461,7 +10284,7 @@ function _assertDomainRecord(domain, input) {
10461
10284
  path: _path + ".audio",
10462
10285
  expected: "(__type.o8 | undefined)",
10463
10286
  value: input.audio
10464
- }, _errorFactory)) && _ao22(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10287
+ }, _errorFactory)) && _ao21(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10465
10288
  method: "typia.assert",
10466
10289
  path: _path + ".audio",
10467
10290
  expected: "(__type.o8 | undefined)",
@@ -10491,22 +10314,22 @@ function _assertDomainRecord(domain, input) {
10491
10314
  path: _path + ".subtitle",
10492
10315
  expected: "(SubtitleProfile | string | undefined)",
10493
10316
  value: input.subtitle
10494
- }, _errorFactory)) && _ao23(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10317
+ }, _errorFactory)) && _ao22(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10495
10318
  method: "typia.assert",
10496
10319
  path: _path + ".subtitle",
10497
10320
  expected: "(SubtitleProfile | string | undefined)",
10498
10321
  value: input.subtitle
10499
- }, _errorFactory))); const _ao20 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10322
+ }, _errorFactory))); const _ao19 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10500
10323
  method: "typia.assert",
10501
10324
  path: _path + ".engine",
10502
10325
  expected: "string",
10503
10326
  value: input.engine
10504
- }, _errorFactory); const _ao21 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10327
+ }, _errorFactory); const _ao20 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10505
10328
  method: "typia.assert",
10506
10329
  path: _path + ".language",
10507
10330
  expected: "string",
10508
10331
  value: input.language
10509
- }, _errorFactory); const _ao22 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10332
+ }, _errorFactory); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10510
10333
  method: "typia.assert",
10511
10334
  path: _path + ".codec",
10512
10335
  expected: "(string | undefined)",
@@ -10526,7 +10349,7 @@ function _assertDomainRecord(domain, input) {
10526
10349
  path: _path + ".split",
10527
10350
  expected: "(boolean | undefined)",
10528
10351
  value: input.split
10529
- }, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10352
+ }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10530
10353
  method: "typia.assert",
10531
10354
  path: _path + ".lang",
10532
10355
  expected: "(string | undefined)",
@@ -10536,12 +10359,12 @@ function _assertDomainRecord(domain, input) {
10536
10359
  path: _path + ".style",
10537
10360
  expected: "(string | undefined)",
10538
10361
  value: input.style
10539
- }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10362
+ }, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10540
10363
  method: "typia.assert",
10541
10364
  path: _path + ".__context",
10542
10365
  expected: "__type.o10",
10543
10366
  value: input.__context
10544
- }, _errorFactory)) && _ao25(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10367
+ }, _errorFactory)) && _ao24(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10545
10368
  method: "typia.assert",
10546
10369
  path: _path + ".__context",
10547
10370
  expected: "__type.o10",
@@ -10551,17 +10374,17 @@ function _assertDomainRecord(domain, input) {
10551
10374
  path: _path + ".__returnValue",
10552
10375
  expected: "ResolvedFilePublishRender",
10553
10376
  value: input.__returnValue
10554
- }, _errorFactory)) && _ao10(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10377
+ }, _errorFactory)) && _ao9(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10555
10378
  method: "typia.assert",
10556
10379
  path: _path + ".__returnValue",
10557
10380
  expected: "ResolvedFilePublishRender",
10558
10381
  value: input.__returnValue
10559
- }, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10382
+ }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10560
10383
  method: "typia.assert",
10561
10384
  path: _path + ".publish",
10562
10385
  expected: "FilePublishRecord",
10563
10386
  value: input.publish
10564
- }, _errorFactory)) && _ao26(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10387
+ }, _errorFactory)) && _ao25(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10565
10388
  method: "typia.assert",
10566
10389
  path: _path + ".publish",
10567
10390
  expected: "FilePublishRecord",
@@ -10576,7 +10399,12 @@ function _assertDomainRecord(domain, input) {
10576
10399
  path: _path + ".name",
10577
10400
  expected: "string",
10578
10401
  value: input.name
10579
- }, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10402
+ }, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10403
+ method: "typia.assert",
10404
+ path: _path + ".type",
10405
+ expected: "\"file\"",
10406
+ value: input.type
10407
+ }, _errorFactory)) && (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10580
10408
  method: "typia.assert",
10581
10409
  path: _path + ".directory",
10582
10410
  expected: "(string | undefined)",
@@ -10591,7 +10419,7 @@ function _assertDomainRecord(domain, input) {
10591
10419
  path: _path + ".renders",
10592
10420
  expected: "(Record<string, FilePublishRender> | undefined)",
10593
10421
  value: input.renders
10594
- }, _errorFactory)) && _ao9(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10422
+ }, _errorFactory)) && _ao8(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10595
10423
  method: "typia.assert",
10596
10424
  path: _path + ".renders",
10597
10425
  expected: "(Record<string, FilePublishRender> | undefined)",
@@ -10601,7 +10429,7 @@ function _assertDomainRecord(domain, input) {
10601
10429
  path: _path + ".draft",
10602
10430
  expected: "(FilePublishDraft | undefined)",
10603
10431
  value: input.draft
10604
- }, _errorFactory)) && _ao27(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10432
+ }, _errorFactory)) && _ao26(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10605
10433
  method: "typia.assert",
10606
10434
  path: _path + ".draft",
10607
10435
  expected: "(FilePublishDraft | undefined)",
@@ -10611,7 +10439,7 @@ function _assertDomainRecord(domain, input) {
10611
10439
  path: _path + ".remote",
10612
10440
  expected: "(FilePublishRemote | undefined)",
10613
10441
  value: input.remote
10614
- }, _errorFactory)) && _ao28(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10442
+ }, _errorFactory)) && _ao27(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10615
10443
  method: "typia.assert",
10616
10444
  path: _path + ".remote",
10617
10445
  expected: "(FilePublishRemote | undefined)",
@@ -10621,16 +10449,11 @@ function _assertDomainRecord(domain, input) {
10621
10449
  path: _path + ".published",
10622
10450
  expected: "(FilePublishPublished | undefined)",
10623
10451
  value: input.published
10624
- }, _errorFactory)) && _ao31(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10452
+ }, _errorFactory)) && _ao30(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10625
10453
  method: "typia.assert",
10626
10454
  path: _path + ".published",
10627
10455
  expected: "(FilePublishPublished | undefined)",
10628
10456
  value: input.published
10629
- }, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10630
- method: "typia.assert",
10631
- path: _path + ".type",
10632
- expected: "\"file\"",
10633
- value: input.type
10634
10457
  }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10635
10458
  method: "typia.assert",
10636
10459
  path: _path + ".asset",
@@ -10644,19 +10467,19 @@ function _assertDomainRecord(domain, input) {
10644
10467
  }, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10645
10468
  method: "typia.assert",
10646
10469
  path: _path + ".render",
10647
- expected: "(PublishRender | undefined)",
10470
+ expected: "(PublishRenderBase | undefined)",
10648
10471
  value: input.render
10649
- }, _errorFactory)) && _ao32(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10472
+ }, _errorFactory)) && _ao31(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10650
10473
  method: "typia.assert",
10651
10474
  path: _path + ".render",
10652
- expected: "(PublishRender | undefined)",
10475
+ expected: "(PublishRenderBase | undefined)",
10653
10476
  value: input.render
10654
10477
  }, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10655
10478
  method: "typia.assert",
10656
10479
  path: _path + ".error",
10657
10480
  expected: "(__type.o11 | null | undefined)",
10658
10481
  value: input.error
10659
- }, _errorFactory)) && _ao33(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10482
+ }, _errorFactory)) && _ao32(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10660
10483
  method: "typia.assert",
10661
10484
  path: _path + ".error",
10662
10485
  expected: "(__type.o11 | null | undefined)",
@@ -10681,7 +10504,7 @@ function _assertDomainRecord(domain, input) {
10681
10504
  path: _path + ".messages",
10682
10505
  expected: "(Array<Message> | undefined)",
10683
10506
  value: input.messages
10684
- }, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10507
+ }, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10685
10508
  method: "typia.assert",
10686
10509
  path: _path + ".directory",
10687
10510
  expected: "(string | undefined)",
@@ -10691,14 +10514,7 @@ function _assertDomainRecord(domain, input) {
10691
10514
  path: _path + ".filename",
10692
10515
  expected: "(string | undefined)",
10693
10516
  value: input.filename
10694
- }, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
10695
- if (["directory", "filename"].some(prop => key === prop))
10696
- return true;
10697
- const value = input[key];
10698
- if (undefined === value)
10699
- return true;
10700
- return true;
10701
- })); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10517
+ }, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10702
10518
  method: "typia.assert",
10703
10519
  path: _path + ".directory",
10704
10520
  expected: "(string | undefined)",
@@ -10713,19 +10529,12 @@ function _assertDomainRecord(domain, input) {
10713
10529
  path: _path + ".renders",
10714
10530
  expected: "(Record<string, FilePublishRemoteRender> | undefined)",
10715
10531
  value: input.renders
10716
- }, _errorFactory)) && _ao29(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10532
+ }, _errorFactory)) && _ao28(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10717
10533
  method: "typia.assert",
10718
10534
  path: _path + ".renders",
10719
10535
  expected: "(Record<string, FilePublishRemoteRender> | undefined)",
10720
10536
  value: input.renders
10721
- }, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
10722
- if (["directory", "filename", "renders"].some(prop => key === prop))
10723
- return true;
10724
- const value = input[key];
10725
- if (undefined === value)
10726
- return true;
10727
- return true;
10728
- })); const _ao29 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
10537
+ }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
10729
10538
  const value = input[key];
10730
10539
  if (undefined === value)
10731
10540
  return true;
@@ -10734,13 +10543,13 @@ function _assertDomainRecord(domain, input) {
10734
10543
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
10735
10544
  expected: "FilePublishRemoteRender",
10736
10545
  value: value
10737
- }, _errorFactory)) && _ao30(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10546
+ }, _errorFactory)) && _ao29(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10738
10547
  method: "typia.assert",
10739
10548
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
10740
10549
  expected: "FilePublishRemoteRender",
10741
10550
  value: value
10742
10551
  }, _errorFactory);
10743
- }); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10552
+ }); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10744
10553
  method: "typia.assert",
10745
10554
  path: _path + ".path",
10746
10555
  expected: "(string | undefined)",
@@ -10780,7 +10589,7 @@ function _assertDomainRecord(domain, input) {
10780
10589
  path: _path + ".source",
10781
10590
  expected: "(string | undefined)",
10782
10591
  value: input.source
10783
- }, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10592
+ }, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10784
10593
  method: "typia.assert",
10785
10594
  path: _path + ".directory",
10786
10595
  expected: "(string | undefined)",
@@ -10790,14 +10599,7 @@ function _assertDomainRecord(domain, input) {
10790
10599
  path: _path + ".filename",
10791
10600
  expected: "string",
10792
10601
  value: input.filename
10793
- }, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
10794
- if (["directory", "filename"].some(prop => key === prop))
10795
- return true;
10796
- const value = input[key];
10797
- if (undefined === value)
10798
- return true;
10799
- return true;
10800
- })); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10602
+ }, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10801
10603
  method: "typia.assert",
10802
10604
  path: _path + ".preset",
10803
10605
  expected: "(string | undefined)",
@@ -10812,7 +10614,7 @@ function _assertDomainRecord(domain, input) {
10812
10614
  path: _path + ".scene",
10813
10615
  expected: "(RenderSceneObject | undefined)",
10814
10616
  value: input.scene
10815
- }, _errorFactory)) && _ao11(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10617
+ }, _errorFactory)) && _ao10(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10816
10618
  method: "typia.assert",
10817
10619
  path: _path + ".scene",
10818
10620
  expected: "(RenderSceneObject | undefined)",
@@ -10822,21 +10624,21 @@ function _assertDomainRecord(domain, input) {
10822
10624
  path: _path + ".profile",
10823
10625
  expected: "(RenderProfileObject | undefined)",
10824
10626
  value: input.profile
10825
- }, _errorFactory)) && _ao19(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10627
+ }, _errorFactory)) && _ao18(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10826
10628
  method: "typia.assert",
10827
10629
  path: _path + ".profile",
10828
10630
  expected: "(RenderProfileObject | undefined)",
10829
10631
  value: input.profile
10830
- }, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10632
+ }, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10831
10633
  method: "typia.assert",
10832
10634
  path: _path + ".method",
10833
10635
  expected: "string",
10834
10636
  value: input.method
10835
10637
  }, _errorFactory); const _au0 = (input, _path, _exceptionable = true) => (() => {
10836
10638
  if (undefined !== input.path)
10837
- return _ao10(input, _path, true && _exceptionable);
10639
+ return _ao9(input, _path, true && _exceptionable);
10838
10640
  else if (undefined !== input.__context)
10839
- return _ao24(input, _path, true && _exceptionable);
10641
+ return _ao23(input, _path, true && _exceptionable);
10840
10642
  else
10841
10643
  return __typia_transform__assertGuard._assertGuard(_exceptionable, {
10842
10644
  method: "typia.assert",
@@ -10844,10 +10646,10 @@ function _assertDomainRecord(domain, input) {
10844
10646
  expected: "(ResolvedFilePublishRender | __type.o9)",
10845
10647
  value: input
10846
10648
  }, _errorFactory);
10847
- })(); const _au1 = (input, _path, _exceptionable = true) => _ao4(input, _path, false && _exceptionable) || _ao3(input, _path, false && _exceptionable) || _ao0(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10649
+ })(); const _au1 = (input, _path, _exceptionable = true) => _ao3(input, _path, false && _exceptionable) || _ao2(input, _path, false && _exceptionable) || _ao0(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10848
10650
  method: "typia.assert",
10849
10651
  path: _path,
10850
- expected: "(FilePublishStatsRecord | FacebookPublishStatsRecord | YoutubePublishStatsRecord)",
10652
+ expected: "(FilePublishStatsRecord | FacebookPublishStatsRecord | PublishStatsRecordBase)",
10851
10653
  value: input
10852
10654
  }, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu1(input); let _errorFactory; return (input, errorFactory) => {
10853
10655
  if (false === __is(input)) {
@@ -10855,12 +10657,12 @@ function _assertDomainRecord(domain, input) {
10855
10657
  ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
10856
10658
  method: "typia.assert",
10857
10659
  path: _path + "",
10858
- expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | YoutubePublishStatsRecord)",
10660
+ expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | PublishStatsRecordBase)",
10859
10661
  value: input
10860
10662
  }, _errorFactory)) && _au1(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
10861
10663
  method: "typia.assert",
10862
10664
  path: _path + "",
10863
- expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | YoutubePublishStatsRecord)",
10665
+ expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | PublishStatsRecordBase)",
10864
10666
  value: input
10865
10667
  }, _errorFactory))(input, "$input", true);
10866
10668
  }
@@ -10873,12 +10675,7 @@ function _assertDomainRecord(domain, input) {
10873
10675
  if (undefined === value)
10874
10676
  return true;
10875
10677
  return "object" === typeof value && null !== value && _io1(value);
10876
- }); const _io1 = input => "string" === typeof input.rpcId && ("object" === typeof input.rpcData && null !== input.rpcData && false === Array.isArray(input.rpcData) && _io2(input.rpcData)); const _io2 = input => Object.keys(input).every(key => {
10877
- const value = input[key];
10878
- if (undefined === value)
10879
- return true;
10880
- return true;
10881
- }); const _ao0 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
10678
+ }); const _io1 = input => "string" === typeof input.rpcId && true; const _ao0 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
10882
10679
  const value = input[key];
10883
10680
  if (undefined === value)
10884
10681
  return true;
@@ -10898,33 +10695,18 @@ function _assertDomainRecord(domain, input) {
10898
10695
  path: _path + ".rpcId",
10899
10696
  expected: "string",
10900
10697
  value: input.rpcId
10901
- }, _errorFactory)) && (("object" === typeof input.rpcData && null !== input.rpcData && false === Array.isArray(input.rpcData) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10902
- method: "typia.assert",
10903
- path: _path + ".rpcData",
10904
- expected: "Record<string, unknown>",
10905
- value: input.rpcData
10906
- }, _errorFactory)) && _ao2(input.rpcData, _path + ".rpcData", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10907
- method: "typia.assert",
10908
- path: _path + ".rpcData",
10909
- expected: "Record<string, unknown>",
10910
- value: input.rpcData
10911
- }, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
10912
- const value = input[key];
10913
- if (undefined === value)
10914
- return true;
10915
- return true;
10916
- }); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
10698
+ }, _errorFactory)) && true; const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
10917
10699
  if (false === __is(input)) {
10918
10700
  _errorFactory = errorFactory;
10919
10701
  ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
10920
10702
  method: "typia.assert",
10921
10703
  path: _path + "",
10922
- expected: "PublishDomainMethodsRecord",
10704
+ expected: "PublishDomainMethodsRecordBase",
10923
10705
  value: input
10924
10706
  }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
10925
10707
  method: "typia.assert",
10926
10708
  path: _path + "",
10927
- expected: "PublishDomainMethodsRecord",
10709
+ expected: "PublishDomainMethodsRecordBase",
10928
10710
  value: input
10929
10711
  }, _errorFactory))(input, "$input", true);
10930
10712
  }
@@ -10938,12 +10720,12 @@ function _assertDomainRecord(domain, input) {
10938
10720
  ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
10939
10721
  method: "typia.assert",
10940
10722
  path: _path + "",
10941
- expected: "PublishDomainAcceptsProvidedRecord",
10723
+ expected: "PublishDomainAcceptsProvidedRecordBase",
10942
10724
  value: input
10943
10725
  }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
10944
10726
  method: "typia.assert",
10945
10727
  path: _path + "",
10946
- expected: "PublishDomainAcceptsProvidedRecord",
10728
+ expected: "PublishDomainAcceptsProvidedRecordBase",
10947
10729
  value: input
10948
10730
  }, _errorFactory))(input, "$input", true);
10949
10731
  }
@@ -13296,7 +13078,7 @@ function _assertDomainRecord(domain, input) {
13296
13078
  if (undefined === value)
13297
13079
  return true;
13298
13080
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value);
13299
- }); const _io42 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io43(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io44(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io45(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io49(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io50(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io54(input.openCommand))); const _io43 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io44 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io45 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io47(elem))); const _io46 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io47 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io48 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io49 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io50 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io51(input.subtitleDisclaimer); const _io51 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io52(input.defaultValue)); const _io52 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io53(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io53 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io54 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io55 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io56(input.voiceOver)); const _io56 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io57 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io58 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io59(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io60(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io64(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io66(input.item)); const _io59 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io60 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io61(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io63(input.note)); const _io61 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io62(input.excerpt); const _io62 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io63 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io64 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io65(input.search)) && (undefined === input.sortMode || true === _iv23.has(input.sortMode)); const _io65 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io66 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io67 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io68 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io69 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io70(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io71(input.rive)); const _io70 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io71 = input => undefined === input.template || "string" === typeof input.template; const _io72 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io73 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets); const _io74 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io75(input.events); const _io75 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io76(input.publishSucceeded)); const _io76 = input => Object.keys(input).every(key => {
13081
+ }); const _io42 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io43(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io44(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io45(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io49(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io50(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io54(input.openCommand))); const _io43 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io44 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io45 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io47(elem))); const _io46 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io47 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io48 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io49 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io50 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io51(input.subtitleDisclaimer); const _io51 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io52(input.defaultValue)); const _io52 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io53(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io53 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io54 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io55 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io56(input.voiceOver)); const _io56 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io57 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io58 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io59(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io60(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io64(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io66(input.item)); const _io59 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io60 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io61(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io63(input.note)); const _io61 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io62(input.excerpt); const _io62 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io63 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io64 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io65(input.search)) && (undefined === input.sortMode || true === _iv23.has(input.sortMode)); const _io65 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io66 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io67 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io68 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io69 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io70(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io71(input.rive)); const _io70 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io71 = input => undefined === input.template || "string" === typeof input.template; const _io72 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io73 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io74 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io75(input.events); const _io75 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io76(input.publishSucceeded)); const _io76 = input => Object.keys(input).every(key => {
13300
13082
  const value = input[key];
13301
13083
  if (undefined === value)
13302
13084
  return true;
@@ -15158,6 +14940,11 @@ function _assertDomainRecord(domain, input) {
15158
14940
  path: _path + ".multiplexWebSockets",
15159
14941
  expected: "(boolean | undefined)",
15160
14942
  value: input.multiplexWebSockets
14943
+ }, _errorFactory)) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14944
+ method: "typia.assert",
14945
+ path: _path + ".systemHealth",
14946
+ expected: "(boolean | undefined)",
14947
+ value: input.systemHealth
15161
14948
  }, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15162
14949
  method: "typia.assert",
15163
14950
  path: _path + ".events",