@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
@@ -1402,7 +1402,7 @@ function _assertGuardExactRecord(name, input) {
1402
1402
  if (undefined === value)
1403
1403
  return true;
1404
1404
  return "string" === typeof value;
1405
- }); 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, {
1405
+ }); 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, {
1406
1406
  method: "typia.assertGuard",
1407
1407
  path: _path + ".languages",
1408
1408
  expected: "(Record<string, string> | undefined)",
@@ -1457,7 +1457,7 @@ function _assertGuardExactRecord(name, input) {
1457
1457
  path: _path + ".weight",
1458
1458
  expected: "(\"bold\" | \"normal\" | undefined)",
1459
1459
  value: input.weight
1460
- }, _errorFactory)) && (undefined === input.style || "normal" === input.style || "italic" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1460
+ }, _errorFactory)) && (undefined === input.style || "italic" === input.style || "normal" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1461
1461
  method: "typia.assertGuard",
1462
1462
  path: _path + ".style",
1463
1463
  expected: "(\"italic\" | \"normal\" | undefined)",
@@ -1485,7 +1485,7 @@ function _assertGuardExactRecord(name, input) {
1485
1485
  if (undefined === value)
1486
1486
  return true;
1487
1487
  return "string" === typeof value;
1488
- }); 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, {
1488
+ }); 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, {
1489
1489
  method: "typia.assertGuard",
1490
1490
  path: _path + ".languages",
1491
1491
  expected: "(Record<string, string> | undefined)",
@@ -1540,7 +1540,7 @@ function _assertGuardExactRecord(name, input) {
1540
1540
  path: _path + ".weight",
1541
1541
  expected: "(\"bold\" | \"normal\" | undefined)",
1542
1542
  value: input.weight
1543
- }, _errorFactory)) && (undefined === input.style || "normal" === input.style || "italic" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1543
+ }, _errorFactory)) && (undefined === input.style || "italic" === input.style || "normal" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1544
1544
  method: "typia.assertGuard",
1545
1545
  path: _path + ".style",
1546
1546
  expected: "(\"italic\" | \"normal\" | undefined)",
@@ -1636,7 +1636,7 @@ function _assertGuardExactRecord(name, input) {
1636
1636
  }; })()(input);
1637
1637
  }
1638
1638
  case "media.fonts?": {
1639
- 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, {
1639
+ 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, {
1640
1640
  method: "typia.assertGuard",
1641
1641
  path: _path + ".fontFaces",
1642
1642
  expected: "(Array<FontFace> | undefined)",
@@ -1696,7 +1696,7 @@ function _assertGuardExactRecord(name, input) {
1696
1696
  path: _path + ".weight",
1697
1697
  expected: "number",
1698
1698
  value: input.weight
1699
- }, _errorFactory)) && ("normal" === input.style || "italic" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1699
+ }, _errorFactory)) && ("italic" === input.style || "normal" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1700
1700
  method: "typia.assertGuard",
1701
1701
  path: _path + ".style",
1702
1702
  expected: "(\"italic\" | \"normal\")",
@@ -2155,6 +2155,39 @@ function _assertGuardDomainRecord(domain, input) {
2155
2155
  }
2156
2156
  }; })()(input);
2157
2157
  }
2158
+ case ":asset.rawTypes?": {
2159
+ 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, {
2160
+ method: "typia.assertGuard",
2161
+ path: _path + ".value",
2162
+ expected: "(Array<string> | undefined)",
2163
+ value: input.value
2164
+ }, _errorFactory)) && input.value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2165
+ method: "typia.assertGuard",
2166
+ path: _path + ".value[" + _index2 + "]",
2167
+ expected: "string",
2168
+ value: elem
2169
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2170
+ method: "typia.assertGuard",
2171
+ path: _path + ".value",
2172
+ expected: "(Array<string> | undefined)",
2173
+ value: input.value
2174
+ }, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
2175
+ if (false === __is(input)) {
2176
+ _errorFactory = errorFactory;
2177
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
2178
+ method: "typia.assertGuard",
2179
+ path: _path + "",
2180
+ expected: "AssetRawTypesProvidedRecord",
2181
+ value: input
2182
+ }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
2183
+ method: "typia.assertGuard",
2184
+ path: _path + "",
2185
+ expected: "AssetRawTypesProvidedRecord",
2186
+ value: input
2187
+ }, _errorFactory))(input, "$input", true);
2188
+ }
2189
+ }; })()(input);
2190
+ }
2158
2191
  case ":asset.types?": {
2159
2192
  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, {
2160
2193
  method: "typia.assertGuard",
@@ -3547,32 +3580,160 @@ function _assertGuardDomainRecord(domain, input) {
3547
3580
  }; })()(input);
3548
3581
  }
3549
3582
  case ":connection": {
3550
- 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 => (() => {
3551
- if ("ftp" === input.protocol)
3583
+ 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 => {
3584
+ const value = input[key];
3585
+ if (undefined === value)
3586
+ return true;
3587
+ return "string" === typeof value;
3588
+ }); 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 => {
3589
+ if (["connection"].some(prop => key === prop))
3590
+ return true;
3591
+ const value = input[key];
3592
+ if (undefined === value)
3593
+ return true;
3594
+ return true;
3595
+ }); const _io13 = input => Object.keys(input).every(key => {
3596
+ const value = input[key];
3597
+ if (undefined === value)
3598
+ return true;
3599
+ return undefined === value || "string" === typeof value;
3600
+ }); 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 => {
3601
+ const value = input[key];
3602
+ if (undefined === value)
3603
+ return true;
3604
+ return "object" === typeof value && null !== value && _io16(value);
3605
+ }); 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 => {
3606
+ const value = input[key];
3607
+ if (undefined === value)
3608
+ return true;
3609
+ return undefined === value || "string" === typeof value;
3610
+ }); 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 => {
3611
+ const value = input[key];
3612
+ if (undefined === value)
3613
+ return true;
3614
+ return null !== value && (undefined === value || "string" === typeof value || Array.isArray(value) && value.every(elem => "string" === typeof elem));
3615
+ }); 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 => (() => {
3616
+ if (undefined !== input.__context)
3617
+ return _io14(input);
3618
+ else
3619
+ return _io13(input);
3620
+ })(); const _iu1 = input => (() => {
3621
+ if (undefined !== input.__context)
3622
+ return _io17(input);
3623
+ else
3624
+ return _io15(input);
3625
+ })(); const _iu2 = input => (() => {
3626
+ if (undefined !== input.__context)
3627
+ return _io19(input);
3628
+ else
3629
+ return _io18(input);
3630
+ })(); const _iu3 = input => (() => {
3631
+ if (undefined !== input.__context)
3632
+ return _io31(input);
3633
+ else
3634
+ return _io13(input);
3635
+ })(); const _iu4 = input => (() => {
3636
+ if (undefined !== input.__context)
3637
+ return _io32(input);
3638
+ else
3639
+ return _io15(input);
3640
+ })(); const _iu5 = input => (() => {
3641
+ if (undefined !== input.__context)
3642
+ return _io33(input);
3643
+ else
3644
+ return _io18(input);
3645
+ })(); const _iu6 = input => (() => {
3646
+ if (undefined !== input.__context)
3647
+ return _io37(input);
3648
+ else
3649
+ return _io36(input);
3650
+ })(); const _iu7 = input => (() => {
3651
+ if (undefined !== input.__context)
3652
+ return _io42(input);
3653
+ else
3654
+ return _io13(input);
3655
+ })(); const _iu8 = input => (() => {
3656
+ if (undefined !== input.__context)
3657
+ return _io43(input);
3658
+ else
3659
+ return _io15(input);
3660
+ })(); const _iu9 = input => (() => {
3661
+ if (undefined !== input.__context)
3662
+ return _io44(input);
3663
+ else
3664
+ return _io18(input);
3665
+ })(); const _iu10 = input => (() => {
3666
+ if (undefined !== input.__context)
3667
+ return _io53(input);
3668
+ else
3669
+ return _io13(input);
3670
+ })(); const _iu11 = input => (() => {
3671
+ if (undefined !== input.__context)
3672
+ return _io54(input);
3673
+ else
3674
+ return _io15(input);
3675
+ })(); const _iu12 = input => (() => {
3676
+ if (undefined !== input.__context)
3677
+ return _io55(input);
3678
+ else
3679
+ return _io18(input);
3680
+ })(); const _iu13 = input => (() => {
3681
+ if (undefined !== input.__context)
3682
+ return _io61(input);
3683
+ else
3684
+ return _io13(input);
3685
+ })(); const _iu14 = input => (() => {
3686
+ if (undefined !== input.__context)
3687
+ return _io62(input);
3688
+ else
3689
+ return _io15(input);
3690
+ })(); const _iu15 = input => (() => {
3691
+ if (undefined !== input.__context)
3692
+ return _io63(input);
3693
+ else
3694
+ return _io18(input);
3695
+ })(); const _iu16 = input => (() => {
3696
+ if (undefined !== input.__context)
3697
+ return _io69(input);
3698
+ else
3699
+ return _io13(input);
3700
+ })(); const _iu17 = input => (() => {
3701
+ if (undefined !== input.__context)
3702
+ return _io70(input);
3703
+ else
3704
+ return _io15(input);
3705
+ })(); const _iu18 = input => (() => {
3706
+ if (undefined !== input.__context)
3707
+ return _io71(input);
3708
+ else
3709
+ return _io18(input);
3710
+ })(); const _iu19 = input => (() => {
3711
+ if (_io0(input))
3552
3712
  return _io0(input);
3553
- else if ("s3" === input.protocol)
3713
+ if (_io2(input))
3554
3714
  return _io2(input);
3555
- else if ("smb" === input.protocol)
3556
- return _io3(input);
3557
- else if ("sftp" === input.protocol)
3558
- return _io4(input);
3559
- else if ("facebook" === input.type)
3560
- return _io5(input);
3561
- else if ("reuters" === input.type)
3562
- return _io6(input);
3563
- else if (undefined !== input.type && null === input.type)
3564
- return _io7(input);
3565
- else
3566
- return false;
3567
- })(); const _ao0 = (input, _path, _exceptionable = true) => ("ftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3715
+ if (_io73(input))
3716
+ return _io73(input);
3717
+ if (_io74(input))
3718
+ return _io74(input);
3719
+ if (_io75(input))
3720
+ return _io75(input);
3721
+ if (_io76(input))
3722
+ return _io76(input);
3723
+ if (_io77(input))
3724
+ return _io77(input);
3725
+ if (_io78(input))
3726
+ return _io78(input);
3727
+ return false;
3728
+ })(); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "ftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3568
3729
  method: "typia.assertGuard",
3569
3730
  path: _path + ".protocol",
3570
- expected: "\"ftp\"",
3731
+ expected: "(\"ftp\" | undefined)",
3571
3732
  value: input.protocol
3572
- }, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3733
+ }, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3573
3734
  method: "typia.assertGuard",
3574
3735
  path: _path + ".host",
3575
- expected: "string",
3736
+ expected: "(string | undefined)",
3576
3737
  value: input.host
3577
3738
  }, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3578
3739
  method: "typia.assertGuard",
@@ -3594,10 +3755,10 @@ function _assertGuardDomainRecord(domain, input) {
3594
3755
  path: _path + ".timezone",
3595
3756
  expected: "(string | undefined)",
3596
3757
  value: input.timezone
3597
- }, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3758
+ }, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3598
3759
  method: "typia.assertGuard",
3599
3760
  path: _path + ".type",
3600
- expected: "\"file\"",
3761
+ expected: "(\"file\" | undefined)",
3601
3762
  value: input.type
3602
3763
  }, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3603
3764
  method: "typia.assertGuard",
@@ -3629,7 +3790,102 @@ function _assertGuardDomainRecord(domain, input) {
3629
3790
  path: _path + ".listConcurrency",
3630
3791
  expected: "(number | undefined)",
3631
3792
  value: input.listConcurrency
3632
- }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3793
+ }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3794
+ method: "typia.assertGuard",
3795
+ path: _path + ".metafile",
3796
+ expected: "(__type | undefined)",
3797
+ value: input.metafile
3798
+ }, _errorFactory)) && _ao1(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3799
+ method: "typia.assertGuard",
3800
+ path: _path + ".metafile",
3801
+ expected: "(__type | undefined)",
3802
+ value: input.metafile
3803
+ }, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3804
+ method: "typia.assertGuard",
3805
+ path: _path + ".userNotificationsEnabled",
3806
+ expected: "(boolean | undefined)",
3807
+ value: input.userNotificationsEnabled
3808
+ }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => undefined === input.content || "string" === typeof input.content || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3809
+ method: "typia.assertGuard",
3810
+ path: _path + ".content",
3811
+ expected: "(string | undefined)",
3812
+ value: input.content
3813
+ }, _errorFactory); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "http" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3814
+ method: "typia.assertGuard",
3815
+ path: _path + ".protocol",
3816
+ expected: "(\"http\" | undefined)",
3817
+ value: input.protocol
3818
+ }, _errorFactory)) && (undefined === input.secure || "boolean" === typeof input.secure || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3819
+ method: "typia.assertGuard",
3820
+ path: _path + ".secure",
3821
+ expected: "(boolean | undefined)",
3822
+ value: input.secure
3823
+ }, _errorFactory)) && (undefined === input.authType || "none" === input.authType || "oauth2" === input.authType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3824
+ method: "typia.assertGuard",
3825
+ path: _path + ".authType",
3826
+ expected: "(\"none\" | \"oauth2\" | undefined)",
3827
+ value: input.authType
3828
+ }, _errorFactory)) && (undefined === input.oauth2 || ("object" === typeof input.oauth2 && null !== input.oauth2 && false === Array.isArray(input.oauth2) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3829
+ method: "typia.assertGuard",
3830
+ path: _path + ".oauth2",
3831
+ expected: "(__type.o1 | undefined)",
3832
+ value: input.oauth2
3833
+ }, _errorFactory)) && _ao3(input.oauth2, _path + ".oauth2", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3834
+ method: "typia.assertGuard",
3835
+ path: _path + ".oauth2",
3836
+ expected: "(__type.o1 | undefined)",
3837
+ value: input.oauth2
3838
+ }, _errorFactory)) && (undefined === input.actions || ("object" === typeof input.actions && null !== input.actions && false === Array.isArray(input.actions) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3839
+ method: "typia.assertGuard",
3840
+ path: _path + ".actions",
3841
+ expected: "(HttpConnectionActions | undefined)",
3842
+ value: input.actions
3843
+ }, _errorFactory)) && _ao8(input.actions, _path + ".actions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3844
+ method: "typia.assertGuard",
3845
+ path: _path + ".actions",
3846
+ expected: "(HttpConnectionActions | undefined)",
3847
+ value: input.actions
3848
+ }, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3849
+ method: "typia.assertGuard",
3850
+ path: _path + ".type",
3851
+ expected: "(\"file\" | undefined)",
3852
+ value: input.type
3853
+ }, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3854
+ method: "typia.assertGuard",
3855
+ path: _path + ".host",
3856
+ expected: "(string | undefined)",
3857
+ value: input.host
3858
+ }, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3859
+ method: "typia.assertGuard",
3860
+ path: _path + ".port",
3861
+ expected: "(number | string | undefined)",
3862
+ value: input.port
3863
+ }, _errorFactory)) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3864
+ method: "typia.assertGuard",
3865
+ path: _path + ".ignoreMissing",
3866
+ expected: "(boolean | undefined)",
3867
+ value: input.ignoreMissing
3868
+ }, _errorFactory)) && (undefined === input.concurrency || "number" === typeof input.concurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3869
+ method: "typia.assertGuard",
3870
+ path: _path + ".concurrency",
3871
+ expected: "(number | undefined)",
3872
+ value: input.concurrency
3873
+ }, _errorFactory)) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3874
+ method: "typia.assertGuard",
3875
+ path: _path + ".stabilityThreshold",
3876
+ expected: "(number | undefined)",
3877
+ value: input.stabilityThreshold
3878
+ }, _errorFactory)) && (undefined === input.pollInterval || "number" === typeof input.pollInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3879
+ method: "typia.assertGuard",
3880
+ path: _path + ".pollInterval",
3881
+ expected: "(number | undefined)",
3882
+ value: input.pollInterval
3883
+ }, _errorFactory)) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3884
+ method: "typia.assertGuard",
3885
+ path: _path + ".listConcurrency",
3886
+ expected: "(number | undefined)",
3887
+ value: input.listConcurrency
3888
+ }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3633
3889
  method: "typia.assertGuard",
3634
3890
  path: _path + ".metafile",
3635
3891
  expected: "(__type | undefined)",
@@ -3641,28 +3897,1930 @@ function _assertGuardDomainRecord(domain, input) {
3641
3897
  value: input.metafile
3642
3898
  }, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3643
3899
  method: "typia.assertGuard",
3644
- path: _path + ".userNotificationsEnabled",
3645
- expected: "(boolean | undefined)",
3646
- value: input.userNotificationsEnabled
3647
- }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => "string" === typeof input.content || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3900
+ path: _path + ".userNotificationsEnabled",
3901
+ expected: "(boolean | undefined)",
3902
+ value: input.userNotificationsEnabled
3903
+ }, _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, {
3904
+ method: "typia.assertGuard",
3905
+ path: _path + ".client",
3906
+ expected: "(__type.o2 | undefined)",
3907
+ value: input.client
3908
+ }, _errorFactory)) && _ao4(input.client, _path + ".client", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3909
+ method: "typia.assertGuard",
3910
+ path: _path + ".client",
3911
+ expected: "(__type.o2 | undefined)",
3912
+ value: input.client
3913
+ }, _errorFactory)) && (undefined === input.auth || ("object" === typeof input.auth && null !== input.auth && false === Array.isArray(input.auth) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3914
+ method: "typia.assertGuard",
3915
+ path: _path + ".auth",
3916
+ expected: "(__type.o3 | undefined)",
3917
+ value: input.auth
3918
+ }, _errorFactory)) && _ao5(input.auth, _path + ".auth", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3919
+ method: "typia.assertGuard",
3920
+ path: _path + ".auth",
3921
+ expected: "(__type.o3 | undefined)",
3922
+ value: input.auth
3923
+ }, _errorFactory)) && (undefined === input.tokenParams || ("object" === typeof input.tokenParams && null !== input.tokenParams && false === Array.isArray(input.tokenParams) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3924
+ method: "typia.assertGuard",
3925
+ path: _path + ".tokenParams",
3926
+ expected: "(__type.o4 | undefined)",
3927
+ value: input.tokenParams
3928
+ }, _errorFactory)) && _ao6(input.tokenParams, _path + ".tokenParams", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3929
+ method: "typia.assertGuard",
3930
+ path: _path + ".tokenParams",
3931
+ expected: "(__type.o4 | undefined)",
3932
+ value: input.tokenParams
3933
+ }, _errorFactory)) && (undefined === input.grantType || "password" === input.grantType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3934
+ method: "typia.assertGuard",
3935
+ path: _path + ".grantType",
3936
+ expected: "(\"password\" | undefined)",
3937
+ value: input.grantType
3938
+ }, _errorFactory)) && (undefined === input.token || ("object" === typeof input.token && null !== input.token || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3939
+ method: "typia.assertGuard",
3940
+ path: _path + ".token",
3941
+ expected: "(__type.o5 | undefined)",
3942
+ value: input.token
3943
+ }, _errorFactory)) && _ao7(input.token, _path + ".token", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3944
+ method: "typia.assertGuard",
3945
+ path: _path + ".token",
3946
+ expected: "(__type.o5 | undefined)",
3947
+ value: input.token
3948
+ }, _errorFactory)) && (undefined === input.error || "string" === typeof input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3949
+ method: "typia.assertGuard",
3950
+ path: _path + ".error",
3951
+ expected: "(string | undefined)",
3952
+ value: input.error
3953
+ }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3954
+ method: "typia.assertGuard",
3955
+ path: _path + ".id",
3956
+ expected: "(string | undefined)",
3957
+ value: input.id
3958
+ }, _errorFactory)) && (undefined === input.secret || "string" === typeof input.secret || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3959
+ method: "typia.assertGuard",
3960
+ path: _path + ".secret",
3961
+ expected: "(string | undefined)",
3962
+ value: input.secret
3963
+ }, _errorFactory)) && (undefined === input.secretParamName || "string" === typeof input.secretParamName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3964
+ method: "typia.assertGuard",
3965
+ path: _path + ".secretParamName",
3966
+ expected: "(string | undefined)",
3967
+ value: input.secretParamName
3968
+ }, _errorFactory)) && (undefined === input.idParamName || "string" === typeof input.idParamName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3969
+ method: "typia.assertGuard",
3970
+ path: _path + ".idParamName",
3971
+ expected: "(string | undefined)",
3972
+ value: input.idParamName
3973
+ }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (undefined === input.tokenHost || "string" === typeof input.tokenHost || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3974
+ method: "typia.assertGuard",
3975
+ path: _path + ".tokenHost",
3976
+ expected: "(string | undefined)",
3977
+ value: input.tokenHost
3978
+ }, _errorFactory)) && (undefined === input.tokenPath || "string" === typeof input.tokenPath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3979
+ method: "typia.assertGuard",
3980
+ path: _path + ".tokenPath",
3981
+ expected: "(string | undefined)",
3982
+ value: input.tokenPath
3983
+ }, _errorFactory)) && (undefined === input.refreshPath || "string" === typeof input.refreshPath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3984
+ method: "typia.assertGuard",
3985
+ path: _path + ".refreshPath",
3986
+ expected: "(string | undefined)",
3987
+ value: input.refreshPath
3988
+ }, _errorFactory)) && (undefined === input.revokePath || "string" === typeof input.revokePath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3989
+ method: "typia.assertGuard",
3990
+ path: _path + ".revokePath",
3991
+ expected: "(string | undefined)",
3992
+ value: input.revokePath
3993
+ }, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
3994
+ const value = input[key];
3995
+ if (undefined === value)
3996
+ return true;
3997
+ return "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3998
+ method: "typia.assertGuard",
3999
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4000
+ expected: "string",
4001
+ value: value
4002
+ }, _errorFactory);
4003
+ }); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.accessToken || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4004
+ method: "typia.assertGuard",
4005
+ path: _path + ".accessToken",
4006
+ expected: "string",
4007
+ value: input.accessToken
4008
+ }, _errorFactory)) && (null === input.refreshToken || "string" === typeof input.refreshToken || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4009
+ method: "typia.assertGuard",
4010
+ path: _path + ".refreshToken",
4011
+ expected: "(null | string)",
4012
+ value: input.refreshToken
4013
+ }, _errorFactory)) && (null === input.expiresAt || "number" === typeof input.expiresAt || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4014
+ method: "typia.assertGuard",
4015
+ path: _path + ".expiresAt",
4016
+ expected: "(null | number)",
4017
+ value: input.expiresAt
4018
+ }, _errorFactory)) && (undefined === input.idToken || "string" === typeof input.idToken || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4019
+ method: "typia.assertGuard",
4020
+ path: _path + ".idToken",
4021
+ expected: "(string | undefined)",
4022
+ value: input.idToken
4023
+ }, _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, {
4024
+ method: "typia.assertGuard",
4025
+ path: _path + ".ping",
4026
+ expected: "(FileConnectionHttpAction<Record<string, unknown>, undefined> | undefined)",
4027
+ value: input.ping
4028
+ }, _errorFactory)) && _ao9(input.ping, _path + ".ping", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4029
+ method: "typia.assertGuard",
4030
+ path: _path + ".ping",
4031
+ expected: "(FileConnectionHttpAction<Record<string, unknown>, undefined> | undefined)",
4032
+ value: input.ping
4033
+ }, _errorFactory)) && (undefined === input.head || ("object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4034
+ method: "typia.assertGuard",
4035
+ path: _path + ".head",
4036
+ expected: "(FileConnectionHttpAction<__type, FileConnectionHeadResponse | undefined> | undefined)",
4037
+ value: input.head
4038
+ }, _errorFactory)) && _ao27(input.head, _path + ".head", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4039
+ method: "typia.assertGuard",
4040
+ path: _path + ".head",
4041
+ expected: "(FileConnectionHttpAction<__type, FileConnectionHeadResponse | undefined> | undefined)",
4042
+ value: input.head
4043
+ }, _errorFactory)) && (undefined === input.list || ("object" === typeof input.list && null !== input.list && false === Array.isArray(input.list) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4044
+ method: "typia.assertGuard",
4045
+ path: _path + ".list",
4046
+ expected: "(FileConnectionHttpAction<__type, Array<FileConnectionListResponseItem>> | undefined)",
4047
+ value: input.list
4048
+ }, _errorFactory)) && _ao38(input.list, _path + ".list", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4049
+ method: "typia.assertGuard",
4050
+ path: _path + ".list",
4051
+ expected: "(FileConnectionHttpAction<__type, Array<FileConnectionListResponseItem>> | undefined)",
4052
+ value: input.list
4053
+ }, _errorFactory)) && (undefined === input.get || ("object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4054
+ method: "typia.assertGuard",
4055
+ path: _path + ".get",
4056
+ expected: "(FileConnectionHttpAction<__type, undefined> | undefined)",
4057
+ value: input.get
4058
+ }, _errorFactory)) && _ao49(input.get, _path + ".get", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4059
+ method: "typia.assertGuard",
4060
+ path: _path + ".get",
4061
+ expected: "(FileConnectionHttpAction<__type, undefined> | undefined)",
4062
+ value: input.get
4063
+ }, _errorFactory)) && (undefined === input.put || ("object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4064
+ method: "typia.assertGuard",
4065
+ path: _path + ".put",
4066
+ expected: "(FileConnectionHttpAction<__type, undefined>.o1 | undefined)",
4067
+ value: input.put
4068
+ }, _errorFactory)) && _ao57(input.put, _path + ".put", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4069
+ method: "typia.assertGuard",
4070
+ path: _path + ".put",
4071
+ expected: "(FileConnectionHttpAction<__type, undefined>.o1 | undefined)",
4072
+ value: input.put
4073
+ }, _errorFactory)) && (undefined === input.del || ("object" === typeof input.del && null !== input.del && false === Array.isArray(input.del) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4074
+ method: "typia.assertGuard",
4075
+ path: _path + ".del",
4076
+ expected: "(FileConnectionHttpAction<__type, undefined>.o2 | undefined)",
4077
+ value: input.del
4078
+ }, _errorFactory)) && _ao65(input.del, _path + ".del", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4079
+ method: "typia.assertGuard",
4080
+ path: _path + ".del",
4081
+ expected: "(FileConnectionHttpAction<__type, undefined>.o2 | undefined)",
4082
+ value: input.del
4083
+ }, _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, {
4084
+ method: "typia.assertGuard",
4085
+ path: _path + ".request",
4086
+ expected: "(__type.o6 | undefined)",
4087
+ value: input.request
4088
+ }, _errorFactory)) && _ao10(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4089
+ method: "typia.assertGuard",
4090
+ path: _path + ".request",
4091
+ expected: "(__type.o6 | undefined)",
4092
+ value: input.request
4093
+ }, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4094
+ method: "typia.assertGuard",
4095
+ path: _path + ".response",
4096
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
4097
+ value: input.response
4098
+ }, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4099
+ method: "typia.assertGuard",
4100
+ path: _path + ".response",
4101
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
4102
+ value: input.response
4103
+ }, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4104
+ method: "typia.assertGuard",
4105
+ path: _path + ".origin",
4106
+ expected: "(__type.o7 | string | undefined)",
4107
+ value: input.origin
4108
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4109
+ method: "typia.assertGuard",
4110
+ path: _path + ".origin",
4111
+ expected: "(__type.o7 | string | undefined)",
4112
+ value: input.origin
4113
+ }, _errorFactory)) && _ao11(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4114
+ method: "typia.assertGuard",
4115
+ path: _path + ".origin",
4116
+ expected: "(__type.o7 | string | undefined)",
4117
+ value: input.origin
4118
+ }, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4119
+ method: "typia.assertGuard",
4120
+ path: _path + ".path",
4121
+ expected: "(__type.o7 | string | undefined)",
4122
+ value: input.path
4123
+ }, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4124
+ method: "typia.assertGuard",
4125
+ path: _path + ".path",
4126
+ expected: "(__type.o7 | string | undefined)",
4127
+ value: input.path
4128
+ }, _errorFactory)) && _ao11(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4129
+ method: "typia.assertGuard",
4130
+ path: _path + ".path",
4131
+ expected: "(__type.o7 | string | undefined)",
4132
+ value: input.path
4133
+ }, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4134
+ method: "typia.assertGuard",
4135
+ path: _path + ".method",
4136
+ expected: "(__type.o7 | string | undefined)",
4137
+ value: input.method
4138
+ }, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4139
+ method: "typia.assertGuard",
4140
+ path: _path + ".method",
4141
+ expected: "(__type.o7 | string | undefined)",
4142
+ value: input.method
4143
+ }, _errorFactory)) && _ao11(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4144
+ method: "typia.assertGuard",
4145
+ path: _path + ".method",
4146
+ expected: "(__type.o7 | string | undefined)",
4147
+ value: input.method
4148
+ }, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4149
+ method: "typia.assertGuard",
4150
+ path: _path + ".params",
4151
+ expected: "(__type.o10 | __type.o9 | string | undefined)",
4152
+ value: input.params
4153
+ }, _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, {
4154
+ method: "typia.assertGuard",
4155
+ path: _path + ".params",
4156
+ expected: "(__type.o10 | __type.o9 | string | undefined)",
4157
+ value: input.params
4158
+ }, _errorFactory)) && _au0(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4159
+ method: "typia.assertGuard",
4160
+ path: _path + ".params",
4161
+ expected: "(__type.o10 | __type.o9 | string | undefined)",
4162
+ value: input.params
4163
+ }, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4164
+ method: "typia.assertGuard",
4165
+ path: _path + ".form",
4166
+ expected: "(__type.o11 | __type.o13 | string | undefined)",
4167
+ value: input.form
4168
+ }, _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, {
4169
+ method: "typia.assertGuard",
4170
+ path: _path + ".form",
4171
+ expected: "(__type.o11 | __type.o13 | string | undefined)",
4172
+ value: input.form
4173
+ }, _errorFactory)) && _au1(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4174
+ method: "typia.assertGuard",
4175
+ path: _path + ".form",
4176
+ expected: "(__type.o11 | __type.o13 | string | undefined)",
4177
+ value: input.form
4178
+ }, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4179
+ method: "typia.assertGuard",
4180
+ path: _path + ".headers",
4181
+ expected: "(__type.o14 | __type.o15 | string | undefined)",
4182
+ value: input.headers
4183
+ }, _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, {
4184
+ method: "typia.assertGuard",
4185
+ path: _path + ".headers",
4186
+ expected: "(__type.o14 | __type.o15 | string | undefined)",
4187
+ value: input.headers
4188
+ }, _errorFactory)) && _au2(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4189
+ method: "typia.assertGuard",
4190
+ path: _path + ".headers",
4191
+ expected: "(__type.o14 | __type.o15 | string | undefined)",
4192
+ value: input.headers
4193
+ }, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4194
+ method: "typia.assertGuard",
4195
+ path: _path + ".throwOnError",
4196
+ expected: "(__type.o16 | boolean | string | undefined)",
4197
+ value: input.throwOnError
4198
+ }, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4199
+ method: "typia.assertGuard",
4200
+ path: _path + ".throwOnError",
4201
+ expected: "(__type.o16 | boolean | string | undefined)",
4202
+ value: input.throwOnError
4203
+ }, _errorFactory)) && _ao20(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4204
+ method: "typia.assertGuard",
4205
+ path: _path + ".throwOnError",
4206
+ expected: "(__type.o16 | boolean | string | undefined)",
4207
+ value: input.throwOnError
4208
+ }, _errorFactory))); const _ao11 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4209
+ method: "typia.assertGuard",
4210
+ path: _path + ".__context",
4211
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4212
+ value: input.__context
4213
+ }, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4214
+ method: "typia.assertGuard",
4215
+ path: _path + ".__context",
4216
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4217
+ value: input.__context
4218
+ }, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4219
+ method: "typia.assertGuard",
4220
+ path: _path + ".__returnValue",
4221
+ expected: "(string | undefined)",
4222
+ value: input.__returnValue
4223
+ }, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4224
+ method: "typia.assertGuard",
4225
+ path: _path + ".connection",
4226
+ expected: "FileConnectionHttpRecord",
4227
+ value: input.connection
4228
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4229
+ method: "typia.assertGuard",
4230
+ path: _path + ".connection",
4231
+ expected: "FileConnectionHttpRecord",
4232
+ value: input.connection
4233
+ }, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
4234
+ if (["connection"].some(prop => key === prop))
4235
+ return true;
4236
+ const value = input[key];
4237
+ if (undefined === value)
4238
+ return true;
4239
+ return true;
4240
+ })); const _ao13 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4241
+ const value = input[key];
4242
+ if (undefined === value)
4243
+ return true;
4244
+ return undefined === value || "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4245
+ method: "typia.assertGuard",
4246
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4247
+ expected: "(string | undefined)",
4248
+ value: value
4249
+ }, _errorFactory);
4250
+ }); const _ao14 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4251
+ method: "typia.assertGuard",
4252
+ path: _path + ".__context",
4253
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4254
+ value: input.__context
4255
+ }, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4256
+ method: "typia.assertGuard",
4257
+ path: _path + ".__context",
4258
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4259
+ value: input.__context
4260
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4261
+ method: "typia.assertGuard",
4262
+ path: _path + ".__returnValue",
4263
+ expected: "(__type.o9 | undefined)",
4264
+ value: input.__returnValue
4265
+ }, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4266
+ method: "typia.assertGuard",
4267
+ path: _path + ".__returnValue",
4268
+ expected: "(__type.o9 | undefined)",
4269
+ value: input.__returnValue
4270
+ }, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4271
+ const value = input[key];
4272
+ if (undefined === value)
4273
+ return true;
4274
+ return ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4275
+ method: "typia.assertGuard",
4276
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4277
+ expected: "__type.o12",
4278
+ value: value
4279
+ }, _errorFactory)) && _ao16(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4280
+ method: "typia.assertGuard",
4281
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4282
+ expected: "__type.o12",
4283
+ value: value
4284
+ }, _errorFactory);
4285
+ }); const _ao16 = (input, _path, _exceptionable = true) => true && (undefined === input.filename || "string" === typeof input.filename || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4286
+ method: "typia.assertGuard",
4287
+ path: _path + ".filename",
4288
+ expected: "(string | undefined)",
4289
+ value: input.filename
4290
+ }, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4291
+ method: "typia.assertGuard",
4292
+ path: _path + ".__context",
4293
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4294
+ value: input.__context
4295
+ }, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4296
+ method: "typia.assertGuard",
4297
+ path: _path + ".__context",
4298
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4299
+ value: input.__context
4300
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4301
+ method: "typia.assertGuard",
4302
+ path: _path + ".__returnValue",
4303
+ expected: "(__type.o11 | undefined)",
4304
+ value: input.__returnValue
4305
+ }, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4306
+ method: "typia.assertGuard",
4307
+ path: _path + ".__returnValue",
4308
+ expected: "(__type.o11 | undefined)",
4309
+ value: input.__returnValue
4310
+ }, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4311
+ const value = input[key];
4312
+ if (undefined === value)
4313
+ return true;
4314
+ return undefined === value || "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4315
+ method: "typia.assertGuard",
4316
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4317
+ expected: "(string | undefined)",
4318
+ value: value
4319
+ }, _errorFactory);
4320
+ }); const _ao19 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4321
+ method: "typia.assertGuard",
4322
+ path: _path + ".__context",
4323
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4324
+ value: input.__context
4325
+ }, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4326
+ method: "typia.assertGuard",
4327
+ path: _path + ".__context",
4328
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4329
+ value: input.__context
4330
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4331
+ method: "typia.assertGuard",
4332
+ path: _path + ".__returnValue",
4333
+ expected: "(__type.o14 | undefined)",
4334
+ value: input.__returnValue
4335
+ }, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4336
+ method: "typia.assertGuard",
4337
+ path: _path + ".__returnValue",
4338
+ expected: "(__type.o14 | undefined)",
4339
+ value: input.__returnValue
4340
+ }, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4341
+ method: "typia.assertGuard",
4342
+ path: _path + ".__context",
4343
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4344
+ value: input.__context
4345
+ }, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4346
+ method: "typia.assertGuard",
4347
+ path: _path + ".__context",
4348
+ expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
4349
+ value: input.__context
4350
+ }, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4351
+ method: "typia.assertGuard",
4352
+ path: _path + ".__returnValue",
4353
+ expected: "(boolean | undefined)",
4354
+ value: input.__returnValue
4355
+ }, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4356
+ method: "typia.assertGuard",
4357
+ path: _path + ".responseFormat",
4358
+ expected: "(\"json\" | \"stream\" | \"text\" | undefined)",
4359
+ value: input.responseFormat
4360
+ }, _errorFactory)) && (null === input.error || undefined === input.error || "string" === typeof input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4361
+ method: "typia.assertGuard",
4362
+ path: _path + ".error",
4363
+ expected: "(__type.o17 | null | string | undefined)",
4364
+ value: input.error
4365
+ }, _errorFactory)) && _ao22(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4366
+ method: "typia.assertGuard",
4367
+ path: _path + ".error",
4368
+ expected: "(__type.o17 | null | string | undefined)",
4369
+ value: input.error
4370
+ }, _errorFactory)) && ((null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4371
+ method: "typia.assertGuard",
4372
+ path: _path + ".transform",
4373
+ expected: "(__type.o19 | string | undefined)",
4374
+ value: input.transform
4375
+ }, _errorFactory)) && (undefined === input.transform || "string" === typeof input.transform || ("object" === typeof input.transform && null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4376
+ method: "typia.assertGuard",
4377
+ path: _path + ".transform",
4378
+ expected: "(__type.o19 | string | undefined)",
4379
+ value: input.transform
4380
+ }, _errorFactory)) && _ao25(input.transform, _path + ".transform", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4381
+ method: "typia.assertGuard",
4382
+ path: _path + ".transform",
4383
+ expected: "(__type.o19 | string | undefined)",
4384
+ value: input.transform
4385
+ }, _errorFactory))); const _ao22 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4386
+ method: "typia.assertGuard",
4387
+ path: _path + ".__context",
4388
+ expected: "__type.o18",
4389
+ value: input.__context
4390
+ }, _errorFactory)) && _ao23(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4391
+ method: "typia.assertGuard",
4392
+ path: _path + ".__context",
4393
+ expected: "__type.o18",
4394
+ value: input.__context
4395
+ }, _errorFactory)) && (null === input.__returnValue || undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4396
+ method: "typia.assertGuard",
4397
+ path: _path + ".__returnValue",
4398
+ expected: "(null | string | undefined)",
4399
+ value: input.__returnValue
4400
+ }, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4401
+ method: "typia.assertGuard",
4402
+ path: _path + ".connection",
4403
+ expected: "FileConnectionHttpRecord",
4404
+ value: input.connection
4405
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4406
+ method: "typia.assertGuard",
4407
+ path: _path + ".connection",
4408
+ expected: "FileConnectionHttpRecord",
4409
+ value: input.connection
4410
+ }, _errorFactory)) && (("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4411
+ method: "typia.assertGuard",
4412
+ path: _path + ".headers",
4413
+ expected: "Record<string, string | string[] | undefined>",
4414
+ value: input.headers
4415
+ }, _errorFactory)) && _ao24(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4416
+ method: "typia.assertGuard",
4417
+ path: _path + ".headers",
4418
+ expected: "Record<string, string | string[] | undefined>",
4419
+ value: input.headers
4420
+ }, _errorFactory)) && ("number" === typeof input.statusCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4421
+ method: "typia.assertGuard",
4422
+ path: _path + ".statusCode",
4423
+ expected: "number",
4424
+ value: input.statusCode
4425
+ }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
4426
+ const value = input[key];
4427
+ if (undefined === value)
4428
+ return true;
4429
+ return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4430
+ method: "typia.assertGuard",
4431
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4432
+ expected: "(Array<string> | string | undefined)",
4433
+ value: value
4434
+ }, _errorFactory)) && (undefined === value || "string" === typeof value || (Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4435
+ method: "typia.assertGuard",
4436
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4437
+ expected: "(Array<string> | string | undefined)",
4438
+ value: value
4439
+ }, _errorFactory)) && value.every((elem, _index5) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4440
+ method: "typia.assertGuard",
4441
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index5 + "]",
4442
+ expected: "string",
4443
+ value: elem
4444
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4445
+ method: "typia.assertGuard",
4446
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
4447
+ expected: "(Array<string> | string | undefined)",
4448
+ value: value
4449
+ }, _errorFactory));
4450
+ }); const _ao25 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4451
+ method: "typia.assertGuard",
4452
+ path: _path + ".__context",
4453
+ expected: "__type.o20",
4454
+ value: input.__context
4455
+ }, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4456
+ method: "typia.assertGuard",
4457
+ path: _path + ".__context",
4458
+ expected: "__type.o20",
4459
+ value: input.__context
4460
+ }, _errorFactory)) && ((null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4461
+ method: "typia.assertGuard",
4462
+ path: _path + ".__returnValue",
4463
+ expected: "undefined",
4464
+ value: input.__returnValue
4465
+ }, _errorFactory)) && (undefined === input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4466
+ method: "typia.assertGuard",
4467
+ path: _path + ".__returnValue",
4468
+ expected: "undefined",
4469
+ value: input.__returnValue
4470
+ }, _errorFactory))); const _ao26 = (input, _path, _exceptionable = true) => (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4471
+ method: "typia.assertGuard",
4472
+ path: _path + ".connection",
4473
+ expected: "FileConnectionHttpRecord",
4474
+ value: input.connection
4475
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4476
+ method: "typia.assertGuard",
4477
+ path: _path + ".connection",
4478
+ expected: "FileConnectionHttpRecord",
4479
+ value: input.connection
4480
+ }, _errorFactory)) && true && (undefined === input.text || "string" === typeof input.text || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4481
+ method: "typia.assertGuard",
4482
+ path: _path + ".text",
4483
+ expected: "(string | undefined)",
4484
+ value: input.text
4485
+ }, _errorFactory)) && (("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4486
+ method: "typia.assertGuard",
4487
+ path: _path + ".headers",
4488
+ expected: "Record<string, string | string[] | undefined>",
4489
+ value: input.headers
4490
+ }, _errorFactory)) && _ao24(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4491
+ method: "typia.assertGuard",
4492
+ path: _path + ".headers",
4493
+ expected: "Record<string, string | string[] | undefined>",
4494
+ value: input.headers
4495
+ }, _errorFactory)) && ("number" === typeof input.statusCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4496
+ method: "typia.assertGuard",
4497
+ path: _path + ".statusCode",
4498
+ expected: "number",
4499
+ value: input.statusCode
4500
+ }, _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, {
4501
+ method: "typia.assertGuard",
4502
+ path: _path + ".request",
4503
+ expected: "(__type.o21 | undefined)",
4504
+ value: input.request
4505
+ }, _errorFactory)) && _ao28(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4506
+ method: "typia.assertGuard",
4507
+ path: _path + ".request",
4508
+ expected: "(__type.o21 | undefined)",
4509
+ value: input.request
4510
+ }, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4511
+ method: "typia.assertGuard",
4512
+ path: _path + ".response",
4513
+ expected: "(HttpConnectionResponseHandler<FileConnectionHeadResponse | undefined> | undefined)",
4514
+ value: input.response
4515
+ }, _errorFactory)) && _ao35(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4516
+ method: "typia.assertGuard",
4517
+ path: _path + ".response",
4518
+ expected: "(HttpConnectionResponseHandler<FileConnectionHeadResponse | undefined> | undefined)",
4519
+ value: input.response
4520
+ }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4521
+ method: "typia.assertGuard",
4522
+ path: _path + ".origin",
4523
+ expected: "(__type.o22 | string | undefined)",
4524
+ value: input.origin
4525
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4526
+ method: "typia.assertGuard",
4527
+ path: _path + ".origin",
4528
+ expected: "(__type.o22 | string | undefined)",
4529
+ value: input.origin
4530
+ }, _errorFactory)) && _ao29(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4531
+ method: "typia.assertGuard",
4532
+ path: _path + ".origin",
4533
+ expected: "(__type.o22 | string | undefined)",
4534
+ value: input.origin
4535
+ }, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4536
+ method: "typia.assertGuard",
4537
+ path: _path + ".path",
4538
+ expected: "(__type.o22 | string | undefined)",
4539
+ value: input.path
4540
+ }, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4541
+ method: "typia.assertGuard",
4542
+ path: _path + ".path",
4543
+ expected: "(__type.o22 | string | undefined)",
4544
+ value: input.path
4545
+ }, _errorFactory)) && _ao29(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4546
+ method: "typia.assertGuard",
4547
+ path: _path + ".path",
4548
+ expected: "(__type.o22 | string | undefined)",
4549
+ value: input.path
4550
+ }, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4551
+ method: "typia.assertGuard",
4552
+ path: _path + ".method",
4553
+ expected: "(__type.o22 | string | undefined)",
4554
+ value: input.method
4555
+ }, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4556
+ method: "typia.assertGuard",
4557
+ path: _path + ".method",
4558
+ expected: "(__type.o22 | string | undefined)",
4559
+ value: input.method
4560
+ }, _errorFactory)) && _ao29(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4561
+ method: "typia.assertGuard",
4562
+ path: _path + ".method",
4563
+ expected: "(__type.o22 | string | undefined)",
4564
+ value: input.method
4565
+ }, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4566
+ method: "typia.assertGuard",
4567
+ path: _path + ".params",
4568
+ expected: "(__type.o24 | __type.o9 | string | undefined)",
4569
+ value: input.params
4570
+ }, _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, {
4571
+ method: "typia.assertGuard",
4572
+ path: _path + ".params",
4573
+ expected: "(__type.o24 | __type.o9 | string | undefined)",
4574
+ value: input.params
4575
+ }, _errorFactory)) && _au3(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4576
+ method: "typia.assertGuard",
4577
+ path: _path + ".params",
4578
+ expected: "(__type.o24 | __type.o9 | string | undefined)",
4579
+ value: input.params
4580
+ }, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4581
+ method: "typia.assertGuard",
4582
+ path: _path + ".form",
4583
+ expected: "(__type.o11 | __type.o25 | string | undefined)",
4584
+ value: input.form
4585
+ }, _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, {
4586
+ method: "typia.assertGuard",
4587
+ path: _path + ".form",
4588
+ expected: "(__type.o11 | __type.o25 | string | undefined)",
4589
+ value: input.form
4590
+ }, _errorFactory)) && _au4(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4591
+ method: "typia.assertGuard",
4592
+ path: _path + ".form",
4593
+ expected: "(__type.o11 | __type.o25 | string | undefined)",
4594
+ value: input.form
4595
+ }, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4596
+ method: "typia.assertGuard",
4597
+ path: _path + ".headers",
4598
+ expected: "(__type.o14 | __type.o26 | string | undefined)",
4599
+ value: input.headers
4600
+ }, _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, {
4601
+ method: "typia.assertGuard",
4602
+ path: _path + ".headers",
4603
+ expected: "(__type.o14 | __type.o26 | string | undefined)",
4604
+ value: input.headers
4605
+ }, _errorFactory)) && _au5(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4606
+ method: "typia.assertGuard",
4607
+ path: _path + ".headers",
4608
+ expected: "(__type.o14 | __type.o26 | string | undefined)",
4609
+ value: input.headers
4610
+ }, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4611
+ method: "typia.assertGuard",
4612
+ path: _path + ".throwOnError",
4613
+ expected: "(__type.o27 | boolean | string | undefined)",
4614
+ value: input.throwOnError
4615
+ }, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4616
+ method: "typia.assertGuard",
4617
+ path: _path + ".throwOnError",
4618
+ expected: "(__type.o27 | boolean | string | undefined)",
4619
+ value: input.throwOnError
4620
+ }, _errorFactory)) && _ao34(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4621
+ method: "typia.assertGuard",
4622
+ path: _path + ".throwOnError",
4623
+ expected: "(__type.o27 | boolean | string | undefined)",
4624
+ value: input.throwOnError
4625
+ }, _errorFactory))); const _ao29 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4626
+ method: "typia.assertGuard",
4627
+ path: _path + ".__context",
4628
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4629
+ value: input.__context
4630
+ }, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4631
+ method: "typia.assertGuard",
4632
+ path: _path + ".__context",
4633
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4634
+ value: input.__context
4635
+ }, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4636
+ method: "typia.assertGuard",
4637
+ path: _path + ".__returnValue",
4638
+ expected: "(string | undefined)",
4639
+ value: input.__returnValue
4640
+ }, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => ("string" === typeof input.filepath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4641
+ method: "typia.assertGuard",
4642
+ path: _path + ".filepath",
4643
+ expected: "string",
4644
+ value: input.filepath
4645
+ }, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4646
+ method: "typia.assertGuard",
4647
+ path: _path + ".connection",
4648
+ expected: "FileConnectionHttpRecord",
4649
+ value: input.connection
4650
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4651
+ method: "typia.assertGuard",
4652
+ path: _path + ".connection",
4653
+ expected: "FileConnectionHttpRecord",
4654
+ value: input.connection
4655
+ }, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4656
+ method: "typia.assertGuard",
4657
+ path: _path + ".__context",
4658
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4659
+ value: input.__context
4660
+ }, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4661
+ method: "typia.assertGuard",
4662
+ path: _path + ".__context",
4663
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4664
+ value: input.__context
4665
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4666
+ method: "typia.assertGuard",
4667
+ path: _path + ".__returnValue",
4668
+ expected: "(__type.o9 | undefined)",
4669
+ value: input.__returnValue
4670
+ }, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4671
+ method: "typia.assertGuard",
4672
+ path: _path + ".__returnValue",
4673
+ expected: "(__type.o9 | undefined)",
4674
+ value: input.__returnValue
4675
+ }, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4676
+ method: "typia.assertGuard",
4677
+ path: _path + ".__context",
4678
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4679
+ value: input.__context
4680
+ }, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4681
+ method: "typia.assertGuard",
4682
+ path: _path + ".__context",
4683
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4684
+ value: input.__context
4685
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4686
+ method: "typia.assertGuard",
4687
+ path: _path + ".__returnValue",
4688
+ expected: "(__type.o11 | undefined)",
4689
+ value: input.__returnValue
4690
+ }, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4691
+ method: "typia.assertGuard",
4692
+ path: _path + ".__returnValue",
4693
+ expected: "(__type.o11 | undefined)",
4694
+ value: input.__returnValue
4695
+ }, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4696
+ method: "typia.assertGuard",
4697
+ path: _path + ".__context",
4698
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4699
+ value: input.__context
4700
+ }, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4701
+ method: "typia.assertGuard",
4702
+ path: _path + ".__context",
4703
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4704
+ value: input.__context
4705
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4706
+ method: "typia.assertGuard",
4707
+ path: _path + ".__returnValue",
4708
+ expected: "(__type.o14 | undefined)",
4709
+ value: input.__returnValue
4710
+ }, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4711
+ method: "typia.assertGuard",
4712
+ path: _path + ".__returnValue",
4713
+ expected: "(__type.o14 | undefined)",
4714
+ value: input.__returnValue
4715
+ }, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4716
+ method: "typia.assertGuard",
4717
+ path: _path + ".__context",
4718
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4719
+ value: input.__context
4720
+ }, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4721
+ method: "typia.assertGuard",
4722
+ path: _path + ".__context",
4723
+ expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
4724
+ value: input.__context
4725
+ }, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4726
+ method: "typia.assertGuard",
4727
+ path: _path + ".__returnValue",
4728
+ expected: "(boolean | undefined)",
4729
+ value: input.__returnValue
4730
+ }, _errorFactory)); const _ao35 = (input, _path, _exceptionable = true) => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4731
+ method: "typia.assertGuard",
4732
+ path: _path + ".responseFormat",
4733
+ expected: "(\"json\" | \"stream\" | \"text\" | undefined)",
4734
+ value: input.responseFormat
4735
+ }, _errorFactory)) && (null === input.error || undefined === input.error || "string" === typeof input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4736
+ method: "typia.assertGuard",
4737
+ path: _path + ".error",
4738
+ expected: "(__type.o17 | null | string | undefined)",
4739
+ value: input.error
4740
+ }, _errorFactory)) && _ao22(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4741
+ method: "typia.assertGuard",
4742
+ path: _path + ".error",
4743
+ expected: "(__type.o17 | null | string | undefined)",
4744
+ value: input.error
4745
+ }, _errorFactory)) && ((null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4746
+ method: "typia.assertGuard",
4747
+ path: _path + ".transform",
4748
+ expected: "(FileConnectionHeadResponse | __type.o28 | string | undefined)",
4749
+ value: input.transform
4750
+ }, _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, {
4751
+ method: "typia.assertGuard",
4752
+ path: _path + ".transform",
4753
+ expected: "(FileConnectionHeadResponse | __type.o28 | string | undefined)",
4754
+ value: input.transform
4755
+ }, _errorFactory)) && _au6(input.transform, _path + ".transform", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4756
+ method: "typia.assertGuard",
4757
+ path: _path + ".transform",
4758
+ expected: "(FileConnectionHeadResponse | __type.o28 | string | undefined)",
4759
+ value: input.transform
4760
+ }, _errorFactory))); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4761
+ method: "typia.assertGuard",
4762
+ path: _path + ".size",
4763
+ expected: "(number | undefined)",
4764
+ value: input.size
4765
+ }, _errorFactory)) && (undefined === input.hash || "string" === typeof input.hash || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4766
+ method: "typia.assertGuard",
4767
+ path: _path + ".hash",
4768
+ expected: "(string | undefined)",
4769
+ value: input.hash
4770
+ }, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4771
+ method: "typia.assertGuard",
4772
+ path: _path + ".__context",
4773
+ expected: "__type.o20",
4774
+ value: input.__context
4775
+ }, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4776
+ method: "typia.assertGuard",
4777
+ path: _path + ".__context",
4778
+ expected: "__type.o20",
4779
+ value: input.__context
4780
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4781
+ method: "typia.assertGuard",
4782
+ path: _path + ".__returnValue",
4783
+ expected: "(FileConnectionHeadResponse | undefined)",
4784
+ value: input.__returnValue
4785
+ }, _errorFactory)) && _ao36(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4786
+ method: "typia.assertGuard",
4787
+ path: _path + ".__returnValue",
4788
+ expected: "(FileConnectionHeadResponse | undefined)",
4789
+ value: input.__returnValue
4790
+ }, _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, {
4791
+ method: "typia.assertGuard",
4792
+ path: _path + ".request",
4793
+ expected: "(__type.o29 | undefined)",
4794
+ value: input.request
4795
+ }, _errorFactory)) && _ao39(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4796
+ method: "typia.assertGuard",
4797
+ path: _path + ".request",
4798
+ expected: "(__type.o29 | undefined)",
4799
+ value: input.request
4800
+ }, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4801
+ method: "typia.assertGuard",
4802
+ path: _path + ".response",
4803
+ expected: "(HttpConnectionResponseHandler<Array<FileConnectionListResponseItem>> | undefined)",
4804
+ value: input.response
4805
+ }, _errorFactory)) && _ao46(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4806
+ method: "typia.assertGuard",
4807
+ path: _path + ".response",
4808
+ expected: "(HttpConnectionResponseHandler<Array<FileConnectionListResponseItem>> | undefined)",
4809
+ value: input.response
4810
+ }, _errorFactory)); const _ao39 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4811
+ method: "typia.assertGuard",
4812
+ path: _path + ".origin",
4813
+ expected: "(__type.o30 | string | undefined)",
4814
+ value: input.origin
4815
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4816
+ method: "typia.assertGuard",
4817
+ path: _path + ".origin",
4818
+ expected: "(__type.o30 | string | undefined)",
4819
+ value: input.origin
4820
+ }, _errorFactory)) && _ao40(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4821
+ method: "typia.assertGuard",
4822
+ path: _path + ".origin",
4823
+ expected: "(__type.o30 | string | undefined)",
4824
+ value: input.origin
4825
+ }, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4826
+ method: "typia.assertGuard",
4827
+ path: _path + ".path",
4828
+ expected: "(__type.o30 | string | undefined)",
4829
+ value: input.path
4830
+ }, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4831
+ method: "typia.assertGuard",
4832
+ path: _path + ".path",
4833
+ expected: "(__type.o30 | string | undefined)",
4834
+ value: input.path
4835
+ }, _errorFactory)) && _ao40(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4836
+ method: "typia.assertGuard",
4837
+ path: _path + ".path",
4838
+ expected: "(__type.o30 | string | undefined)",
4839
+ value: input.path
4840
+ }, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4841
+ method: "typia.assertGuard",
4842
+ path: _path + ".method",
4843
+ expected: "(__type.o30 | string | undefined)",
4844
+ value: input.method
4845
+ }, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4846
+ method: "typia.assertGuard",
4847
+ path: _path + ".method",
4848
+ expected: "(__type.o30 | string | undefined)",
4849
+ value: input.method
4850
+ }, _errorFactory)) && _ao40(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4851
+ method: "typia.assertGuard",
4852
+ path: _path + ".method",
4853
+ expected: "(__type.o30 | string | undefined)",
4854
+ value: input.method
4855
+ }, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4856
+ method: "typia.assertGuard",
4857
+ path: _path + ".params",
4858
+ expected: "(__type.o32 | __type.o9 | string | undefined)",
4859
+ value: input.params
4860
+ }, _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, {
4861
+ method: "typia.assertGuard",
4862
+ path: _path + ".params",
4863
+ expected: "(__type.o32 | __type.o9 | string | undefined)",
4864
+ value: input.params
4865
+ }, _errorFactory)) && _au7(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4866
+ method: "typia.assertGuard",
4867
+ path: _path + ".params",
4868
+ expected: "(__type.o32 | __type.o9 | string | undefined)",
4869
+ value: input.params
4870
+ }, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4871
+ method: "typia.assertGuard",
4872
+ path: _path + ".form",
4873
+ expected: "(__type.o11 | __type.o33 | string | undefined)",
4874
+ value: input.form
4875
+ }, _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, {
4876
+ method: "typia.assertGuard",
4877
+ path: _path + ".form",
4878
+ expected: "(__type.o11 | __type.o33 | string | undefined)",
4879
+ value: input.form
4880
+ }, _errorFactory)) && _au8(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4881
+ method: "typia.assertGuard",
4882
+ path: _path + ".form",
4883
+ expected: "(__type.o11 | __type.o33 | string | undefined)",
4884
+ value: input.form
4885
+ }, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4886
+ method: "typia.assertGuard",
4887
+ path: _path + ".headers",
4888
+ expected: "(__type.o14 | __type.o34 | string | undefined)",
4889
+ value: input.headers
4890
+ }, _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, {
4891
+ method: "typia.assertGuard",
4892
+ path: _path + ".headers",
4893
+ expected: "(__type.o14 | __type.o34 | string | undefined)",
4894
+ value: input.headers
4895
+ }, _errorFactory)) && _au9(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4896
+ method: "typia.assertGuard",
4897
+ path: _path + ".headers",
4898
+ expected: "(__type.o14 | __type.o34 | string | undefined)",
4899
+ value: input.headers
4900
+ }, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4901
+ method: "typia.assertGuard",
4902
+ path: _path + ".throwOnError",
4903
+ expected: "(__type.o35 | boolean | string | undefined)",
4904
+ value: input.throwOnError
4905
+ }, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4906
+ method: "typia.assertGuard",
4907
+ path: _path + ".throwOnError",
4908
+ expected: "(__type.o35 | boolean | string | undefined)",
4909
+ value: input.throwOnError
4910
+ }, _errorFactory)) && _ao45(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4911
+ method: "typia.assertGuard",
4912
+ path: _path + ".throwOnError",
4913
+ expected: "(__type.o35 | boolean | string | undefined)",
4914
+ value: input.throwOnError
4915
+ }, _errorFactory))); const _ao40 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4916
+ method: "typia.assertGuard",
4917
+ path: _path + ".__context",
4918
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
4919
+ value: input.__context
4920
+ }, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4921
+ method: "typia.assertGuard",
4922
+ path: _path + ".__context",
4923
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
4924
+ value: input.__context
4925
+ }, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4926
+ method: "typia.assertGuard",
4927
+ path: _path + ".__returnValue",
4928
+ expected: "(string | undefined)",
4929
+ value: input.__returnValue
4930
+ }, _errorFactory)); const _ao41 = (input, _path, _exceptionable = true) => (undefined === input.dirpath || "string" === typeof input.dirpath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4931
+ method: "typia.assertGuard",
4932
+ path: _path + ".dirpath",
4933
+ expected: "(string | undefined)",
4934
+ value: input.dirpath
4935
+ }, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4936
+ method: "typia.assertGuard",
4937
+ path: _path + ".connection",
4938
+ expected: "FileConnectionHttpRecord",
4939
+ value: input.connection
4940
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4941
+ method: "typia.assertGuard",
4942
+ path: _path + ".connection",
4943
+ expected: "FileConnectionHttpRecord",
4944
+ value: input.connection
4945
+ }, _errorFactory)); const _ao42 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4946
+ method: "typia.assertGuard",
4947
+ path: _path + ".__context",
4948
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
4949
+ value: input.__context
4950
+ }, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4951
+ method: "typia.assertGuard",
4952
+ path: _path + ".__context",
4953
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
4954
+ value: input.__context
4955
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4956
+ method: "typia.assertGuard",
4957
+ path: _path + ".__returnValue",
4958
+ expected: "(__type.o9 | undefined)",
4959
+ value: input.__returnValue
4960
+ }, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4961
+ method: "typia.assertGuard",
4962
+ path: _path + ".__returnValue",
4963
+ expected: "(__type.o9 | undefined)",
4964
+ value: input.__returnValue
4965
+ }, _errorFactory)); const _ao43 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4966
+ method: "typia.assertGuard",
4967
+ path: _path + ".__context",
4968
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
4969
+ value: input.__context
4970
+ }, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4971
+ method: "typia.assertGuard",
4972
+ path: _path + ".__context",
4973
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
4974
+ value: input.__context
4975
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4976
+ method: "typia.assertGuard",
4977
+ path: _path + ".__returnValue",
4978
+ expected: "(__type.o11 | undefined)",
4979
+ value: input.__returnValue
4980
+ }, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4981
+ method: "typia.assertGuard",
4982
+ path: _path + ".__returnValue",
4983
+ expected: "(__type.o11 | undefined)",
4984
+ value: input.__returnValue
4985
+ }, _errorFactory)); const _ao44 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4986
+ method: "typia.assertGuard",
4987
+ path: _path + ".__context",
4988
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
4989
+ value: input.__context
4990
+ }, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4991
+ method: "typia.assertGuard",
4992
+ path: _path + ".__context",
4993
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
4994
+ value: input.__context
4995
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
4996
+ method: "typia.assertGuard",
4997
+ path: _path + ".__returnValue",
4998
+ expected: "(__type.o14 | undefined)",
4999
+ value: input.__returnValue
5000
+ }, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5001
+ method: "typia.assertGuard",
5002
+ path: _path + ".__returnValue",
5003
+ expected: "(__type.o14 | undefined)",
5004
+ value: input.__returnValue
5005
+ }, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5006
+ method: "typia.assertGuard",
5007
+ path: _path + ".__context",
5008
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
5009
+ value: input.__context
5010
+ }, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5011
+ method: "typia.assertGuard",
5012
+ path: _path + ".__context",
5013
+ expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
5014
+ value: input.__context
5015
+ }, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5016
+ method: "typia.assertGuard",
5017
+ path: _path + ".__returnValue",
5018
+ expected: "(boolean | undefined)",
5019
+ value: input.__returnValue
5020
+ }, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5021
+ method: "typia.assertGuard",
5022
+ path: _path + ".responseFormat",
5023
+ expected: "(\"json\" | \"stream\" | \"text\" | undefined)",
5024
+ value: input.responseFormat
5025
+ }, _errorFactory)) && (null === input.error || undefined === input.error || "string" === typeof input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5026
+ method: "typia.assertGuard",
5027
+ path: _path + ".error",
5028
+ expected: "(__type.o17 | null | string | undefined)",
5029
+ value: input.error
5030
+ }, _errorFactory)) && _ao22(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5031
+ method: "typia.assertGuard",
5032
+ path: _path + ".error",
5033
+ expected: "(__type.o17 | null | string | undefined)",
5034
+ value: input.error
5035
+ }, _errorFactory)) && ((null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5036
+ method: "typia.assertGuard",
5037
+ path: _path + ".transform",
5038
+ expected: "(Array<FileConnectionListResponseItem> | __type.o36 | string | undefined)",
5039
+ value: input.transform
5040
+ }, _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, {
5041
+ method: "typia.assertGuard",
5042
+ path: _path + ".transform[" + _index6 + "]",
5043
+ expected: "FileConnectionListResponseItem",
5044
+ value: elem
5045
+ }, _errorFactory)) && _ao47(elem, _path + ".transform[" + _index6 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5046
+ method: "typia.assertGuard",
5047
+ path: _path + ".transform[" + _index6 + "]",
5048
+ expected: "FileConnectionListResponseItem",
5049
+ value: elem
5050
+ }, _errorFactory)) || "object" === typeof input.transform && null !== input.transform && _ao48(input.transform, _path + ".transform", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5051
+ method: "typia.assertGuard",
5052
+ path: _path + ".transform",
5053
+ expected: "(Array<FileConnectionListResponseItem> | __type.o36 | string | undefined)",
5054
+ value: input.transform
5055
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5056
+ method: "typia.assertGuard",
5057
+ path: _path + ".transform",
5058
+ expected: "(Array<FileConnectionListResponseItem> | __type.o36 | string | undefined)",
5059
+ value: input.transform
5060
+ }, _errorFactory))); const _ao47 = (input, _path, _exceptionable = true) => ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5061
+ method: "typia.assertGuard",
5062
+ path: _path + ".name",
5063
+ expected: "string",
5064
+ value: input.name
5065
+ }, _errorFactory)) && ("boolean" === typeof input.isDir || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5066
+ method: "typia.assertGuard",
5067
+ path: _path + ".isDir",
5068
+ expected: "boolean",
5069
+ value: input.isDir
5070
+ }, _errorFactory)) && ("number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5071
+ method: "typia.assertGuard",
5072
+ path: _path + ".size",
5073
+ expected: "number",
5074
+ value: input.size
5075
+ }, _errorFactory)) && (undefined === input.date || "string" === typeof input.date || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5076
+ method: "typia.assertGuard",
5077
+ path: _path + ".date",
5078
+ expected: "(string | undefined)",
5079
+ value: input.date
5080
+ }, _errorFactory)) && ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5081
+ method: "typia.assertGuard",
5082
+ path: _path + ".path",
5083
+ expected: "string",
5084
+ value: input.path
5085
+ }, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5086
+ method: "typia.assertGuard",
5087
+ path: _path + ".__context",
5088
+ expected: "__type.o20",
5089
+ value: input.__context
5090
+ }, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5091
+ method: "typia.assertGuard",
5092
+ path: _path + ".__context",
5093
+ expected: "__type.o20",
5094
+ value: input.__context
5095
+ }, _errorFactory)) && ((Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5096
+ method: "typia.assertGuard",
5097
+ path: _path + ".__returnValue",
5098
+ expected: "Array<FileConnectionListResponseItem>",
5099
+ value: input.__returnValue
5100
+ }, _errorFactory)) && input.__returnValue.every((elem, _index7) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5101
+ method: "typia.assertGuard",
5102
+ path: _path + ".__returnValue[" + _index7 + "]",
5103
+ expected: "FileConnectionListResponseItem",
5104
+ value: elem
5105
+ }, _errorFactory)) && _ao47(elem, _path + ".__returnValue[" + _index7 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5106
+ method: "typia.assertGuard",
5107
+ path: _path + ".__returnValue[" + _index7 + "]",
5108
+ expected: "FileConnectionListResponseItem",
5109
+ value: elem
5110
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5111
+ method: "typia.assertGuard",
5112
+ path: _path + ".__returnValue",
5113
+ expected: "Array<FileConnectionListResponseItem>",
5114
+ value: input.__returnValue
5115
+ }, _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, {
5116
+ method: "typia.assertGuard",
5117
+ path: _path + ".request",
5118
+ expected: "(__type.o37 | undefined)",
5119
+ value: input.request
5120
+ }, _errorFactory)) && _ao50(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5121
+ method: "typia.assertGuard",
5122
+ path: _path + ".request",
5123
+ expected: "(__type.o37 | undefined)",
5124
+ value: input.request
5125
+ }, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5126
+ method: "typia.assertGuard",
5127
+ path: _path + ".response",
5128
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
5129
+ value: input.response
5130
+ }, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5131
+ method: "typia.assertGuard",
5132
+ path: _path + ".response",
5133
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
5134
+ value: input.response
5135
+ }, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5136
+ method: "typia.assertGuard",
5137
+ path: _path + ".origin",
5138
+ expected: "(__type.o38 | string | undefined)",
5139
+ value: input.origin
5140
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5141
+ method: "typia.assertGuard",
5142
+ path: _path + ".origin",
5143
+ expected: "(__type.o38 | string | undefined)",
5144
+ value: input.origin
5145
+ }, _errorFactory)) && _ao51(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5146
+ method: "typia.assertGuard",
5147
+ path: _path + ".origin",
5148
+ expected: "(__type.o38 | string | undefined)",
5149
+ value: input.origin
5150
+ }, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5151
+ method: "typia.assertGuard",
5152
+ path: _path + ".path",
5153
+ expected: "(__type.o38 | string | undefined)",
5154
+ value: input.path
5155
+ }, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5156
+ method: "typia.assertGuard",
5157
+ path: _path + ".path",
5158
+ expected: "(__type.o38 | string | undefined)",
5159
+ value: input.path
5160
+ }, _errorFactory)) && _ao51(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5161
+ method: "typia.assertGuard",
5162
+ path: _path + ".path",
5163
+ expected: "(__type.o38 | string | undefined)",
5164
+ value: input.path
5165
+ }, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5166
+ method: "typia.assertGuard",
5167
+ path: _path + ".method",
5168
+ expected: "(__type.o38 | string | undefined)",
5169
+ value: input.method
5170
+ }, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5171
+ method: "typia.assertGuard",
5172
+ path: _path + ".method",
5173
+ expected: "(__type.o38 | string | undefined)",
5174
+ value: input.method
5175
+ }, _errorFactory)) && _ao51(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5176
+ method: "typia.assertGuard",
5177
+ path: _path + ".method",
5178
+ expected: "(__type.o38 | string | undefined)",
5179
+ value: input.method
5180
+ }, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5181
+ method: "typia.assertGuard",
5182
+ path: _path + ".params",
5183
+ expected: "(__type.o40 | __type.o9 | string | undefined)",
5184
+ value: input.params
5185
+ }, _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, {
5186
+ method: "typia.assertGuard",
5187
+ path: _path + ".params",
5188
+ expected: "(__type.o40 | __type.o9 | string | undefined)",
5189
+ value: input.params
5190
+ }, _errorFactory)) && _au10(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5191
+ method: "typia.assertGuard",
5192
+ path: _path + ".params",
5193
+ expected: "(__type.o40 | __type.o9 | string | undefined)",
5194
+ value: input.params
5195
+ }, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5196
+ method: "typia.assertGuard",
5197
+ path: _path + ".form",
5198
+ expected: "(__type.o11 | __type.o41 | string | undefined)",
5199
+ value: input.form
5200
+ }, _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, {
5201
+ method: "typia.assertGuard",
5202
+ path: _path + ".form",
5203
+ expected: "(__type.o11 | __type.o41 | string | undefined)",
5204
+ value: input.form
5205
+ }, _errorFactory)) && _au11(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5206
+ method: "typia.assertGuard",
5207
+ path: _path + ".form",
5208
+ expected: "(__type.o11 | __type.o41 | string | undefined)",
5209
+ value: input.form
5210
+ }, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5211
+ method: "typia.assertGuard",
5212
+ path: _path + ".headers",
5213
+ expected: "(__type.o14 | __type.o42 | string | undefined)",
5214
+ value: input.headers
5215
+ }, _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, {
5216
+ method: "typia.assertGuard",
5217
+ path: _path + ".headers",
5218
+ expected: "(__type.o14 | __type.o42 | string | undefined)",
5219
+ value: input.headers
5220
+ }, _errorFactory)) && _au12(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5221
+ method: "typia.assertGuard",
5222
+ path: _path + ".headers",
5223
+ expected: "(__type.o14 | __type.o42 | string | undefined)",
5224
+ value: input.headers
5225
+ }, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5226
+ method: "typia.assertGuard",
5227
+ path: _path + ".throwOnError",
5228
+ expected: "(__type.o43 | boolean | string | undefined)",
5229
+ value: input.throwOnError
5230
+ }, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5231
+ method: "typia.assertGuard",
5232
+ path: _path + ".throwOnError",
5233
+ expected: "(__type.o43 | boolean | string | undefined)",
5234
+ value: input.throwOnError
5235
+ }, _errorFactory)) && _ao56(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5236
+ method: "typia.assertGuard",
5237
+ path: _path + ".throwOnError",
5238
+ expected: "(__type.o43 | boolean | string | undefined)",
5239
+ value: input.throwOnError
5240
+ }, _errorFactory))); const _ao51 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5241
+ method: "typia.assertGuard",
5242
+ path: _path + ".__context",
5243
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5244
+ value: input.__context
5245
+ }, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5246
+ method: "typia.assertGuard",
5247
+ path: _path + ".__context",
5248
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5249
+ value: input.__context
5250
+ }, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5251
+ method: "typia.assertGuard",
5252
+ path: _path + ".__returnValue",
5253
+ expected: "(string | undefined)",
5254
+ value: input.__returnValue
5255
+ }, _errorFactory)); const _ao52 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5256
+ method: "typia.assertGuard",
5257
+ path: _path + ".id",
5258
+ expected: "string",
5259
+ value: input.id
5260
+ }, _errorFactory)) && (undefined === input.offset || "number" === typeof input.offset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5261
+ method: "typia.assertGuard",
5262
+ path: _path + ".offset",
5263
+ expected: "(number | undefined)",
5264
+ value: input.offset
5265
+ }, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5266
+ method: "typia.assertGuard",
5267
+ path: _path + ".connection",
5268
+ expected: "FileConnectionHttpRecord",
5269
+ value: input.connection
5270
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5271
+ method: "typia.assertGuard",
5272
+ path: _path + ".connection",
5273
+ expected: "FileConnectionHttpRecord",
5274
+ value: input.connection
5275
+ }, _errorFactory)); const _ao53 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5276
+ method: "typia.assertGuard",
5277
+ path: _path + ".__context",
5278
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5279
+ value: input.__context
5280
+ }, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5281
+ method: "typia.assertGuard",
5282
+ path: _path + ".__context",
5283
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5284
+ value: input.__context
5285
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5286
+ method: "typia.assertGuard",
5287
+ path: _path + ".__returnValue",
5288
+ expected: "(__type.o9 | undefined)",
5289
+ value: input.__returnValue
5290
+ }, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5291
+ method: "typia.assertGuard",
5292
+ path: _path + ".__returnValue",
5293
+ expected: "(__type.o9 | undefined)",
5294
+ value: input.__returnValue
5295
+ }, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5296
+ method: "typia.assertGuard",
5297
+ path: _path + ".__context",
5298
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5299
+ value: input.__context
5300
+ }, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5301
+ method: "typia.assertGuard",
5302
+ path: _path + ".__context",
5303
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5304
+ value: input.__context
5305
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5306
+ method: "typia.assertGuard",
5307
+ path: _path + ".__returnValue",
5308
+ expected: "(__type.o11 | undefined)",
5309
+ value: input.__returnValue
5310
+ }, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5311
+ method: "typia.assertGuard",
5312
+ path: _path + ".__returnValue",
5313
+ expected: "(__type.o11 | undefined)",
5314
+ value: input.__returnValue
5315
+ }, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5316
+ method: "typia.assertGuard",
5317
+ path: _path + ".__context",
5318
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5319
+ value: input.__context
5320
+ }, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5321
+ method: "typia.assertGuard",
5322
+ path: _path + ".__context",
5323
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5324
+ value: input.__context
5325
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5326
+ method: "typia.assertGuard",
5327
+ path: _path + ".__returnValue",
5328
+ expected: "(__type.o14 | undefined)",
5329
+ value: input.__returnValue
5330
+ }, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5331
+ method: "typia.assertGuard",
5332
+ path: _path + ".__returnValue",
5333
+ expected: "(__type.o14 | undefined)",
5334
+ value: input.__returnValue
5335
+ }, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5336
+ method: "typia.assertGuard",
5337
+ path: _path + ".__context",
5338
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5339
+ value: input.__context
5340
+ }, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5341
+ method: "typia.assertGuard",
5342
+ path: _path + ".__context",
5343
+ expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
5344
+ value: input.__context
5345
+ }, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5346
+ method: "typia.assertGuard",
5347
+ path: _path + ".__returnValue",
5348
+ expected: "(boolean | undefined)",
5349
+ value: input.__returnValue
5350
+ }, _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, {
5351
+ method: "typia.assertGuard",
5352
+ path: _path + ".request",
5353
+ expected: "(__type.o44 | undefined)",
5354
+ value: input.request
5355
+ }, _errorFactory)) && _ao58(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5356
+ method: "typia.assertGuard",
5357
+ path: _path + ".request",
5358
+ expected: "(__type.o44 | undefined)",
5359
+ value: input.request
5360
+ }, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5361
+ method: "typia.assertGuard",
5362
+ path: _path + ".response",
5363
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
5364
+ value: input.response
5365
+ }, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5366
+ method: "typia.assertGuard",
5367
+ path: _path + ".response",
5368
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
5369
+ value: input.response
5370
+ }, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5371
+ method: "typia.assertGuard",
5372
+ path: _path + ".origin",
5373
+ expected: "(__type.o45 | string | undefined)",
5374
+ value: input.origin
5375
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5376
+ method: "typia.assertGuard",
5377
+ path: _path + ".origin",
5378
+ expected: "(__type.o45 | string | undefined)",
5379
+ value: input.origin
5380
+ }, _errorFactory)) && _ao59(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5381
+ method: "typia.assertGuard",
5382
+ path: _path + ".origin",
5383
+ expected: "(__type.o45 | string | undefined)",
5384
+ value: input.origin
5385
+ }, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5386
+ method: "typia.assertGuard",
5387
+ path: _path + ".path",
5388
+ expected: "(__type.o45 | string | undefined)",
5389
+ value: input.path
5390
+ }, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5391
+ method: "typia.assertGuard",
5392
+ path: _path + ".path",
5393
+ expected: "(__type.o45 | string | undefined)",
5394
+ value: input.path
5395
+ }, _errorFactory)) && _ao59(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5396
+ method: "typia.assertGuard",
5397
+ path: _path + ".path",
5398
+ expected: "(__type.o45 | string | undefined)",
5399
+ value: input.path
5400
+ }, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5401
+ method: "typia.assertGuard",
5402
+ path: _path + ".method",
5403
+ expected: "(__type.o45 | string | undefined)",
5404
+ value: input.method
5405
+ }, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5406
+ method: "typia.assertGuard",
5407
+ path: _path + ".method",
5408
+ expected: "(__type.o45 | string | undefined)",
5409
+ value: input.method
5410
+ }, _errorFactory)) && _ao59(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5411
+ method: "typia.assertGuard",
5412
+ path: _path + ".method",
5413
+ expected: "(__type.o45 | string | undefined)",
5414
+ value: input.method
5415
+ }, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5416
+ method: "typia.assertGuard",
5417
+ path: _path + ".params",
5418
+ expected: "(__type.o47 | __type.o9 | string | undefined)",
5419
+ value: input.params
5420
+ }, _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, {
5421
+ method: "typia.assertGuard",
5422
+ path: _path + ".params",
5423
+ expected: "(__type.o47 | __type.o9 | string | undefined)",
5424
+ value: input.params
5425
+ }, _errorFactory)) && _au13(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5426
+ method: "typia.assertGuard",
5427
+ path: _path + ".params",
5428
+ expected: "(__type.o47 | __type.o9 | string | undefined)",
5429
+ value: input.params
5430
+ }, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5431
+ method: "typia.assertGuard",
5432
+ path: _path + ".form",
5433
+ expected: "(__type.o11 | __type.o48 | string | undefined)",
5434
+ value: input.form
5435
+ }, _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, {
5436
+ method: "typia.assertGuard",
5437
+ path: _path + ".form",
5438
+ expected: "(__type.o11 | __type.o48 | string | undefined)",
5439
+ value: input.form
5440
+ }, _errorFactory)) && _au14(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5441
+ method: "typia.assertGuard",
5442
+ path: _path + ".form",
5443
+ expected: "(__type.o11 | __type.o48 | string | undefined)",
5444
+ value: input.form
5445
+ }, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5446
+ method: "typia.assertGuard",
5447
+ path: _path + ".headers",
5448
+ expected: "(__type.o14 | __type.o49 | string | undefined)",
5449
+ value: input.headers
5450
+ }, _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, {
5451
+ method: "typia.assertGuard",
5452
+ path: _path + ".headers",
5453
+ expected: "(__type.o14 | __type.o49 | string | undefined)",
5454
+ value: input.headers
5455
+ }, _errorFactory)) && _au15(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5456
+ method: "typia.assertGuard",
5457
+ path: _path + ".headers",
5458
+ expected: "(__type.o14 | __type.o49 | string | undefined)",
5459
+ value: input.headers
5460
+ }, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5461
+ method: "typia.assertGuard",
5462
+ path: _path + ".throwOnError",
5463
+ expected: "(__type.o50 | boolean | string | undefined)",
5464
+ value: input.throwOnError
5465
+ }, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5466
+ method: "typia.assertGuard",
5467
+ path: _path + ".throwOnError",
5468
+ expected: "(__type.o50 | boolean | string | undefined)",
5469
+ value: input.throwOnError
5470
+ }, _errorFactory)) && _ao64(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5471
+ method: "typia.assertGuard",
5472
+ path: _path + ".throwOnError",
5473
+ expected: "(__type.o50 | boolean | string | undefined)",
5474
+ value: input.throwOnError
5475
+ }, _errorFactory))); const _ao59 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5476
+ method: "typia.assertGuard",
5477
+ path: _path + ".__context",
5478
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5479
+ value: input.__context
5480
+ }, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5481
+ method: "typia.assertGuard",
5482
+ path: _path + ".__context",
5483
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5484
+ value: input.__context
5485
+ }, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5486
+ method: "typia.assertGuard",
5487
+ path: _path + ".__returnValue",
5488
+ expected: "(string | undefined)",
5489
+ value: input.__returnValue
5490
+ }, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => ("string" === typeof input.filepath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5491
+ method: "typia.assertGuard",
5492
+ path: _path + ".filepath",
5493
+ expected: "string",
5494
+ value: input.filepath
5495
+ }, _errorFactory)) && true && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5496
+ method: "typia.assertGuard",
5497
+ path: _path + ".connection",
5498
+ expected: "FileConnectionHttpRecord",
5499
+ value: input.connection
5500
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5501
+ method: "typia.assertGuard",
5502
+ path: _path + ".connection",
5503
+ expected: "FileConnectionHttpRecord",
5504
+ value: input.connection
5505
+ }, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5506
+ method: "typia.assertGuard",
5507
+ path: _path + ".__context",
5508
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5509
+ value: input.__context
5510
+ }, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5511
+ method: "typia.assertGuard",
5512
+ path: _path + ".__context",
5513
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5514
+ value: input.__context
5515
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5516
+ method: "typia.assertGuard",
5517
+ path: _path + ".__returnValue",
5518
+ expected: "(__type.o9 | undefined)",
5519
+ value: input.__returnValue
5520
+ }, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5521
+ method: "typia.assertGuard",
5522
+ path: _path + ".__returnValue",
5523
+ expected: "(__type.o9 | undefined)",
5524
+ value: input.__returnValue
5525
+ }, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5526
+ method: "typia.assertGuard",
5527
+ path: _path + ".__context",
5528
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5529
+ value: input.__context
5530
+ }, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5531
+ method: "typia.assertGuard",
5532
+ path: _path + ".__context",
5533
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5534
+ value: input.__context
5535
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5536
+ method: "typia.assertGuard",
5537
+ path: _path + ".__returnValue",
5538
+ expected: "(__type.o11 | undefined)",
5539
+ value: input.__returnValue
5540
+ }, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5541
+ method: "typia.assertGuard",
5542
+ path: _path + ".__returnValue",
5543
+ expected: "(__type.o11 | undefined)",
5544
+ value: input.__returnValue
5545
+ }, _errorFactory)); const _ao63 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5546
+ method: "typia.assertGuard",
5547
+ path: _path + ".__context",
5548
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5549
+ value: input.__context
5550
+ }, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5551
+ method: "typia.assertGuard",
5552
+ path: _path + ".__context",
5553
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5554
+ value: input.__context
5555
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5556
+ method: "typia.assertGuard",
5557
+ path: _path + ".__returnValue",
5558
+ expected: "(__type.o14 | undefined)",
5559
+ value: input.__returnValue
5560
+ }, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5561
+ method: "typia.assertGuard",
5562
+ path: _path + ".__returnValue",
5563
+ expected: "(__type.o14 | undefined)",
5564
+ value: input.__returnValue
5565
+ }, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5566
+ method: "typia.assertGuard",
5567
+ path: _path + ".__context",
5568
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5569
+ value: input.__context
5570
+ }, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5571
+ method: "typia.assertGuard",
5572
+ path: _path + ".__context",
5573
+ expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
5574
+ value: input.__context
5575
+ }, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5576
+ method: "typia.assertGuard",
5577
+ path: _path + ".__returnValue",
5578
+ expected: "(boolean | undefined)",
5579
+ value: input.__returnValue
5580
+ }, _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, {
5581
+ method: "typia.assertGuard",
5582
+ path: _path + ".request",
5583
+ expected: "(__type.o51 | undefined)",
5584
+ value: input.request
5585
+ }, _errorFactory)) && _ao66(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5586
+ method: "typia.assertGuard",
5587
+ path: _path + ".request",
5588
+ expected: "(__type.o51 | undefined)",
5589
+ value: input.request
5590
+ }, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5591
+ method: "typia.assertGuard",
5592
+ path: _path + ".response",
5593
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
5594
+ value: input.response
5595
+ }, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5596
+ method: "typia.assertGuard",
5597
+ path: _path + ".response",
5598
+ expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
5599
+ value: input.response
5600
+ }, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5601
+ method: "typia.assertGuard",
5602
+ path: _path + ".origin",
5603
+ expected: "(__type.o52 | string | undefined)",
5604
+ value: input.origin
5605
+ }, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5606
+ method: "typia.assertGuard",
5607
+ path: _path + ".origin",
5608
+ expected: "(__type.o52 | string | undefined)",
5609
+ value: input.origin
5610
+ }, _errorFactory)) && _ao67(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5611
+ method: "typia.assertGuard",
5612
+ path: _path + ".origin",
5613
+ expected: "(__type.o52 | string | undefined)",
5614
+ value: input.origin
5615
+ }, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5616
+ method: "typia.assertGuard",
5617
+ path: _path + ".path",
5618
+ expected: "(__type.o52 | string | undefined)",
5619
+ value: input.path
5620
+ }, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5621
+ method: "typia.assertGuard",
5622
+ path: _path + ".path",
5623
+ expected: "(__type.o52 | string | undefined)",
5624
+ value: input.path
5625
+ }, _errorFactory)) && _ao67(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5626
+ method: "typia.assertGuard",
5627
+ path: _path + ".path",
5628
+ expected: "(__type.o52 | string | undefined)",
5629
+ value: input.path
5630
+ }, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5631
+ method: "typia.assertGuard",
5632
+ path: _path + ".method",
5633
+ expected: "(__type.o52 | string | undefined)",
5634
+ value: input.method
5635
+ }, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5636
+ method: "typia.assertGuard",
5637
+ path: _path + ".method",
5638
+ expected: "(__type.o52 | string | undefined)",
5639
+ value: input.method
5640
+ }, _errorFactory)) && _ao67(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5641
+ method: "typia.assertGuard",
5642
+ path: _path + ".method",
5643
+ expected: "(__type.o52 | string | undefined)",
5644
+ value: input.method
5645
+ }, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5646
+ method: "typia.assertGuard",
5647
+ path: _path + ".params",
5648
+ expected: "(__type.o54 | __type.o9 | string | undefined)",
5649
+ value: input.params
5650
+ }, _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, {
5651
+ method: "typia.assertGuard",
5652
+ path: _path + ".params",
5653
+ expected: "(__type.o54 | __type.o9 | string | undefined)",
5654
+ value: input.params
5655
+ }, _errorFactory)) && _au16(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5656
+ method: "typia.assertGuard",
5657
+ path: _path + ".params",
5658
+ expected: "(__type.o54 | __type.o9 | string | undefined)",
5659
+ value: input.params
5660
+ }, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5661
+ method: "typia.assertGuard",
5662
+ path: _path + ".form",
5663
+ expected: "(__type.o11 | __type.o55 | string | undefined)",
5664
+ value: input.form
5665
+ }, _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, {
5666
+ method: "typia.assertGuard",
5667
+ path: _path + ".form",
5668
+ expected: "(__type.o11 | __type.o55 | string | undefined)",
5669
+ value: input.form
5670
+ }, _errorFactory)) && _au17(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5671
+ method: "typia.assertGuard",
5672
+ path: _path + ".form",
5673
+ expected: "(__type.o11 | __type.o55 | string | undefined)",
5674
+ value: input.form
5675
+ }, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5676
+ method: "typia.assertGuard",
5677
+ path: _path + ".headers",
5678
+ expected: "(__type.o14 | __type.o56 | string | undefined)",
5679
+ value: input.headers
5680
+ }, _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, {
5681
+ method: "typia.assertGuard",
5682
+ path: _path + ".headers",
5683
+ expected: "(__type.o14 | __type.o56 | string | undefined)",
5684
+ value: input.headers
5685
+ }, _errorFactory)) && _au18(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5686
+ method: "typia.assertGuard",
5687
+ path: _path + ".headers",
5688
+ expected: "(__type.o14 | __type.o56 | string | undefined)",
5689
+ value: input.headers
5690
+ }, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5691
+ method: "typia.assertGuard",
5692
+ path: _path + ".throwOnError",
5693
+ expected: "(__type.o57 | boolean | string | undefined)",
5694
+ value: input.throwOnError
5695
+ }, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5696
+ method: "typia.assertGuard",
5697
+ path: _path + ".throwOnError",
5698
+ expected: "(__type.o57 | boolean | string | undefined)",
5699
+ value: input.throwOnError
5700
+ }, _errorFactory)) && _ao72(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5701
+ method: "typia.assertGuard",
5702
+ path: _path + ".throwOnError",
5703
+ expected: "(__type.o57 | boolean | string | undefined)",
5704
+ value: input.throwOnError
5705
+ }, _errorFactory))); const _ao67 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5706
+ method: "typia.assertGuard",
5707
+ path: _path + ".__context",
5708
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5709
+ value: input.__context
5710
+ }, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5711
+ method: "typia.assertGuard",
5712
+ path: _path + ".__context",
5713
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5714
+ value: input.__context
5715
+ }, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5716
+ method: "typia.assertGuard",
5717
+ path: _path + ".__returnValue",
5718
+ expected: "(string | undefined)",
5719
+ value: input.__returnValue
5720
+ }, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5721
+ method: "typia.assertGuard",
5722
+ path: _path + ".id",
5723
+ expected: "string",
5724
+ value: input.id
5725
+ }, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5726
+ method: "typia.assertGuard",
5727
+ path: _path + ".connection",
5728
+ expected: "FileConnectionHttpRecord",
5729
+ value: input.connection
5730
+ }, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5731
+ method: "typia.assertGuard",
5732
+ path: _path + ".connection",
5733
+ expected: "FileConnectionHttpRecord",
5734
+ value: input.connection
5735
+ }, _errorFactory)); const _ao69 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5736
+ method: "typia.assertGuard",
5737
+ path: _path + ".__context",
5738
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5739
+ value: input.__context
5740
+ }, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5741
+ method: "typia.assertGuard",
5742
+ path: _path + ".__context",
5743
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5744
+ value: input.__context
5745
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5746
+ method: "typia.assertGuard",
5747
+ path: _path + ".__returnValue",
5748
+ expected: "(__type.o9 | undefined)",
5749
+ value: input.__returnValue
5750
+ }, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5751
+ method: "typia.assertGuard",
5752
+ path: _path + ".__returnValue",
5753
+ expected: "(__type.o9 | undefined)",
5754
+ value: input.__returnValue
5755
+ }, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5756
+ method: "typia.assertGuard",
5757
+ path: _path + ".__context",
5758
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5759
+ value: input.__context
5760
+ }, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5761
+ method: "typia.assertGuard",
5762
+ path: _path + ".__context",
5763
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5764
+ value: input.__context
5765
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5766
+ method: "typia.assertGuard",
5767
+ path: _path + ".__returnValue",
5768
+ expected: "(__type.o11 | undefined)",
5769
+ value: input.__returnValue
5770
+ }, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5771
+ method: "typia.assertGuard",
5772
+ path: _path + ".__returnValue",
5773
+ expected: "(__type.o11 | undefined)",
5774
+ value: input.__returnValue
5775
+ }, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5776
+ method: "typia.assertGuard",
5777
+ path: _path + ".__context",
5778
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5779
+ value: input.__context
5780
+ }, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5781
+ method: "typia.assertGuard",
5782
+ path: _path + ".__context",
5783
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5784
+ value: input.__context
5785
+ }, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5786
+ method: "typia.assertGuard",
5787
+ path: _path + ".__returnValue",
5788
+ expected: "(__type.o14 | undefined)",
5789
+ value: input.__returnValue
5790
+ }, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5791
+ method: "typia.assertGuard",
5792
+ path: _path + ".__returnValue",
5793
+ expected: "(__type.o14 | undefined)",
5794
+ value: input.__returnValue
5795
+ }, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5796
+ method: "typia.assertGuard",
5797
+ path: _path + ".__context",
5798
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5799
+ value: input.__context
5800
+ }, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5801
+ method: "typia.assertGuard",
5802
+ path: _path + ".__context",
5803
+ expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
5804
+ value: input.__context
5805
+ }, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3648
5806
  method: "typia.assertGuard",
3649
- path: _path + ".content",
3650
- expected: "string",
3651
- value: input.content
3652
- }, _errorFactory); const _ao2 = (input, _path, _exceptionable = true) => ("s3" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5807
+ path: _path + ".__returnValue",
5808
+ expected: "(boolean | undefined)",
5809
+ value: input.__returnValue
5810
+ }, _errorFactory)); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "s3" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3653
5811
  method: "typia.assertGuard",
3654
5812
  path: _path + ".protocol",
3655
- expected: "\"s3\"",
5813
+ expected: "(\"s3\" | undefined)",
3656
5814
  value: input.protocol
3657
5815
  }, _errorFactory)) && true && (undefined === input.bucket || "string" === typeof input.bucket || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3658
5816
  method: "typia.assertGuard",
3659
5817
  path: _path + ".bucket",
3660
5818
  expected: "(string | undefined)",
3661
5819
  value: input.bucket
3662
- }, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5820
+ }, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3663
5821
  method: "typia.assertGuard",
3664
5822
  path: _path + ".type",
3665
- expected: "\"file\"",
5823
+ expected: "(\"file\" | undefined)",
3666
5824
  value: input.type
3667
5825
  }, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3668
5826
  method: "typia.assertGuard",
@@ -3699,7 +5857,7 @@ function _assertGuardDomainRecord(domain, input) {
3699
5857
  path: _path + ".listConcurrency",
3700
5858
  expected: "(number | undefined)",
3701
5859
  value: input.listConcurrency
3702
- }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5860
+ }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3703
5861
  method: "typia.assertGuard",
3704
5862
  path: _path + ".metafile",
3705
5863
  expected: "(__type | undefined)",
@@ -3714,20 +5872,20 @@ function _assertGuardDomainRecord(domain, input) {
3714
5872
  path: _path + ".userNotificationsEnabled",
3715
5873
  expected: "(boolean | undefined)",
3716
5874
  value: input.userNotificationsEnabled
3717
- }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("smb" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5875
+ }, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "smb" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3718
5876
  method: "typia.assertGuard",
3719
5877
  path: _path + ".protocol",
3720
- expected: "\"smb\"",
5878
+ expected: "(\"smb\" | undefined)",
3721
5879
  value: input.protocol
3722
- }, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5880
+ }, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3723
5881
  method: "typia.assertGuard",
3724
5882
  path: _path + ".host",
3725
- expected: "string",
5883
+ expected: "(string | undefined)",
3726
5884
  value: input.host
3727
- }, _errorFactory)) && ("string" === typeof input.share || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5885
+ }, _errorFactory)) && (undefined === input.share || "string" === typeof input.share || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3728
5886
  method: "typia.assertGuard",
3729
5887
  path: _path + ".share",
3730
- expected: "string",
5888
+ expected: "(string | undefined)",
3731
5889
  value: input.share
3732
5890
  }, _errorFactory)) && (undefined === input.workgroup || "string" === typeof input.workgroup || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3733
5891
  method: "typia.assertGuard",
@@ -3744,10 +5902,10 @@ function _assertGuardDomainRecord(domain, input) {
3744
5902
  path: _path + ".password",
3745
5903
  expected: "(string | undefined)",
3746
5904
  value: input.password
3747
- }, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5905
+ }, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3748
5906
  method: "typia.assertGuard",
3749
5907
  path: _path + ".type",
3750
- expected: "\"file\"",
5908
+ expected: "(\"file\" | undefined)",
3751
5909
  value: input.type
3752
5910
  }, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3753
5911
  method: "typia.assertGuard",
@@ -3779,7 +5937,7 @@ function _assertGuardDomainRecord(domain, input) {
3779
5937
  path: _path + ".listConcurrency",
3780
5938
  expected: "(number | undefined)",
3781
5939
  value: input.listConcurrency
3782
- }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5940
+ }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3783
5941
  method: "typia.assertGuard",
3784
5942
  path: _path + ".metafile",
3785
5943
  expected: "(__type | undefined)",
@@ -3794,15 +5952,15 @@ function _assertGuardDomainRecord(domain, input) {
3794
5952
  path: _path + ".userNotificationsEnabled",
3795
5953
  expected: "(boolean | undefined)",
3796
5954
  value: input.userNotificationsEnabled
3797
- }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => ("sftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5955
+ }, _errorFactory)); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "sftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3798
5956
  method: "typia.assertGuard",
3799
5957
  path: _path + ".protocol",
3800
- expected: "\"sftp\"",
5958
+ expected: "(\"sftp\" | undefined)",
3801
5959
  value: input.protocol
3802
- }, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
5960
+ }, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3803
5961
  method: "typia.assertGuard",
3804
5962
  path: _path + ".host",
3805
- expected: "string",
5963
+ expected: "(string | undefined)",
3806
5964
  value: input.host
3807
5965
  }, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3808
5966
  method: "typia.assertGuard",
@@ -3839,10 +5997,10 @@ function _assertGuardDomainRecord(domain, input) {
3839
5997
  path: _path + ".mode",
3840
5998
  expected: "(\"lftp\" | \"libcurl\" | \"openssh\" | \"ssh2\" | undefined)",
3841
5999
  value: input.mode
3842
- }, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6000
+ }, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3843
6001
  method: "typia.assertGuard",
3844
6002
  path: _path + ".type",
3845
- expected: "\"file\"",
6003
+ expected: "(\"file\" | undefined)",
3846
6004
  value: input.type
3847
6005
  }, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3848
6006
  method: "typia.assertGuard",
@@ -3874,7 +6032,7 @@ function _assertGuardDomainRecord(domain, input) {
3874
6032
  path: _path + ".listConcurrency",
3875
6033
  expected: "(number | undefined)",
3876
6034
  value: input.listConcurrency
3877
- }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6035
+ }, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3878
6036
  method: "typia.assertGuard",
3879
6037
  path: _path + ".metafile",
3880
6038
  expected: "(__type | undefined)",
@@ -3889,19 +6047,19 @@ function _assertGuardDomainRecord(domain, input) {
3889
6047
  path: _path + ".userNotificationsEnabled",
3890
6048
  expected: "(boolean | undefined)",
3891
6049
  value: input.userNotificationsEnabled
3892
- }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ("facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6050
+ }, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.type || "facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3893
6051
  method: "typia.assertGuard",
3894
6052
  path: _path + ".type",
3895
- expected: "\"facebook\"",
6053
+ expected: "(\"facebook\" | undefined)",
3896
6054
  value: input.type
3897
6055
  }, _errorFactory)) && (undefined === input.grantedScopes || (Array.isArray(input.grantedScopes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3898
6056
  method: "typia.assertGuard",
3899
6057
  path: _path + ".grantedScopes",
3900
6058
  expected: "(Array<string> | undefined)",
3901
6059
  value: input.grantedScopes
3902
- }, _errorFactory)) && input.grantedScopes.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6060
+ }, _errorFactory)) && input.grantedScopes.every((elem, _index8) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3903
6061
  method: "typia.assertGuard",
3904
- path: _path + ".grantedScopes[" + _index2 + "]",
6062
+ path: _path + ".grantedScopes[" + _index8 + "]",
3905
6063
  expected: "string",
3906
6064
  value: elem
3907
6065
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -3914,10 +6072,10 @@ function _assertGuardDomainRecord(domain, input) {
3914
6072
  path: _path + ".userNotificationsEnabled",
3915
6073
  expected: "(boolean | undefined)",
3916
6074
  value: input.userNotificationsEnabled
3917
- }, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("reuters" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6075
+ }, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => (undefined === input.type || "reuters" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3918
6076
  method: "typia.assertGuard",
3919
6077
  path: _path + ".type",
3920
- expected: "\"reuters\"",
6078
+ expected: "(\"reuters\" | undefined)",
3921
6079
  value: input.type
3922
6080
  }, _errorFactory)) && (undefined === input.clientId || "string" === typeof input.clientId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3923
6081
  method: "typia.assertGuard",
@@ -3939,15 +6097,10 @@ function _assertGuardDomainRecord(domain, input) {
3939
6097
  path: _path + ".userNotificationsEnabled",
3940
6098
  expected: "(boolean | undefined)",
3941
6099
  value: input.userNotificationsEnabled
3942
- }, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => (undefined !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
6100
+ }, _errorFactory)); const _ao78 = (input, _path, _exceptionable = true) => (null === input.type || undefined === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3943
6101
  method: "typia.assertGuard",
3944
6102
  path: _path + ".type",
3945
- expected: "null",
3946
- value: input.type
3947
- }, _errorFactory)) && (null === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3948
- method: "typia.assertGuard",
3949
- path: _path + ".type",
3950
- expected: "null",
6103
+ expected: "(null | undefined)",
3951
6104
  value: input.type
3952
6105
  }, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
3953
6106
  method: "typia.assertGuard",
@@ -3955,39 +6108,117 @@ function _assertGuardDomainRecord(domain, input) {
3955
6108
  expected: "(boolean | undefined)",
3956
6109
  value: input.userNotificationsEnabled
3957
6110
  }, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
3958
- if ("ftp" === input.protocol)
3959
- return _ao0(input, _path, true && _exceptionable);
3960
- else if ("s3" === input.protocol)
3961
- return _ao2(input, _path, true && _exceptionable);
3962
- else if ("smb" === input.protocol)
3963
- return _ao3(input, _path, true && _exceptionable);
3964
- else if ("sftp" === input.protocol)
3965
- return _ao4(input, _path, true && _exceptionable);
3966
- else if ("facebook" === input.type)
3967
- return _ao5(input, _path, true && _exceptionable);
3968
- else if ("reuters" === input.type)
3969
- return _ao6(input, _path, true && _exceptionable);
3970
- else if (undefined !== input.type && null === input.type)
3971
- return _ao7(input, _path, true && _exceptionable);
6111
+ if (undefined !== input.__context)
6112
+ return _ao14(input, _path, true && _exceptionable);
3972
6113
  else
3973
- return __typia_transform__assertGuard._assertGuard(_exceptionable, {
3974
- method: "typia.assertGuard",
3975
- path: _path,
3976
- expected: "(FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSmbRecord | FileConnectionSftpRecord | FacebookConnectionRecord | ReutersConnectionRecord | EmptyConnectionRecord)",
3977
- value: input
3978
- }, _errorFactory);
3979
- })(); const __is = input => "object" === typeof input && null !== input && _iu0(input); let _errorFactory; return (input, errorFactory) => {
6114
+ return _ao13(input, _path, true && _exceptionable);
6115
+ })(); const _au1 = (input, _path, _exceptionable = true) => (() => {
6116
+ if (undefined !== input.__context)
6117
+ return _ao17(input, _path, true && _exceptionable);
6118
+ else
6119
+ return _ao15(input, _path, true && _exceptionable);
6120
+ })(); const _au2 = (input, _path, _exceptionable = true) => (() => {
6121
+ if (undefined !== input.__context)
6122
+ return _ao19(input, _path, true && _exceptionable);
6123
+ else
6124
+ return _ao18(input, _path, true && _exceptionable);
6125
+ })(); const _au3 = (input, _path, _exceptionable = true) => (() => {
6126
+ if (undefined !== input.__context)
6127
+ return _ao31(input, _path, true && _exceptionable);
6128
+ else
6129
+ return _ao13(input, _path, true && _exceptionable);
6130
+ })(); const _au4 = (input, _path, _exceptionable = true) => (() => {
6131
+ if (undefined !== input.__context)
6132
+ return _ao32(input, _path, true && _exceptionable);
6133
+ else
6134
+ return _ao15(input, _path, true && _exceptionable);
6135
+ })(); const _au5 = (input, _path, _exceptionable = true) => (() => {
6136
+ if (undefined !== input.__context)
6137
+ return _ao33(input, _path, true && _exceptionable);
6138
+ else
6139
+ return _ao18(input, _path, true && _exceptionable);
6140
+ })(); const _au6 = (input, _path, _exceptionable = true) => (() => {
6141
+ if (undefined !== input.__context)
6142
+ return _ao37(input, _path, true && _exceptionable);
6143
+ else
6144
+ return _ao36(input, _path, true && _exceptionable);
6145
+ })(); const _au7 = (input, _path, _exceptionable = true) => (() => {
6146
+ if (undefined !== input.__context)
6147
+ return _ao42(input, _path, true && _exceptionable);
6148
+ else
6149
+ return _ao13(input, _path, true && _exceptionable);
6150
+ })(); const _au8 = (input, _path, _exceptionable = true) => (() => {
6151
+ if (undefined !== input.__context)
6152
+ return _ao43(input, _path, true && _exceptionable);
6153
+ else
6154
+ return _ao15(input, _path, true && _exceptionable);
6155
+ })(); const _au9 = (input, _path, _exceptionable = true) => (() => {
6156
+ if (undefined !== input.__context)
6157
+ return _ao44(input, _path, true && _exceptionable);
6158
+ else
6159
+ return _ao18(input, _path, true && _exceptionable);
6160
+ })(); const _au10 = (input, _path, _exceptionable = true) => (() => {
6161
+ if (undefined !== input.__context)
6162
+ return _ao53(input, _path, true && _exceptionable);
6163
+ else
6164
+ return _ao13(input, _path, true && _exceptionable);
6165
+ })(); const _au11 = (input, _path, _exceptionable = true) => (() => {
6166
+ if (undefined !== input.__context)
6167
+ return _ao54(input, _path, true && _exceptionable);
6168
+ else
6169
+ return _ao15(input, _path, true && _exceptionable);
6170
+ })(); const _au12 = (input, _path, _exceptionable = true) => (() => {
6171
+ if (undefined !== input.__context)
6172
+ return _ao55(input, _path, true && _exceptionable);
6173
+ else
6174
+ return _ao18(input, _path, true && _exceptionable);
6175
+ })(); const _au13 = (input, _path, _exceptionable = true) => (() => {
6176
+ if (undefined !== input.__context)
6177
+ return _ao61(input, _path, true && _exceptionable);
6178
+ else
6179
+ return _ao13(input, _path, true && _exceptionable);
6180
+ })(); const _au14 = (input, _path, _exceptionable = true) => (() => {
6181
+ if (undefined !== input.__context)
6182
+ return _ao62(input, _path, true && _exceptionable);
6183
+ else
6184
+ return _ao15(input, _path, true && _exceptionable);
6185
+ })(); const _au15 = (input, _path, _exceptionable = true) => (() => {
6186
+ if (undefined !== input.__context)
6187
+ return _ao63(input, _path, true && _exceptionable);
6188
+ else
6189
+ return _ao18(input, _path, true && _exceptionable);
6190
+ })(); const _au16 = (input, _path, _exceptionable = true) => (() => {
6191
+ if (undefined !== input.__context)
6192
+ return _ao69(input, _path, true && _exceptionable);
6193
+ else
6194
+ return _ao13(input, _path, true && _exceptionable);
6195
+ })(); const _au17 = (input, _path, _exceptionable = true) => (() => {
6196
+ if (undefined !== input.__context)
6197
+ return _ao70(input, _path, true && _exceptionable);
6198
+ else
6199
+ return _ao15(input, _path, true && _exceptionable);
6200
+ })(); const _au18 = (input, _path, _exceptionable = true) => (() => {
6201
+ if (undefined !== input.__context)
6202
+ return _ao71(input, _path, true && _exceptionable);
6203
+ else
6204
+ return _ao18(input, _path, true && _exceptionable);
6205
+ })(); 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, {
6206
+ method: "typia.assertGuard",
6207
+ path: _path,
6208
+ expected: "(FileConnectionFtpRecord | FileConnectionHttpRecord | FileConnectionS3Record | FileConnectionSmbRecord | FileConnectionSftpRecord | FacebookConnectionRecord | ReutersConnectionRecord | EmptyConnectionRecord)",
6209
+ value: input
6210
+ }, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu19(input); let _errorFactory; return (input, errorFactory) => {
3980
6211
  if (false === __is(input)) {
3981
6212
  _errorFactory = errorFactory;
3982
- ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
6213
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
3983
6214
  method: "typia.assertGuard",
3984
6215
  path: _path + "",
3985
- expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
6216
+ expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionHttpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
3986
6217
  value: input
3987
- }, _errorFactory)) && _au0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
6218
+ }, _errorFactory)) && _au19(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
3988
6219
  method: "typia.assertGuard",
3989
6220
  path: _path + "",
3990
- expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
6221
+ expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionHttpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
3991
6222
  value: input
3992
6223
  }, _errorFactory))(input, "$input", true);
3993
6224
  }
@@ -8547,29 +10778,29 @@ function _assertGuardDomainRecord(domain, input) {
8547
10778
  }; })()(input);
8548
10779
  }
8549
10780
  case ":publish": {
8550
- 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 => {
10781
+ 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 => {
8551
10782
  const value = input[key];
8552
10783
  if (undefined === value)
8553
10784
  return true;
8554
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
8555
- }); 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 => {
10785
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io5(value);
10786
+ }); 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 => {
8556
10787
  const value = input[key];
8557
10788
  if (undefined === value)
8558
10789
  return true;
8559
10790
  return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
8560
- }); 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 => {
10791
+ }); 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 => {
8561
10792
  const value = input[key];
8562
10793
  if (undefined === value)
8563
10794
  return true;
8564
10795
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io26(value);
8565
- }); 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 => {
10796
+ }); 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 => {
8566
10797
  if (["id", "path", "filename", "directory", "subtitle", "metafile"].some(prop => key === prop))
8567
10798
  return true;
8568
10799
  const value = input[key];
8569
10800
  if (undefined === value)
8570
10801
  return true;
8571
10802
  return true;
8572
- }); 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 => (() => {
10803
+ }); 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 => (() => {
8573
10804
  if (undefined !== input.path)
8574
10805
  return _io20(input);
8575
10806
  else if (undefined !== input.__context)
@@ -8577,45 +10808,22 @@ function _assertGuardDomainRecord(domain, input) {
8577
10808
  else
8578
10809
  return false;
8579
10810
  })(); const _iu1 = input => (() => {
8580
- if (undefined !== input.type && null === input.type)
10811
+ if (_io0(input))
8581
10812
  return _io0(input);
8582
- else if ("facebook" === input.type)
8583
- return _io1(input);
8584
- else if ("youtube" === input.type)
10813
+ if (_io17(input))
10814
+ return _io17(input);
10815
+ if (_io28(input))
10816
+ return _io28(input);
10817
+ if (_io18(input))
10818
+ return _io18(input);
10819
+ if (_io32(input))
8585
10820
  return _io32(input);
8586
- else
8587
- return (() => {
8588
- if (_io28(input))
8589
- return _io28(input);
8590
- if (_io18(input))
8591
- return _io18(input);
8592
- return false;
8593
- })();
8594
- })(); const _ao0 = (input, _path, _exceptionable = true) => (undefined !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8595
- method: "typia.assertGuard",
8596
- path: _path + ".type",
8597
- expected: "null",
8598
- value: input.type
8599
- }, _errorFactory)) && (null === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8600
- method: "typia.assertGuard",
8601
- path: _path + ".type",
8602
- expected: "null",
8603
- value: input.type
8604
- }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8605
- method: "typia.assertGuard",
8606
- path: _path + ".asset",
8607
- expected: "(null | string | undefined)",
8608
- value: input.asset
8609
- }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => ("facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10821
+ return false;
10822
+ })(); const _ao0 = (input, _path, _exceptionable = true) => (null === input.type || undefined === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8610
10823
  method: "typia.assertGuard",
8611
10824
  path: _path + ".type",
8612
- expected: "\"facebook\"",
10825
+ expected: "(null | undefined)",
8613
10826
  value: input.type
8614
- }, _errorFactory)) && (undefined === input.pageId || "string" === typeof input.pageId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8615
- method: "typia.assertGuard",
8616
- path: _path + ".pageId",
8617
- expected: "(string | undefined)",
8618
- value: input.pageId
8619
10827
  }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8620
10828
  method: "typia.assertGuard",
8621
10829
  path: _path + ".asset",
@@ -8631,7 +10839,7 @@ function _assertGuardDomainRecord(domain, input) {
8631
10839
  path: _path + ".render",
8632
10840
  expected: "(PublishRenderBase | undefined)",
8633
10841
  value: input.render
8634
- }, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10842
+ }, _errorFactory)) && _ao1(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8635
10843
  method: "typia.assertGuard",
8636
10844
  path: _path + ".render",
8637
10845
  expected: "(PublishRenderBase | undefined)",
@@ -8641,7 +10849,7 @@ function _assertGuardDomainRecord(domain, input) {
8641
10849
  path: _path + ".error",
8642
10850
  expected: "(__type.o9 | null | undefined)",
8643
10851
  value: input.error
8644
- }, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10852
+ }, _errorFactory)) && _ao15(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8645
10853
  method: "typia.assertGuard",
8646
10854
  path: _path + ".error",
8647
10855
  expected: "(__type.o9 | null | undefined)",
@@ -8651,14 +10859,14 @@ function _assertGuardDomainRecord(domain, input) {
8651
10859
  path: _path + ".messages",
8652
10860
  expected: "(Array<Message> | undefined)",
8653
10861
  value: input.messages
8654
- }, _errorFactory)) && input.messages.every((elem, _index9) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10862
+ }, _errorFactory)) && input.messages.every((elem, _index10) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8655
10863
  method: "typia.assertGuard",
8656
- path: _path + ".messages[" + _index9 + "]",
10864
+ path: _path + ".messages[" + _index10 + "]",
8657
10865
  expected: "Message",
8658
10866
  value: elem
8659
- }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10867
+ }, _errorFactory)) && _ao16(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8660
10868
  method: "typia.assertGuard",
8661
- path: _path + ".messages[" + _index9 + "]",
10869
+ path: _path + ".messages[" + _index10 + "]",
8662
10870
  expected: "Message",
8663
10871
  value: elem
8664
10872
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -8666,7 +10874,7 @@ function _assertGuardDomainRecord(domain, input) {
8666
10874
  path: _path + ".messages",
8667
10875
  expected: "(Array<Message> | undefined)",
8668
10876
  value: input.messages
8669
- }, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10877
+ }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8670
10878
  method: "typia.assertGuard",
8671
10879
  path: _path + ".preset",
8672
10880
  expected: "(string | undefined)",
@@ -8681,7 +10889,7 @@ function _assertGuardDomainRecord(domain, input) {
8681
10889
  path: _path + ".scene",
8682
10890
  expected: "(RenderSceneObject | undefined)",
8683
10891
  value: input.scene
8684
- }, _errorFactory)) && _ao3(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10892
+ }, _errorFactory)) && _ao2(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8685
10893
  method: "typia.assertGuard",
8686
10894
  path: _path + ".scene",
8687
10895
  expected: "(RenderSceneObject | undefined)",
@@ -8691,12 +10899,12 @@ function _assertGuardDomainRecord(domain, input) {
8691
10899
  path: _path + ".profile",
8692
10900
  expected: "(RenderProfileObject | undefined)",
8693
10901
  value: input.profile
8694
- }, _errorFactory)) && _ao11(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10902
+ }, _errorFactory)) && _ao10(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8695
10903
  method: "typia.assertGuard",
8696
10904
  path: _path + ".profile",
8697
10905
  expected: "(RenderProfileObject | undefined)",
8698
10906
  value: input.profile
8699
- }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10907
+ }, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8700
10908
  method: "typia.assertGuard",
8701
10909
  path: _path + ".id",
8702
10910
  expected: "(string | undefined)",
@@ -8711,7 +10919,7 @@ function _assertGuardDomainRecord(domain, input) {
8711
10919
  path: _path + ".input",
8712
10920
  expected: "(__type | null | undefined)",
8713
10921
  value: input.input
8714
- }, _errorFactory)) && _ao4(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10922
+ }, _errorFactory)) && _ao3(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8715
10923
  method: "typia.assertGuard",
8716
10924
  path: _path + ".input",
8717
10925
  expected: "(__type | null | undefined)",
@@ -8731,7 +10939,7 @@ function _assertGuardDomainRecord(domain, input) {
8731
10939
  path: _path + ".subtitleTracks",
8732
10940
  expected: "(__type.o1 | undefined)",
8733
10941
  value: input.subtitleTracks
8734
- }, _errorFactory)) && _ao5(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10942
+ }, _errorFactory)) && _ao4(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8735
10943
  method: "typia.assertGuard",
8736
10944
  path: _path + ".subtitleTracks",
8737
10945
  expected: "(__type.o1 | undefined)",
@@ -8741,7 +10949,7 @@ function _assertGuardDomainRecord(domain, input) {
8741
10949
  path: _path + ".video",
8742
10950
  expected: "(__type.o3 | undefined)",
8743
10951
  value: input.video
8744
- }, _errorFactory)) && _ao8(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10952
+ }, _errorFactory)) && _ao7(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8745
10953
  method: "typia.assertGuard",
8746
10954
  path: _path + ".video",
8747
10955
  expected: "(__type.o3 | undefined)",
@@ -8761,12 +10969,12 @@ function _assertGuardDomainRecord(domain, input) {
8761
10969
  path: _path + ".transcribe",
8762
10970
  expected: "(__type.o5 | undefined)",
8763
10971
  value: input.transcribe
8764
- }, _errorFactory)) && _ao10(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10972
+ }, _errorFactory)) && _ao9(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8765
10973
  method: "typia.assertGuard",
8766
10974
  path: _path + ".transcribe",
8767
10975
  expected: "(__type.o5 | undefined)",
8768
10976
  value: input.transcribe
8769
- }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10977
+ }, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8770
10978
  method: "typia.assertGuard",
8771
10979
  path: _path + ".type",
8772
10980
  expected: "(string | undefined)",
@@ -8776,7 +10984,7 @@ function _assertGuardDomainRecord(domain, input) {
8776
10984
  path: _path + ".file",
8777
10985
  expected: "(null | string | undefined)",
8778
10986
  value: input.file
8779
- }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
10987
+ }, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
8780
10988
  const value = input[key];
8781
10989
  if (undefined === value)
8782
10990
  return true;
@@ -8785,13 +10993,13 @@ function _assertGuardDomainRecord(domain, input) {
8785
10993
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
8786
10994
  expected: "__type.o2",
8787
10995
  value: value
8788
- }, _errorFactory)) && _ao6(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10996
+ }, _errorFactory)) && _ao5(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8789
10997
  method: "typia.assertGuard",
8790
10998
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
8791
10999
  expected: "__type.o2",
8792
11000
  value: value
8793
11001
  }, _errorFactory);
8794
- }); const _ao6 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11002
+ }); const _ao5 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8795
11003
  method: "typia.assertGuard",
8796
11004
  path: _path + ".style",
8797
11005
  expected: "(null | string | undefined)",
@@ -8801,12 +11009,12 @@ function _assertGuardDomainRecord(domain, input) {
8801
11009
  path: _path + ".styleOverrides",
8802
11010
  expected: "(SubtitleStyle | undefined)",
8803
11011
  value: input.styleOverrides
8804
- }, _errorFactory)) && _ao7(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11012
+ }, _errorFactory)) && _ao6(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8805
11013
  method: "typia.assertGuard",
8806
11014
  path: _path + ".styleOverrides",
8807
11015
  expected: "(SubtitleStyle | undefined)",
8808
11016
  value: input.styleOverrides
8809
- }, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11017
+ }, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8810
11018
  method: "typia.assertGuard",
8811
11019
  path: _path + ".name",
8812
11020
  expected: "(string | undefined)",
@@ -8921,17 +11129,17 @@ function _assertGuardDomainRecord(domain, input) {
8921
11129
  path: _path + ".encoding",
8922
11130
  expected: "(string | undefined)",
8923
11131
  value: input.encoding
8924
- }, _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, {
11132
+ }, _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, {
8925
11133
  method: "typia.assertGuard",
8926
11134
  path: _path + ".crop",
8927
11135
  expected: "(__type.o4 | undefined)",
8928
11136
  value: input.crop
8929
- }, _errorFactory)) && _ao9(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11137
+ }, _errorFactory)) && _ao8(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8930
11138
  method: "typia.assertGuard",
8931
11139
  path: _path + ".crop",
8932
11140
  expected: "(__type.o4 | undefined)",
8933
11141
  value: input.crop
8934
- }, _errorFactory); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11142
+ }, _errorFactory); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8935
11143
  method: "typia.assertGuard",
8936
11144
  path: _path + ".x",
8937
11145
  expected: "(number | undefined)",
@@ -8951,7 +11159,7 @@ function _assertGuardDomainRecord(domain, input) {
8951
11159
  path: _path + ".height",
8952
11160
  expected: "(number | undefined)",
8953
11161
  value: input.height
8954
- }, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11162
+ }, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8955
11163
  method: "typia.assertGuard",
8956
11164
  path: _path + ".language",
8957
11165
  expected: "(string | undefined)",
@@ -8961,9 +11169,9 @@ function _assertGuardDomainRecord(domain, input) {
8961
11169
  path: _path + ".pan",
8962
11170
  expected: "(Array<number> | undefined)",
8963
11171
  value: input.pan
8964
- }, _errorFactory)) && input.pan.every((elem, _index10) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11172
+ }, _errorFactory)) && input.pan.every((elem, _index11) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8965
11173
  method: "typia.assertGuard",
8966
- path: _path + ".pan[" + _index10 + "]",
11174
+ path: _path + ".pan[" + _index11 + "]",
8967
11175
  expected: "number",
8968
11176
  value: elem
8969
11177
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -8971,7 +11179,7 @@ function _assertGuardDomainRecord(domain, input) {
8971
11179
  path: _path + ".pan",
8972
11180
  expected: "(Array<number> | undefined)",
8973
11181
  value: input.pan
8974
- }, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11182
+ }, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8975
11183
  method: "typia.assertGuard",
8976
11184
  path: _path + ".format",
8977
11185
  expected: "string",
@@ -8981,7 +11189,7 @@ function _assertGuardDomainRecord(domain, input) {
8981
11189
  path: _path + ".transcribe",
8982
11190
  expected: "(__type.o6 | undefined)",
8983
11191
  value: input.transcribe
8984
- }, _errorFactory)) && _ao12(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11192
+ }, _errorFactory)) && _ao11(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8985
11193
  method: "typia.assertGuard",
8986
11194
  path: _path + ".transcribe",
8987
11195
  expected: "(__type.o6 | undefined)",
@@ -8991,7 +11199,7 @@ function _assertGuardDomainRecord(domain, input) {
8991
11199
  path: _path + ".translate",
8992
11200
  expected: "(__type.o7 | undefined)",
8993
11201
  value: input.translate
8994
- }, _errorFactory)) && _ao13(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11202
+ }, _errorFactory)) && _ao12(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
8995
11203
  method: "typia.assertGuard",
8996
11204
  path: _path + ".translate",
8997
11205
  expected: "(__type.o7 | undefined)",
@@ -9001,7 +11209,7 @@ function _assertGuardDomainRecord(domain, input) {
9001
11209
  path: _path + ".audio",
9002
11210
  expected: "(__type.o8 | undefined)",
9003
11211
  value: input.audio
9004
- }, _errorFactory)) && _ao14(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11212
+ }, _errorFactory)) && _ao13(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9005
11213
  method: "typia.assertGuard",
9006
11214
  path: _path + ".audio",
9007
11215
  expected: "(__type.o8 | undefined)",
@@ -9011,9 +11219,9 @@ function _assertGuardDomainRecord(domain, input) {
9011
11219
  path: _path + ".pick",
9012
11220
  expected: "(Array<string> | undefined)",
9013
11221
  value: input.pick
9014
- }, _errorFactory)) && input.pick.every((elem, _index11) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11222
+ }, _errorFactory)) && input.pick.every((elem, _index12) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9015
11223
  method: "typia.assertGuard",
9016
- path: _path + ".pick[" + _index11 + "]",
11224
+ path: _path + ".pick[" + _index12 + "]",
9017
11225
  expected: "string",
9018
11226
  value: elem
9019
11227
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9031,22 +11239,22 @@ function _assertGuardDomainRecord(domain, input) {
9031
11239
  path: _path + ".subtitle",
9032
11240
  expected: "(SubtitleProfile | string | undefined)",
9033
11241
  value: input.subtitle
9034
- }, _errorFactory)) && _ao15(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11242
+ }, _errorFactory)) && _ao14(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9035
11243
  method: "typia.assertGuard",
9036
11244
  path: _path + ".subtitle",
9037
11245
  expected: "(SubtitleProfile | string | undefined)",
9038
11246
  value: input.subtitle
9039
- }, _errorFactory))); const _ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11247
+ }, _errorFactory))); const _ao11 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9040
11248
  method: "typia.assertGuard",
9041
11249
  path: _path + ".engine",
9042
11250
  expected: "string",
9043
11251
  value: input.engine
9044
- }, _errorFactory); const _ao13 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11252
+ }, _errorFactory); const _ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9045
11253
  method: "typia.assertGuard",
9046
11254
  path: _path + ".language",
9047
11255
  expected: "string",
9048
11256
  value: input.language
9049
- }, _errorFactory); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11257
+ }, _errorFactory); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9050
11258
  method: "typia.assertGuard",
9051
11259
  path: _path + ".codec",
9052
11260
  expected: "(string | undefined)",
@@ -9066,7 +11274,7 @@ function _assertGuardDomainRecord(domain, input) {
9066
11274
  path: _path + ".split",
9067
11275
  expected: "(boolean | undefined)",
9068
11276
  value: input.split
9069
- }, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11277
+ }, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9070
11278
  method: "typia.assertGuard",
9071
11279
  path: _path + ".lang",
9072
11280
  expected: "(string | undefined)",
@@ -9076,12 +11284,12 @@ function _assertGuardDomainRecord(domain, input) {
9076
11284
  path: _path + ".style",
9077
11285
  expected: "(string | undefined)",
9078
11286
  value: input.style
9079
- }, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11287
+ }, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9080
11288
  method: "typia.assertGuard",
9081
11289
  path: _path + ".method",
9082
11290
  expected: "string",
9083
11291
  value: input.method
9084
- }, _errorFactory); const _ao17 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11292
+ }, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9085
11293
  method: "typia.assertGuard",
9086
11294
  path: _path + ".level",
9087
11295
  expected: "number",
@@ -9096,10 +11304,70 @@ function _assertGuardDomainRecord(domain, input) {
9096
11304
  path: _path + ".msg",
9097
11305
  expected: "string",
9098
11306
  value: input.msg
9099
- }, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11307
+ }, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (undefined === input.type || "facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11308
+ method: "typia.assertGuard",
11309
+ path: _path + ".type",
11310
+ expected: "(\"facebook\" | undefined)",
11311
+ value: input.type
11312
+ }, _errorFactory)) && (undefined === input.pageId || "string" === typeof input.pageId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11313
+ method: "typia.assertGuard",
11314
+ path: _path + ".pageId",
11315
+ expected: "(string | undefined)",
11316
+ value: input.pageId
11317
+ }, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11318
+ method: "typia.assertGuard",
11319
+ path: _path + ".asset",
11320
+ expected: "(null | string | undefined)",
11321
+ value: input.asset
11322
+ }, _errorFactory)) && (undefined === input.connection || "string" === typeof input.connection || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11323
+ method: "typia.assertGuard",
11324
+ path: _path + ".connection",
11325
+ expected: "(string | undefined)",
11326
+ value: input.connection
11327
+ }, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11328
+ method: "typia.assertGuard",
11329
+ path: _path + ".render",
11330
+ expected: "(PublishRenderBase | undefined)",
11331
+ value: input.render
11332
+ }, _errorFactory)) && _ao1(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11333
+ method: "typia.assertGuard",
11334
+ path: _path + ".render",
11335
+ expected: "(PublishRenderBase | undefined)",
11336
+ value: input.render
11337
+ }, _errorFactory)) && true && true && true && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11338
+ method: "typia.assertGuard",
11339
+ path: _path + ".error",
11340
+ expected: "(__type.o9 | null | undefined)",
11341
+ value: input.error
11342
+ }, _errorFactory)) && _ao15(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11343
+ method: "typia.assertGuard",
11344
+ path: _path + ".error",
11345
+ expected: "(__type.o9 | null | undefined)",
11346
+ value: input.error
11347
+ }, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11348
+ method: "typia.assertGuard",
11349
+ path: _path + ".messages",
11350
+ expected: "(Array<Message> | undefined)",
11351
+ value: input.messages
11352
+ }, _errorFactory)) && input.messages.every((elem, _index13) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11353
+ method: "typia.assertGuard",
11354
+ path: _path + ".messages[" + _index13 + "]",
11355
+ expected: "Message",
11356
+ value: elem
11357
+ }, _errorFactory)) && _ao16(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11358
+ method: "typia.assertGuard",
11359
+ path: _path + ".messages[" + _index13 + "]",
11360
+ expected: "Message",
11361
+ value: elem
11362
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11363
+ method: "typia.assertGuard",
11364
+ path: _path + ".messages",
11365
+ expected: "(Array<Message> | undefined)",
11366
+ value: input.messages
11367
+ }, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9100
11368
  method: "typia.assertGuard",
9101
11369
  path: _path + ".type",
9102
- expected: "\"file\"",
11370
+ expected: "(\"file\" | undefined)",
9103
11371
  value: input.type
9104
11372
  }, _errorFactory)) && (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9105
11373
  method: "typia.assertGuard",
@@ -9166,7 +11434,7 @@ function _assertGuardDomainRecord(domain, input) {
9166
11434
  path: _path + ".render",
9167
11435
  expected: "(PublishRenderBase | undefined)",
9168
11436
  value: input.render
9169
- }, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11437
+ }, _errorFactory)) && _ao1(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9170
11438
  method: "typia.assertGuard",
9171
11439
  path: _path + ".render",
9172
11440
  expected: "(PublishRenderBase | undefined)",
@@ -9176,7 +11444,7 @@ function _assertGuardDomainRecord(domain, input) {
9176
11444
  path: _path + ".error",
9177
11445
  expected: "(__type.o9 | null | undefined)",
9178
11446
  value: input.error
9179
- }, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11447
+ }, _errorFactory)) && _ao15(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9180
11448
  method: "typia.assertGuard",
9181
11449
  path: _path + ".error",
9182
11450
  expected: "(__type.o9 | null | undefined)",
@@ -9186,14 +11454,14 @@ function _assertGuardDomainRecord(domain, input) {
9186
11454
  path: _path + ".messages",
9187
11455
  expected: "(Array<Message> | undefined)",
9188
11456
  value: input.messages
9189
- }, _errorFactory)) && input.messages.every((elem, _index12) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11457
+ }, _errorFactory)) && input.messages.every((elem, _index14) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9190
11458
  method: "typia.assertGuard",
9191
- path: _path + ".messages[" + _index12 + "]",
11459
+ path: _path + ".messages[" + _index14 + "]",
9192
11460
  expected: "Message",
9193
11461
  value: elem
9194
- }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11462
+ }, _errorFactory)) && _ao16(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9195
11463
  method: "typia.assertGuard",
9196
- path: _path + ".messages[" + _index12 + "]",
11464
+ path: _path + ".messages[" + _index14 + "]",
9197
11465
  expected: "Message",
9198
11466
  value: elem
9199
11467
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9261,7 +11529,7 @@ function _assertGuardDomainRecord(domain, input) {
9261
11529
  path: _path + ".scene",
9262
11530
  expected: "(RenderSceneObject | undefined)",
9263
11531
  value: input.scene
9264
- }, _errorFactory)) && _ao3(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11532
+ }, _errorFactory)) && _ao2(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9265
11533
  method: "typia.assertGuard",
9266
11534
  path: _path + ".scene",
9267
11535
  expected: "(RenderSceneObject | undefined)",
@@ -9271,7 +11539,7 @@ function _assertGuardDomainRecord(domain, input) {
9271
11539
  path: _path + ".profile",
9272
11540
  expected: "(RenderProfileObject | undefined)",
9273
11541
  value: input.profile
9274
- }, _errorFactory)) && _ao11(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11542
+ }, _errorFactory)) && _ao10(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9275
11543
  method: "typia.assertGuard",
9276
11544
  path: _path + ".profile",
9277
11545
  expected: "(RenderProfileObject | undefined)",
@@ -9296,7 +11564,7 @@ function _assertGuardDomainRecord(domain, input) {
9296
11564
  path: _path + ".__returnValue",
9297
11565
  expected: "ResolvedFilePublishRender",
9298
11566
  value: input.__returnValue
9299
- }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11567
+ }, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9300
11568
  method: "typia.assertGuard",
9301
11569
  path: _path + ".publish",
9302
11570
  expected: "FilePublishRecord",
@@ -9371,14 +11639,14 @@ function _assertGuardDomainRecord(domain, input) {
9371
11639
  path: _path + ".messages",
9372
11640
  expected: "(Array<Message> | undefined)",
9373
11641
  value: input.messages
9374
- }, _errorFactory)) && input.messages.every((elem, _index13) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11642
+ }, _errorFactory)) && input.messages.every((elem, _index15) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9375
11643
  method: "typia.assertGuard",
9376
- path: _path + ".messages[" + _index13 + "]",
11644
+ path: _path + ".messages[" + _index15 + "]",
9377
11645
  expected: "Message",
9378
11646
  value: elem
9379
- }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11647
+ }, _errorFactory)) && _ao16(elem, _path + ".messages[" + _index15 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9380
11648
  method: "typia.assertGuard",
9381
- path: _path + ".messages[" + _index13 + "]",
11649
+ path: _path + ".messages[" + _index15 + "]",
9382
11650
  expected: "Message",
9383
11651
  value: elem
9384
11652
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9411,10 +11679,10 @@ function _assertGuardDomainRecord(domain, input) {
9411
11679
  path: _path + ".filename",
9412
11680
  expected: "string",
9413
11681
  value: input.filename
9414
- }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11682
+ }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9415
11683
  method: "typia.assertGuard",
9416
11684
  path: _path + ".type",
9417
- expected: "\"file\"",
11685
+ expected: "(\"file\" | undefined)",
9418
11686
  value: input.type
9419
11687
  }, _errorFactory)) && (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9420
11688
  method: "typia.assertGuard",
@@ -9481,7 +11749,7 @@ function _assertGuardDomainRecord(domain, input) {
9481
11749
  path: _path + ".render",
9482
11750
  expected: "(PublishRenderBase | undefined)",
9483
11751
  value: input.render
9484
- }, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11752
+ }, _errorFactory)) && _ao1(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9485
11753
  method: "typia.assertGuard",
9486
11754
  path: _path + ".render",
9487
11755
  expected: "(PublishRenderBase | undefined)",
@@ -9491,7 +11759,7 @@ function _assertGuardDomainRecord(domain, input) {
9491
11759
  path: _path + ".error",
9492
11760
  expected: "(__type.o9 | null | undefined)",
9493
11761
  value: input.error
9494
- }, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11762
+ }, _errorFactory)) && _ao15(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9495
11763
  method: "typia.assertGuard",
9496
11764
  path: _path + ".error",
9497
11765
  expected: "(__type.o9 | null | undefined)",
@@ -9501,14 +11769,14 @@ function _assertGuardDomainRecord(domain, input) {
9501
11769
  path: _path + ".messages",
9502
11770
  expected: "(Array<Message> | undefined)",
9503
11771
  value: input.messages
9504
- }, _errorFactory)) && input.messages.every((elem, _index14) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11772
+ }, _errorFactory)) && input.messages.every((elem, _index16) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9505
11773
  method: "typia.assertGuard",
9506
- path: _path + ".messages[" + _index14 + "]",
11774
+ path: _path + ".messages[" + _index16 + "]",
9507
11775
  expected: "Message",
9508
11776
  value: elem
9509
- }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11777
+ }, _errorFactory)) && _ao16(elem, _path + ".messages[" + _index16 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9510
11778
  method: "typia.assertGuard",
9511
- path: _path + ".messages[" + _index14 + "]",
11779
+ path: _path + ".messages[" + _index16 + "]",
9512
11780
  expected: "Message",
9513
11781
  value: elem
9514
11782
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9573,10 +11841,10 @@ function _assertGuardDomainRecord(domain, input) {
9573
11841
  path: _path + ".path",
9574
11842
  expected: "string",
9575
11843
  value: input.path
9576
- }, _errorFactory); const _ao32 = (input, _path, _exceptionable = true) => ("youtube" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11844
+ }, _errorFactory); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.type || "youtube" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9577
11845
  method: "typia.assertGuard",
9578
11846
  path: _path + ".type",
9579
- expected: "\"youtube\"",
11847
+ expected: "(\"youtube\" | undefined)",
9580
11848
  value: input.type
9581
11849
  }, _errorFactory)) && (undefined === input.draft || ("object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9582
11850
  method: "typia.assertGuard",
@@ -9603,7 +11871,7 @@ function _assertGuardDomainRecord(domain, input) {
9603
11871
  path: _path + ".render",
9604
11872
  expected: "(PublishRenderBase | undefined)",
9605
11873
  value: input.render
9606
- }, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11874
+ }, _errorFactory)) && _ao1(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9607
11875
  method: "typia.assertGuard",
9608
11876
  path: _path + ".render",
9609
11877
  expected: "(PublishRenderBase | undefined)",
@@ -9613,7 +11881,7 @@ function _assertGuardDomainRecord(domain, input) {
9613
11881
  path: _path + ".error",
9614
11882
  expected: "(__type.o9 | null | undefined)",
9615
11883
  value: input.error
9616
- }, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11884
+ }, _errorFactory)) && _ao15(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9617
11885
  method: "typia.assertGuard",
9618
11886
  path: _path + ".error",
9619
11887
  expected: "(__type.o9 | null | undefined)",
@@ -9623,14 +11891,14 @@ function _assertGuardDomainRecord(domain, input) {
9623
11891
  path: _path + ".messages",
9624
11892
  expected: "(Array<Message> | undefined)",
9625
11893
  value: input.messages
9626
- }, _errorFactory)) && input.messages.every((elem, _index15) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11894
+ }, _errorFactory)) && input.messages.every((elem, _index17) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9627
11895
  method: "typia.assertGuard",
9628
- path: _path + ".messages[" + _index15 + "]",
11896
+ path: _path + ".messages[" + _index17 + "]",
9629
11897
  expected: "Message",
9630
11898
  value: elem
9631
- }, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index15 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11899
+ }, _errorFactory)) && _ao16(elem, _path + ".messages[" + _index17 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9632
11900
  method: "typia.assertGuard",
9633
- path: _path + ".messages[" + _index15 + "]",
11901
+ path: _path + ".messages[" + _index17 + "]",
9634
11902
  expected: "Message",
9635
11903
  value: elem
9636
11904
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9658,9 +11926,9 @@ function _assertGuardDomainRecord(domain, input) {
9658
11926
  path: _path + ".tags",
9659
11927
  expected: "(Array<string> | undefined)",
9660
11928
  value: input.tags
9661
- }, _errorFactory)) && input.tags.every((elem, _index16) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
11929
+ }, _errorFactory)) && input.tags.every((elem, _index18) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9662
11930
  method: "typia.assertGuard",
9663
- path: _path + ".tags[" + _index16 + "]",
11931
+ path: _path + ".tags[" + _index18 + "]",
9664
11932
  expected: "string",
9665
11933
  value: elem
9666
11934
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -9685,24 +11953,15 @@ function _assertGuardDomainRecord(domain, input) {
9685
11953
  expected: "(ResolvedFilePublishRender | __type.o10)",
9686
11954
  value: input
9687
11955
  }, _errorFactory);
9688
- })(); const _au1 = (input, _path, _exceptionable = true) => (() => {
9689
- if (undefined !== input.type && null === input.type)
9690
- return _ao0(input, _path, true && _exceptionable);
9691
- else if ("facebook" === input.type)
9692
- return _ao1(input, _path, true && _exceptionable);
9693
- else if ("youtube" === input.type)
9694
- return _ao32(input, _path, true && _exceptionable);
9695
- else
9696
- return _ao28(input, _path, false && _exceptionable) || _ao18(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9697
- method: "typia.assertGuard",
9698
- path: _path,
9699
- expected: "(FilePublishRecordLegacy | FilePublishRecord)",
9700
- value: input
9701
- }, _errorFactory);
9702
- })(); const __is = input => "object" === typeof input && null !== input && _iu1(input); let _errorFactory; return (input, errorFactory) => {
11956
+ })(); 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, {
11957
+ method: "typia.assertGuard",
11958
+ path: _path,
11959
+ expected: "(EmptyPublishRecord | FacebookPublishRecord | FilePublishRecordLegacy | FilePublishRecord | YoutubePublishRecord)",
11960
+ value: input
11961
+ }, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu1(input); let _errorFactory; return (input, errorFactory) => {
9703
11962
  if (false === __is(input)) {
9704
11963
  _errorFactory = errorFactory;
9705
- ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
11964
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
9706
11965
  method: "typia.assertGuard",
9707
11966
  path: _path + "",
9708
11967
  expected: "(EmptyPublishRecord | FacebookPublishRecord | FilePublishRecord | FilePublishRecordLegacy | YoutubePublishRecord)",
@@ -9732,7 +11991,7 @@ function _assertGuardDomainRecord(domain, input) {
9732
11991
  if (undefined === value)
9733
11992
  return true;
9734
11993
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
9735
- }); 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 => {
11994
+ }); 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 => {
9736
11995
  const value = input[key];
9737
11996
  if (undefined === value)
9738
11997
  return true;
@@ -10422,7 +12681,7 @@ function _assertGuardDomainRecord(domain, input) {
10422
12681
  path: _path + ".__returnValue",
10423
12682
  expected: "ResolvedFilePublishRender",
10424
12683
  value: input.__returnValue
10425
- }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12684
+ }, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10426
12685
  method: "typia.assertGuard",
10427
12686
  path: _path + ".publish",
10428
12687
  expected: "FilePublishRecord",
@@ -10442,10 +12701,10 @@ function _assertGuardDomainRecord(domain, input) {
10442
12701
  path: _path + ".name",
10443
12702
  expected: "string",
10444
12703
  value: input.name
10445
- }, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
12704
+ }, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10446
12705
  method: "typia.assertGuard",
10447
12706
  path: _path + ".type",
10448
- expected: "\"file\"",
12707
+ expected: "(\"file\" | undefined)",
10449
12708
  value: input.type
10450
12709
  }, _errorFactory)) && (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
10451
12710
  method: "typia.assertGuard",
@@ -13028,7 +15287,7 @@ function _assertGuardDomainRecord(domain, input) {
13028
15287
  }; })()(input);
13029
15288
  }
13030
15289
  case ":settings": {
13031
- 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 => {
15290
+ 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 => {
13032
15291
  if (["settingsPanelStore"].some(prop => key === prop))
13033
15292
  return true;
13034
15293
  const value = input[key];
@@ -13100,7 +15359,7 @@ function _assertGuardDomainRecord(domain, input) {
13100
15359
  if (undefined === value)
13101
15360
  return true;
13102
15361
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value);
13103
- }); 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 => {
15362
+ }); 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 => {
13104
15363
  const value = input[key];
13105
15364
  if (undefined === value)
13106
15365
  return true;
@@ -13175,19 +15434,19 @@ function _assertGuardDomainRecord(domain, input) {
13175
15434
  path: _path + ".exclusiveTagGroups",
13176
15435
  expected: "(Array<Array<string>> | undefined)",
13177
15436
  value: input.exclusiveTagGroups
13178
- }, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index29) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15437
+ }, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index31) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13179
15438
  method: "typia.assertGuard",
13180
- path: _path + ".exclusiveTagGroups[" + _index29 + "]",
15439
+ path: _path + ".exclusiveTagGroups[" + _index31 + "]",
13181
15440
  expected: "Array<string>",
13182
15441
  value: elem
13183
- }, _errorFactory)) && elem.every((elem, _index30) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15442
+ }, _errorFactory)) && elem.every((elem, _index32) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13184
15443
  method: "typia.assertGuard",
13185
- path: _path + ".exclusiveTagGroups[" + _index29 + "][" + _index30 + "]",
15444
+ path: _path + ".exclusiveTagGroups[" + _index31 + "][" + _index32 + "]",
13186
15445
  expected: "string",
13187
15446
  value: elem
13188
15447
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13189
15448
  method: "typia.assertGuard",
13190
- path: _path + ".exclusiveTagGroups[" + _index29 + "]",
15449
+ path: _path + ".exclusiveTagGroups[" + _index31 + "]",
13191
15450
  expected: "Array<string>",
13192
15451
  value: elem
13193
15452
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13335,14 +15594,14 @@ function _assertGuardDomainRecord(domain, input) {
13335
15594
  path: _path + ".commands",
13336
15595
  expected: "(Array<__type>.o4 | undefined)",
13337
15596
  value: input.commands
13338
- }, _errorFactory)) && input.commands.every((elem, _index31) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15597
+ }, _errorFactory)) && input.commands.every((elem, _index33) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13339
15598
  method: "typia.assertGuard",
13340
- path: _path + ".commands[" + _index31 + "]",
15599
+ path: _path + ".commands[" + _index33 + "]",
13341
15600
  expected: "__type.o50",
13342
15601
  value: elem
13343
- }, _errorFactory)) && _ao57(elem, _path + ".commands[" + _index31 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15602
+ }, _errorFactory)) && _ao57(elem, _path + ".commands[" + _index33 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13344
15603
  method: "typia.assertGuard",
13345
- path: _path + ".commands[" + _index31 + "]",
15604
+ path: _path + ".commands[" + _index33 + "]",
13346
15605
  expected: "__type.o50",
13347
15606
  value: elem
13348
15607
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13355,9 +15614,9 @@ function _assertGuardDomainRecord(domain, input) {
13355
15614
  path: _path + ".predefinedTags",
13356
15615
  expected: "(Array<string> | undefined)",
13357
15616
  value: input.predefinedTags
13358
- }, _errorFactory)) && input.predefinedTags.every((elem, _index32) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15617
+ }, _errorFactory)) && input.predefinedTags.every((elem, _index34) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13359
15618
  method: "typia.assertGuard",
13360
- path: _path + ".predefinedTags[" + _index32 + "]",
15619
+ path: _path + ".predefinedTags[" + _index34 + "]",
13361
15620
  expected: "string",
13362
15621
  value: elem
13363
15622
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13390,14 +15649,14 @@ function _assertGuardDomainRecord(domain, input) {
13390
15649
  path: _path + ".hiddenPreviews",
13391
15650
  expected: "(Array<__type>.o5 | undefined)",
13392
15651
  value: input.hiddenPreviews
13393
- }, _errorFactory)) && input.hiddenPreviews.every((elem, _index33) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15652
+ }, _errorFactory)) && input.hiddenPreviews.every((elem, _index35) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13394
15653
  method: "typia.assertGuard",
13395
- path: _path + ".hiddenPreviews[" + _index33 + "]",
15654
+ path: _path + ".hiddenPreviews[" + _index35 + "]",
13396
15655
  expected: "__type.o61",
13397
15656
  value: elem
13398
- }, _errorFactory)) && _ao68(elem, _path + ".hiddenPreviews[" + _index33 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15657
+ }, _errorFactory)) && _ao68(elem, _path + ".hiddenPreviews[" + _index35 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13399
15658
  method: "typia.assertGuard",
13400
- path: _path + ".hiddenPreviews[" + _index33 + "]",
15659
+ path: _path + ".hiddenPreviews[" + _index35 + "]",
13401
15660
  expected: "__type.o61",
13402
15661
  value: elem
13403
15662
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13602,9 +15861,9 @@ function _assertGuardDomainRecord(domain, input) {
13602
15861
  path: _path + ".sortOrder",
13603
15862
  expected: "(Array<string> | undefined)",
13604
15863
  value: input.sortOrder
13605
- }, _errorFactory)) && input.sortOrder.every((elem, _index34) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15864
+ }, _errorFactory)) && input.sortOrder.every((elem, _index36) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13606
15865
  method: "typia.assertGuard",
13607
- path: _path + ".sortOrder[" + _index34 + "]",
15866
+ path: _path + ".sortOrder[" + _index36 + "]",
13608
15867
  expected: "string",
13609
15868
  value: elem
13610
15869
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13617,9 +15876,9 @@ function _assertGuardDomainRecord(domain, input) {
13617
15876
  path: _path + ".exclude",
13618
15877
  expected: "(Array<string> | undefined)",
13619
15878
  value: input.exclude
13620
- }, _errorFactory)) && input.exclude.every((elem, _index35) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15879
+ }, _errorFactory)) && input.exclude.every((elem, _index37) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13621
15880
  method: "typia.assertGuard",
13622
- path: _path + ".exclude[" + _index35 + "]",
15881
+ path: _path + ".exclude[" + _index37 + "]",
13623
15882
  expected: "string",
13624
15883
  value: elem
13625
15884
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13632,9 +15891,9 @@ function _assertGuardDomainRecord(domain, input) {
13632
15891
  path: _path + ".include",
13633
15892
  expected: "(Array<string> | undefined)",
13634
15893
  value: input.include
13635
- }, _errorFactory)) && input.include.every((elem, _index36) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15894
+ }, _errorFactory)) && input.include.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13636
15895
  method: "typia.assertGuard",
13637
- path: _path + ".include[" + _index36 + "]",
15896
+ path: _path + ".include[" + _index38 + "]",
13638
15897
  expected: "string",
13639
15898
  value: elem
13640
15899
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13647,9 +15906,9 @@ function _assertGuardDomainRecord(domain, input) {
13647
15906
  path: _path + ".exclude",
13648
15907
  expected: "(Array<string> | undefined)",
13649
15908
  value: input.exclude
13650
- }, _errorFactory)) && input.exclude.every((elem, _index37) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15909
+ }, _errorFactory)) && input.exclude.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13651
15910
  method: "typia.assertGuard",
13652
- path: _path + ".exclude[" + _index37 + "]",
15911
+ path: _path + ".exclude[" + _index39 + "]",
13653
15912
  expected: "string",
13654
15913
  value: elem
13655
15914
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13662,9 +15921,9 @@ function _assertGuardDomainRecord(domain, input) {
13662
15921
  path: _path + ".include",
13663
15922
  expected: "(Array<string> | undefined)",
13664
15923
  value: input.include
13665
- }, _errorFactory)) && input.include.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15924
+ }, _errorFactory)) && input.include.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13666
15925
  method: "typia.assertGuard",
13667
- path: _path + ".include[" + _index38 + "]",
15926
+ path: _path + ".include[" + _index40 + "]",
13668
15927
  expected: "string",
13669
15928
  value: elem
13670
15929
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13677,9 +15936,9 @@ function _assertGuardDomainRecord(domain, input) {
13677
15936
  path: _path + ".exclude",
13678
15937
  expected: "(Array<string> | undefined)",
13679
15938
  value: input.exclude
13680
- }, _errorFactory)) && input.exclude.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15939
+ }, _errorFactory)) && input.exclude.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13681
15940
  method: "typia.assertGuard",
13682
- path: _path + ".exclude[" + _index39 + "]",
15941
+ path: _path + ".exclude[" + _index41 + "]",
13683
15942
  expected: "string",
13684
15943
  value: elem
13685
15944
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13692,9 +15951,9 @@ function _assertGuardDomainRecord(domain, input) {
13692
15951
  path: _path + ".include",
13693
15952
  expected: "(Array<string> | undefined)",
13694
15953
  value: input.include
13695
- }, _errorFactory)) && input.include.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15954
+ }, _errorFactory)) && input.include.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13696
15955
  method: "typia.assertGuard",
13697
- path: _path + ".include[" + _index40 + "]",
15956
+ path: _path + ".include[" + _index42 + "]",
13698
15957
  expected: "string",
13699
15958
  value: elem
13700
15959
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13707,9 +15966,9 @@ function _assertGuardDomainRecord(domain, input) {
13707
15966
  path: _path + ".exclude",
13708
15967
  expected: "(Array<string> | undefined)",
13709
15968
  value: input.exclude
13710
- }, _errorFactory)) && input.exclude.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15969
+ }, _errorFactory)) && input.exclude.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13711
15970
  method: "typia.assertGuard",
13712
- path: _path + ".exclude[" + _index41 + "]",
15971
+ path: _path + ".exclude[" + _index43 + "]",
13713
15972
  expected: "string",
13714
15973
  value: elem
13715
15974
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13787,14 +16046,14 @@ function _assertGuardDomainRecord(domain, input) {
13787
16046
  path: _path + ".colorTags",
13788
16047
  expected: "(Array<PromotedTag> | undefined)",
13789
16048
  value: input.colorTags
13790
- }, _errorFactory)) && input.colorTags.every((elem, _index42) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16049
+ }, _errorFactory)) && input.colorTags.every((elem, _index44) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13791
16050
  method: "typia.assertGuard",
13792
- path: _path + ".colorTags[" + _index42 + "]",
16051
+ path: _path + ".colorTags[" + _index44 + "]",
13793
16052
  expected: "PromotedTag",
13794
16053
  value: elem
13795
- }, _errorFactory)) && _ao21(elem, _path + ".colorTags[" + _index42 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16054
+ }, _errorFactory)) && _ao21(elem, _path + ".colorTags[" + _index44 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13796
16055
  method: "typia.assertGuard",
13797
- path: _path + ".colorTags[" + _index42 + "]",
16056
+ path: _path + ".colorTags[" + _index44 + "]",
13798
16057
  expected: "PromotedTag",
13799
16058
  value: elem
13800
16059
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -13887,9 +16146,9 @@ function _assertGuardDomainRecord(domain, input) {
13887
16146
  path: _path + ".favorites",
13888
16147
  expected: "(Array<string> | undefined)",
13889
16148
  value: input.favorites
13890
- }, _errorFactory)) && input.favorites.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16149
+ }, _errorFactory)) && input.favorites.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
13891
16150
  method: "typia.assertGuard",
13892
- path: _path + ".favorites[" + _index43 + "]",
16151
+ path: _path + ".favorites[" + _index45 + "]",
13893
16152
  expected: "string",
13894
16153
  value: elem
13895
16154
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14307,9 +16566,9 @@ function _assertGuardDomainRecord(domain, input) {
14307
16566
  path: _path + ".playbackRates",
14308
16567
  expected: "(Array<number> | undefined)",
14309
16568
  value: input.playbackRates
14310
- }, _errorFactory)) && input.playbackRates.every((elem, _index44) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16569
+ }, _errorFactory)) && input.playbackRates.every((elem, _index46) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14311
16570
  method: "typia.assertGuard",
14312
- path: _path + ".playbackRates[" + _index44 + "]",
16571
+ path: _path + ".playbackRates[" + _index46 + "]",
14313
16572
  expected: "number",
14314
16573
  value: elem
14315
16574
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14342,14 +16601,14 @@ function _assertGuardDomainRecord(domain, input) {
14342
16601
  path: _path + ".guides",
14343
16602
  expected: "(Array<__type>.o2 | undefined)",
14344
16603
  value: input.guides
14345
- }, _errorFactory)) && input.guides.every((elem, _index45) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16604
+ }, _errorFactory)) && input.guides.every((elem, _index47) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14346
16605
  method: "typia.assertGuard",
14347
- path: _path + ".guides[" + _index45 + "]",
16606
+ path: _path + ".guides[" + _index47 + "]",
14348
16607
  expected: "__type.o41",
14349
16608
  value: elem
14350
- }, _errorFactory)) && _ao48(elem, _path + ".guides[" + _index45 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16609
+ }, _errorFactory)) && _ao48(elem, _path + ".guides[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14351
16610
  method: "typia.assertGuard",
14352
- path: _path + ".guides[" + _index45 + "]",
16611
+ path: _path + ".guides[" + _index47 + "]",
14353
16612
  expected: "__type.o41",
14354
16613
  value: elem
14355
16614
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14437,14 +16696,14 @@ function _assertGuardDomainRecord(domain, input) {
14437
16696
  path: _path + ".suggestions",
14438
16697
  expected: "(Array<__type> | undefined)",
14439
16698
  value: input.suggestions
14440
- }, _errorFactory)) && input.suggestions.every((elem, _index46) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16699
+ }, _errorFactory)) && input.suggestions.every((elem, _index48) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14441
16700
  method: "typia.assertGuard",
14442
- path: _path + ".suggestions[" + _index46 + "]",
16701
+ path: _path + ".suggestions[" + _index48 + "]",
14443
16702
  expected: "__type.o39",
14444
16703
  value: elem
14445
- }, _errorFactory)) && _ao46(elem, _path + ".suggestions[" + _index46 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16704
+ }, _errorFactory)) && _ao46(elem, _path + ".suggestions[" + _index48 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14446
16705
  method: "typia.assertGuard",
14447
- path: _path + ".suggestions[" + _index46 + "]",
16706
+ path: _path + ".suggestions[" + _index48 + "]",
14448
16707
  expected: "__type.o39",
14449
16708
  value: elem
14450
16709
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14457,14 +16716,14 @@ function _assertGuardDomainRecord(domain, input) {
14457
16716
  path: _path + ".colors",
14458
16717
  expected: "(Array<__type>.o1 | undefined)",
14459
16718
  value: input.colors
14460
- }, _errorFactory)) && input.colors.every((elem, _index47) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16719
+ }, _errorFactory)) && input.colors.every((elem, _index49) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14461
16720
  method: "typia.assertGuard",
14462
- path: _path + ".colors[" + _index47 + "]",
16721
+ path: _path + ".colors[" + _index49 + "]",
14463
16722
  expected: "__type.o40",
14464
16723
  value: elem
14465
- }, _errorFactory)) && _ao47(elem, _path + ".colors[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16724
+ }, _errorFactory)) && _ao47(elem, _path + ".colors[" + _index49 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14466
16725
  method: "typia.assertGuard",
14467
- path: _path + ".colors[" + _index47 + "]",
16726
+ path: _path + ".colors[" + _index49 + "]",
14468
16727
  expected: "__type.o40",
14469
16728
  value: elem
14470
16729
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14472,6 +16731,21 @@ function _assertGuardDomainRecord(domain, input) {
14472
16731
  path: _path + ".colors",
14473
16732
  expected: "(Array<__type>.o1 | undefined)",
14474
16733
  value: input.colors
16734
+ }, _errorFactory)) && (undefined === input.overridableProperties || (Array.isArray(input.overridableProperties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16735
+ method: "typia.assertGuard",
16736
+ path: _path + ".overridableProperties",
16737
+ expected: "(Array<keyof SubtitleStyle | null> | undefined)",
16738
+ value: input.overridableProperties
16739
+ }, _errorFactory)) && input.overridableProperties.every((elem, _index50) => null === elem || true === _av51.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16740
+ method: "typia.assertGuard",
16741
+ path: _path + ".overridableProperties[" + _index50 + "]",
16742
+ 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)",
16743
+ value: elem
16744
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16745
+ method: "typia.assertGuard",
16746
+ path: _path + ".overridableProperties",
16747
+ expected: "(Array<keyof SubtitleStyle | null> | undefined)",
16748
+ value: input.overridableProperties
14475
16749
  }, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14476
16750
  method: "typia.assertGuard",
14477
16751
  path: _path + ".ifAspectRatio",
@@ -14562,14 +16836,14 @@ function _assertGuardDomainRecord(domain, input) {
14562
16836
  path: _path + ".text",
14563
16837
  expected: "(Array<__type>.o3 | undefined)",
14564
16838
  value: input.text
14565
- }, _errorFactory)) && input.text.every((elem, _index48) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16839
+ }, _errorFactory)) && input.text.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14566
16840
  method: "typia.assertGuard",
14567
- path: _path + ".text[" + _index48 + "]",
16841
+ path: _path + ".text[" + _index52 + "]",
14568
16842
  expected: "__type.o46",
14569
16843
  value: elem
14570
- }, _errorFactory)) && _ao53(elem, _path + ".text[" + _index48 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16844
+ }, _errorFactory)) && _ao53(elem, _path + ".text[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14571
16845
  method: "typia.assertGuard",
14572
- path: _path + ".text[" + _index48 + "]",
16846
+ path: _path + ".text[" + _index52 + "]",
14573
16847
  expected: "__type.o46",
14574
16848
  value: elem
14575
16849
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14617,9 +16891,9 @@ function _assertGuardDomainRecord(domain, input) {
14617
16891
  path: _path + ".args",
14618
16892
  expected: "(Array<string> | undefined)",
14619
16893
  value: input.args
14620
- }, _errorFactory)) && input.args.every((elem, _index49) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16894
+ }, _errorFactory)) && input.args.every((elem, _index53) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14621
16895
  method: "typia.assertGuard",
14622
- path: _path + ".args[" + _index49 + "]",
16896
+ path: _path + ".args[" + _index53 + "]",
14623
16897
  expected: "string",
14624
16898
  value: elem
14625
16899
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14682,9 +16956,9 @@ function _assertGuardDomainRecord(domain, input) {
14682
16956
  path: _path + ".args",
14683
16957
  expected: "(Array<string> | undefined)",
14684
16958
  value: input.args
14685
- }, _errorFactory)) && input.args.every((elem, _index50) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
16959
+ }, _errorFactory)) && input.args.every((elem, _index54) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14686
16960
  method: "typia.assertGuard",
14687
- path: _path + ".args[" + _index50 + "]",
16961
+ path: _path + ".args[" + _index54 + "]",
14688
16962
  expected: "string",
14689
16963
  value: elem
14690
16964
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14797,7 +17071,7 @@ function _assertGuardDomainRecord(domain, input) {
14797
17071
  path: _path + ".search",
14798
17072
  expected: "(__type.o58 | undefined)",
14799
17073
  value: input.search
14800
- }, _errorFactory)) && (undefined === input.sortMode || true === _av51.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17074
+ }, _errorFactory)) && (undefined === input.sortMode || true === _av55.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14801
17075
  method: "typia.assertGuard",
14802
17076
  path: _path + ".sortMode",
14803
17077
  expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
@@ -14817,9 +17091,9 @@ function _assertGuardDomainRecord(domain, input) {
14817
17091
  path: _path + ".fontFamilies",
14818
17092
  expected: "(Array<string> | undefined)",
14819
17093
  value: input.fontFamilies
14820
- }, _errorFactory)) && input.fontFamilies.every((elem, _index52) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17094
+ }, _errorFactory)) && input.fontFamilies.every((elem, _index56) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14821
17095
  method: "typia.assertGuard",
14822
- path: _path + ".fontFamilies[" + _index52 + "]",
17096
+ path: _path + ".fontFamilies[" + _index56 + "]",
14823
17097
  expected: "string",
14824
17098
  value: elem
14825
17099
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14982,9 +17256,9 @@ function _assertGuardDomainRecord(domain, input) {
14982
17256
  path: _path + ".comment",
14983
17257
  expected: "(Array<NotificationReason> | undefined)",
14984
17258
  value: input.comment
14985
- }, _errorFactory)) && input.comment.every((elem, _index53) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17259
+ }, _errorFactory)) && input.comment.every((elem, _index57) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
14986
17260
  method: "typia.assertGuard",
14987
- path: _path + ".comment[" + _index53 + "]",
17261
+ path: _path + ".comment[" + _index57 + "]",
14988
17262
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
14989
17263
  value: elem
14990
17264
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -14997,9 +17271,9 @@ function _assertGuardDomainRecord(domain, input) {
14997
17271
  path: _path + ".assigned",
14998
17272
  expected: "(Array<NotificationReason> | undefined)",
14999
17273
  value: input.assigned
15000
- }, _errorFactory)) && input.assigned.every((elem, _index54) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17274
+ }, _errorFactory)) && input.assigned.every((elem, _index58) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15001
17275
  method: "typia.assertGuard",
15002
- path: _path + ".assigned[" + _index54 + "]",
17276
+ path: _path + ".assigned[" + _index58 + "]",
15003
17277
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
15004
17278
  value: elem
15005
17279
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -15012,9 +17286,9 @@ function _assertGuardDomainRecord(domain, input) {
15012
17286
  path: _path + ".unassigned",
15013
17287
  expected: "(Array<NotificationReason> | undefined)",
15014
17288
  value: input.unassigned
15015
- }, _errorFactory)) && input.unassigned.every((elem, _index55) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17289
+ }, _errorFactory)) && input.unassigned.every((elem, _index59) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15016
17290
  method: "typia.assertGuard",
15017
- path: _path + ".unassigned[" + _index55 + "]",
17291
+ path: _path + ".unassigned[" + _index59 + "]",
15018
17292
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
15019
17293
  value: elem
15020
17294
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -15041,9 +17315,9 @@ function _assertGuardDomainRecord(domain, input) {
15041
17315
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
15042
17316
  expected: "Array<NotificationReason>",
15043
17317
  value: value
15044
- }, _errorFactory)) && value.every((elem, _index56) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17318
+ }, _errorFactory)) && value.every((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
15045
17319
  method: "typia.assertGuard",
15046
- path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index56 + "]",
17320
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index60 + "]",
15047
17321
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
15048
17322
  value: elem
15049
17323
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {