@nxtedition/types 23.0.54 → 23.0.57

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 (30) hide show
  1. package/dist/common/settings.d.ts +2 -0
  2. package/dist/nxtpression.d.ts +156 -25
  3. package/dist/records/domains/asset.d.ts +4 -0
  4. package/dist/records/domains/connection/empty.d.ts +1 -1
  5. package/dist/records/domains/connection/facebook.d.ts +1 -1
  6. package/dist/records/domains/connection/file/ftp.d.ts +2 -2
  7. package/dist/records/domains/connection/file/http.d.ts +130 -0
  8. package/dist/records/domains/connection/file/http.js +20 -0
  9. package/dist/records/domains/connection/file/index.d.ts +6 -4
  10. package/dist/records/domains/connection/file/index.js +1 -0
  11. package/dist/records/domains/connection/file/s3.d.ts +1 -1
  12. package/dist/records/domains/connection/file/sftp.d.ts +2 -2
  13. package/dist/records/domains/connection/file/smb.d.ts +3 -3
  14. package/dist/records/domains/connection/index.d.ts +2 -2
  15. package/dist/records/domains/connection/reuters.d.ts +1 -1
  16. package/dist/records/domains/publish/empty.d.ts +3 -3
  17. package/dist/records/domains/publish/facebook.d.ts +1 -1
  18. package/dist/records/domains/publish/file-legacy.d.ts +1 -1
  19. package/dist/records/domains/publish/file.d.ts +1 -1
  20. package/dist/records/domains/publish/index.d.ts +6 -2
  21. package/dist/records/domains/publish/youtube.d.ts +1 -1
  22. package/dist/records/validate/assert-guard.js +2572 -298
  23. package/dist/records/validate/assert.js +2573 -298
  24. package/dist/records/validate/is.js +169 -41
  25. package/dist/records/validate/schemas.js +2181 -124
  26. package/dist/records/validate/stringify.js +804 -60
  27. package/dist/records/validate/utils.js +1 -1
  28. package/dist/records/validate/validate-equals.js +3959 -537
  29. package/dist/records/validate/validate.js +2159 -283
  30. package/package.json +1 -1
@@ -1417,7 +1417,7 @@ function _assertExactRecord(name, input) {
1417
1417
  if (undefined === value)
1418
1418
  return true;
1419
1419
  return "string" === typeof value;
1420
- }); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "normal" === input.style || "italic" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1420
+ }); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "italic" === input.style || "normal" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1421
1421
  method: "typia.assert",
1422
1422
  path: _path + ".languages",
1423
1423
  expected: "(Record<string, string> | undefined)",
@@ -1472,7 +1472,7 @@ function _assertExactRecord(name, input) {
1472
1472
  path: _path + ".weight",
1473
1473
  expected: "(\"bold\" | \"normal\" | undefined)",
1474
1474
  value: input.weight
1475
- }, _errorFactory)) && (undefined === input.style || "normal" === input.style || "italic" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1475
+ }, _errorFactory)) && (undefined === input.style || "italic" === input.style || "normal" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1476
1476
  method: "typia.assert",
1477
1477
  path: _path + ".style",
1478
1478
  expected: "(\"italic\" | \"normal\" | undefined)",
@@ -1501,7 +1501,7 @@ function _assertExactRecord(name, input) {
1501
1501
  if (undefined === value)
1502
1502
  return true;
1503
1503
  return "string" === typeof value;
1504
- }); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "normal" === input.style || "italic" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1504
+ }); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "italic" === input.style || "normal" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1505
1505
  method: "typia.assert",
1506
1506
  path: _path + ".languages",
1507
1507
  expected: "(Record<string, string> | undefined)",
@@ -1556,7 +1556,7 @@ function _assertExactRecord(name, input) {
1556
1556
  path: _path + ".weight",
1557
1557
  expected: "(\"bold\" | \"normal\" | undefined)",
1558
1558
  value: input.weight
1559
- }, _errorFactory)) && (undefined === input.style || "normal" === input.style || "italic" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1559
+ }, _errorFactory)) && (undefined === input.style || "italic" === input.style || "normal" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1560
1560
  method: "typia.assert",
1561
1561
  path: _path + ".style",
1562
1562
  expected: "(\"italic\" | \"normal\" | undefined)",
@@ -1654,7 +1654,7 @@ function _assertExactRecord(name, input) {
1654
1654
  }; })()(input);
1655
1655
  }
1656
1656
  case "media.fonts?": {
1657
- return (() => { const _io0 = input => (undefined === input.fontFaces || Array.isArray(input.fontFaces) && input.fontFaces.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.fontFamilyNames || Array.isArray(input.fontFamilyNames) && input.fontFamilyNames.every(elem => "string" === typeof elem)); const _io1 = input => "string" === typeof input.name && "string" === typeof input.family && "string" === typeof input.asset && "string" === typeof input.url && "number" === typeof input.weight && ("normal" === input.style || "italic" === input.style) && (Array.isArray(input.ranges) && input.ranges.every(elem => Array.isArray(elem) && (elem.length === 2 && "number" === typeof elem[0] && "number" === typeof elem[1]))); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.fontFaces || (Array.isArray(input.fontFaces) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1657
+ return (() => { const _io0 = input => (undefined === input.fontFaces || Array.isArray(input.fontFaces) && input.fontFaces.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.fontFamilyNames || Array.isArray(input.fontFamilyNames) && input.fontFamilyNames.every(elem => "string" === typeof elem)); const _io1 = input => "string" === typeof input.name && "string" === typeof input.family && "string" === typeof input.asset && "string" === typeof input.url && "number" === typeof input.weight && ("italic" === input.style || "normal" === input.style) && (Array.isArray(input.ranges) && input.ranges.every(elem => Array.isArray(elem) && (elem.length === 2 && "number" === typeof elem[0] && "number" === typeof elem[1]))); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.fontFaces || (Array.isArray(input.fontFaces) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1658
1658
  method: "typia.assert",
1659
1659
  path: _path + ".fontFaces",
1660
1660
  expected: "(Array<FontFace> | undefined)",
@@ -1714,7 +1714,7 @@ function _assertExactRecord(name, input) {
1714
1714
  path: _path + ".weight",
1715
1715
  expected: "number",
1716
1716
  value: input.weight
1717
- }, _errorFactory)) && ("normal" === input.style || "italic" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1717
+ }, _errorFactory)) && ("italic" === input.style || "normal" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1718
1718
  method: "typia.assert",
1719
1719
  path: _path + ".style",
1720
1720
  expected: "(\"italic\" | \"normal\")",
@@ -2179,6 +2179,40 @@ function _assertDomainRecord(domain, input) {
2179
2179
  return input;
2180
2180
  }; })()(input);
2181
2181
  }
2182
+ case ":asset.rawTypes?": {
2183
+ return (() => { const _io0 = input => undefined === input.value || Array.isArray(input.value) && input.value.every(elem => "string" === typeof elem); const _ao0 = (input, _path, _exceptionable = true) => undefined === input.value || (Array.isArray(input.value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2184
+ method: "typia.assert",
2185
+ path: _path + ".value",
2186
+ expected: "(Array<string> | undefined)",
2187
+ value: input.value
2188
+ }, _errorFactory)) && input.value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2189
+ method: "typia.assert",
2190
+ path: _path + ".value[" + _index2 + "]",
2191
+ expected: "string",
2192
+ value: elem
2193
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2194
+ method: "typia.assert",
2195
+ path: _path + ".value",
2196
+ expected: "(Array<string> | undefined)",
2197
+ value: input.value
2198
+ }, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
2199
+ if (false === __is(input)) {
2200
+ _errorFactory = errorFactory;
2201
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
2202
+ method: "typia.assert",
2203
+ path: _path + "",
2204
+ expected: "AssetRawTypesProvidedRecord",
2205
+ value: input
2206
+ }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
2207
+ method: "typia.assert",
2208
+ path: _path + "",
2209
+ expected: "AssetRawTypesProvidedRecord",
2210
+ value: input
2211
+ }, _errorFactory))(input, "$input", true);
2212
+ }
2213
+ return input;
2214
+ }; })()(input);
2215
+ }
2182
2216
  case ":asset.types?": {
2183
2217
  return (() => { const _io0 = input => undefined === input.value || Array.isArray(input.value) && input.value.every(elem => "string" === typeof elem); const _ao0 = (input, _path, _exceptionable = true) => undefined === input.value || (Array.isArray(input.value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2184
2218
  method: "typia.assert",
@@ -3600,32 +3634,160 @@ function _assertDomainRecord(domain, input) {
3600
3634
  }; })()(input);
3601
3635
  }
3602
3636
  case ":connection": {
3603
- 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 => (() => {
3604
- if ("ftp" === input.protocol)
3637
+ return (() => { const _io0 = input => (undefined === input.protocol || "ftp" === input.protocol) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.utf8 || "boolean" === typeof input.utf8) && (undefined === input.timezone || "string" === typeof input.timezone) && (undefined === input.type || "file" === input.type) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io1 = input => undefined === input.content || "string" === typeof input.content; const _io2 = input => (undefined === input.protocol || "http" === input.protocol) && (undefined === input.secure || "boolean" === typeof input.secure) && (undefined === input.authType || "none" === input.authType || "oauth2" === input.authType) && (undefined === input.oauth2 || "object" === typeof input.oauth2 && null !== input.oauth2 && false === Array.isArray(input.oauth2) && _io3(input.oauth2)) && (undefined === input.actions || "object" === typeof input.actions && null !== input.actions && false === Array.isArray(input.actions) && _io8(input.actions)) && (undefined === input.type || "file" === input.type) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io3 = input => (undefined === input.client || "object" === typeof input.client && null !== input.client && false === Array.isArray(input.client) && _io4(input.client)) && (undefined === input.auth || "object" === typeof input.auth && null !== input.auth && false === Array.isArray(input.auth) && _io5(input.auth)) && (undefined === input.tokenParams || "object" === typeof input.tokenParams && null !== input.tokenParams && false === Array.isArray(input.tokenParams) && _io6(input.tokenParams)) && (undefined === input.grantType || "password" === input.grantType) && (undefined === input.token || "object" === typeof input.token && null !== input.token && _io7(input.token)) && (undefined === input.error || "string" === typeof input.error); const _io4 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.secret || "string" === typeof input.secret) && (undefined === input.secretParamName || "string" === typeof input.secretParamName) && (undefined === input.idParamName || "string" === typeof input.idParamName); const _io5 = input => (undefined === input.tokenHost || "string" === typeof input.tokenHost) && (undefined === input.tokenPath || "string" === typeof input.tokenPath) && (undefined === input.refreshPath || "string" === typeof input.refreshPath) && (undefined === input.revokePath || "string" === typeof input.revokePath); const _io6 = input => Object.keys(input).every(key => {
3638
+ const value = input[key];
3639
+ if (undefined === value)
3640
+ return true;
3641
+ return "string" === typeof value;
3642
+ }); const _io7 = input => "string" === typeof input.accessToken && (null === input.refreshToken || "string" === typeof input.refreshToken) && (null === input.expiresAt || "number" === typeof input.expiresAt) && (undefined === input.idToken || "string" === typeof input.idToken); const _io8 = input => (undefined === input.ping || "object" === typeof input.ping && null !== input.ping && false === Array.isArray(input.ping) && _io9(input.ping)) && (undefined === input.head || "object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) && _io27(input.head)) && (undefined === input.list || "object" === typeof input.list && null !== input.list && false === Array.isArray(input.list) && _io38(input.list)) && (undefined === input.get || "object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) && _io49(input.get)) && (undefined === input.put || "object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) && _io57(input.put)) && (undefined === input.del || "object" === typeof input.del && null !== input.del && false === Array.isArray(input.del) && _io65(input.del)); const _io9 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io10(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io10 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io11(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io11(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io11(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu0(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu1(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu2(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io20(input.throwOnError))); const _io11 = input => "object" === typeof input.__context && null !== input.__context && _io12(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io12 = input => "object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection) && Object.keys(input).every(key => {
3643
+ if (["connection"].some(prop => key === prop))
3644
+ return true;
3645
+ const value = input[key];
3646
+ if (undefined === value)
3647
+ return true;
3648
+ return true;
3649
+ }); const _io13 = input => Object.keys(input).every(key => {
3650
+ const value = input[key];
3651
+ if (undefined === value)
3652
+ return true;
3653
+ return undefined === value || "string" === typeof value;
3654
+ }); const _io14 = input => "object" === typeof input.__context && null !== input.__context && _io12(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io15 = input => Object.keys(input).every(key => {
3655
+ const value = input[key];
3656
+ if (undefined === value)
3657
+ return true;
3658
+ return "object" === typeof value && null !== value && _io16(value);
3659
+ }); const _io16 = input => true && (undefined === input.filename || "string" === typeof input.filename); const _io17 = input => "object" === typeof input.__context && null !== input.__context && _io12(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io18 = input => Object.keys(input).every(key => {
3660
+ const value = input[key];
3661
+ if (undefined === value)
3662
+ return true;
3663
+ return undefined === value || "string" === typeof value;
3664
+ }); const _io19 = input => "object" === typeof input.__context && null !== input.__context && _io12(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io20 = input => "object" === typeof input.__context && null !== input.__context && _io12(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io21 = input => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat) && (null === input.error || undefined === input.error || "string" === typeof input.error || "object" === typeof input.error && null !== input.error && _io22(input.error)) && (null !== input.transform && (undefined === input.transform || "string" === typeof input.transform || "object" === typeof input.transform && null !== input.transform && _io25(input.transform))); const _io22 = input => "object" === typeof input.__context && null !== input.__context && _io23(input.__context) && (null === input.__returnValue || undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io23 = input => "object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection) && ("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _io24(input.headers)) && "number" === typeof input.statusCode; const _io24 = input => Object.keys(input).every(key => {
3665
+ const value = input[key];
3666
+ if (undefined === value)
3667
+ return true;
3668
+ return null !== value && (undefined === value || "string" === typeof value || Array.isArray(value) && value.every(elem => "string" === typeof elem));
3669
+ }); const _io25 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (null !== input.__returnValue && undefined === input.__returnValue); const _io26 = input => "object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection) && true && (undefined === input.text || "string" === typeof input.text) && ("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _io24(input.headers)) && "number" === typeof input.statusCode; const _io27 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io28(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io35(input.response)); const _io28 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io29(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io29(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io29(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu3(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu4(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu5(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io34(input.throwOnError))); const _io29 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io30 = input => "string" === typeof input.filepath && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io31 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io32 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io33 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io34 = input => "object" === typeof input.__context && null !== input.__context && _io30(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io35 = input => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat) && (null === input.error || undefined === input.error || "string" === typeof input.error || "object" === typeof input.error && null !== input.error && _io22(input.error)) && (null !== input.transform && (undefined === input.transform || "string" === typeof input.transform || "object" === typeof input.transform && null !== input.transform && false === Array.isArray(input.transform) && _iu6(input.transform))); const _io36 = input => (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash); const _io37 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io36(input.__returnValue)); const _io38 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io39(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io46(input.response)); const _io39 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io40(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io40(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io40(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu7(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu8(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu9(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io45(input.throwOnError))); const _io40 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io41 = input => (undefined === input.dirpath || "string" === typeof input.dirpath) && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io42 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io43 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io44 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io45 = input => "object" === typeof input.__context && null !== input.__context && _io41(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io46 = input => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat) && (null === input.error || undefined === input.error || "string" === typeof input.error || "object" === typeof input.error && null !== input.error && _io22(input.error)) && (null !== input.transform && (undefined === input.transform || "string" === typeof input.transform || (Array.isArray(input.transform) && input.transform.every(elem => "object" === typeof elem && null !== elem && _io47(elem)) || "object" === typeof input.transform && null !== input.transform && _io48(input.transform)))); const _io47 = input => "string" === typeof input.name && "boolean" === typeof input.isDir && "number" === typeof input.size && (undefined === input.date || "string" === typeof input.date) && "string" === typeof input.path; const _io48 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && (Array.isArray(input.__returnValue) && input.__returnValue.every(elem => "object" === typeof elem && null !== elem && _io47(elem))); const _io49 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io50(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io50 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io51(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io51(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io51(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu10(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu11(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu12(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io56(input.throwOnError))); const _io51 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io52 = input => "string" === typeof input.id && (undefined === input.offset || "number" === typeof input.offset) && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io53 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io54 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io55 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io56 = input => "object" === typeof input.__context && null !== input.__context && _io52(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io57 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io58(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io58 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io59(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io59(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io59(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu13(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu14(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu15(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io64(input.throwOnError))); const _io59 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io60 = input => "string" === typeof input.filepath && true && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io61 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io62 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io63 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io64 = input => "object" === typeof input.__context && null !== input.__context && _io60(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io65 = input => (undefined === input.request || "object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) && _io66(input.request)) && (undefined === input.response || "object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) && _io21(input.response)); const _io66 = input => null !== input.origin && (undefined === input.origin || "string" === typeof input.origin || "object" === typeof input.origin && null !== input.origin && _io67(input.origin)) && (null !== input.path && (undefined === input.path || "string" === typeof input.path || "object" === typeof input.path && null !== input.path && _io67(input.path))) && (null !== input.method && (undefined === input.method || "string" === typeof input.method || "object" === typeof input.method && null !== input.method && _io67(input.method))) && (null !== input.params && (undefined === input.params || "string" === typeof input.params || "object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) && _iu16(input.params))) && (null !== input.form && (undefined === input.form || "string" === typeof input.form || "object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) && _iu17(input.form))) && (null !== input.headers && (undefined === input.headers || "string" === typeof input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _iu18(input.headers))) && (null !== input.throwOnError && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || "object" === typeof input.throwOnError && null !== input.throwOnError && _io72(input.throwOnError))); const _io67 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "string" === typeof input.__returnValue); const _io68 = input => "string" === typeof input.id && ("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) && _io2(input.connection)); const _io69 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io13(input.__returnValue)); const _io70 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io15(input.__returnValue)); const _io71 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) && _io18(input.__returnValue)); const _io72 = input => "object" === typeof input.__context && null !== input.__context && _io68(input.__context) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue); const _io73 = input => (undefined === input.protocol || "s3" === input.protocol) && true && (undefined === input.bucket || "string" === typeof input.bucket) && (undefined === input.type || "file" === input.type) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io74 = input => (undefined === input.protocol || "smb" === input.protocol) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.share || "string" === typeof input.share) && (undefined === input.workgroup || "string" === typeof input.workgroup) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.type || "file" === input.type) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io75 = input => (undefined === input.protocol || "sftp" === input.protocol) && (undefined === input.host || "string" === typeof input.host) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.privateKey || "string" === typeof input.privateKey) && (undefined === input.timezone || "string" === typeof input.timezone) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.root || "string" === typeof input.root) && (undefined === input.mode || "libcurl" === input.mode || "lftp" === input.mode || "openssh" === input.mode || "ssh2" === input.mode) && (undefined === input.type || "file" === input.type) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io76 = input => (undefined === input.type || "facebook" === input.type) && (undefined === input.grantedScopes || Array.isArray(input.grantedScopes) && input.grantedScopes.every(elem => "string" === typeof elem)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io77 = input => (undefined === input.type || "reuters" === input.type) && (undefined === input.clientId || "string" === typeof input.clientId) && (undefined === input.clientSecret || "string" === typeof input.clientSecret) && (undefined === input.audience || "string" === typeof input.audience) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io78 = input => (null === input.type || undefined === input.type) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _iu0 = input => (() => {
3670
+ if (undefined !== input.__context)
3671
+ return _io14(input);
3672
+ else
3673
+ return _io13(input);
3674
+ })(); const _iu1 = input => (() => {
3675
+ if (undefined !== input.__context)
3676
+ return _io17(input);
3677
+ else
3678
+ return _io15(input);
3679
+ })(); const _iu2 = input => (() => {
3680
+ if (undefined !== input.__context)
3681
+ return _io19(input);
3682
+ else
3683
+ return _io18(input);
3684
+ })(); const _iu3 = input => (() => {
3685
+ if (undefined !== input.__context)
3686
+ return _io31(input);
3687
+ else
3688
+ return _io13(input);
3689
+ })(); const _iu4 = input => (() => {
3690
+ if (undefined !== input.__context)
3691
+ return _io32(input);
3692
+ else
3693
+ return _io15(input);
3694
+ })(); const _iu5 = input => (() => {
3695
+ if (undefined !== input.__context)
3696
+ return _io33(input);
3697
+ else
3698
+ return _io18(input);
3699
+ })(); const _iu6 = input => (() => {
3700
+ if (undefined !== input.__context)
3701
+ return _io37(input);
3702
+ else
3703
+ return _io36(input);
3704
+ })(); const _iu7 = input => (() => {
3705
+ if (undefined !== input.__context)
3706
+ return _io42(input);
3707
+ else
3708
+ return _io13(input);
3709
+ })(); const _iu8 = input => (() => {
3710
+ if (undefined !== input.__context)
3711
+ return _io43(input);
3712
+ else
3713
+ return _io15(input);
3714
+ })(); const _iu9 = input => (() => {
3715
+ if (undefined !== input.__context)
3716
+ return _io44(input);
3717
+ else
3718
+ return _io18(input);
3719
+ })(); const _iu10 = input => (() => {
3720
+ if (undefined !== input.__context)
3721
+ return _io53(input);
3722
+ else
3723
+ return _io13(input);
3724
+ })(); const _iu11 = input => (() => {
3725
+ if (undefined !== input.__context)
3726
+ return _io54(input);
3727
+ else
3728
+ return _io15(input);
3729
+ })(); const _iu12 = input => (() => {
3730
+ if (undefined !== input.__context)
3731
+ return _io55(input);
3732
+ else
3733
+ return _io18(input);
3734
+ })(); const _iu13 = input => (() => {
3735
+ if (undefined !== input.__context)
3736
+ return _io61(input);
3737
+ else
3738
+ return _io13(input);
3739
+ })(); const _iu14 = input => (() => {
3740
+ if (undefined !== input.__context)
3741
+ return _io62(input);
3742
+ else
3743
+ return _io15(input);
3744
+ })(); const _iu15 = input => (() => {
3745
+ if (undefined !== input.__context)
3746
+ return _io63(input);
3747
+ else
3748
+ return _io18(input);
3749
+ })(); const _iu16 = input => (() => {
3750
+ if (undefined !== input.__context)
3751
+ return _io69(input);
3752
+ else
3753
+ return _io13(input);
3754
+ })(); const _iu17 = input => (() => {
3755
+ if (undefined !== input.__context)
3756
+ return _io70(input);
3757
+ else
3758
+ return _io15(input);
3759
+ })(); const _iu18 = input => (() => {
3760
+ if (undefined !== input.__context)
3761
+ return _io71(input);
3762
+ else
3763
+ return _io18(input);
3764
+ })(); const _iu19 = input => (() => {
3765
+ if (_io0(input))
3605
3766
  return _io0(input);
3606
- else if ("s3" === input.protocol)
3767
+ if (_io2(input))
3607
3768
  return _io2(input);
3608
- else if ("smb" === input.protocol)
3609
- return _io3(input);
3610
- else if ("sftp" === input.protocol)
3611
- return _io4(input);
3612
- else if ("facebook" === input.type)
3613
- return _io5(input);
3614
- else if ("reuters" === input.type)
3615
- return _io6(input);
3616
- else if (undefined !== input.type && null === input.type)
3617
- return _io7(input);
3618
- else
3619
- return false;
3620
- })(); const _ao0 = (input, _path, _exceptionable = true) => ("ftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3769
+ if (_io73(input))
3770
+ return _io73(input);
3771
+ if (_io74(input))
3772
+ return _io74(input);
3773
+ if (_io75(input))
3774
+ return _io75(input);
3775
+ if (_io76(input))
3776
+ return _io76(input);
3777
+ if (_io77(input))
3778
+ return _io77(input);
3779
+ if (_io78(input))
3780
+ return _io78(input);
3781
+ return false;
3782
+ })(); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "ftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3621
3783
  method: "typia.assert",
3622
3784
  path: _path + ".protocol",
3623
- expected: "\"ftp\"",
3785
+ expected: "(\"ftp\" | undefined)",
3624
3786
  value: input.protocol
3625
- }, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3787
+ }, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3626
3788
  method: "typia.assert",
3627
3789
  path: _path + ".host",
3628
- expected: "string",
3790
+ expected: "(string | undefined)",
3629
3791
  value: input.host
3630
3792
  }, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3631
3793
  method: "typia.assert",
@@ -3647,10 +3809,10 @@ function _assertDomainRecord(domain, input) {
3647
3809
  path: _path + ".timezone",
3648
3810
  expected: "(string | undefined)",
3649
3811
  value: input.timezone
3650
- }, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3812
+ }, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3651
3813
  method: "typia.assert",
3652
3814
  path: _path + ".type",
3653
- expected: "\"file\"",
3815
+ expected: "(\"file\" | undefined)",
3654
3816
  value: input.type
3655
3817
  }, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3656
3818
  method: "typia.assert",
@@ -3682,7 +3844,102 @@ function _assertDomainRecord(domain, input) {
3682
3844
  path: _path + ".listConcurrency",
3683
3845
  expected: "(number | undefined)",
3684
3846
  value: input.listConcurrency
3685
- }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3847
+ }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3848
+ method: "typia.assert",
3849
+ path: _path + ".metafile",
3850
+ expected: "(__type | undefined)",
3851
+ value: input.metafile
3852
+ }, _errorFactory)) && _ao1(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3853
+ method: "typia.assert",
3854
+ path: _path + ".metafile",
3855
+ expected: "(__type | undefined)",
3856
+ value: input.metafile
3857
+ }, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3858
+ method: "typia.assert",
3859
+ path: _path + ".userNotificationsEnabled",
3860
+ expected: "(boolean | undefined)",
3861
+ value: input.userNotificationsEnabled
3862
+ }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => undefined === input.content || "string" === typeof input.content || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3863
+ method: "typia.assert",
3864
+ path: _path + ".content",
3865
+ expected: "(string | undefined)",
3866
+ value: input.content
3867
+ }, _errorFactory); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "http" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3868
+ method: "typia.assert",
3869
+ path: _path + ".protocol",
3870
+ expected: "(\"http\" | undefined)",
3871
+ value: input.protocol
3872
+ }, _errorFactory)) && (undefined === input.secure || "boolean" === typeof input.secure || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3873
+ method: "typia.assert",
3874
+ path: _path + ".secure",
3875
+ expected: "(boolean | undefined)",
3876
+ value: input.secure
3877
+ }, _errorFactory)) && (undefined === input.authType || "none" === input.authType || "oauth2" === input.authType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3878
+ method: "typia.assert",
3879
+ path: _path + ".authType",
3880
+ expected: "(\"none\" | \"oauth2\" | undefined)",
3881
+ value: input.authType
3882
+ }, _errorFactory)) && (undefined === input.oauth2 || ("object" === typeof input.oauth2 && null !== input.oauth2 && false === Array.isArray(input.oauth2) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3883
+ method: "typia.assert",
3884
+ path: _path + ".oauth2",
3885
+ expected: "(__type.o1 | undefined)",
3886
+ value: input.oauth2
3887
+ }, _errorFactory)) && _ao3(input.oauth2, _path + ".oauth2", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3888
+ method: "typia.assert",
3889
+ path: _path + ".oauth2",
3890
+ expected: "(__type.o1 | undefined)",
3891
+ value: input.oauth2
3892
+ }, _errorFactory)) && (undefined === input.actions || ("object" === typeof input.actions && null !== input.actions && false === Array.isArray(input.actions) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3893
+ method: "typia.assert",
3894
+ path: _path + ".actions",
3895
+ expected: "(HttpConnectionActions | undefined)",
3896
+ value: input.actions
3897
+ }, _errorFactory)) && _ao8(input.actions, _path + ".actions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3898
+ method: "typia.assert",
3899
+ path: _path + ".actions",
3900
+ expected: "(HttpConnectionActions | undefined)",
3901
+ value: input.actions
3902
+ }, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3903
+ method: "typia.assert",
3904
+ path: _path + ".type",
3905
+ expected: "(\"file\" | undefined)",
3906
+ value: input.type
3907
+ }, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3908
+ method: "typia.assert",
3909
+ path: _path + ".host",
3910
+ expected: "(string | undefined)",
3911
+ value: input.host
3912
+ }, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3913
+ method: "typia.assert",
3914
+ path: _path + ".port",
3915
+ expected: "(number | string | undefined)",
3916
+ value: input.port
3917
+ }, _errorFactory)) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3918
+ method: "typia.assert",
3919
+ path: _path + ".ignoreMissing",
3920
+ expected: "(boolean | undefined)",
3921
+ value: input.ignoreMissing
3922
+ }, _errorFactory)) && (undefined === input.concurrency || "number" === typeof input.concurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3923
+ method: "typia.assert",
3924
+ path: _path + ".concurrency",
3925
+ expected: "(number | undefined)",
3926
+ value: input.concurrency
3927
+ }, _errorFactory)) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3928
+ method: "typia.assert",
3929
+ path: _path + ".stabilityThreshold",
3930
+ expected: "(number | undefined)",
3931
+ value: input.stabilityThreshold
3932
+ }, _errorFactory)) && (undefined === input.pollInterval || "number" === typeof input.pollInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3933
+ method: "typia.assert",
3934
+ path: _path + ".pollInterval",
3935
+ expected: "(number | undefined)",
3936
+ value: input.pollInterval
3937
+ }, _errorFactory)) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3938
+ method: "typia.assert",
3939
+ path: _path + ".listConcurrency",
3940
+ expected: "(number | undefined)",
3941
+ value: input.listConcurrency
3942
+ }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3686
3943
  method: "typia.assert",
3687
3944
  path: _path + ".metafile",
3688
3945
  expected: "(__type | undefined)",
@@ -3694,28 +3951,1930 @@ function _assertDomainRecord(domain, input) {
3694
3951
  value: input.metafile
3695
3952
  }, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3696
3953
  method: "typia.assert",
3697
- path: _path + ".userNotificationsEnabled",
3698
- expected: "(boolean | undefined)",
3699
- value: input.userNotificationsEnabled
3700
- }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => "string" === typeof input.content || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3954
+ path: _path + ".userNotificationsEnabled",
3955
+ expected: "(boolean | undefined)",
3956
+ value: input.userNotificationsEnabled
3957
+ }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.client || ("object" === typeof input.client && null !== input.client && false === Array.isArray(input.client) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3958
+ method: "typia.assert",
3959
+ path: _path + ".client",
3960
+ expected: "(__type.o2 | undefined)",
3961
+ value: input.client
3962
+ }, _errorFactory)) && _ao4(input.client, _path + ".client", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3963
+ method: "typia.assert",
3964
+ path: _path + ".client",
3965
+ expected: "(__type.o2 | undefined)",
3966
+ value: input.client
3967
+ }, _errorFactory)) && (undefined === input.auth || ("object" === typeof input.auth && null !== input.auth && false === Array.isArray(input.auth) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3968
+ method: "typia.assert",
3969
+ path: _path + ".auth",
3970
+ expected: "(__type.o3 | undefined)",
3971
+ value: input.auth
3972
+ }, _errorFactory)) && _ao5(input.auth, _path + ".auth", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3973
+ method: "typia.assert",
3974
+ path: _path + ".auth",
3975
+ expected: "(__type.o3 | undefined)",
3976
+ value: input.auth
3977
+ }, _errorFactory)) && (undefined === input.tokenParams || ("object" === typeof input.tokenParams && null !== input.tokenParams && false === Array.isArray(input.tokenParams) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3978
+ method: "typia.assert",
3979
+ path: _path + ".tokenParams",
3980
+ expected: "(__type.o4 | undefined)",
3981
+ value: input.tokenParams
3982
+ }, _errorFactory)) && _ao6(input.tokenParams, _path + ".tokenParams", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3983
+ method: "typia.assert",
3984
+ path: _path + ".tokenParams",
3985
+ expected: "(__type.o4 | undefined)",
3986
+ value: input.tokenParams
3987
+ }, _errorFactory)) && (undefined === input.grantType || "password" === input.grantType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3988
+ method: "typia.assert",
3989
+ path: _path + ".grantType",
3990
+ expected: "(\"password\" | undefined)",
3991
+ value: input.grantType
3992
+ }, _errorFactory)) && (undefined === input.token || ("object" === typeof input.token && null !== input.token || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3993
+ method: "typia.assert",
3994
+ path: _path + ".token",
3995
+ expected: "(__type.o5 | undefined)",
3996
+ value: input.token
3997
+ }, _errorFactory)) && _ao7(input.token, _path + ".token", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3998
+ method: "typia.assert",
3999
+ path: _path + ".token",
4000
+ expected: "(__type.o5 | undefined)",
4001
+ value: input.token
4002
+ }, _errorFactory)) && (undefined === input.error || "string" === typeof input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4003
+ method: "typia.assert",
4004
+ path: _path + ".error",
4005
+ expected: "(string | undefined)",
4006
+ value: input.error
4007
+ }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4008
+ method: "typia.assert",
4009
+ path: _path + ".id",
4010
+ expected: "(string | undefined)",
4011
+ value: input.id
4012
+ }, _errorFactory)) && (undefined === input.secret || "string" === typeof input.secret || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4013
+ method: "typia.assert",
4014
+ path: _path + ".secret",
4015
+ expected: "(string | undefined)",
4016
+ value: input.secret
4017
+ }, _errorFactory)) && (undefined === input.secretParamName || "string" === typeof input.secretParamName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4018
+ method: "typia.assert",
4019
+ path: _path + ".secretParamName",
4020
+ expected: "(string | undefined)",
4021
+ value: input.secretParamName
4022
+ }, _errorFactory)) && (undefined === input.idParamName || "string" === typeof input.idParamName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4023
+ method: "typia.assert",
4024
+ path: _path + ".idParamName",
4025
+ expected: "(string | undefined)",
4026
+ value: input.idParamName
4027
+ }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (undefined === input.tokenHost || "string" === typeof input.tokenHost || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4028
+ method: "typia.assert",
4029
+ path: _path + ".tokenHost",
4030
+ expected: "(string | undefined)",
4031
+ value: input.tokenHost
4032
+ }, _errorFactory)) && (undefined === input.tokenPath || "string" === typeof input.tokenPath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4033
+ method: "typia.assert",
4034
+ path: _path + ".tokenPath",
4035
+ expected: "(string | undefined)",
4036
+ value: input.tokenPath
4037
+ }, _errorFactory)) && (undefined === input.refreshPath || "string" === typeof input.refreshPath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4038
+ method: "typia.assert",
4039
+ path: _path + ".refreshPath",
4040
+ expected: "(string | undefined)",
4041
+ value: input.refreshPath
4042
+ }, _errorFactory)) && (undefined === input.revokePath || "string" === typeof input.revokePath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4043
+ method: "typia.assert",
4044
+ path: _path + ".revokePath",
4045
+ expected: "(string | undefined)",
4046
+ value: input.revokePath
4047
+ }, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4048
+ const value = input[key];
4049
+ if (undefined === value)
4050
+ return true;
4051
+ return "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4052
+ method: "typia.assert",
4053
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4054
+ expected: "string",
4055
+ value: value
4056
+ }, _errorFactory);
4057
+ }); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.accessToken || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4058
+ method: "typia.assert",
4059
+ path: _path + ".accessToken",
4060
+ expected: "string",
4061
+ value: input.accessToken
4062
+ }, _errorFactory)) && (null === input.refreshToken || "string" === typeof input.refreshToken || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4063
+ method: "typia.assert",
4064
+ path: _path + ".refreshToken",
4065
+ expected: "(null | string)",
4066
+ value: input.refreshToken
4067
+ }, _errorFactory)) && (null === input.expiresAt || "number" === typeof input.expiresAt || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4068
+ method: "typia.assert",
4069
+ path: _path + ".expiresAt",
4070
+ expected: "(null | number)",
4071
+ value: input.expiresAt
4072
+ }, _errorFactory)) && (undefined === input.idToken || "string" === typeof input.idToken || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4073
+ method: "typia.assert",
4074
+ path: _path + ".idToken",
4075
+ expected: "(string | undefined)",
4076
+ value: input.idToken
4077
+ }, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.ping || ("object" === typeof input.ping && null !== input.ping && false === Array.isArray(input.ping) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4078
+ method: "typia.assert",
4079
+ path: _path + ".ping",
4080
+ expected: "(FileConnectionHttpAction<Record<string, unknown>, undefined> | undefined)",
4081
+ value: input.ping
4082
+ }, _errorFactory)) && _ao9(input.ping, _path + ".ping", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4083
+ method: "typia.assert",
4084
+ path: _path + ".ping",
4085
+ expected: "(FileConnectionHttpAction<Record<string, unknown>, undefined> | undefined)",
4086
+ value: input.ping
4087
+ }, _errorFactory)) && (undefined === input.head || ("object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4088
+ method: "typia.assert",
4089
+ path: _path + ".head",
4090
+ expected: "(FileConnectionHttpAction<__type, FileConnectionHeadResponse | undefined> | undefined)",
4091
+ value: input.head
4092
+ }, _errorFactory)) && _ao27(input.head, _path + ".head", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4093
+ method: "typia.assert",
4094
+ path: _path + ".head",
4095
+ expected: "(FileConnectionHttpAction<__type, FileConnectionHeadResponse | undefined> | undefined)",
4096
+ value: input.head
4097
+ }, _errorFactory)) && (undefined === input.list || ("object" === typeof input.list && null !== input.list && false === Array.isArray(input.list) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4098
+ method: "typia.assert",
4099
+ path: _path + ".list",
4100
+ expected: "(FileConnectionHttpAction<__type, Array<FileConnectionListResponseItem>> | undefined)",
4101
+ value: input.list
4102
+ }, _errorFactory)) && _ao38(input.list, _path + ".list", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4103
+ method: "typia.assert",
4104
+ path: _path + ".list",
4105
+ expected: "(FileConnectionHttpAction<__type, Array<FileConnectionListResponseItem>> | undefined)",
4106
+ value: input.list
4107
+ }, _errorFactory)) && (undefined === input.get || ("object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4108
+ method: "typia.assert",
4109
+ path: _path + ".get",
4110
+ expected: "(FileConnectionHttpAction<__type, undefined> | undefined)",
4111
+ value: input.get
4112
+ }, _errorFactory)) && _ao49(input.get, _path + ".get", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4113
+ method: "typia.assert",
4114
+ path: _path + ".get",
4115
+ expected: "(FileConnectionHttpAction<__type, undefined> | undefined)",
4116
+ value: input.get
4117
+ }, _errorFactory)) && (undefined === input.put || ("object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4118
+ method: "typia.assert",
4119
+ path: _path + ".put",
4120
+ expected: "(FileConnectionHttpAction<__type, undefined>.o1 | undefined)",
4121
+ value: input.put
4122
+ }, _errorFactory)) && _ao57(input.put, _path + ".put", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4123
+ method: "typia.assert",
4124
+ path: _path + ".put",
4125
+ expected: "(FileConnectionHttpAction<__type, undefined>.o1 | undefined)",
4126
+ value: input.put
4127
+ }, _errorFactory)) && (undefined === input.del || ("object" === typeof input.del && null !== input.del && false === Array.isArray(input.del) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4128
+ method: "typia.assert",
4129
+ path: _path + ".del",
4130
+ expected: "(FileConnectionHttpAction<__type, undefined>.o2 | undefined)",
4131
+ value: input.del
4132
+ }, _errorFactory)) && _ao65(input.del, _path + ".del", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4133
+ method: "typia.assert",
4134
+ path: _path + ".del",
4135
+ expected: "(FileConnectionHttpAction<__type, undefined>.o2 | undefined)",
4136
+ value: input.del
4137
+ }, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.request || ("object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4138
+ method: "typia.assert",
4139
+ path: _path + ".request",
4140
+ expected: "(__type.o6 | undefined)",
4141
+ value: input.request
4142
+ }, _errorFactory)) && _ao10(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4143
+ method: "typia.assert",
4144
+ path: _path + ".request",
4145
+ expected: "(__type.o6 | undefined)",
4146
+ value: input.request
4147
+ }, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4148
+ method: "typia.assert",
4149
+ path: _path + ".response",
4150
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
4151
+ value: input.response
4152
+ }, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4153
+ method: "typia.assert",
4154
+ path: _path + ".response",
4155
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
4156
+ value: input.response
4157
+ }, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4158
+ method: "typia.assert",
4159
+ path: _path + ".origin",
4160
+ expected: "(__type.o7 | string | undefined)",
4161
+ value: input.origin
4162
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4163
+ method: "typia.assert",
4164
+ path: _path + ".origin",
4165
+ expected: "(__type.o7 | string | undefined)",
4166
+ value: input.origin
4167
+ }, _errorFactory)) && _ao11(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4168
+ method: "typia.assert",
4169
+ path: _path + ".origin",
4170
+ expected: "(__type.o7 | string | undefined)",
4171
+ value: input.origin
4172
+ }, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4173
+ method: "typia.assert",
4174
+ path: _path + ".path",
4175
+ expected: "(__type.o7 | string | undefined)",
4176
+ value: input.path
4177
+ }, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4178
+ method: "typia.assert",
4179
+ path: _path + ".path",
4180
+ expected: "(__type.o7 | string | undefined)",
4181
+ value: input.path
4182
+ }, _errorFactory)) && _ao11(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4183
+ method: "typia.assert",
4184
+ path: _path + ".path",
4185
+ expected: "(__type.o7 | string | undefined)",
4186
+ value: input.path
4187
+ }, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4188
+ method: "typia.assert",
4189
+ path: _path + ".method",
4190
+ expected: "(__type.o7 | string | undefined)",
4191
+ value: input.method
4192
+ }, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4193
+ method: "typia.assert",
4194
+ path: _path + ".method",
4195
+ expected: "(__type.o7 | string | undefined)",
4196
+ value: input.method
4197
+ }, _errorFactory)) && _ao11(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4198
+ method: "typia.assert",
4199
+ path: _path + ".method",
4200
+ expected: "(__type.o7 | string | undefined)",
4201
+ value: input.method
4202
+ }, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4203
+ method: "typia.assert",
4204
+ path: _path + ".params",
4205
+ expected: "(__type.o10 | __type.o9 | string | undefined)",
4206
+ value: input.params
4207
+ }, _errorFactory)) && (undefined === input.params || "string" === typeof input.params || ("object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4208
+ method: "typia.assert",
4209
+ path: _path + ".params",
4210
+ expected: "(__type.o10 | __type.o9 | string | undefined)",
4211
+ value: input.params
4212
+ }, _errorFactory)) && _au0(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4213
+ method: "typia.assert",
4214
+ path: _path + ".params",
4215
+ expected: "(__type.o10 | __type.o9 | string | undefined)",
4216
+ value: input.params
4217
+ }, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4218
+ method: "typia.assert",
4219
+ path: _path + ".form",
4220
+ expected: "(__type.o11 | __type.o13 | string | undefined)",
4221
+ value: input.form
4222
+ }, _errorFactory)) && (undefined === input.form || "string" === typeof input.form || ("object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4223
+ method: "typia.assert",
4224
+ path: _path + ".form",
4225
+ expected: "(__type.o11 | __type.o13 | string | undefined)",
4226
+ value: input.form
4227
+ }, _errorFactory)) && _au1(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4228
+ method: "typia.assert",
4229
+ path: _path + ".form",
4230
+ expected: "(__type.o11 | __type.o13 | string | undefined)",
4231
+ value: input.form
4232
+ }, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4233
+ method: "typia.assert",
4234
+ path: _path + ".headers",
4235
+ expected: "(__type.o14 | __type.o15 | string | undefined)",
4236
+ value: input.headers
4237
+ }, _errorFactory)) && (undefined === input.headers || "string" === typeof input.headers || ("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4238
+ method: "typia.assert",
4239
+ path: _path + ".headers",
4240
+ expected: "(__type.o14 | __type.o15 | string | undefined)",
4241
+ value: input.headers
4242
+ }, _errorFactory)) && _au2(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4243
+ method: "typia.assert",
4244
+ path: _path + ".headers",
4245
+ expected: "(__type.o14 | __type.o15 | string | undefined)",
4246
+ value: input.headers
4247
+ }, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4248
+ method: "typia.assert",
4249
+ path: _path + ".throwOnError",
4250
+ expected: "(__type.o16 | boolean | string | undefined)",
4251
+ value: input.throwOnError
4252
+ }, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4253
+ method: "typia.assert",
4254
+ path: _path + ".throwOnError",
4255
+ expected: "(__type.o16 | boolean | string | undefined)",
4256
+ value: input.throwOnError
4257
+ }, _errorFactory)) && _ao20(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4258
+ method: "typia.assert",
4259
+ path: _path + ".throwOnError",
4260
+ expected: "(__type.o16 | boolean | string | undefined)",
4261
+ value: input.throwOnError
4262
+ }, _errorFactory))); const _ao11 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4263
+ method: "typia.assert",
4264
+ path: _path + ".__context",
4265
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4266
+ value: input.__context
4267
+ }, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4268
+ method: "typia.assert",
4269
+ path: _path + ".__context",
4270
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4271
+ value: input.__context
4272
+ }, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4273
+ method: "typia.assert",
4274
+ path: _path + ".__returnValue",
4275
+ expected: "(string | undefined)",
4276
+ value: input.__returnValue
4277
+ }, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4278
+ method: "typia.assert",
4279
+ path: _path + ".connection",
4280
+ expected: "FileConnectionHttpRecord",
4281
+ value: input.connection
4282
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4283
+ method: "typia.assert",
4284
+ path: _path + ".connection",
4285
+ expected: "FileConnectionHttpRecord",
4286
+ value: input.connection
4287
+ }, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
4288
+ if (["connection"].some(prop => key === prop))
4289
+ return true;
4290
+ const value = input[key];
4291
+ if (undefined === value)
4292
+ return true;
4293
+ return true;
4294
+ })); const _ao13 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4295
+ const value = input[key];
4296
+ if (undefined === value)
4297
+ return true;
4298
+ return undefined === value || "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4299
+ method: "typia.assert",
4300
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4301
+ expected: "(string | undefined)",
4302
+ value: value
4303
+ }, _errorFactory);
4304
+ }); const _ao14 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4305
+ method: "typia.assert",
4306
+ path: _path + ".__context",
4307
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4308
+ value: input.__context
4309
+ }, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4310
+ method: "typia.assert",
4311
+ path: _path + ".__context",
4312
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4313
+ value: input.__context
4314
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4315
+ method: "typia.assert",
4316
+ path: _path + ".__returnValue",
4317
+ expected: "(__type.o9 | undefined)",
4318
+ value: input.__returnValue
4319
+ }, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4320
+ method: "typia.assert",
4321
+ path: _path + ".__returnValue",
4322
+ expected: "(__type.o9 | undefined)",
4323
+ value: input.__returnValue
4324
+ }, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4325
+ const value = input[key];
4326
+ if (undefined === value)
4327
+ return true;
4328
+ return ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4329
+ method: "typia.assert",
4330
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4331
+ expected: "__type.o12",
4332
+ value: value
4333
+ }, _errorFactory)) && _ao16(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4334
+ method: "typia.assert",
4335
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4336
+ expected: "__type.o12",
4337
+ value: value
4338
+ }, _errorFactory);
4339
+ }); const _ao16 = (input, _path, _exceptionable = true) => true && (undefined === input.filename || "string" === typeof input.filename || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4340
+ method: "typia.assert",
4341
+ path: _path + ".filename",
4342
+ expected: "(string | undefined)",
4343
+ value: input.filename
4344
+ }, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4345
+ method: "typia.assert",
4346
+ path: _path + ".__context",
4347
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4348
+ value: input.__context
4349
+ }, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4350
+ method: "typia.assert",
4351
+ path: _path + ".__context",
4352
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4353
+ value: input.__context
4354
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4355
+ method: "typia.assert",
4356
+ path: _path + ".__returnValue",
4357
+ expected: "(__type.o11 | undefined)",
4358
+ value: input.__returnValue
4359
+ }, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4360
+ method: "typia.assert",
4361
+ path: _path + ".__returnValue",
4362
+ expected: "(__type.o11 | undefined)",
4363
+ value: input.__returnValue
4364
+ }, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4365
+ const value = input[key];
4366
+ if (undefined === value)
4367
+ return true;
4368
+ return undefined === value || "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4369
+ method: "typia.assert",
4370
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4371
+ expected: "(string | undefined)",
4372
+ value: value
4373
+ }, _errorFactory);
4374
+ }); const _ao19 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4375
+ method: "typia.assert",
4376
+ path: _path + ".__context",
4377
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4378
+ value: input.__context
4379
+ }, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4380
+ method: "typia.assert",
4381
+ path: _path + ".__context",
4382
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4383
+ value: input.__context
4384
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4385
+ method: "typia.assert",
4386
+ path: _path + ".__returnValue",
4387
+ expected: "(__type.o14 | undefined)",
4388
+ value: input.__returnValue
4389
+ }, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4390
+ method: "typia.assert",
4391
+ path: _path + ".__returnValue",
4392
+ expected: "(__type.o14 | undefined)",
4393
+ value: input.__returnValue
4394
+ }, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4395
+ method: "typia.assert",
4396
+ path: _path + ".__context",
4397
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4398
+ value: input.__context
4399
+ }, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4400
+ method: "typia.assert",
4401
+ path: _path + ".__context",
4402
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4403
+ value: input.__context
4404
+ }, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4405
+ method: "typia.assert",
4406
+ path: _path + ".__returnValue",
4407
+ expected: "(boolean | undefined)",
4408
+ value: input.__returnValue
4409
+ }, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4410
+ method: "typia.assert",
4411
+ path: _path + ".responseFormat",
4412
+ expected: "(\"json\" | \"stream\" | \"text\" | undefined)",
4413
+ value: input.responseFormat
4414
+ }, _errorFactory)) && (null === input.error || undefined === input.error || "string" === typeof input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4415
+ method: "typia.assert",
4416
+ path: _path + ".error",
4417
+ expected: "(__type.o17 | null | string | undefined)",
4418
+ value: input.error
4419
+ }, _errorFactory)) && _ao22(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4420
+ method: "typia.assert",
4421
+ path: _path + ".error",
4422
+ expected: "(__type.o17 | null | string | undefined)",
4423
+ value: input.error
4424
+ }, _errorFactory)) && ((null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4425
+ method: "typia.assert",
4426
+ path: _path + ".transform",
4427
+ expected: "(__type.o19 | string | undefined)",
4428
+ value: input.transform
4429
+ }, _errorFactory)) && (undefined === input.transform || "string" === typeof input.transform || ("object" === typeof input.transform && null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4430
+ method: "typia.assert",
4431
+ path: _path + ".transform",
4432
+ expected: "(__type.o19 | string | undefined)",
4433
+ value: input.transform
4434
+ }, _errorFactory)) && _ao25(input.transform, _path + ".transform", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4435
+ method: "typia.assert",
4436
+ path: _path + ".transform",
4437
+ expected: "(__type.o19 | string | undefined)",
4438
+ value: input.transform
4439
+ }, _errorFactory))); const _ao22 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4440
+ method: "typia.assert",
4441
+ path: _path + ".__context",
4442
+ expected: "__type.o18",
4443
+ value: input.__context
4444
+ }, _errorFactory)) && _ao23(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4445
+ method: "typia.assert",
4446
+ path: _path + ".__context",
4447
+ expected: "__type.o18",
4448
+ value: input.__context
4449
+ }, _errorFactory)) && (null === input.__returnValue || undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4450
+ method: "typia.assert",
4451
+ path: _path + ".__returnValue",
4452
+ expected: "(null | string | undefined)",
4453
+ value: input.__returnValue
4454
+ }, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4455
+ method: "typia.assert",
4456
+ path: _path + ".connection",
4457
+ expected: "FileConnectionHttpRecord",
4458
+ value: input.connection
4459
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4460
+ method: "typia.assert",
4461
+ path: _path + ".connection",
4462
+ expected: "FileConnectionHttpRecord",
4463
+ value: input.connection
4464
+ }, _errorFactory)) && (("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4465
+ method: "typia.assert",
4466
+ path: _path + ".headers",
4467
+ expected: "Record<string, string | string[] | undefined>",
4468
+ value: input.headers
4469
+ }, _errorFactory)) && _ao24(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4470
+ method: "typia.assert",
4471
+ path: _path + ".headers",
4472
+ expected: "Record<string, string | string[] | undefined>",
4473
+ value: input.headers
4474
+ }, _errorFactory)) && ("number" === typeof input.statusCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4475
+ method: "typia.assert",
4476
+ path: _path + ".statusCode",
4477
+ expected: "number",
4478
+ value: input.statusCode
4479
+ }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4480
+ const value = input[key];
4481
+ if (undefined === value)
4482
+ return true;
4483
+ return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4484
+ method: "typia.assert",
4485
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4486
+ expected: "(Array<string> | string | undefined)",
4487
+ value: value
4488
+ }, _errorFactory)) && (undefined === value || "string" === typeof value || (Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4489
+ method: "typia.assert",
4490
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4491
+ expected: "(Array<string> | string | undefined)",
4492
+ value: value
4493
+ }, _errorFactory)) && value.every((elem, _index5) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4494
+ method: "typia.assert",
4495
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index5 + "]",
4496
+ expected: "string",
4497
+ value: elem
4498
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4499
+ method: "typia.assert",
4500
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4501
+ expected: "(Array<string> | string | undefined)",
4502
+ value: value
4503
+ }, _errorFactory));
4504
+ }); const _ao25 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4505
+ method: "typia.assert",
4506
+ path: _path + ".__context",
4507
+ expected: "__type.o20",
4508
+ value: input.__context
4509
+ }, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4510
+ method: "typia.assert",
4511
+ path: _path + ".__context",
4512
+ expected: "__type.o20",
4513
+ value: input.__context
4514
+ }, _errorFactory)) && ((null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4515
+ method: "typia.assert",
4516
+ path: _path + ".__returnValue",
4517
+ expected: "undefined",
4518
+ value: input.__returnValue
4519
+ }, _errorFactory)) && (undefined === input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4520
+ method: "typia.assert",
4521
+ path: _path + ".__returnValue",
4522
+ expected: "undefined",
4523
+ value: input.__returnValue
4524
+ }, _errorFactory))); const _ao26 = (input, _path, _exceptionable = true) => (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4525
+ method: "typia.assert",
4526
+ path: _path + ".connection",
4527
+ expected: "FileConnectionHttpRecord",
4528
+ value: input.connection
4529
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4530
+ method: "typia.assert",
4531
+ path: _path + ".connection",
4532
+ expected: "FileConnectionHttpRecord",
4533
+ value: input.connection
4534
+ }, _errorFactory)) && true && (undefined === input.text || "string" === typeof input.text || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4535
+ method: "typia.assert",
4536
+ path: _path + ".text",
4537
+ expected: "(string | undefined)",
4538
+ value: input.text
4539
+ }, _errorFactory)) && (("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4540
+ method: "typia.assert",
4541
+ path: _path + ".headers",
4542
+ expected: "Record<string, string | string[] | undefined>",
4543
+ value: input.headers
4544
+ }, _errorFactory)) && _ao24(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4545
+ method: "typia.assert",
4546
+ path: _path + ".headers",
4547
+ expected: "Record<string, string | string[] | undefined>",
4548
+ value: input.headers
4549
+ }, _errorFactory)) && ("number" === typeof input.statusCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4550
+ method: "typia.assert",
4551
+ path: _path + ".statusCode",
4552
+ expected: "number",
4553
+ value: input.statusCode
4554
+ }, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.request || ("object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4555
+ method: "typia.assert",
4556
+ path: _path + ".request",
4557
+ expected: "(__type.o21 | undefined)",
4558
+ value: input.request
4559
+ }, _errorFactory)) && _ao28(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4560
+ method: "typia.assert",
4561
+ path: _path + ".request",
4562
+ expected: "(__type.o21 | undefined)",
4563
+ value: input.request
4564
+ }, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4565
+ method: "typia.assert",
4566
+ path: _path + ".response",
4567
+ expected: "(HttpConnectionResponseHandler<FileConnectionHeadResponse | undefined> | undefined)",
4568
+ value: input.response
4569
+ }, _errorFactory)) && _ao35(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4570
+ method: "typia.assert",
4571
+ path: _path + ".response",
4572
+ expected: "(HttpConnectionResponseHandler<FileConnectionHeadResponse | undefined> | undefined)",
4573
+ value: input.response
4574
+ }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4575
+ method: "typia.assert",
4576
+ path: _path + ".origin",
4577
+ expected: "(__type.o22 | string | undefined)",
4578
+ value: input.origin
4579
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4580
+ method: "typia.assert",
4581
+ path: _path + ".origin",
4582
+ expected: "(__type.o22 | string | undefined)",
4583
+ value: input.origin
4584
+ }, _errorFactory)) && _ao29(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4585
+ method: "typia.assert",
4586
+ path: _path + ".origin",
4587
+ expected: "(__type.o22 | string | undefined)",
4588
+ value: input.origin
4589
+ }, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4590
+ method: "typia.assert",
4591
+ path: _path + ".path",
4592
+ expected: "(__type.o22 | string | undefined)",
4593
+ value: input.path
4594
+ }, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4595
+ method: "typia.assert",
4596
+ path: _path + ".path",
4597
+ expected: "(__type.o22 | string | undefined)",
4598
+ value: input.path
4599
+ }, _errorFactory)) && _ao29(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4600
+ method: "typia.assert",
4601
+ path: _path + ".path",
4602
+ expected: "(__type.o22 | string | undefined)",
4603
+ value: input.path
4604
+ }, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4605
+ method: "typia.assert",
4606
+ path: _path + ".method",
4607
+ expected: "(__type.o22 | string | undefined)",
4608
+ value: input.method
4609
+ }, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4610
+ method: "typia.assert",
4611
+ path: _path + ".method",
4612
+ expected: "(__type.o22 | string | undefined)",
4613
+ value: input.method
4614
+ }, _errorFactory)) && _ao29(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4615
+ method: "typia.assert",
4616
+ path: _path + ".method",
4617
+ expected: "(__type.o22 | string | undefined)",
4618
+ value: input.method
4619
+ }, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4620
+ method: "typia.assert",
4621
+ path: _path + ".params",
4622
+ expected: "(__type.o24 | __type.o9 | string | undefined)",
4623
+ value: input.params
4624
+ }, _errorFactory)) && (undefined === input.params || "string" === typeof input.params || ("object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4625
+ method: "typia.assert",
4626
+ path: _path + ".params",
4627
+ expected: "(__type.o24 | __type.o9 | string | undefined)",
4628
+ value: input.params
4629
+ }, _errorFactory)) && _au3(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4630
+ method: "typia.assert",
4631
+ path: _path + ".params",
4632
+ expected: "(__type.o24 | __type.o9 | string | undefined)",
4633
+ value: input.params
4634
+ }, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4635
+ method: "typia.assert",
4636
+ path: _path + ".form",
4637
+ expected: "(__type.o11 | __type.o25 | string | undefined)",
4638
+ value: input.form
4639
+ }, _errorFactory)) && (undefined === input.form || "string" === typeof input.form || ("object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4640
+ method: "typia.assert",
4641
+ path: _path + ".form",
4642
+ expected: "(__type.o11 | __type.o25 | string | undefined)",
4643
+ value: input.form
4644
+ }, _errorFactory)) && _au4(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4645
+ method: "typia.assert",
4646
+ path: _path + ".form",
4647
+ expected: "(__type.o11 | __type.o25 | string | undefined)",
4648
+ value: input.form
4649
+ }, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4650
+ method: "typia.assert",
4651
+ path: _path + ".headers",
4652
+ expected: "(__type.o14 | __type.o26 | string | undefined)",
4653
+ value: input.headers
4654
+ }, _errorFactory)) && (undefined === input.headers || "string" === typeof input.headers || ("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4655
+ method: "typia.assert",
4656
+ path: _path + ".headers",
4657
+ expected: "(__type.o14 | __type.o26 | string | undefined)",
4658
+ value: input.headers
4659
+ }, _errorFactory)) && _au5(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4660
+ method: "typia.assert",
4661
+ path: _path + ".headers",
4662
+ expected: "(__type.o14 | __type.o26 | string | undefined)",
4663
+ value: input.headers
4664
+ }, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4665
+ method: "typia.assert",
4666
+ path: _path + ".throwOnError",
4667
+ expected: "(__type.o27 | boolean | string | undefined)",
4668
+ value: input.throwOnError
4669
+ }, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4670
+ method: "typia.assert",
4671
+ path: _path + ".throwOnError",
4672
+ expected: "(__type.o27 | boolean | string | undefined)",
4673
+ value: input.throwOnError
4674
+ }, _errorFactory)) && _ao34(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4675
+ method: "typia.assert",
4676
+ path: _path + ".throwOnError",
4677
+ expected: "(__type.o27 | boolean | string | undefined)",
4678
+ value: input.throwOnError
4679
+ }, _errorFactory))); const _ao29 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4680
+ method: "typia.assert",
4681
+ path: _path + ".__context",
4682
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4683
+ value: input.__context
4684
+ }, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4685
+ method: "typia.assert",
4686
+ path: _path + ".__context",
4687
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4688
+ value: input.__context
4689
+ }, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4690
+ method: "typia.assert",
4691
+ path: _path + ".__returnValue",
4692
+ expected: "(string | undefined)",
4693
+ value: input.__returnValue
4694
+ }, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => ("string" === typeof input.filepath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4695
+ method: "typia.assert",
4696
+ path: _path + ".filepath",
4697
+ expected: "string",
4698
+ value: input.filepath
4699
+ }, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4700
+ method: "typia.assert",
4701
+ path: _path + ".connection",
4702
+ expected: "FileConnectionHttpRecord",
4703
+ value: input.connection
4704
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4705
+ method: "typia.assert",
4706
+ path: _path + ".connection",
4707
+ expected: "FileConnectionHttpRecord",
4708
+ value: input.connection
4709
+ }, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4710
+ method: "typia.assert",
4711
+ path: _path + ".__context",
4712
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4713
+ value: input.__context
4714
+ }, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4715
+ method: "typia.assert",
4716
+ path: _path + ".__context",
4717
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4718
+ value: input.__context
4719
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4720
+ method: "typia.assert",
4721
+ path: _path + ".__returnValue",
4722
+ expected: "(__type.o9 | undefined)",
4723
+ value: input.__returnValue
4724
+ }, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4725
+ method: "typia.assert",
4726
+ path: _path + ".__returnValue",
4727
+ expected: "(__type.o9 | undefined)",
4728
+ value: input.__returnValue
4729
+ }, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4730
+ method: "typia.assert",
4731
+ path: _path + ".__context",
4732
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4733
+ value: input.__context
4734
+ }, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4735
+ method: "typia.assert",
4736
+ path: _path + ".__context",
4737
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4738
+ value: input.__context
4739
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4740
+ method: "typia.assert",
4741
+ path: _path + ".__returnValue",
4742
+ expected: "(__type.o11 | undefined)",
4743
+ value: input.__returnValue
4744
+ }, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4745
+ method: "typia.assert",
4746
+ path: _path + ".__returnValue",
4747
+ expected: "(__type.o11 | undefined)",
4748
+ value: input.__returnValue
4749
+ }, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4750
+ method: "typia.assert",
4751
+ path: _path + ".__context",
4752
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4753
+ value: input.__context
4754
+ }, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4755
+ method: "typia.assert",
4756
+ path: _path + ".__context",
4757
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4758
+ value: input.__context
4759
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4760
+ method: "typia.assert",
4761
+ path: _path + ".__returnValue",
4762
+ expected: "(__type.o14 | undefined)",
4763
+ value: input.__returnValue
4764
+ }, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4765
+ method: "typia.assert",
4766
+ path: _path + ".__returnValue",
4767
+ expected: "(__type.o14 | undefined)",
4768
+ value: input.__returnValue
4769
+ }, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4770
+ method: "typia.assert",
4771
+ path: _path + ".__context",
4772
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4773
+ value: input.__context
4774
+ }, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4775
+ method: "typia.assert",
4776
+ path: _path + ".__context",
4777
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4778
+ value: input.__context
4779
+ }, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4780
+ method: "typia.assert",
4781
+ path: _path + ".__returnValue",
4782
+ expected: "(boolean | undefined)",
4783
+ value: input.__returnValue
4784
+ }, _errorFactory)); const _ao35 = (input, _path, _exceptionable = true) => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4785
+ method: "typia.assert",
4786
+ path: _path + ".responseFormat",
4787
+ expected: "(\"json\" | \"stream\" | \"text\" | undefined)",
4788
+ value: input.responseFormat
4789
+ }, _errorFactory)) && (null === input.error || undefined === input.error || "string" === typeof input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4790
+ method: "typia.assert",
4791
+ path: _path + ".error",
4792
+ expected: "(__type.o17 | null | string | undefined)",
4793
+ value: input.error
4794
+ }, _errorFactory)) && _ao22(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4795
+ method: "typia.assert",
4796
+ path: _path + ".error",
4797
+ expected: "(__type.o17 | null | string | undefined)",
4798
+ value: input.error
4799
+ }, _errorFactory)) && ((null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4800
+ method: "typia.assert",
4801
+ path: _path + ".transform",
4802
+ expected: "(FileConnectionHeadResponse | __type.o28 | string | undefined)",
4803
+ value: input.transform
4804
+ }, _errorFactory)) && (undefined === input.transform || "string" === typeof input.transform || ("object" === typeof input.transform && null !== input.transform && false === Array.isArray(input.transform) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4805
+ method: "typia.assert",
4806
+ path: _path + ".transform",
4807
+ expected: "(FileConnectionHeadResponse | __type.o28 | string | undefined)",
4808
+ value: input.transform
4809
+ }, _errorFactory)) && _au6(input.transform, _path + ".transform", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4810
+ method: "typia.assert",
4811
+ path: _path + ".transform",
4812
+ expected: "(FileConnectionHeadResponse | __type.o28 | string | undefined)",
4813
+ value: input.transform
4814
+ }, _errorFactory))); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4815
+ method: "typia.assert",
4816
+ path: _path + ".size",
4817
+ expected: "(number | undefined)",
4818
+ value: input.size
4819
+ }, _errorFactory)) && (undefined === input.hash || "string" === typeof input.hash || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4820
+ method: "typia.assert",
4821
+ path: _path + ".hash",
4822
+ expected: "(string | undefined)",
4823
+ value: input.hash
4824
+ }, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4825
+ method: "typia.assert",
4826
+ path: _path + ".__context",
4827
+ expected: "__type.o20",
4828
+ value: input.__context
4829
+ }, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4830
+ method: "typia.assert",
4831
+ path: _path + ".__context",
4832
+ expected: "__type.o20",
4833
+ value: input.__context
4834
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4835
+ method: "typia.assert",
4836
+ path: _path + ".__returnValue",
4837
+ expected: "(FileConnectionHeadResponse | undefined)",
4838
+ value: input.__returnValue
4839
+ }, _errorFactory)) && _ao36(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4840
+ method: "typia.assert",
4841
+ path: _path + ".__returnValue",
4842
+ expected: "(FileConnectionHeadResponse | undefined)",
4843
+ value: input.__returnValue
4844
+ }, _errorFactory)); const _ao38 = (input, _path, _exceptionable = true) => (undefined === input.request || ("object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4845
+ method: "typia.assert",
4846
+ path: _path + ".request",
4847
+ expected: "(__type.o29 | undefined)",
4848
+ value: input.request
4849
+ }, _errorFactory)) && _ao39(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4850
+ method: "typia.assert",
4851
+ path: _path + ".request",
4852
+ expected: "(__type.o29 | undefined)",
4853
+ value: input.request
4854
+ }, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4855
+ method: "typia.assert",
4856
+ path: _path + ".response",
4857
+ expected: "(HttpConnectionResponseHandler<Array<FileConnectionListResponseItem>> | undefined)",
4858
+ value: input.response
4859
+ }, _errorFactory)) && _ao46(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4860
+ method: "typia.assert",
4861
+ path: _path + ".response",
4862
+ expected: "(HttpConnectionResponseHandler<Array<FileConnectionListResponseItem>> | undefined)",
4863
+ value: input.response
4864
+ }, _errorFactory)); const _ao39 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4865
+ method: "typia.assert",
4866
+ path: _path + ".origin",
4867
+ expected: "(__type.o30 | string | undefined)",
4868
+ value: input.origin
4869
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4870
+ method: "typia.assert",
4871
+ path: _path + ".origin",
4872
+ expected: "(__type.o30 | string | undefined)",
4873
+ value: input.origin
4874
+ }, _errorFactory)) && _ao40(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4875
+ method: "typia.assert",
4876
+ path: _path + ".origin",
4877
+ expected: "(__type.o30 | string | undefined)",
4878
+ value: input.origin
4879
+ }, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4880
+ method: "typia.assert",
4881
+ path: _path + ".path",
4882
+ expected: "(__type.o30 | string | undefined)",
4883
+ value: input.path
4884
+ }, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4885
+ method: "typia.assert",
4886
+ path: _path + ".path",
4887
+ expected: "(__type.o30 | string | undefined)",
4888
+ value: input.path
4889
+ }, _errorFactory)) && _ao40(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4890
+ method: "typia.assert",
4891
+ path: _path + ".path",
4892
+ expected: "(__type.o30 | string | undefined)",
4893
+ value: input.path
4894
+ }, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4895
+ method: "typia.assert",
4896
+ path: _path + ".method",
4897
+ expected: "(__type.o30 | string | undefined)",
4898
+ value: input.method
4899
+ }, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4900
+ method: "typia.assert",
4901
+ path: _path + ".method",
4902
+ expected: "(__type.o30 | string | undefined)",
4903
+ value: input.method
4904
+ }, _errorFactory)) && _ao40(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4905
+ method: "typia.assert",
4906
+ path: _path + ".method",
4907
+ expected: "(__type.o30 | string | undefined)",
4908
+ value: input.method
4909
+ }, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4910
+ method: "typia.assert",
4911
+ path: _path + ".params",
4912
+ expected: "(__type.o32 | __type.o9 | string | undefined)",
4913
+ value: input.params
4914
+ }, _errorFactory)) && (undefined === input.params || "string" === typeof input.params || ("object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4915
+ method: "typia.assert",
4916
+ path: _path + ".params",
4917
+ expected: "(__type.o32 | __type.o9 | string | undefined)",
4918
+ value: input.params
4919
+ }, _errorFactory)) && _au7(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4920
+ method: "typia.assert",
4921
+ path: _path + ".params",
4922
+ expected: "(__type.o32 | __type.o9 | string | undefined)",
4923
+ value: input.params
4924
+ }, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4925
+ method: "typia.assert",
4926
+ path: _path + ".form",
4927
+ expected: "(__type.o11 | __type.o33 | string | undefined)",
4928
+ value: input.form
4929
+ }, _errorFactory)) && (undefined === input.form || "string" === typeof input.form || ("object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4930
+ method: "typia.assert",
4931
+ path: _path + ".form",
4932
+ expected: "(__type.o11 | __type.o33 | string | undefined)",
4933
+ value: input.form
4934
+ }, _errorFactory)) && _au8(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4935
+ method: "typia.assert",
4936
+ path: _path + ".form",
4937
+ expected: "(__type.o11 | __type.o33 | string | undefined)",
4938
+ value: input.form
4939
+ }, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4940
+ method: "typia.assert",
4941
+ path: _path + ".headers",
4942
+ expected: "(__type.o14 | __type.o34 | string | undefined)",
4943
+ value: input.headers
4944
+ }, _errorFactory)) && (undefined === input.headers || "string" === typeof input.headers || ("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4945
+ method: "typia.assert",
4946
+ path: _path + ".headers",
4947
+ expected: "(__type.o14 | __type.o34 | string | undefined)",
4948
+ value: input.headers
4949
+ }, _errorFactory)) && _au9(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4950
+ method: "typia.assert",
4951
+ path: _path + ".headers",
4952
+ expected: "(__type.o14 | __type.o34 | string | undefined)",
4953
+ value: input.headers
4954
+ }, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4955
+ method: "typia.assert",
4956
+ path: _path + ".throwOnError",
4957
+ expected: "(__type.o35 | boolean | string | undefined)",
4958
+ value: input.throwOnError
4959
+ }, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4960
+ method: "typia.assert",
4961
+ path: _path + ".throwOnError",
4962
+ expected: "(__type.o35 | boolean | string | undefined)",
4963
+ value: input.throwOnError
4964
+ }, _errorFactory)) && _ao45(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4965
+ method: "typia.assert",
4966
+ path: _path + ".throwOnError",
4967
+ expected: "(__type.o35 | boolean | string | undefined)",
4968
+ value: input.throwOnError
4969
+ }, _errorFactory))); const _ao40 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4970
+ method: "typia.assert",
4971
+ path: _path + ".__context",
4972
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
4973
+ value: input.__context
4974
+ }, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4975
+ method: "typia.assert",
4976
+ path: _path + ".__context",
4977
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
4978
+ value: input.__context
4979
+ }, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4980
+ method: "typia.assert",
4981
+ path: _path + ".__returnValue",
4982
+ expected: "(string | undefined)",
4983
+ value: input.__returnValue
4984
+ }, _errorFactory)); const _ao41 = (input, _path, _exceptionable = true) => (undefined === input.dirpath || "string" === typeof input.dirpath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4985
+ method: "typia.assert",
4986
+ path: _path + ".dirpath",
4987
+ expected: "(string | undefined)",
4988
+ value: input.dirpath
4989
+ }, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4990
+ method: "typia.assert",
4991
+ path: _path + ".connection",
4992
+ expected: "FileConnectionHttpRecord",
4993
+ value: input.connection
4994
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4995
+ method: "typia.assert",
4996
+ path: _path + ".connection",
4997
+ expected: "FileConnectionHttpRecord",
4998
+ value: input.connection
4999
+ }, _errorFactory)); const _ao42 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5000
+ method: "typia.assert",
5001
+ path: _path + ".__context",
5002
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
5003
+ value: input.__context
5004
+ }, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5005
+ method: "typia.assert",
5006
+ path: _path + ".__context",
5007
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
5008
+ value: input.__context
5009
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5010
+ method: "typia.assert",
5011
+ path: _path + ".__returnValue",
5012
+ expected: "(__type.o9 | undefined)",
5013
+ value: input.__returnValue
5014
+ }, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5015
+ method: "typia.assert",
5016
+ path: _path + ".__returnValue",
5017
+ expected: "(__type.o9 | undefined)",
5018
+ value: input.__returnValue
5019
+ }, _errorFactory)); const _ao43 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5020
+ method: "typia.assert",
5021
+ path: _path + ".__context",
5022
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
5023
+ value: input.__context
5024
+ }, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5025
+ method: "typia.assert",
5026
+ path: _path + ".__context",
5027
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
5028
+ value: input.__context
5029
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5030
+ method: "typia.assert",
5031
+ path: _path + ".__returnValue",
5032
+ expected: "(__type.o11 | undefined)",
5033
+ value: input.__returnValue
5034
+ }, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5035
+ method: "typia.assert",
5036
+ path: _path + ".__returnValue",
5037
+ expected: "(__type.o11 | undefined)",
5038
+ value: input.__returnValue
5039
+ }, _errorFactory)); const _ao44 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5040
+ method: "typia.assert",
5041
+ path: _path + ".__context",
5042
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
5043
+ value: input.__context
5044
+ }, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5045
+ method: "typia.assert",
5046
+ path: _path + ".__context",
5047
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
5048
+ value: input.__context
5049
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5050
+ method: "typia.assert",
5051
+ path: _path + ".__returnValue",
5052
+ expected: "(__type.o14 | undefined)",
5053
+ value: input.__returnValue
5054
+ }, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5055
+ method: "typia.assert",
5056
+ path: _path + ".__returnValue",
5057
+ expected: "(__type.o14 | undefined)",
5058
+ value: input.__returnValue
5059
+ }, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5060
+ method: "typia.assert",
5061
+ path: _path + ".__context",
5062
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
5063
+ value: input.__context
5064
+ }, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5065
+ method: "typia.assert",
5066
+ path: _path + ".__context",
5067
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
5068
+ value: input.__context
5069
+ }, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5070
+ method: "typia.assert",
5071
+ path: _path + ".__returnValue",
5072
+ expected: "(boolean | undefined)",
5073
+ value: input.__returnValue
5074
+ }, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5075
+ method: "typia.assert",
5076
+ path: _path + ".responseFormat",
5077
+ expected: "(\"json\" | \"stream\" | \"text\" | undefined)",
5078
+ value: input.responseFormat
5079
+ }, _errorFactory)) && (null === input.error || undefined === input.error || "string" === typeof input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5080
+ method: "typia.assert",
5081
+ path: _path + ".error",
5082
+ expected: "(__type.o17 | null | string | undefined)",
5083
+ value: input.error
5084
+ }, _errorFactory)) && _ao22(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5085
+ method: "typia.assert",
5086
+ path: _path + ".error",
5087
+ expected: "(__type.o17 | null | string | undefined)",
5088
+ value: input.error
5089
+ }, _errorFactory)) && ((null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5090
+ method: "typia.assert",
5091
+ path: _path + ".transform",
5092
+ expected: "(Array<FileConnectionListResponseItem> | __type.o36 | string | undefined)",
5093
+ value: input.transform
5094
+ }, _errorFactory)) && (undefined === input.transform || "string" === typeof input.transform || (Array.isArray(input.transform) && input.transform.every((elem, _index6) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5095
+ method: "typia.assert",
5096
+ path: _path + ".transform[" + _index6 + "]",
5097
+ expected: "FileConnectionListResponseItem",
5098
+ value: elem
5099
+ }, _errorFactory)) && _ao47(elem, _path + ".transform[" + _index6 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5100
+ method: "typia.assert",
5101
+ path: _path + ".transform[" + _index6 + "]",
5102
+ expected: "FileConnectionListResponseItem",
5103
+ value: elem
5104
+ }, _errorFactory)) || "object" === typeof input.transform && null !== input.transform && _ao48(input.transform, _path + ".transform", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5105
+ method: "typia.assert",
5106
+ path: _path + ".transform",
5107
+ expected: "(Array<FileConnectionListResponseItem> | __type.o36 | string | undefined)",
5108
+ value: input.transform
5109
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5110
+ method: "typia.assert",
5111
+ path: _path + ".transform",
5112
+ expected: "(Array<FileConnectionListResponseItem> | __type.o36 | string | undefined)",
5113
+ value: input.transform
5114
+ }, _errorFactory))); const _ao47 = (input, _path, _exceptionable = true) => ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5115
+ method: "typia.assert",
5116
+ path: _path + ".name",
5117
+ expected: "string",
5118
+ value: input.name
5119
+ }, _errorFactory)) && ("boolean" === typeof input.isDir || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5120
+ method: "typia.assert",
5121
+ path: _path + ".isDir",
5122
+ expected: "boolean",
5123
+ value: input.isDir
5124
+ }, _errorFactory)) && ("number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5125
+ method: "typia.assert",
5126
+ path: _path + ".size",
5127
+ expected: "number",
5128
+ value: input.size
5129
+ }, _errorFactory)) && (undefined === input.date || "string" === typeof input.date || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5130
+ method: "typia.assert",
5131
+ path: _path + ".date",
5132
+ expected: "(string | undefined)",
5133
+ value: input.date
5134
+ }, _errorFactory)) && ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5135
+ method: "typia.assert",
5136
+ path: _path + ".path",
5137
+ expected: "string",
5138
+ value: input.path
5139
+ }, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5140
+ method: "typia.assert",
5141
+ path: _path + ".__context",
5142
+ expected: "__type.o20",
5143
+ value: input.__context
5144
+ }, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5145
+ method: "typia.assert",
5146
+ path: _path + ".__context",
5147
+ expected: "__type.o20",
5148
+ value: input.__context
5149
+ }, _errorFactory)) && ((Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5150
+ method: "typia.assert",
5151
+ path: _path + ".__returnValue",
5152
+ expected: "Array<FileConnectionListResponseItem>",
5153
+ value: input.__returnValue
5154
+ }, _errorFactory)) && input.__returnValue.every((elem, _index7) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5155
+ method: "typia.assert",
5156
+ path: _path + ".__returnValue[" + _index7 + "]",
5157
+ expected: "FileConnectionListResponseItem",
5158
+ value: elem
5159
+ }, _errorFactory)) && _ao47(elem, _path + ".__returnValue[" + _index7 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5160
+ method: "typia.assert",
5161
+ path: _path + ".__returnValue[" + _index7 + "]",
5162
+ expected: "FileConnectionListResponseItem",
5163
+ value: elem
5164
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5165
+ method: "typia.assert",
5166
+ path: _path + ".__returnValue",
5167
+ expected: "Array<FileConnectionListResponseItem>",
5168
+ value: input.__returnValue
5169
+ }, _errorFactory)); const _ao49 = (input, _path, _exceptionable = true) => (undefined === input.request || ("object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5170
+ method: "typia.assert",
5171
+ path: _path + ".request",
5172
+ expected: "(__type.o37 | undefined)",
5173
+ value: input.request
5174
+ }, _errorFactory)) && _ao50(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5175
+ method: "typia.assert",
5176
+ path: _path + ".request",
5177
+ expected: "(__type.o37 | undefined)",
5178
+ value: input.request
5179
+ }, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5180
+ method: "typia.assert",
5181
+ path: _path + ".response",
5182
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
5183
+ value: input.response
5184
+ }, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5185
+ method: "typia.assert",
5186
+ path: _path + ".response",
5187
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
5188
+ value: input.response
5189
+ }, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5190
+ method: "typia.assert",
5191
+ path: _path + ".origin",
5192
+ expected: "(__type.o38 | string | undefined)",
5193
+ value: input.origin
5194
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5195
+ method: "typia.assert",
5196
+ path: _path + ".origin",
5197
+ expected: "(__type.o38 | string | undefined)",
5198
+ value: input.origin
5199
+ }, _errorFactory)) && _ao51(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5200
+ method: "typia.assert",
5201
+ path: _path + ".origin",
5202
+ expected: "(__type.o38 | string | undefined)",
5203
+ value: input.origin
5204
+ }, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5205
+ method: "typia.assert",
5206
+ path: _path + ".path",
5207
+ expected: "(__type.o38 | string | undefined)",
5208
+ value: input.path
5209
+ }, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5210
+ method: "typia.assert",
5211
+ path: _path + ".path",
5212
+ expected: "(__type.o38 | string | undefined)",
5213
+ value: input.path
5214
+ }, _errorFactory)) && _ao51(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5215
+ method: "typia.assert",
5216
+ path: _path + ".path",
5217
+ expected: "(__type.o38 | string | undefined)",
5218
+ value: input.path
5219
+ }, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5220
+ method: "typia.assert",
5221
+ path: _path + ".method",
5222
+ expected: "(__type.o38 | string | undefined)",
5223
+ value: input.method
5224
+ }, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5225
+ method: "typia.assert",
5226
+ path: _path + ".method",
5227
+ expected: "(__type.o38 | string | undefined)",
5228
+ value: input.method
5229
+ }, _errorFactory)) && _ao51(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5230
+ method: "typia.assert",
5231
+ path: _path + ".method",
5232
+ expected: "(__type.o38 | string | undefined)",
5233
+ value: input.method
5234
+ }, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5235
+ method: "typia.assert",
5236
+ path: _path + ".params",
5237
+ expected: "(__type.o40 | __type.o9 | string | undefined)",
5238
+ value: input.params
5239
+ }, _errorFactory)) && (undefined === input.params || "string" === typeof input.params || ("object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5240
+ method: "typia.assert",
5241
+ path: _path + ".params",
5242
+ expected: "(__type.o40 | __type.o9 | string | undefined)",
5243
+ value: input.params
5244
+ }, _errorFactory)) && _au10(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5245
+ method: "typia.assert",
5246
+ path: _path + ".params",
5247
+ expected: "(__type.o40 | __type.o9 | string | undefined)",
5248
+ value: input.params
5249
+ }, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5250
+ method: "typia.assert",
5251
+ path: _path + ".form",
5252
+ expected: "(__type.o11 | __type.o41 | string | undefined)",
5253
+ value: input.form
5254
+ }, _errorFactory)) && (undefined === input.form || "string" === typeof input.form || ("object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5255
+ method: "typia.assert",
5256
+ path: _path + ".form",
5257
+ expected: "(__type.o11 | __type.o41 | string | undefined)",
5258
+ value: input.form
5259
+ }, _errorFactory)) && _au11(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5260
+ method: "typia.assert",
5261
+ path: _path + ".form",
5262
+ expected: "(__type.o11 | __type.o41 | string | undefined)",
5263
+ value: input.form
5264
+ }, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5265
+ method: "typia.assert",
5266
+ path: _path + ".headers",
5267
+ expected: "(__type.o14 | __type.o42 | string | undefined)",
5268
+ value: input.headers
5269
+ }, _errorFactory)) && (undefined === input.headers || "string" === typeof input.headers || ("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5270
+ method: "typia.assert",
5271
+ path: _path + ".headers",
5272
+ expected: "(__type.o14 | __type.o42 | string | undefined)",
5273
+ value: input.headers
5274
+ }, _errorFactory)) && _au12(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5275
+ method: "typia.assert",
5276
+ path: _path + ".headers",
5277
+ expected: "(__type.o14 | __type.o42 | string | undefined)",
5278
+ value: input.headers
5279
+ }, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5280
+ method: "typia.assert",
5281
+ path: _path + ".throwOnError",
5282
+ expected: "(__type.o43 | boolean | string | undefined)",
5283
+ value: input.throwOnError
5284
+ }, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5285
+ method: "typia.assert",
5286
+ path: _path + ".throwOnError",
5287
+ expected: "(__type.o43 | boolean | string | undefined)",
5288
+ value: input.throwOnError
5289
+ }, _errorFactory)) && _ao56(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5290
+ method: "typia.assert",
5291
+ path: _path + ".throwOnError",
5292
+ expected: "(__type.o43 | boolean | string | undefined)",
5293
+ value: input.throwOnError
5294
+ }, _errorFactory))); const _ao51 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5295
+ method: "typia.assert",
5296
+ path: _path + ".__context",
5297
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5298
+ value: input.__context
5299
+ }, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5300
+ method: "typia.assert",
5301
+ path: _path + ".__context",
5302
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5303
+ value: input.__context
5304
+ }, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5305
+ method: "typia.assert",
5306
+ path: _path + ".__returnValue",
5307
+ expected: "(string | undefined)",
5308
+ value: input.__returnValue
5309
+ }, _errorFactory)); const _ao52 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5310
+ method: "typia.assert",
5311
+ path: _path + ".id",
5312
+ expected: "string",
5313
+ value: input.id
5314
+ }, _errorFactory)) && (undefined === input.offset || "number" === typeof input.offset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5315
+ method: "typia.assert",
5316
+ path: _path + ".offset",
5317
+ expected: "(number | undefined)",
5318
+ value: input.offset
5319
+ }, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5320
+ method: "typia.assert",
5321
+ path: _path + ".connection",
5322
+ expected: "FileConnectionHttpRecord",
5323
+ value: input.connection
5324
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5325
+ method: "typia.assert",
5326
+ path: _path + ".connection",
5327
+ expected: "FileConnectionHttpRecord",
5328
+ value: input.connection
5329
+ }, _errorFactory)); const _ao53 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5330
+ method: "typia.assert",
5331
+ path: _path + ".__context",
5332
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5333
+ value: input.__context
5334
+ }, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5335
+ method: "typia.assert",
5336
+ path: _path + ".__context",
5337
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5338
+ value: input.__context
5339
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5340
+ method: "typia.assert",
5341
+ path: _path + ".__returnValue",
5342
+ expected: "(__type.o9 | undefined)",
5343
+ value: input.__returnValue
5344
+ }, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5345
+ method: "typia.assert",
5346
+ path: _path + ".__returnValue",
5347
+ expected: "(__type.o9 | undefined)",
5348
+ value: input.__returnValue
5349
+ }, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5350
+ method: "typia.assert",
5351
+ path: _path + ".__context",
5352
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5353
+ value: input.__context
5354
+ }, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5355
+ method: "typia.assert",
5356
+ path: _path + ".__context",
5357
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5358
+ value: input.__context
5359
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5360
+ method: "typia.assert",
5361
+ path: _path + ".__returnValue",
5362
+ expected: "(__type.o11 | undefined)",
5363
+ value: input.__returnValue
5364
+ }, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5365
+ method: "typia.assert",
5366
+ path: _path + ".__returnValue",
5367
+ expected: "(__type.o11 | undefined)",
5368
+ value: input.__returnValue
5369
+ }, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5370
+ method: "typia.assert",
5371
+ path: _path + ".__context",
5372
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5373
+ value: input.__context
5374
+ }, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5375
+ method: "typia.assert",
5376
+ path: _path + ".__context",
5377
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5378
+ value: input.__context
5379
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5380
+ method: "typia.assert",
5381
+ path: _path + ".__returnValue",
5382
+ expected: "(__type.o14 | undefined)",
5383
+ value: input.__returnValue
5384
+ }, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5385
+ method: "typia.assert",
5386
+ path: _path + ".__returnValue",
5387
+ expected: "(__type.o14 | undefined)",
5388
+ value: input.__returnValue
5389
+ }, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5390
+ method: "typia.assert",
5391
+ path: _path + ".__context",
5392
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5393
+ value: input.__context
5394
+ }, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5395
+ method: "typia.assert",
5396
+ path: _path + ".__context",
5397
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5398
+ value: input.__context
5399
+ }, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5400
+ method: "typia.assert",
5401
+ path: _path + ".__returnValue",
5402
+ expected: "(boolean | undefined)",
5403
+ value: input.__returnValue
5404
+ }, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.request || ("object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5405
+ method: "typia.assert",
5406
+ path: _path + ".request",
5407
+ expected: "(__type.o44 | undefined)",
5408
+ value: input.request
5409
+ }, _errorFactory)) && _ao58(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5410
+ method: "typia.assert",
5411
+ path: _path + ".request",
5412
+ expected: "(__type.o44 | undefined)",
5413
+ value: input.request
5414
+ }, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5415
+ method: "typia.assert",
5416
+ path: _path + ".response",
5417
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
5418
+ value: input.response
5419
+ }, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5420
+ method: "typia.assert",
5421
+ path: _path + ".response",
5422
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
5423
+ value: input.response
5424
+ }, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5425
+ method: "typia.assert",
5426
+ path: _path + ".origin",
5427
+ expected: "(__type.o45 | string | undefined)",
5428
+ value: input.origin
5429
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5430
+ method: "typia.assert",
5431
+ path: _path + ".origin",
5432
+ expected: "(__type.o45 | string | undefined)",
5433
+ value: input.origin
5434
+ }, _errorFactory)) && _ao59(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5435
+ method: "typia.assert",
5436
+ path: _path + ".origin",
5437
+ expected: "(__type.o45 | string | undefined)",
5438
+ value: input.origin
5439
+ }, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5440
+ method: "typia.assert",
5441
+ path: _path + ".path",
5442
+ expected: "(__type.o45 | string | undefined)",
5443
+ value: input.path
5444
+ }, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5445
+ method: "typia.assert",
5446
+ path: _path + ".path",
5447
+ expected: "(__type.o45 | string | undefined)",
5448
+ value: input.path
5449
+ }, _errorFactory)) && _ao59(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5450
+ method: "typia.assert",
5451
+ path: _path + ".path",
5452
+ expected: "(__type.o45 | string | undefined)",
5453
+ value: input.path
5454
+ }, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5455
+ method: "typia.assert",
5456
+ path: _path + ".method",
5457
+ expected: "(__type.o45 | string | undefined)",
5458
+ value: input.method
5459
+ }, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5460
+ method: "typia.assert",
5461
+ path: _path + ".method",
5462
+ expected: "(__type.o45 | string | undefined)",
5463
+ value: input.method
5464
+ }, _errorFactory)) && _ao59(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5465
+ method: "typia.assert",
5466
+ path: _path + ".method",
5467
+ expected: "(__type.o45 | string | undefined)",
5468
+ value: input.method
5469
+ }, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5470
+ method: "typia.assert",
5471
+ path: _path + ".params",
5472
+ expected: "(__type.o47 | __type.o9 | string | undefined)",
5473
+ value: input.params
5474
+ }, _errorFactory)) && (undefined === input.params || "string" === typeof input.params || ("object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5475
+ method: "typia.assert",
5476
+ path: _path + ".params",
5477
+ expected: "(__type.o47 | __type.o9 | string | undefined)",
5478
+ value: input.params
5479
+ }, _errorFactory)) && _au13(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5480
+ method: "typia.assert",
5481
+ path: _path + ".params",
5482
+ expected: "(__type.o47 | __type.o9 | string | undefined)",
5483
+ value: input.params
5484
+ }, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5485
+ method: "typia.assert",
5486
+ path: _path + ".form",
5487
+ expected: "(__type.o11 | __type.o48 | string | undefined)",
5488
+ value: input.form
5489
+ }, _errorFactory)) && (undefined === input.form || "string" === typeof input.form || ("object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5490
+ method: "typia.assert",
5491
+ path: _path + ".form",
5492
+ expected: "(__type.o11 | __type.o48 | string | undefined)",
5493
+ value: input.form
5494
+ }, _errorFactory)) && _au14(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5495
+ method: "typia.assert",
5496
+ path: _path + ".form",
5497
+ expected: "(__type.o11 | __type.o48 | string | undefined)",
5498
+ value: input.form
5499
+ }, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5500
+ method: "typia.assert",
5501
+ path: _path + ".headers",
5502
+ expected: "(__type.o14 | __type.o49 | string | undefined)",
5503
+ value: input.headers
5504
+ }, _errorFactory)) && (undefined === input.headers || "string" === typeof input.headers || ("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5505
+ method: "typia.assert",
5506
+ path: _path + ".headers",
5507
+ expected: "(__type.o14 | __type.o49 | string | undefined)",
5508
+ value: input.headers
5509
+ }, _errorFactory)) && _au15(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5510
+ method: "typia.assert",
5511
+ path: _path + ".headers",
5512
+ expected: "(__type.o14 | __type.o49 | string | undefined)",
5513
+ value: input.headers
5514
+ }, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5515
+ method: "typia.assert",
5516
+ path: _path + ".throwOnError",
5517
+ expected: "(__type.o50 | boolean | string | undefined)",
5518
+ value: input.throwOnError
5519
+ }, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5520
+ method: "typia.assert",
5521
+ path: _path + ".throwOnError",
5522
+ expected: "(__type.o50 | boolean | string | undefined)",
5523
+ value: input.throwOnError
5524
+ }, _errorFactory)) && _ao64(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5525
+ method: "typia.assert",
5526
+ path: _path + ".throwOnError",
5527
+ expected: "(__type.o50 | boolean | string | undefined)",
5528
+ value: input.throwOnError
5529
+ }, _errorFactory))); const _ao59 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5530
+ method: "typia.assert",
5531
+ path: _path + ".__context",
5532
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5533
+ value: input.__context
5534
+ }, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5535
+ method: "typia.assert",
5536
+ path: _path + ".__context",
5537
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5538
+ value: input.__context
5539
+ }, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5540
+ method: "typia.assert",
5541
+ path: _path + ".__returnValue",
5542
+ expected: "(string | undefined)",
5543
+ value: input.__returnValue
5544
+ }, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => ("string" === typeof input.filepath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5545
+ method: "typia.assert",
5546
+ path: _path + ".filepath",
5547
+ expected: "string",
5548
+ value: input.filepath
5549
+ }, _errorFactory)) && true && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5550
+ method: "typia.assert",
5551
+ path: _path + ".connection",
5552
+ expected: "FileConnectionHttpRecord",
5553
+ value: input.connection
5554
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5555
+ method: "typia.assert",
5556
+ path: _path + ".connection",
5557
+ expected: "FileConnectionHttpRecord",
5558
+ value: input.connection
5559
+ }, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5560
+ method: "typia.assert",
5561
+ path: _path + ".__context",
5562
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5563
+ value: input.__context
5564
+ }, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5565
+ method: "typia.assert",
5566
+ path: _path + ".__context",
5567
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5568
+ value: input.__context
5569
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5570
+ method: "typia.assert",
5571
+ path: _path + ".__returnValue",
5572
+ expected: "(__type.o9 | undefined)",
5573
+ value: input.__returnValue
5574
+ }, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5575
+ method: "typia.assert",
5576
+ path: _path + ".__returnValue",
5577
+ expected: "(__type.o9 | undefined)",
5578
+ value: input.__returnValue
5579
+ }, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5580
+ method: "typia.assert",
5581
+ path: _path + ".__context",
5582
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5583
+ value: input.__context
5584
+ }, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5585
+ method: "typia.assert",
5586
+ path: _path + ".__context",
5587
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5588
+ value: input.__context
5589
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5590
+ method: "typia.assert",
5591
+ path: _path + ".__returnValue",
5592
+ expected: "(__type.o11 | undefined)",
5593
+ value: input.__returnValue
5594
+ }, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5595
+ method: "typia.assert",
5596
+ path: _path + ".__returnValue",
5597
+ expected: "(__type.o11 | undefined)",
5598
+ value: input.__returnValue
5599
+ }, _errorFactory)); const _ao63 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5600
+ method: "typia.assert",
5601
+ path: _path + ".__context",
5602
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5603
+ value: input.__context
5604
+ }, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5605
+ method: "typia.assert",
5606
+ path: _path + ".__context",
5607
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5608
+ value: input.__context
5609
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5610
+ method: "typia.assert",
5611
+ path: _path + ".__returnValue",
5612
+ expected: "(__type.o14 | undefined)",
5613
+ value: input.__returnValue
5614
+ }, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5615
+ method: "typia.assert",
5616
+ path: _path + ".__returnValue",
5617
+ expected: "(__type.o14 | undefined)",
5618
+ value: input.__returnValue
5619
+ }, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5620
+ method: "typia.assert",
5621
+ path: _path + ".__context",
5622
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5623
+ value: input.__context
5624
+ }, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5625
+ method: "typia.assert",
5626
+ path: _path + ".__context",
5627
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5628
+ value: input.__context
5629
+ }, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5630
+ method: "typia.assert",
5631
+ path: _path + ".__returnValue",
5632
+ expected: "(boolean | undefined)",
5633
+ value: input.__returnValue
5634
+ }, _errorFactory)); const _ao65 = (input, _path, _exceptionable = true) => (undefined === input.request || ("object" === typeof input.request && null !== input.request && false === Array.isArray(input.request) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5635
+ method: "typia.assert",
5636
+ path: _path + ".request",
5637
+ expected: "(__type.o51 | undefined)",
5638
+ value: input.request
5639
+ }, _errorFactory)) && _ao66(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5640
+ method: "typia.assert",
5641
+ path: _path + ".request",
5642
+ expected: "(__type.o51 | undefined)",
5643
+ value: input.request
5644
+ }, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5645
+ method: "typia.assert",
5646
+ path: _path + ".response",
5647
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
5648
+ value: input.response
5649
+ }, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5650
+ method: "typia.assert",
5651
+ path: _path + ".response",
5652
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
5653
+ value: input.response
5654
+ }, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5655
+ method: "typia.assert",
5656
+ path: _path + ".origin",
5657
+ expected: "(__type.o52 | string | undefined)",
5658
+ value: input.origin
5659
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5660
+ method: "typia.assert",
5661
+ path: _path + ".origin",
5662
+ expected: "(__type.o52 | string | undefined)",
5663
+ value: input.origin
5664
+ }, _errorFactory)) && _ao67(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5665
+ method: "typia.assert",
5666
+ path: _path + ".origin",
5667
+ expected: "(__type.o52 | string | undefined)",
5668
+ value: input.origin
5669
+ }, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5670
+ method: "typia.assert",
5671
+ path: _path + ".path",
5672
+ expected: "(__type.o52 | string | undefined)",
5673
+ value: input.path
5674
+ }, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5675
+ method: "typia.assert",
5676
+ path: _path + ".path",
5677
+ expected: "(__type.o52 | string | undefined)",
5678
+ value: input.path
5679
+ }, _errorFactory)) && _ao67(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5680
+ method: "typia.assert",
5681
+ path: _path + ".path",
5682
+ expected: "(__type.o52 | string | undefined)",
5683
+ value: input.path
5684
+ }, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5685
+ method: "typia.assert",
5686
+ path: _path + ".method",
5687
+ expected: "(__type.o52 | string | undefined)",
5688
+ value: input.method
5689
+ }, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5690
+ method: "typia.assert",
5691
+ path: _path + ".method",
5692
+ expected: "(__type.o52 | string | undefined)",
5693
+ value: input.method
5694
+ }, _errorFactory)) && _ao67(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5695
+ method: "typia.assert",
5696
+ path: _path + ".method",
5697
+ expected: "(__type.o52 | string | undefined)",
5698
+ value: input.method
5699
+ }, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5700
+ method: "typia.assert",
5701
+ path: _path + ".params",
5702
+ expected: "(__type.o54 | __type.o9 | string | undefined)",
5703
+ value: input.params
5704
+ }, _errorFactory)) && (undefined === input.params || "string" === typeof input.params || ("object" === typeof input.params && null !== input.params && false === Array.isArray(input.params) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5705
+ method: "typia.assert",
5706
+ path: _path + ".params",
5707
+ expected: "(__type.o54 | __type.o9 | string | undefined)",
5708
+ value: input.params
5709
+ }, _errorFactory)) && _au16(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5710
+ method: "typia.assert",
5711
+ path: _path + ".params",
5712
+ expected: "(__type.o54 | __type.o9 | string | undefined)",
5713
+ value: input.params
5714
+ }, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5715
+ method: "typia.assert",
5716
+ path: _path + ".form",
5717
+ expected: "(__type.o11 | __type.o55 | string | undefined)",
5718
+ value: input.form
5719
+ }, _errorFactory)) && (undefined === input.form || "string" === typeof input.form || ("object" === typeof input.form && null !== input.form && false === Array.isArray(input.form) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5720
+ method: "typia.assert",
5721
+ path: _path + ".form",
5722
+ expected: "(__type.o11 | __type.o55 | string | undefined)",
5723
+ value: input.form
5724
+ }, _errorFactory)) && _au17(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5725
+ method: "typia.assert",
5726
+ path: _path + ".form",
5727
+ expected: "(__type.o11 | __type.o55 | string | undefined)",
5728
+ value: input.form
5729
+ }, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5730
+ method: "typia.assert",
5731
+ path: _path + ".headers",
5732
+ expected: "(__type.o14 | __type.o56 | string | undefined)",
5733
+ value: input.headers
5734
+ }, _errorFactory)) && (undefined === input.headers || "string" === typeof input.headers || ("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5735
+ method: "typia.assert",
5736
+ path: _path + ".headers",
5737
+ expected: "(__type.o14 | __type.o56 | string | undefined)",
5738
+ value: input.headers
5739
+ }, _errorFactory)) && _au18(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5740
+ method: "typia.assert",
5741
+ path: _path + ".headers",
5742
+ expected: "(__type.o14 | __type.o56 | string | undefined)",
5743
+ value: input.headers
5744
+ }, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5745
+ method: "typia.assert",
5746
+ path: _path + ".throwOnError",
5747
+ expected: "(__type.o57 | boolean | string | undefined)",
5748
+ value: input.throwOnError
5749
+ }, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5750
+ method: "typia.assert",
5751
+ path: _path + ".throwOnError",
5752
+ expected: "(__type.o57 | boolean | string | undefined)",
5753
+ value: input.throwOnError
5754
+ }, _errorFactory)) && _ao72(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5755
+ method: "typia.assert",
5756
+ path: _path + ".throwOnError",
5757
+ expected: "(__type.o57 | boolean | string | undefined)",
5758
+ value: input.throwOnError
5759
+ }, _errorFactory))); const _ao67 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5760
+ method: "typia.assert",
5761
+ path: _path + ".__context",
5762
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5763
+ value: input.__context
5764
+ }, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5765
+ method: "typia.assert",
5766
+ path: _path + ".__context",
5767
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5768
+ value: input.__context
5769
+ }, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5770
+ method: "typia.assert",
5771
+ path: _path + ".__returnValue",
5772
+ expected: "(string | undefined)",
5773
+ value: input.__returnValue
5774
+ }, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5775
+ method: "typia.assert",
5776
+ path: _path + ".id",
5777
+ expected: "string",
5778
+ value: input.id
5779
+ }, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5780
+ method: "typia.assert",
5781
+ path: _path + ".connection",
5782
+ expected: "FileConnectionHttpRecord",
5783
+ value: input.connection
5784
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5785
+ method: "typia.assert",
5786
+ path: _path + ".connection",
5787
+ expected: "FileConnectionHttpRecord",
5788
+ value: input.connection
5789
+ }, _errorFactory)); const _ao69 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5790
+ method: "typia.assert",
5791
+ path: _path + ".__context",
5792
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5793
+ value: input.__context
5794
+ }, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5795
+ method: "typia.assert",
5796
+ path: _path + ".__context",
5797
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5798
+ value: input.__context
5799
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5800
+ method: "typia.assert",
5801
+ path: _path + ".__returnValue",
5802
+ expected: "(__type.o9 | undefined)",
5803
+ value: input.__returnValue
5804
+ }, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5805
+ method: "typia.assert",
5806
+ path: _path + ".__returnValue",
5807
+ expected: "(__type.o9 | undefined)",
5808
+ value: input.__returnValue
5809
+ }, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5810
+ method: "typia.assert",
5811
+ path: _path + ".__context",
5812
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5813
+ value: input.__context
5814
+ }, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5815
+ method: "typia.assert",
5816
+ path: _path + ".__context",
5817
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5818
+ value: input.__context
5819
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5820
+ method: "typia.assert",
5821
+ path: _path + ".__returnValue",
5822
+ expected: "(__type.o11 | undefined)",
5823
+ value: input.__returnValue
5824
+ }, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5825
+ method: "typia.assert",
5826
+ path: _path + ".__returnValue",
5827
+ expected: "(__type.o11 | undefined)",
5828
+ value: input.__returnValue
5829
+ }, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5830
+ method: "typia.assert",
5831
+ path: _path + ".__context",
5832
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5833
+ value: input.__context
5834
+ }, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5835
+ method: "typia.assert",
5836
+ path: _path + ".__context",
5837
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5838
+ value: input.__context
5839
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5840
+ method: "typia.assert",
5841
+ path: _path + ".__returnValue",
5842
+ expected: "(__type.o14 | undefined)",
5843
+ value: input.__returnValue
5844
+ }, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5845
+ method: "typia.assert",
5846
+ path: _path + ".__returnValue",
5847
+ expected: "(__type.o14 | undefined)",
5848
+ value: input.__returnValue
5849
+ }, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5850
+ method: "typia.assert",
5851
+ path: _path + ".__context",
5852
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5853
+ value: input.__context
5854
+ }, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5855
+ method: "typia.assert",
5856
+ path: _path + ".__context",
5857
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5858
+ value: input.__context
5859
+ }, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3701
5860
  method: "typia.assert",
3702
- path: _path + ".content",
3703
- expected: "string",
3704
- value: input.content
3705
- }, _errorFactory); const _ao2 = (input, _path, _exceptionable = true) => ("s3" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5861
+ path: _path + ".__returnValue",
5862
+ expected: "(boolean | undefined)",
5863
+ value: input.__returnValue
5864
+ }, _errorFactory)); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "s3" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3706
5865
  method: "typia.assert",
3707
5866
  path: _path + ".protocol",
3708
- expected: "\"s3\"",
5867
+ expected: "(\"s3\" | undefined)",
3709
5868
  value: input.protocol
3710
5869
  }, _errorFactory)) && true && (undefined === input.bucket || "string" === typeof input.bucket || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3711
5870
  method: "typia.assert",
3712
5871
  path: _path + ".bucket",
3713
5872
  expected: "(string | undefined)",
3714
5873
  value: input.bucket
3715
- }, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5874
+ }, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3716
5875
  method: "typia.assert",
3717
5876
  path: _path + ".type",
3718
- expected: "\"file\"",
5877
+ expected: "(\"file\" | undefined)",
3719
5878
  value: input.type
3720
5879
  }, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3721
5880
  method: "typia.assert",
@@ -3752,7 +5911,7 @@ function _assertDomainRecord(domain, input) {
3752
5911
  path: _path + ".listConcurrency",
3753
5912
  expected: "(number | undefined)",
3754
5913
  value: input.listConcurrency
3755
- }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5914
+ }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3756
5915
  method: "typia.assert",
3757
5916
  path: _path + ".metafile",
3758
5917
  expected: "(__type | undefined)",
@@ -3767,20 +5926,20 @@ function _assertDomainRecord(domain, input) {
3767
5926
  path: _path + ".userNotificationsEnabled",
3768
5927
  expected: "(boolean | undefined)",
3769
5928
  value: input.userNotificationsEnabled
3770
- }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("smb" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5929
+ }, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "smb" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3771
5930
  method: "typia.assert",
3772
5931
  path: _path + ".protocol",
3773
- expected: "\"smb\"",
5932
+ expected: "(\"smb\" | undefined)",
3774
5933
  value: input.protocol
3775
- }, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5934
+ }, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3776
5935
  method: "typia.assert",
3777
5936
  path: _path + ".host",
3778
- expected: "string",
5937
+ expected: "(string | undefined)",
3779
5938
  value: input.host
3780
- }, _errorFactory)) && ("string" === typeof input.share || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5939
+ }, _errorFactory)) && (undefined === input.share || "string" === typeof input.share || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3781
5940
  method: "typia.assert",
3782
5941
  path: _path + ".share",
3783
- expected: "string",
5942
+ expected: "(string | undefined)",
3784
5943
  value: input.share
3785
5944
  }, _errorFactory)) && (undefined === input.workgroup || "string" === typeof input.workgroup || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3786
5945
  method: "typia.assert",
@@ -3797,10 +5956,10 @@ function _assertDomainRecord(domain, input) {
3797
5956
  path: _path + ".password",
3798
5957
  expected: "(string | undefined)",
3799
5958
  value: input.password
3800
- }, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5959
+ }, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3801
5960
  method: "typia.assert",
3802
5961
  path: _path + ".type",
3803
- expected: "\"file\"",
5962
+ expected: "(\"file\" | undefined)",
3804
5963
  value: input.type
3805
5964
  }, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3806
5965
  method: "typia.assert",
@@ -3832,7 +5991,7 @@ function _assertDomainRecord(domain, input) {
3832
5991
  path: _path + ".listConcurrency",
3833
5992
  expected: "(number | undefined)",
3834
5993
  value: input.listConcurrency
3835
- }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5994
+ }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3836
5995
  method: "typia.assert",
3837
5996
  path: _path + ".metafile",
3838
5997
  expected: "(__type | undefined)",
@@ -3847,15 +6006,15 @@ function _assertDomainRecord(domain, input) {
3847
6006
  path: _path + ".userNotificationsEnabled",
3848
6007
  expected: "(boolean | undefined)",
3849
6008
  value: input.userNotificationsEnabled
3850
- }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => ("sftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6009
+ }, _errorFactory)); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "sftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3851
6010
  method: "typia.assert",
3852
6011
  path: _path + ".protocol",
3853
- expected: "\"sftp\"",
6012
+ expected: "(\"sftp\" | undefined)",
3854
6013
  value: input.protocol
3855
- }, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6014
+ }, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3856
6015
  method: "typia.assert",
3857
6016
  path: _path + ".host",
3858
- expected: "string",
6017
+ expected: "(string | undefined)",
3859
6018
  value: input.host
3860
6019
  }, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3861
6020
  method: "typia.assert",
@@ -3892,10 +6051,10 @@ function _assertDomainRecord(domain, input) {
3892
6051
  path: _path + ".mode",
3893
6052
  expected: "(\"lftp\" | \"libcurl\" | \"openssh\" | \"ssh2\" | undefined)",
3894
6053
  value: input.mode
3895
- }, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6054
+ }, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3896
6055
  method: "typia.assert",
3897
6056
  path: _path + ".type",
3898
- expected: "\"file\"",
6057
+ expected: "(\"file\" | undefined)",
3899
6058
  value: input.type
3900
6059
  }, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3901
6060
  method: "typia.assert",
@@ -3927,7 +6086,7 @@ function _assertDomainRecord(domain, input) {
3927
6086
  path: _path + ".listConcurrency",
3928
6087
  expected: "(number | undefined)",
3929
6088
  value: input.listConcurrency
3930
- }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6089
+ }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3931
6090
  method: "typia.assert",
3932
6091
  path: _path + ".metafile",
3933
6092
  expected: "(__type | undefined)",
@@ -3942,19 +6101,19 @@ function _assertDomainRecord(domain, input) {
3942
6101
  path: _path + ".userNotificationsEnabled",
3943
6102
  expected: "(boolean | undefined)",
3944
6103
  value: input.userNotificationsEnabled
3945
- }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ("facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6104
+ }, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.type || "facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3946
6105
  method: "typia.assert",
3947
6106
  path: _path + ".type",
3948
- expected: "\"facebook\"",
6107
+ expected: "(\"facebook\" | undefined)",
3949
6108
  value: input.type
3950
6109
  }, _errorFactory)) && (undefined === input.grantedScopes || (Array.isArray(input.grantedScopes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3951
6110
  method: "typia.assert",
3952
6111
  path: _path + ".grantedScopes",
3953
6112
  expected: "(Array<string> | undefined)",
3954
6113
  value: input.grantedScopes
3955
- }, _errorFactory)) && input.grantedScopes.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6114
+ }, _errorFactory)) && input.grantedScopes.every((elem, _index8) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3956
6115
  method: "typia.assert",
3957
- path: _path + ".grantedScopes[" + _index2 + "]",
6116
+ path: _path + ".grantedScopes[" + _index8 + "]",
3958
6117
  expected: "string",
3959
6118
  value: elem
3960
6119
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -3967,10 +6126,10 @@ function _assertDomainRecord(domain, input) {
3967
6126
  path: _path + ".userNotificationsEnabled",
3968
6127
  expected: "(boolean | undefined)",
3969
6128
  value: input.userNotificationsEnabled
3970
- }, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("reuters" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6129
+ }, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => (undefined === input.type || "reuters" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3971
6130
  method: "typia.assert",
3972
6131
  path: _path + ".type",
3973
- expected: "\"reuters\"",
6132
+ expected: "(\"reuters\" | undefined)",
3974
6133
  value: input.type
3975
6134
  }, _errorFactory)) && (undefined === input.clientId || "string" === typeof input.clientId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3976
6135
  method: "typia.assert",
@@ -3992,15 +6151,10 @@ function _assertDomainRecord(domain, input) {
3992
6151
  path: _path + ".userNotificationsEnabled",
3993
6152
  expected: "(boolean | undefined)",
3994
6153
  value: input.userNotificationsEnabled
3995
- }, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => (undefined !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6154
+ }, _errorFactory)); const _ao78 = (input, _path, _exceptionable = true) => (null === input.type || undefined === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3996
6155
  method: "typia.assert",
3997
6156
  path: _path + ".type",
3998
- expected: "null",
3999
- value: input.type
4000
- }, _errorFactory)) && (null === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4001
- method: "typia.assert",
4002
- path: _path + ".type",
4003
- expected: "null",
6157
+ expected: "(null | undefined)",
4004
6158
  value: input.type
4005
6159
  }, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4006
6160
  method: "typia.assert",
@@ -4008,39 +6162,117 @@ function _assertDomainRecord(domain, input) {
4008
6162
  expected: "(boolean | undefined)",
4009
6163
  value: input.userNotificationsEnabled
4010
6164
  }, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
4011
- if ("ftp" === input.protocol)
4012
- return _ao0(input, _path, true && _exceptionable);
4013
- else if ("s3" === input.protocol)
4014
- return _ao2(input, _path, true && _exceptionable);
4015
- else if ("smb" === input.protocol)
4016
- return _ao3(input, _path, true && _exceptionable);
4017
- else if ("sftp" === input.protocol)
4018
- return _ao4(input, _path, true && _exceptionable);
4019
- else if ("facebook" === input.type)
4020
- return _ao5(input, _path, true && _exceptionable);
4021
- else if ("reuters" === input.type)
4022
- return _ao6(input, _path, true && _exceptionable);
4023
- else if (undefined !== input.type && null === input.type)
4024
- return _ao7(input, _path, true && _exceptionable);
6165
+ if (undefined !== input.__context)
6166
+ return _ao14(input, _path, true && _exceptionable);
4025
6167
  else
4026
- return __typia_transform__assertGuard._assertGuard(_exceptionable, {
4027
- method: "typia.assert",
4028
- path: _path,
4029
- expected: "(FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSmbRecord | FileConnectionSftpRecord | FacebookConnectionRecord | ReutersConnectionRecord | EmptyConnectionRecord)",
4030
- value: input
4031
- }, _errorFactory);
4032
- })(); const __is = input => "object" === typeof input && null !== input && _iu0(input); let _errorFactory; return (input, errorFactory) => {
6168
+ return _ao13(input, _path, true && _exceptionable);
6169
+ })(); const _au1 = (input, _path, _exceptionable = true) => (() => {
6170
+ if (undefined !== input.__context)
6171
+ return _ao17(input, _path, true && _exceptionable);
6172
+ else
6173
+ return _ao15(input, _path, true && _exceptionable);
6174
+ })(); const _au2 = (input, _path, _exceptionable = true) => (() => {
6175
+ if (undefined !== input.__context)
6176
+ return _ao19(input, _path, true && _exceptionable);
6177
+ else
6178
+ return _ao18(input, _path, true && _exceptionable);
6179
+ })(); const _au3 = (input, _path, _exceptionable = true) => (() => {
6180
+ if (undefined !== input.__context)
6181
+ return _ao31(input, _path, true && _exceptionable);
6182
+ else
6183
+ return _ao13(input, _path, true && _exceptionable);
6184
+ })(); const _au4 = (input, _path, _exceptionable = true) => (() => {
6185
+ if (undefined !== input.__context)
6186
+ return _ao32(input, _path, true && _exceptionable);
6187
+ else
6188
+ return _ao15(input, _path, true && _exceptionable);
6189
+ })(); const _au5 = (input, _path, _exceptionable = true) => (() => {
6190
+ if (undefined !== input.__context)
6191
+ return _ao33(input, _path, true && _exceptionable);
6192
+ else
6193
+ return _ao18(input, _path, true && _exceptionable);
6194
+ })(); const _au6 = (input, _path, _exceptionable = true) => (() => {
6195
+ if (undefined !== input.__context)
6196
+ return _ao37(input, _path, true && _exceptionable);
6197
+ else
6198
+ return _ao36(input, _path, true && _exceptionable);
6199
+ })(); const _au7 = (input, _path, _exceptionable = true) => (() => {
6200
+ if (undefined !== input.__context)
6201
+ return _ao42(input, _path, true && _exceptionable);
6202
+ else
6203
+ return _ao13(input, _path, true && _exceptionable);
6204
+ })(); const _au8 = (input, _path, _exceptionable = true) => (() => {
6205
+ if (undefined !== input.__context)
6206
+ return _ao43(input, _path, true && _exceptionable);
6207
+ else
6208
+ return _ao15(input, _path, true && _exceptionable);
6209
+ })(); const _au9 = (input, _path, _exceptionable = true) => (() => {
6210
+ if (undefined !== input.__context)
6211
+ return _ao44(input, _path, true && _exceptionable);
6212
+ else
6213
+ return _ao18(input, _path, true && _exceptionable);
6214
+ })(); const _au10 = (input, _path, _exceptionable = true) => (() => {
6215
+ if (undefined !== input.__context)
6216
+ return _ao53(input, _path, true && _exceptionable);
6217
+ else
6218
+ return _ao13(input, _path, true && _exceptionable);
6219
+ })(); const _au11 = (input, _path, _exceptionable = true) => (() => {
6220
+ if (undefined !== input.__context)
6221
+ return _ao54(input, _path, true && _exceptionable);
6222
+ else
6223
+ return _ao15(input, _path, true && _exceptionable);
6224
+ })(); const _au12 = (input, _path, _exceptionable = true) => (() => {
6225
+ if (undefined !== input.__context)
6226
+ return _ao55(input, _path, true && _exceptionable);
6227
+ else
6228
+ return _ao18(input, _path, true && _exceptionable);
6229
+ })(); const _au13 = (input, _path, _exceptionable = true) => (() => {
6230
+ if (undefined !== input.__context)
6231
+ return _ao61(input, _path, true && _exceptionable);
6232
+ else
6233
+ return _ao13(input, _path, true && _exceptionable);
6234
+ })(); const _au14 = (input, _path, _exceptionable = true) => (() => {
6235
+ if (undefined !== input.__context)
6236
+ return _ao62(input, _path, true && _exceptionable);
6237
+ else
6238
+ return _ao15(input, _path, true && _exceptionable);
6239
+ })(); const _au15 = (input, _path, _exceptionable = true) => (() => {
6240
+ if (undefined !== input.__context)
6241
+ return _ao63(input, _path, true && _exceptionable);
6242
+ else
6243
+ return _ao18(input, _path, true && _exceptionable);
6244
+ })(); const _au16 = (input, _path, _exceptionable = true) => (() => {
6245
+ if (undefined !== input.__context)
6246
+ return _ao69(input, _path, true && _exceptionable);
6247
+ else
6248
+ return _ao13(input, _path, true && _exceptionable);
6249
+ })(); const _au17 = (input, _path, _exceptionable = true) => (() => {
6250
+ if (undefined !== input.__context)
6251
+ return _ao70(input, _path, true && _exceptionable);
6252
+ else
6253
+ return _ao15(input, _path, true && _exceptionable);
6254
+ })(); const _au18 = (input, _path, _exceptionable = true) => (() => {
6255
+ if (undefined !== input.__context)
6256
+ return _ao71(input, _path, true && _exceptionable);
6257
+ else
6258
+ return _ao18(input, _path, true && _exceptionable);
6259
+ })(); const _au19 = (input, _path, _exceptionable = true) => _ao0(input, _path, false && _exceptionable) || _ao2(input, _path, false && _exceptionable) || _ao73(input, _path, false && _exceptionable) || _ao74(input, _path, false && _exceptionable) || _ao75(input, _path, false && _exceptionable) || _ao76(input, _path, false && _exceptionable) || _ao77(input, _path, false && _exceptionable) || _ao78(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6260
+ method: "typia.assert",
6261
+ path: _path,
6262
+ expected: "(FileConnectionFtpRecord | FileConnectionHttpRecord | FileConnectionS3Record | FileConnectionSmbRecord | FileConnectionSftpRecord | FacebookConnectionRecord | ReutersConnectionRecord | EmptyConnectionRecord)",
6263
+ value: input
6264
+ }, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu19(input); let _errorFactory; return (input, errorFactory) => {
4033
6265
  if (false === __is(input)) {
4034
6266
  _errorFactory = errorFactory;
4035
- ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
6267
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
4036
6268
  method: "typia.assert",
4037
6269
  path: _path + "",
4038
- expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
6270
+ expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionHttpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
4039
6271
  value: input
4040
- }, _errorFactory)) && _au0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
6272
+ }, _errorFactory)) && _au19(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
4041
6273
  method: "typia.assert",
4042
6274
  path: _path + "",
4043
- expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
6275
+ expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionHttpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
4044
6276
  value: input
4045
6277
  }, _errorFactory))(input, "$input", true);
4046
6278
  }
@@ -8645,29 +10877,29 @@ function _assertDomainRecord(domain, input) {
8645
10877
  }; })()(input);
8646
10878
  }
8647
10879
  case ":publish": {
8648
- 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 => {
10880
+ return (() => { const _io0 = input => (null === input.type || undefined === 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 && _io1(input.render)) && true && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io15(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io16(elem))); const _io1 = 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) && _io2(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io10(input.profile)); const _io2 = 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) && _io3(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) && _io4(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io7(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) && _io9(input.transcribe)); const _io3 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file); const _io4 = input => Object.keys(input).every(key => {
8649
10881
  const value = input[key];
8650
10882
  if (undefined === value)
8651
10883
  return true;
8652
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
8653
- }); 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 => {
10884
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
10885
+ }); const _io5 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io6(input.styleOverrides)); const _io6 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io7 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io8(input.crop); const _io8 = 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 _io9 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io10 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io11(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io12(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io13(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) && _io14(input.subtitle))); const _io11 = input => "string" === typeof input.engine; const _io12 = input => "string" === typeof input.language; const _io13 = 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 _io14 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _io15 = input => "string" === typeof input.method; const _io16 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io17 = input => (undefined === input.type || "facebook" === input.type) && (undefined === input.pageId || "string" === typeof input.pageId) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io1(input.render)) && true && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io15(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io16(elem))); const _io18 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _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 && _io1(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io15(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io16(elem))); const _io19 = input => Object.keys(input).every(key => {
8654
10886
  const value = input[key];
8655
10887
  if (undefined === value)
8656
10888
  return true;
8657
10889
  return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
8658
- }); 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 => {
10890
+ }); 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) && _io2(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io10(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 && false === Array.isArray(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 => {
8659
10891
  const value = input[key];
8660
10892
  if (undefined === value)
8661
10893
  return true;
8662
10894
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io26(value);
8663
- }); 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 => {
10895
+ }); 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 && _io16(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 => (undefined === input.type || "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 && _io1(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io15(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io16(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 => {
8664
10896
  if (["id", "path", "filename", "directory", "subtitle", "metafile"].some(prop => key === prop))
8665
10897
  return true;
8666
10898
  const value = input[key];
8667
10899
  if (undefined === value)
8668
10900
  return true;
8669
10901
  return true;
8670
- }); 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 => (() => {
10902
+ }); const _io30 = input => "string" === typeof input.path; const _io31 = input => "string" === typeof input.path; const _io32 = input => (undefined === input.type || "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 && _io1(input.render)) && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io15(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io16(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 => (() => {
8671
10903
  if (undefined !== input.path)
8672
10904
  return _io20(input);
8673
10905
  else if (undefined !== input.__context)
@@ -8675,45 +10907,22 @@ function _assertDomainRecord(domain, input) {
8675
10907
  else
8676
10908
  return false;
8677
10909
  })(); const _iu1 = input => (() => {
8678
- if (undefined !== input.type && null === input.type)
10910
+ if (_io0(input))
8679
10911
  return _io0(input);
8680
- else if ("facebook" === input.type)
8681
- return _io1(input);
8682
- else if ("youtube" === input.type)
10912
+ if (_io17(input))
10913
+ return _io17(input);
10914
+ if (_io28(input))
10915
+ return _io28(input);
10916
+ if (_io18(input))
10917
+ return _io18(input);
10918
+ if (_io32(input))
8683
10919
  return _io32(input);
8684
- else
8685
- return (() => {
8686
- if (_io28(input))
8687
- return _io28(input);
8688
- if (_io18(input))
8689
- return _io18(input);
8690
- return false;
8691
- })();
8692
- })(); const _ao0 = (input, _path, _exceptionable = true) => (undefined !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8693
- method: "typia.assert",
8694
- path: _path + ".type",
8695
- expected: "null",
8696
- value: input.type
8697
- }, _errorFactory)) && (null === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8698
- method: "typia.assert",
8699
- path: _path + ".type",
8700
- expected: "null",
8701
- value: input.type
8702
- }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8703
- method: "typia.assert",
8704
- path: _path + ".asset",
8705
- expected: "(null | string | undefined)",
8706
- value: input.asset
8707
- }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => ("facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10920
+ return false;
10921
+ })(); const _ao0 = (input, _path, _exceptionable = true) => (null === input.type || undefined === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8708
10922
  method: "typia.assert",
8709
10923
  path: _path + ".type",
8710
- expected: "\"facebook\"",
10924
+ expected: "(null | undefined)",
8711
10925
  value: input.type
8712
- }, _errorFactory)) && (undefined === input.pageId || "string" === typeof input.pageId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8713
- method: "typia.assert",
8714
- path: _path + ".pageId",
8715
- expected: "(string | undefined)",
8716
- value: input.pageId
8717
10926
  }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8718
10927
  method: "typia.assert",
8719
10928
  path: _path + ".asset",
@@ -8729,7 +10938,7 @@ function _assertDomainRecord(domain, input) {
8729
10938
  path: _path + ".render",
8730
10939
  expected: "(PublishRenderBase | undefined)",
8731
10940
  value: input.render
8732
- }, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10941
+ }, _errorFactory)) && _ao1(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8733
10942
  method: "typia.assert",
8734
10943
  path: _path + ".render",
8735
10944
  expected: "(PublishRenderBase | undefined)",
@@ -8739,7 +10948,7 @@ function _assertDomainRecord(domain, input) {
8739
10948
  path: _path + ".error",
8740
10949
  expected: "(__type.o9 | null | undefined)",
8741
10950
  value: input.error
8742
- }, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10951
+ }, _errorFactory)) && _ao15(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8743
10952
  method: "typia.assert",
8744
10953
  path: _path + ".error",
8745
10954
  expected: "(__type.o9 | null | undefined)",
@@ -8749,14 +10958,14 @@ function _assertDomainRecord(domain, input) {
8749
10958
  path: _path + ".messages",
8750
10959
  expected: "(Array<Message> | undefined)",
8751
10960
  value: input.messages
8752
- }, _errorFactory)) && input.messages.every((elem, _index9) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10961
+ }, _errorFactory)) && input.messages.every((elem, _index10) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8753
10962
  method: "typia.assert",
8754
- path: _path + ".messages[" + _index9 + "]",
10963
+ path: _path + ".messages[" + _index10 + "]",
8755
10964
  expected: "Message",
8756
10965
  value: elem
8757
- }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10966
+ }, _errorFactory)) && _ao16(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8758
10967
  method: "typia.assert",
8759
- path: _path + ".messages[" + _index9 + "]",
10968
+ path: _path + ".messages[" + _index10 + "]",
8760
10969
  expected: "Message",
8761
10970
  value: elem
8762
10971
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -8764,7 +10973,7 @@ function _assertDomainRecord(domain, input) {
8764
10973
  path: _path + ".messages",
8765
10974
  expected: "(Array<Message> | undefined)",
8766
10975
  value: input.messages
8767
- }, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10976
+ }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8768
10977
  method: "typia.assert",
8769
10978
  path: _path + ".preset",
8770
10979
  expected: "(string | undefined)",
@@ -8779,7 +10988,7 @@ function _assertDomainRecord(domain, input) {
8779
10988
  path: _path + ".scene",
8780
10989
  expected: "(RenderSceneObject | undefined)",
8781
10990
  value: input.scene
8782
- }, _errorFactory)) && _ao3(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10991
+ }, _errorFactory)) && _ao2(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8783
10992
  method: "typia.assert",
8784
10993
  path: _path + ".scene",
8785
10994
  expected: "(RenderSceneObject | undefined)",
@@ -8789,12 +10998,12 @@ function _assertDomainRecord(domain, input) {
8789
10998
  path: _path + ".profile",
8790
10999
  expected: "(RenderProfileObject | undefined)",
8791
11000
  value: input.profile
8792
- }, _errorFactory)) && _ao11(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11001
+ }, _errorFactory)) && _ao10(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8793
11002
  method: "typia.assert",
8794
11003
  path: _path + ".profile",
8795
11004
  expected: "(RenderProfileObject | undefined)",
8796
11005
  value: input.profile
8797
- }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11006
+ }, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8798
11007
  method: "typia.assert",
8799
11008
  path: _path + ".id",
8800
11009
  expected: "(string | undefined)",
@@ -8809,7 +11018,7 @@ function _assertDomainRecord(domain, input) {
8809
11018
  path: _path + ".input",
8810
11019
  expected: "(__type | null | undefined)",
8811
11020
  value: input.input
8812
- }, _errorFactory)) && _ao4(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11021
+ }, _errorFactory)) && _ao3(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8813
11022
  method: "typia.assert",
8814
11023
  path: _path + ".input",
8815
11024
  expected: "(__type | null | undefined)",
@@ -8829,7 +11038,7 @@ function _assertDomainRecord(domain, input) {
8829
11038
  path: _path + ".subtitleTracks",
8830
11039
  expected: "(__type.o1 | undefined)",
8831
11040
  value: input.subtitleTracks
8832
- }, _errorFactory)) && _ao5(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11041
+ }, _errorFactory)) && _ao4(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8833
11042
  method: "typia.assert",
8834
11043
  path: _path + ".subtitleTracks",
8835
11044
  expected: "(__type.o1 | undefined)",
@@ -8839,7 +11048,7 @@ function _assertDomainRecord(domain, input) {
8839
11048
  path: _path + ".video",
8840
11049
  expected: "(__type.o3 | undefined)",
8841
11050
  value: input.video
8842
- }, _errorFactory)) && _ao8(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11051
+ }, _errorFactory)) && _ao7(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8843
11052
  method: "typia.assert",
8844
11053
  path: _path + ".video",
8845
11054
  expected: "(__type.o3 | undefined)",
@@ -8859,12 +11068,12 @@ function _assertDomainRecord(domain, input) {
8859
11068
  path: _path + ".transcribe",
8860
11069
  expected: "(__type.o5 | undefined)",
8861
11070
  value: input.transcribe
8862
- }, _errorFactory)) && _ao10(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11071
+ }, _errorFactory)) && _ao9(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8863
11072
  method: "typia.assert",
8864
11073
  path: _path + ".transcribe",
8865
11074
  expected: "(__type.o5 | undefined)",
8866
11075
  value: input.transcribe
8867
- }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11076
+ }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8868
11077
  method: "typia.assert",
8869
11078
  path: _path + ".type",
8870
11079
  expected: "(string | undefined)",
@@ -8874,7 +11083,7 @@ function _assertDomainRecord(domain, input) {
8874
11083
  path: _path + ".file",
8875
11084
  expected: "(null | string | undefined)",
8876
11085
  value: input.file
8877
- }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
11086
+ }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
8878
11087
  const value = input[key];
8879
11088
  if (undefined === value)
8880
11089
  return true;
@@ -8883,13 +11092,13 @@ function _assertDomainRecord(domain, input) {
8883
11092
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
8884
11093
  expected: "__type.o2",
8885
11094
  value: value
8886
- }, _errorFactory)) && _ao6(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11095
+ }, _errorFactory)) && _ao5(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8887
11096
  method: "typia.assert",
8888
11097
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
8889
11098
  expected: "__type.o2",
8890
11099
  value: value
8891
11100
  }, _errorFactory);
8892
- }); const _ao6 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11101
+ }); const _ao5 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8893
11102
  method: "typia.assert",
8894
11103
  path: _path + ".style",
8895
11104
  expected: "(null | string | undefined)",
@@ -8899,12 +11108,12 @@ function _assertDomainRecord(domain, input) {
8899
11108
  path: _path + ".styleOverrides",
8900
11109
  expected: "(SubtitleStyle | undefined)",
8901
11110
  value: input.styleOverrides
8902
- }, _errorFactory)) && _ao7(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11111
+ }, _errorFactory)) && _ao6(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8903
11112
  method: "typia.assert",
8904
11113
  path: _path + ".styleOverrides",
8905
11114
  expected: "(SubtitleStyle | undefined)",
8906
11115
  value: input.styleOverrides
8907
- }, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11116
+ }, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8908
11117
  method: "typia.assert",
8909
11118
  path: _path + ".name",
8910
11119
  expected: "(string | undefined)",
@@ -9019,17 +11228,17 @@ function _assertDomainRecord(domain, input) {
9019
11228
  path: _path + ".encoding",
9020
11229
  expected: "(string | undefined)",
9021
11230
  value: input.encoding
9022
- }, _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, {
11231
+ }, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => undefined === input.crop || ("object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9023
11232
  method: "typia.assert",
9024
11233
  path: _path + ".crop",
9025
11234
  expected: "(__type.o4 | undefined)",
9026
11235
  value: input.crop
9027
- }, _errorFactory)) && _ao9(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11236
+ }, _errorFactory)) && _ao8(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9028
11237
  method: "typia.assert",
9029
11238
  path: _path + ".crop",
9030
11239
  expected: "(__type.o4 | undefined)",
9031
11240
  value: input.crop
9032
- }, _errorFactory); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11241
+ }, _errorFactory); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9033
11242
  method: "typia.assert",
9034
11243
  path: _path + ".x",
9035
11244
  expected: "(number | undefined)",
@@ -9049,7 +11258,7 @@ function _assertDomainRecord(domain, input) {
9049
11258
  path: _path + ".height",
9050
11259
  expected: "(number | undefined)",
9051
11260
  value: input.height
9052
- }, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11261
+ }, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9053
11262
  method: "typia.assert",
9054
11263
  path: _path + ".language",
9055
11264
  expected: "(string | undefined)",
@@ -9059,9 +11268,9 @@ function _assertDomainRecord(domain, input) {
9059
11268
  path: _path + ".pan",
9060
11269
  expected: "(Array<number> | undefined)",
9061
11270
  value: input.pan
9062
- }, _errorFactory)) && input.pan.every((elem, _index10) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11271
+ }, _errorFactory)) && input.pan.every((elem, _index11) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9063
11272
  method: "typia.assert",
9064
- path: _path + ".pan[" + _index10 + "]",
11273
+ path: _path + ".pan[" + _index11 + "]",
9065
11274
  expected: "number",
9066
11275
  value: elem
9067
11276
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9069,7 +11278,7 @@ function _assertDomainRecord(domain, input) {
9069
11278
  path: _path + ".pan",
9070
11279
  expected: "(Array<number> | undefined)",
9071
11280
  value: input.pan
9072
- }, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11281
+ }, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9073
11282
  method: "typia.assert",
9074
11283
  path: _path + ".format",
9075
11284
  expected: "string",
@@ -9079,7 +11288,7 @@ function _assertDomainRecord(domain, input) {
9079
11288
  path: _path + ".transcribe",
9080
11289
  expected: "(__type.o6 | undefined)",
9081
11290
  value: input.transcribe
9082
- }, _errorFactory)) && _ao12(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11291
+ }, _errorFactory)) && _ao11(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9083
11292
  method: "typia.assert",
9084
11293
  path: _path + ".transcribe",
9085
11294
  expected: "(__type.o6 | undefined)",
@@ -9089,7 +11298,7 @@ function _assertDomainRecord(domain, input) {
9089
11298
  path: _path + ".translate",
9090
11299
  expected: "(__type.o7 | undefined)",
9091
11300
  value: input.translate
9092
- }, _errorFactory)) && _ao13(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11301
+ }, _errorFactory)) && _ao12(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9093
11302
  method: "typia.assert",
9094
11303
  path: _path + ".translate",
9095
11304
  expected: "(__type.o7 | undefined)",
@@ -9099,7 +11308,7 @@ function _assertDomainRecord(domain, input) {
9099
11308
  path: _path + ".audio",
9100
11309
  expected: "(__type.o8 | undefined)",
9101
11310
  value: input.audio
9102
- }, _errorFactory)) && _ao14(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11311
+ }, _errorFactory)) && _ao13(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9103
11312
  method: "typia.assert",
9104
11313
  path: _path + ".audio",
9105
11314
  expected: "(__type.o8 | undefined)",
@@ -9109,9 +11318,9 @@ function _assertDomainRecord(domain, input) {
9109
11318
  path: _path + ".pick",
9110
11319
  expected: "(Array<string> | undefined)",
9111
11320
  value: input.pick
9112
- }, _errorFactory)) && input.pick.every((elem, _index11) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11321
+ }, _errorFactory)) && input.pick.every((elem, _index12) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9113
11322
  method: "typia.assert",
9114
- path: _path + ".pick[" + _index11 + "]",
11323
+ path: _path + ".pick[" + _index12 + "]",
9115
11324
  expected: "string",
9116
11325
  value: elem
9117
11326
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9129,22 +11338,22 @@ function _assertDomainRecord(domain, input) {
9129
11338
  path: _path + ".subtitle",
9130
11339
  expected: "(SubtitleProfile | string | undefined)",
9131
11340
  value: input.subtitle
9132
- }, _errorFactory)) && _ao15(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11341
+ }, _errorFactory)) && _ao14(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9133
11342
  method: "typia.assert",
9134
11343
  path: _path + ".subtitle",
9135
11344
  expected: "(SubtitleProfile | string | undefined)",
9136
11345
  value: input.subtitle
9137
- }, _errorFactory))); const _ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11346
+ }, _errorFactory))); const _ao11 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9138
11347
  method: "typia.assert",
9139
11348
  path: _path + ".engine",
9140
11349
  expected: "string",
9141
11350
  value: input.engine
9142
- }, _errorFactory); const _ao13 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11351
+ }, _errorFactory); const _ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9143
11352
  method: "typia.assert",
9144
11353
  path: _path + ".language",
9145
11354
  expected: "string",
9146
11355
  value: input.language
9147
- }, _errorFactory); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11356
+ }, _errorFactory); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9148
11357
  method: "typia.assert",
9149
11358
  path: _path + ".codec",
9150
11359
  expected: "(string | undefined)",
@@ -9164,7 +11373,7 @@ function _assertDomainRecord(domain, input) {
9164
11373
  path: _path + ".split",
9165
11374
  expected: "(boolean | undefined)",
9166
11375
  value: input.split
9167
- }, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11376
+ }, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9168
11377
  method: "typia.assert",
9169
11378
  path: _path + ".lang",
9170
11379
  expected: "(string | undefined)",
@@ -9174,12 +11383,12 @@ function _assertDomainRecord(domain, input) {
9174
11383
  path: _path + ".style",
9175
11384
  expected: "(string | undefined)",
9176
11385
  value: input.style
9177
- }, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11386
+ }, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9178
11387
  method: "typia.assert",
9179
11388
  path: _path + ".method",
9180
11389
  expected: "string",
9181
11390
  value: input.method
9182
- }, _errorFactory); const _ao17 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11391
+ }, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9183
11392
  method: "typia.assert",
9184
11393
  path: _path + ".level",
9185
11394
  expected: "number",
@@ -9194,10 +11403,70 @@ function _assertDomainRecord(domain, input) {
9194
11403
  path: _path + ".msg",
9195
11404
  expected: "string",
9196
11405
  value: input.msg
9197
- }, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11406
+ }, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (undefined === input.type || "facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11407
+ method: "typia.assert",
11408
+ path: _path + ".type",
11409
+ expected: "(\"facebook\" | undefined)",
11410
+ value: input.type
11411
+ }, _errorFactory)) && (undefined === input.pageId || "string" === typeof input.pageId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11412
+ method: "typia.assert",
11413
+ path: _path + ".pageId",
11414
+ expected: "(string | undefined)",
11415
+ value: input.pageId
11416
+ }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11417
+ method: "typia.assert",
11418
+ path: _path + ".asset",
11419
+ expected: "(null | string | undefined)",
11420
+ value: input.asset
11421
+ }, _errorFactory)) && (undefined === input.connection || "string" === typeof input.connection || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11422
+ method: "typia.assert",
11423
+ path: _path + ".connection",
11424
+ expected: "(string | undefined)",
11425
+ value: input.connection
11426
+ }, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11427
+ method: "typia.assert",
11428
+ path: _path + ".render",
11429
+ expected: "(PublishRenderBase | undefined)",
11430
+ value: input.render
11431
+ }, _errorFactory)) && _ao1(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11432
+ method: "typia.assert",
11433
+ path: _path + ".render",
11434
+ expected: "(PublishRenderBase | undefined)",
11435
+ value: input.render
11436
+ }, _errorFactory)) && true && true && true && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11437
+ method: "typia.assert",
11438
+ path: _path + ".error",
11439
+ expected: "(__type.o9 | null | undefined)",
11440
+ value: input.error
11441
+ }, _errorFactory)) && _ao15(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11442
+ method: "typia.assert",
11443
+ path: _path + ".error",
11444
+ expected: "(__type.o9 | null | undefined)",
11445
+ value: input.error
11446
+ }, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11447
+ method: "typia.assert",
11448
+ path: _path + ".messages",
11449
+ expected: "(Array<Message> | undefined)",
11450
+ value: input.messages
11451
+ }, _errorFactory)) && input.messages.every((elem, _index13) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11452
+ method: "typia.assert",
11453
+ path: _path + ".messages[" + _index13 + "]",
11454
+ expected: "Message",
11455
+ value: elem
11456
+ }, _errorFactory)) && _ao16(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11457
+ method: "typia.assert",
11458
+ path: _path + ".messages[" + _index13 + "]",
11459
+ expected: "Message",
11460
+ value: elem
11461
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11462
+ method: "typia.assert",
11463
+ path: _path + ".messages",
11464
+ expected: "(Array<Message> | undefined)",
11465
+ value: input.messages
11466
+ }, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9198
11467
  method: "typia.assert",
9199
11468
  path: _path + ".type",
9200
- expected: "\"file\"",
11469
+ expected: "(\"file\" | undefined)",
9201
11470
  value: input.type
9202
11471
  }, _errorFactory)) && (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9203
11472
  method: "typia.assert",
@@ -9264,7 +11533,7 @@ function _assertDomainRecord(domain, input) {
9264
11533
  path: _path + ".render",
9265
11534
  expected: "(PublishRenderBase | undefined)",
9266
11535
  value: input.render
9267
- }, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11536
+ }, _errorFactory)) && _ao1(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9268
11537
  method: "typia.assert",
9269
11538
  path: _path + ".render",
9270
11539
  expected: "(PublishRenderBase | undefined)",
@@ -9274,7 +11543,7 @@ function _assertDomainRecord(domain, input) {
9274
11543
  path: _path + ".error",
9275
11544
  expected: "(__type.o9 | null | undefined)",
9276
11545
  value: input.error
9277
- }, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11546
+ }, _errorFactory)) && _ao15(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9278
11547
  method: "typia.assert",
9279
11548
  path: _path + ".error",
9280
11549
  expected: "(__type.o9 | null | undefined)",
@@ -9284,14 +11553,14 @@ function _assertDomainRecord(domain, input) {
9284
11553
  path: _path + ".messages",
9285
11554
  expected: "(Array<Message> | undefined)",
9286
11555
  value: input.messages
9287
- }, _errorFactory)) && input.messages.every((elem, _index12) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11556
+ }, _errorFactory)) && input.messages.every((elem, _index14) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9288
11557
  method: "typia.assert",
9289
- path: _path + ".messages[" + _index12 + "]",
11558
+ path: _path + ".messages[" + _index14 + "]",
9290
11559
  expected: "Message",
9291
11560
  value: elem
9292
- }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11561
+ }, _errorFactory)) && _ao16(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9293
11562
  method: "typia.assert",
9294
- path: _path + ".messages[" + _index12 + "]",
11563
+ path: _path + ".messages[" + _index14 + "]",
9295
11564
  expected: "Message",
9296
11565
  value: elem
9297
11566
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9359,7 +11628,7 @@ function _assertDomainRecord(domain, input) {
9359
11628
  path: _path + ".scene",
9360
11629
  expected: "(RenderSceneObject | undefined)",
9361
11630
  value: input.scene
9362
- }, _errorFactory)) && _ao3(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11631
+ }, _errorFactory)) && _ao2(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9363
11632
  method: "typia.assert",
9364
11633
  path: _path + ".scene",
9365
11634
  expected: "(RenderSceneObject | undefined)",
@@ -9369,7 +11638,7 @@ function _assertDomainRecord(domain, input) {
9369
11638
  path: _path + ".profile",
9370
11639
  expected: "(RenderProfileObject | undefined)",
9371
11640
  value: input.profile
9372
- }, _errorFactory)) && _ao11(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11641
+ }, _errorFactory)) && _ao10(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9373
11642
  method: "typia.assert",
9374
11643
  path: _path + ".profile",
9375
11644
  expected: "(RenderProfileObject | undefined)",
@@ -9394,7 +11663,7 @@ function _assertDomainRecord(domain, input) {
9394
11663
  path: _path + ".__returnValue",
9395
11664
  expected: "ResolvedFilePublishRender",
9396
11665
  value: input.__returnValue
9397
- }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11666
+ }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9398
11667
  method: "typia.assert",
9399
11668
  path: _path + ".publish",
9400
11669
  expected: "FilePublishRecord",
@@ -9469,14 +11738,14 @@ function _assertDomainRecord(domain, input) {
9469
11738
  path: _path + ".messages",
9470
11739
  expected: "(Array<Message> | undefined)",
9471
11740
  value: input.messages
9472
- }, _errorFactory)) && input.messages.every((elem, _index13) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11741
+ }, _errorFactory)) && input.messages.every((elem, _index15) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9473
11742
  method: "typia.assert",
9474
- path: _path + ".messages[" + _index13 + "]",
11743
+ path: _path + ".messages[" + _index15 + "]",
9475
11744
  expected: "Message",
9476
11745
  value: elem
9477
- }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11746
+ }, _errorFactory)) && _ao16(elem, _path + ".messages[" + _index15 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9478
11747
  method: "typia.assert",
9479
- path: _path + ".messages[" + _index13 + "]",
11748
+ path: _path + ".messages[" + _index15 + "]",
9480
11749
  expected: "Message",
9481
11750
  value: elem
9482
11751
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9509,10 +11778,10 @@ function _assertDomainRecord(domain, input) {
9509
11778
  path: _path + ".filename",
9510
11779
  expected: "string",
9511
11780
  value: input.filename
9512
- }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11781
+ }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9513
11782
  method: "typia.assert",
9514
11783
  path: _path + ".type",
9515
- expected: "\"file\"",
11784
+ expected: "(\"file\" | undefined)",
9516
11785
  value: input.type
9517
11786
  }, _errorFactory)) && (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9518
11787
  method: "typia.assert",
@@ -9579,7 +11848,7 @@ function _assertDomainRecord(domain, input) {
9579
11848
  path: _path + ".render",
9580
11849
  expected: "(PublishRenderBase | undefined)",
9581
11850
  value: input.render
9582
- }, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11851
+ }, _errorFactory)) && _ao1(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9583
11852
  method: "typia.assert",
9584
11853
  path: _path + ".render",
9585
11854
  expected: "(PublishRenderBase | undefined)",
@@ -9589,7 +11858,7 @@ function _assertDomainRecord(domain, input) {
9589
11858
  path: _path + ".error",
9590
11859
  expected: "(__type.o9 | null | undefined)",
9591
11860
  value: input.error
9592
- }, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11861
+ }, _errorFactory)) && _ao15(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9593
11862
  method: "typia.assert",
9594
11863
  path: _path + ".error",
9595
11864
  expected: "(__type.o9 | null | undefined)",
@@ -9599,14 +11868,14 @@ function _assertDomainRecord(domain, input) {
9599
11868
  path: _path + ".messages",
9600
11869
  expected: "(Array<Message> | undefined)",
9601
11870
  value: input.messages
9602
- }, _errorFactory)) && input.messages.every((elem, _index14) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11871
+ }, _errorFactory)) && input.messages.every((elem, _index16) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9603
11872
  method: "typia.assert",
9604
- path: _path + ".messages[" + _index14 + "]",
11873
+ path: _path + ".messages[" + _index16 + "]",
9605
11874
  expected: "Message",
9606
11875
  value: elem
9607
- }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11876
+ }, _errorFactory)) && _ao16(elem, _path + ".messages[" + _index16 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9608
11877
  method: "typia.assert",
9609
- path: _path + ".messages[" + _index14 + "]",
11878
+ path: _path + ".messages[" + _index16 + "]",
9610
11879
  expected: "Message",
9611
11880
  value: elem
9612
11881
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9671,10 +11940,10 @@ function _assertDomainRecord(domain, input) {
9671
11940
  path: _path + ".path",
9672
11941
  expected: "string",
9673
11942
  value: input.path
9674
- }, _errorFactory); const _ao32 = (input, _path, _exceptionable = true) => ("youtube" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11943
+ }, _errorFactory); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.type || "youtube" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9675
11944
  method: "typia.assert",
9676
11945
  path: _path + ".type",
9677
- expected: "\"youtube\"",
11946
+ expected: "(\"youtube\" | undefined)",
9678
11947
  value: input.type
9679
11948
  }, _errorFactory)) && (undefined === input.draft || ("object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9680
11949
  method: "typia.assert",
@@ -9701,7 +11970,7 @@ function _assertDomainRecord(domain, input) {
9701
11970
  path: _path + ".render",
9702
11971
  expected: "(PublishRenderBase | undefined)",
9703
11972
  value: input.render
9704
- }, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11973
+ }, _errorFactory)) && _ao1(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9705
11974
  method: "typia.assert",
9706
11975
  path: _path + ".render",
9707
11976
  expected: "(PublishRenderBase | undefined)",
@@ -9711,7 +11980,7 @@ function _assertDomainRecord(domain, input) {
9711
11980
  path: _path + ".error",
9712
11981
  expected: "(__type.o9 | null | undefined)",
9713
11982
  value: input.error
9714
- }, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11983
+ }, _errorFactory)) && _ao15(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9715
11984
  method: "typia.assert",
9716
11985
  path: _path + ".error",
9717
11986
  expected: "(__type.o9 | null | undefined)",
@@ -9721,14 +11990,14 @@ function _assertDomainRecord(domain, input) {
9721
11990
  path: _path + ".messages",
9722
11991
  expected: "(Array<Message> | undefined)",
9723
11992
  value: input.messages
9724
- }, _errorFactory)) && input.messages.every((elem, _index15) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11993
+ }, _errorFactory)) && input.messages.every((elem, _index17) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9725
11994
  method: "typia.assert",
9726
- path: _path + ".messages[" + _index15 + "]",
11995
+ path: _path + ".messages[" + _index17 + "]",
9727
11996
  expected: "Message",
9728
11997
  value: elem
9729
- }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index15 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11998
+ }, _errorFactory)) && _ao16(elem, _path + ".messages[" + _index17 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9730
11999
  method: "typia.assert",
9731
- path: _path + ".messages[" + _index15 + "]",
12000
+ path: _path + ".messages[" + _index17 + "]",
9732
12001
  expected: "Message",
9733
12002
  value: elem
9734
12003
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9756,9 +12025,9 @@ function _assertDomainRecord(domain, input) {
9756
12025
  path: _path + ".tags",
9757
12026
  expected: "(Array<string> | undefined)",
9758
12027
  value: input.tags
9759
- }, _errorFactory)) && input.tags.every((elem, _index16) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12028
+ }, _errorFactory)) && input.tags.every((elem, _index18) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9760
12029
  method: "typia.assert",
9761
- path: _path + ".tags[" + _index16 + "]",
12030
+ path: _path + ".tags[" + _index18 + "]",
9762
12031
  expected: "string",
9763
12032
  value: elem
9764
12033
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9783,24 +12052,15 @@ function _assertDomainRecord(domain, input) {
9783
12052
  expected: "(ResolvedFilePublishRender | __type.o10)",
9784
12053
  value: input
9785
12054
  }, _errorFactory);
9786
- })(); const _au1 = (input, _path, _exceptionable = true) => (() => {
9787
- if (undefined !== input.type && null === input.type)
9788
- return _ao0(input, _path, true && _exceptionable);
9789
- else if ("facebook" === input.type)
9790
- return _ao1(input, _path, true && _exceptionable);
9791
- else if ("youtube" === input.type)
9792
- return _ao32(input, _path, true && _exceptionable);
9793
- else
9794
- return _ao28(input, _path, false && _exceptionable) || _ao18(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9795
- method: "typia.assert",
9796
- path: _path,
9797
- expected: "(FilePublishRecordLegacy | FilePublishRecord)",
9798
- value: input
9799
- }, _errorFactory);
9800
- })(); const __is = input => "object" === typeof input && null !== input && _iu1(input); let _errorFactory; return (input, errorFactory) => {
12055
+ })(); const _au1 = (input, _path, _exceptionable = true) => _ao0(input, _path, false && _exceptionable) || _ao17(input, _path, false && _exceptionable) || _ao28(input, _path, false && _exceptionable) || _ao18(input, _path, false && _exceptionable) || _ao32(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12056
+ method: "typia.assert",
12057
+ path: _path,
12058
+ expected: "(EmptyPublishRecord | FacebookPublishRecord | FilePublishRecordLegacy | FilePublishRecord | YoutubePublishRecord)",
12059
+ value: input
12060
+ }, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu1(input); let _errorFactory; return (input, errorFactory) => {
9801
12061
  if (false === __is(input)) {
9802
12062
  _errorFactory = errorFactory;
9803
- ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
12063
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
9804
12064
  method: "typia.assert",
9805
12065
  path: _path + "",
9806
12066
  expected: "(EmptyPublishRecord | FacebookPublishRecord | FilePublishRecord | FilePublishRecordLegacy | YoutubePublishRecord)",
@@ -9831,7 +12091,7 @@ function _assertDomainRecord(domain, input) {
9831
12091
  if (undefined === value)
9832
12092
  return true;
9833
12093
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
9834
- }); 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 => {
12094
+ }); 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 && false === Array.isArray(input.publish) && _io25(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io25 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _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 => {
9835
12095
  const value = input[key];
9836
12096
  if (undefined === value)
9837
12097
  return true;
@@ -10521,7 +12781,7 @@ function _assertDomainRecord(domain, input) {
10521
12781
  path: _path + ".__returnValue",
10522
12782
  expected: "ResolvedFilePublishRender",
10523
12783
  value: input.__returnValue
10524
- }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12784
+ }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10525
12785
  method: "typia.assert",
10526
12786
  path: _path + ".publish",
10527
12787
  expected: "FilePublishRecord",
@@ -10541,10 +12801,10 @@ function _assertDomainRecord(domain, input) {
10541
12801
  path: _path + ".name",
10542
12802
  expected: "string",
10543
12803
  value: input.name
10544
- }, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12804
+ }, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10545
12805
  method: "typia.assert",
10546
12806
  path: _path + ".type",
10547
- expected: "\"file\"",
12807
+ expected: "(\"file\" | undefined)",
10548
12808
  value: input.type
10549
12809
  }, _errorFactory)) && (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10550
12810
  method: "typia.assert",
@@ -13148,7 +15408,7 @@ function _assertDomainRecord(domain, input) {
13148
15408
  }; })()(input);
13149
15409
  }
13150
15410
  case ":settings": {
13151
- return (() => { const _iv23 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av51 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io19(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io24(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io27(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io28(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io29(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io42(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io55(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io57(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io58(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io67(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io68(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io69(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && _io72(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io73(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io74(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs); const _io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
15411
+ return (() => { const _iv21 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv25 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av51 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _av55 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io19(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io24(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io27(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io28(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io29(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io42(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io55(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io57(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io58(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io67(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io68(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io69(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && _io72(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io73(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io74(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs); const _io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
13152
15412
  if (["settingsPanelStore"].some(prop => key === prop))
13153
15413
  return true;
13154
15414
  const value = input[key];
@@ -13220,7 +15480,7 @@ function _assertDomainRecord(domain, input) {
13220
15480
  if (undefined === value)
13221
15481
  return true;
13222
15482
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value);
13223
- }); 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 => {
15483
+ }); 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))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv21.has(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 === _iv25.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 => {
13224
15484
  const value = input[key];
13225
15485
  if (undefined === value)
13226
15486
  return true;
@@ -13295,19 +15555,19 @@ function _assertDomainRecord(domain, input) {
13295
15555
  path: _path + ".exclusiveTagGroups",
13296
15556
  expected: "(Array<Array<string>> | undefined)",
13297
15557
  value: input.exclusiveTagGroups
13298
- }, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index29) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15558
+ }, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index31) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13299
15559
  method: "typia.assert",
13300
- path: _path + ".exclusiveTagGroups[" + _index29 + "]",
15560
+ path: _path + ".exclusiveTagGroups[" + _index31 + "]",
13301
15561
  expected: "Array<string>",
13302
15562
  value: elem
13303
- }, _errorFactory)) && elem.every((elem, _index30) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15563
+ }, _errorFactory)) && elem.every((elem, _index32) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13304
15564
  method: "typia.assert",
13305
- path: _path + ".exclusiveTagGroups[" + _index29 + "][" + _index30 + "]",
15565
+ path: _path + ".exclusiveTagGroups[" + _index31 + "][" + _index32 + "]",
13306
15566
  expected: "string",
13307
15567
  value: elem
13308
15568
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13309
15569
  method: "typia.assert",
13310
- path: _path + ".exclusiveTagGroups[" + _index29 + "]",
15570
+ path: _path + ".exclusiveTagGroups[" + _index31 + "]",
13311
15571
  expected: "Array<string>",
13312
15572
  value: elem
13313
15573
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13455,14 +15715,14 @@ function _assertDomainRecord(domain, input) {
13455
15715
  path: _path + ".commands",
13456
15716
  expected: "(Array<__type>.o4 | undefined)",
13457
15717
  value: input.commands
13458
- }, _errorFactory)) && input.commands.every((elem, _index31) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15718
+ }, _errorFactory)) && input.commands.every((elem, _index33) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13459
15719
  method: "typia.assert",
13460
- path: _path + ".commands[" + _index31 + "]",
15720
+ path: _path + ".commands[" + _index33 + "]",
13461
15721
  expected: "__type.o50",
13462
15722
  value: elem
13463
- }, _errorFactory)) && _ao57(elem, _path + ".commands[" + _index31 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15723
+ }, _errorFactory)) && _ao57(elem, _path + ".commands[" + _index33 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13464
15724
  method: "typia.assert",
13465
- path: _path + ".commands[" + _index31 + "]",
15725
+ path: _path + ".commands[" + _index33 + "]",
13466
15726
  expected: "__type.o50",
13467
15727
  value: elem
13468
15728
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13475,9 +15735,9 @@ function _assertDomainRecord(domain, input) {
13475
15735
  path: _path + ".predefinedTags",
13476
15736
  expected: "(Array<string> | undefined)",
13477
15737
  value: input.predefinedTags
13478
- }, _errorFactory)) && input.predefinedTags.every((elem, _index32) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15738
+ }, _errorFactory)) && input.predefinedTags.every((elem, _index34) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13479
15739
  method: "typia.assert",
13480
- path: _path + ".predefinedTags[" + _index32 + "]",
15740
+ path: _path + ".predefinedTags[" + _index34 + "]",
13481
15741
  expected: "string",
13482
15742
  value: elem
13483
15743
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13510,14 +15770,14 @@ function _assertDomainRecord(domain, input) {
13510
15770
  path: _path + ".hiddenPreviews",
13511
15771
  expected: "(Array<__type>.o5 | undefined)",
13512
15772
  value: input.hiddenPreviews
13513
- }, _errorFactory)) && input.hiddenPreviews.every((elem, _index33) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15773
+ }, _errorFactory)) && input.hiddenPreviews.every((elem, _index35) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13514
15774
  method: "typia.assert",
13515
- path: _path + ".hiddenPreviews[" + _index33 + "]",
15775
+ path: _path + ".hiddenPreviews[" + _index35 + "]",
13516
15776
  expected: "__type.o61",
13517
15777
  value: elem
13518
- }, _errorFactory)) && _ao68(elem, _path + ".hiddenPreviews[" + _index33 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15778
+ }, _errorFactory)) && _ao68(elem, _path + ".hiddenPreviews[" + _index35 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13519
15779
  method: "typia.assert",
13520
- path: _path + ".hiddenPreviews[" + _index33 + "]",
15780
+ path: _path + ".hiddenPreviews[" + _index35 + "]",
13521
15781
  expected: "__type.o61",
13522
15782
  value: elem
13523
15783
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13722,9 +15982,9 @@ function _assertDomainRecord(domain, input) {
13722
15982
  path: _path + ".sortOrder",
13723
15983
  expected: "(Array<string> | undefined)",
13724
15984
  value: input.sortOrder
13725
- }, _errorFactory)) && input.sortOrder.every((elem, _index34) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15985
+ }, _errorFactory)) && input.sortOrder.every((elem, _index36) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13726
15986
  method: "typia.assert",
13727
- path: _path + ".sortOrder[" + _index34 + "]",
15987
+ path: _path + ".sortOrder[" + _index36 + "]",
13728
15988
  expected: "string",
13729
15989
  value: elem
13730
15990
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13737,9 +15997,9 @@ function _assertDomainRecord(domain, input) {
13737
15997
  path: _path + ".exclude",
13738
15998
  expected: "(Array<string> | undefined)",
13739
15999
  value: input.exclude
13740
- }, _errorFactory)) && input.exclude.every((elem, _index35) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16000
+ }, _errorFactory)) && input.exclude.every((elem, _index37) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13741
16001
  method: "typia.assert",
13742
- path: _path + ".exclude[" + _index35 + "]",
16002
+ path: _path + ".exclude[" + _index37 + "]",
13743
16003
  expected: "string",
13744
16004
  value: elem
13745
16005
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13752,9 +16012,9 @@ function _assertDomainRecord(domain, input) {
13752
16012
  path: _path + ".include",
13753
16013
  expected: "(Array<string> | undefined)",
13754
16014
  value: input.include
13755
- }, _errorFactory)) && input.include.every((elem, _index36) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16015
+ }, _errorFactory)) && input.include.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13756
16016
  method: "typia.assert",
13757
- path: _path + ".include[" + _index36 + "]",
16017
+ path: _path + ".include[" + _index38 + "]",
13758
16018
  expected: "string",
13759
16019
  value: elem
13760
16020
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13767,9 +16027,9 @@ function _assertDomainRecord(domain, input) {
13767
16027
  path: _path + ".exclude",
13768
16028
  expected: "(Array<string> | undefined)",
13769
16029
  value: input.exclude
13770
- }, _errorFactory)) && input.exclude.every((elem, _index37) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16030
+ }, _errorFactory)) && input.exclude.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13771
16031
  method: "typia.assert",
13772
- path: _path + ".exclude[" + _index37 + "]",
16032
+ path: _path + ".exclude[" + _index39 + "]",
13773
16033
  expected: "string",
13774
16034
  value: elem
13775
16035
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13782,9 +16042,9 @@ function _assertDomainRecord(domain, input) {
13782
16042
  path: _path + ".include",
13783
16043
  expected: "(Array<string> | undefined)",
13784
16044
  value: input.include
13785
- }, _errorFactory)) && input.include.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16045
+ }, _errorFactory)) && input.include.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13786
16046
  method: "typia.assert",
13787
- path: _path + ".include[" + _index38 + "]",
16047
+ path: _path + ".include[" + _index40 + "]",
13788
16048
  expected: "string",
13789
16049
  value: elem
13790
16050
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13797,9 +16057,9 @@ function _assertDomainRecord(domain, input) {
13797
16057
  path: _path + ".exclude",
13798
16058
  expected: "(Array<string> | undefined)",
13799
16059
  value: input.exclude
13800
- }, _errorFactory)) && input.exclude.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16060
+ }, _errorFactory)) && input.exclude.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13801
16061
  method: "typia.assert",
13802
- path: _path + ".exclude[" + _index39 + "]",
16062
+ path: _path + ".exclude[" + _index41 + "]",
13803
16063
  expected: "string",
13804
16064
  value: elem
13805
16065
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13812,9 +16072,9 @@ function _assertDomainRecord(domain, input) {
13812
16072
  path: _path + ".include",
13813
16073
  expected: "(Array<string> | undefined)",
13814
16074
  value: input.include
13815
- }, _errorFactory)) && input.include.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16075
+ }, _errorFactory)) && input.include.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13816
16076
  method: "typia.assert",
13817
- path: _path + ".include[" + _index40 + "]",
16077
+ path: _path + ".include[" + _index42 + "]",
13818
16078
  expected: "string",
13819
16079
  value: elem
13820
16080
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13827,9 +16087,9 @@ function _assertDomainRecord(domain, input) {
13827
16087
  path: _path + ".exclude",
13828
16088
  expected: "(Array<string> | undefined)",
13829
16089
  value: input.exclude
13830
- }, _errorFactory)) && input.exclude.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16090
+ }, _errorFactory)) && input.exclude.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13831
16091
  method: "typia.assert",
13832
- path: _path + ".exclude[" + _index41 + "]",
16092
+ path: _path + ".exclude[" + _index43 + "]",
13833
16093
  expected: "string",
13834
16094
  value: elem
13835
16095
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13907,14 +16167,14 @@ function _assertDomainRecord(domain, input) {
13907
16167
  path: _path + ".colorTags",
13908
16168
  expected: "(Array<PromotedTag> | undefined)",
13909
16169
  value: input.colorTags
13910
- }, _errorFactory)) && input.colorTags.every((elem, _index42) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16170
+ }, _errorFactory)) && input.colorTags.every((elem, _index44) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13911
16171
  method: "typia.assert",
13912
- path: _path + ".colorTags[" + _index42 + "]",
16172
+ path: _path + ".colorTags[" + _index44 + "]",
13913
16173
  expected: "PromotedTag",
13914
16174
  value: elem
13915
- }, _errorFactory)) && _ao21(elem, _path + ".colorTags[" + _index42 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16175
+ }, _errorFactory)) && _ao21(elem, _path + ".colorTags[" + _index44 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13916
16176
  method: "typia.assert",
13917
- path: _path + ".colorTags[" + _index42 + "]",
16177
+ path: _path + ".colorTags[" + _index44 + "]",
13918
16178
  expected: "PromotedTag",
13919
16179
  value: elem
13920
16180
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14007,9 +16267,9 @@ function _assertDomainRecord(domain, input) {
14007
16267
  path: _path + ".favorites",
14008
16268
  expected: "(Array<string> | undefined)",
14009
16269
  value: input.favorites
14010
- }, _errorFactory)) && input.favorites.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16270
+ }, _errorFactory)) && input.favorites.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14011
16271
  method: "typia.assert",
14012
- path: _path + ".favorites[" + _index43 + "]",
16272
+ path: _path + ".favorites[" + _index45 + "]",
14013
16273
  expected: "string",
14014
16274
  value: elem
14015
16275
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14427,9 +16687,9 @@ function _assertDomainRecord(domain, input) {
14427
16687
  path: _path + ".playbackRates",
14428
16688
  expected: "(Array<number> | undefined)",
14429
16689
  value: input.playbackRates
14430
- }, _errorFactory)) && input.playbackRates.every((elem, _index44) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16690
+ }, _errorFactory)) && input.playbackRates.every((elem, _index46) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14431
16691
  method: "typia.assert",
14432
- path: _path + ".playbackRates[" + _index44 + "]",
16692
+ path: _path + ".playbackRates[" + _index46 + "]",
14433
16693
  expected: "number",
14434
16694
  value: elem
14435
16695
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14462,14 +16722,14 @@ function _assertDomainRecord(domain, input) {
14462
16722
  path: _path + ".guides",
14463
16723
  expected: "(Array<__type>.o2 | undefined)",
14464
16724
  value: input.guides
14465
- }, _errorFactory)) && input.guides.every((elem, _index45) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16725
+ }, _errorFactory)) && input.guides.every((elem, _index47) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14466
16726
  method: "typia.assert",
14467
- path: _path + ".guides[" + _index45 + "]",
16727
+ path: _path + ".guides[" + _index47 + "]",
14468
16728
  expected: "__type.o41",
14469
16729
  value: elem
14470
- }, _errorFactory)) && _ao48(elem, _path + ".guides[" + _index45 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16730
+ }, _errorFactory)) && _ao48(elem, _path + ".guides[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14471
16731
  method: "typia.assert",
14472
- path: _path + ".guides[" + _index45 + "]",
16732
+ path: _path + ".guides[" + _index47 + "]",
14473
16733
  expected: "__type.o41",
14474
16734
  value: elem
14475
16735
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14557,14 +16817,14 @@ function _assertDomainRecord(domain, input) {
14557
16817
  path: _path + ".suggestions",
14558
16818
  expected: "(Array<__type> | undefined)",
14559
16819
  value: input.suggestions
14560
- }, _errorFactory)) && input.suggestions.every((elem, _index46) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16820
+ }, _errorFactory)) && input.suggestions.every((elem, _index48) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14561
16821
  method: "typia.assert",
14562
- path: _path + ".suggestions[" + _index46 + "]",
16822
+ path: _path + ".suggestions[" + _index48 + "]",
14563
16823
  expected: "__type.o39",
14564
16824
  value: elem
14565
- }, _errorFactory)) && _ao46(elem, _path + ".suggestions[" + _index46 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16825
+ }, _errorFactory)) && _ao46(elem, _path + ".suggestions[" + _index48 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14566
16826
  method: "typia.assert",
14567
- path: _path + ".suggestions[" + _index46 + "]",
16827
+ path: _path + ".suggestions[" + _index48 + "]",
14568
16828
  expected: "__type.o39",
14569
16829
  value: elem
14570
16830
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14577,14 +16837,14 @@ function _assertDomainRecord(domain, input) {
14577
16837
  path: _path + ".colors",
14578
16838
  expected: "(Array<__type>.o1 | undefined)",
14579
16839
  value: input.colors
14580
- }, _errorFactory)) && input.colors.every((elem, _index47) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16840
+ }, _errorFactory)) && input.colors.every((elem, _index49) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14581
16841
  method: "typia.assert",
14582
- path: _path + ".colors[" + _index47 + "]",
16842
+ path: _path + ".colors[" + _index49 + "]",
14583
16843
  expected: "__type.o40",
14584
16844
  value: elem
14585
- }, _errorFactory)) && _ao47(elem, _path + ".colors[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16845
+ }, _errorFactory)) && _ao47(elem, _path + ".colors[" + _index49 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14586
16846
  method: "typia.assert",
14587
- path: _path + ".colors[" + _index47 + "]",
16847
+ path: _path + ".colors[" + _index49 + "]",
14588
16848
  expected: "__type.o40",
14589
16849
  value: elem
14590
16850
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14592,6 +16852,21 @@ function _assertDomainRecord(domain, input) {
14592
16852
  path: _path + ".colors",
14593
16853
  expected: "(Array<__type>.o1 | undefined)",
14594
16854
  value: input.colors
16855
+ }, _errorFactory)) && (undefined === input.overridableProperties || (Array.isArray(input.overridableProperties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16856
+ method: "typia.assert",
16857
+ path: _path + ".overridableProperties",
16858
+ expected: "(Array<keyof SubtitleStyle | null> | undefined)",
16859
+ value: input.overridableProperties
16860
+ }, _errorFactory)) && input.overridableProperties.every((elem, _index50) => null === elem || true === _av51.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16861
+ method: "typia.assert",
16862
+ path: _path + ".overridableProperties[" + _index50 + "]",
16863
+ expected: "(\"alignment\" | \"angle\" | \"backColour\" | \"bold\" | \"borderStyle\" | \"encoding\" | \"fontname\" | \"fontsize\" | \"italic\" | \"marginL\" | \"marginR\" | \"marginV\" | \"name\" | \"outline\" | \"outlineColour\" | \"primaryColour\" | \"scaleX\" | \"scaleY\" | \"secondaryColour\" | \"shadow\" | \"spacing\" | \"strikeOut\" | \"underline\" | null)",
16864
+ value: elem
16865
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16866
+ method: "typia.assert",
16867
+ path: _path + ".overridableProperties",
16868
+ expected: "(Array<keyof SubtitleStyle | null> | undefined)",
16869
+ value: input.overridableProperties
14595
16870
  }, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14596
16871
  method: "typia.assert",
14597
16872
  path: _path + ".ifAspectRatio",
@@ -14682,14 +16957,14 @@ function _assertDomainRecord(domain, input) {
14682
16957
  path: _path + ".text",
14683
16958
  expected: "(Array<__type>.o3 | undefined)",
14684
16959
  value: input.text
14685
- }, _errorFactory)) && input.text.every((elem, _index48) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16960
+ }, _errorFactory)) && input.text.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14686
16961
  method: "typia.assert",
14687
- path: _path + ".text[" + _index48 + "]",
16962
+ path: _path + ".text[" + _index52 + "]",
14688
16963
  expected: "__type.o46",
14689
16964
  value: elem
14690
- }, _errorFactory)) && _ao53(elem, _path + ".text[" + _index48 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16965
+ }, _errorFactory)) && _ao53(elem, _path + ".text[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14691
16966
  method: "typia.assert",
14692
- path: _path + ".text[" + _index48 + "]",
16967
+ path: _path + ".text[" + _index52 + "]",
14693
16968
  expected: "__type.o46",
14694
16969
  value: elem
14695
16970
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14737,9 +17012,9 @@ function _assertDomainRecord(domain, input) {
14737
17012
  path: _path + ".args",
14738
17013
  expected: "(Array<string> | undefined)",
14739
17014
  value: input.args
14740
- }, _errorFactory)) && input.args.every((elem, _index49) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17015
+ }, _errorFactory)) && input.args.every((elem, _index53) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14741
17016
  method: "typia.assert",
14742
- path: _path + ".args[" + _index49 + "]",
17017
+ path: _path + ".args[" + _index53 + "]",
14743
17018
  expected: "string",
14744
17019
  value: elem
14745
17020
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14802,9 +17077,9 @@ function _assertDomainRecord(domain, input) {
14802
17077
  path: _path + ".args",
14803
17078
  expected: "(Array<string> | undefined)",
14804
17079
  value: input.args
14805
- }, _errorFactory)) && input.args.every((elem, _index50) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17080
+ }, _errorFactory)) && input.args.every((elem, _index54) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14806
17081
  method: "typia.assert",
14807
- path: _path + ".args[" + _index50 + "]",
17082
+ path: _path + ".args[" + _index54 + "]",
14808
17083
  expected: "string",
14809
17084
  value: elem
14810
17085
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14917,7 +17192,7 @@ function _assertDomainRecord(domain, input) {
14917
17192
  path: _path + ".search",
14918
17193
  expected: "(__type.o58 | undefined)",
14919
17194
  value: input.search
14920
- }, _errorFactory)) && (undefined === input.sortMode || true === _av51.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17195
+ }, _errorFactory)) && (undefined === input.sortMode || true === _av55.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14921
17196
  method: "typia.assert",
14922
17197
  path: _path + ".sortMode",
14923
17198
  expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
@@ -14937,9 +17212,9 @@ function _assertDomainRecord(domain, input) {
14937
17212
  path: _path + ".fontFamilies",
14938
17213
  expected: "(Array<string> | undefined)",
14939
17214
  value: input.fontFamilies
14940
- }, _errorFactory)) && input.fontFamilies.every((elem, _index52) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17215
+ }, _errorFactory)) && input.fontFamilies.every((elem, _index56) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14941
17216
  method: "typia.assert",
14942
- path: _path + ".fontFamilies[" + _index52 + "]",
17217
+ path: _path + ".fontFamilies[" + _index56 + "]",
14943
17218
  expected: "string",
14944
17219
  value: elem
14945
17220
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -15102,9 +17377,9 @@ function _assertDomainRecord(domain, input) {
15102
17377
  path: _path + ".comment",
15103
17378
  expected: "(Array<NotificationReason> | undefined)",
15104
17379
  value: input.comment
15105
- }, _errorFactory)) && input.comment.every((elem, _index53) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17380
+ }, _errorFactory)) && input.comment.every((elem, _index57) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15106
17381
  method: "typia.assert",
15107
- path: _path + ".comment[" + _index53 + "]",
17382
+ path: _path + ".comment[" + _index57 + "]",
15108
17383
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
15109
17384
  value: elem
15110
17385
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -15117,9 +17392,9 @@ function _assertDomainRecord(domain, input) {
15117
17392
  path: _path + ".assigned",
15118
17393
  expected: "(Array<NotificationReason> | undefined)",
15119
17394
  value: input.assigned
15120
- }, _errorFactory)) && input.assigned.every((elem, _index54) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17395
+ }, _errorFactory)) && input.assigned.every((elem, _index58) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15121
17396
  method: "typia.assert",
15122
- path: _path + ".assigned[" + _index54 + "]",
17397
+ path: _path + ".assigned[" + _index58 + "]",
15123
17398
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
15124
17399
  value: elem
15125
17400
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -15132,9 +17407,9 @@ function _assertDomainRecord(domain, input) {
15132
17407
  path: _path + ".unassigned",
15133
17408
  expected: "(Array<NotificationReason> | undefined)",
15134
17409
  value: input.unassigned
15135
- }, _errorFactory)) && input.unassigned.every((elem, _index55) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17410
+ }, _errorFactory)) && input.unassigned.every((elem, _index59) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15136
17411
  method: "typia.assert",
15137
- path: _path + ".unassigned[" + _index55 + "]",
17412
+ path: _path + ".unassigned[" + _index59 + "]",
15138
17413
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
15139
17414
  value: elem
15140
17415
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -15161,9 +17436,9 @@ function _assertDomainRecord(domain, input) {
15161
17436
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
15162
17437
  expected: "Array<NotificationReason>",
15163
17438
  value: value
15164
- }, _errorFactory)) && value.every((elem, _index56) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17439
+ }, _errorFactory)) && value.every((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15165
17440
  method: "typia.assert",
15166
- path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index56 + "]",
17441
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index60 + "]",
15167
17442
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
15168
17443
  value: elem
15169
17444
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {