@nxtedition/types 23.0.53 → 23.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/settings.d.ts +2 -0
- package/dist/nxtpression.d.ts +143 -18
- package/dist/records/domains/connection/empty.d.ts +1 -1
- package/dist/records/domains/connection/facebook.d.ts +1 -1
- package/dist/records/domains/connection/file/ftp.d.ts +2 -2
- package/dist/records/domains/connection/file/http.d.ts +130 -0
- package/dist/records/domains/connection/file/http.js +20 -0
- package/dist/records/domains/connection/file/index.d.ts +6 -4
- package/dist/records/domains/connection/file/index.js +1 -0
- package/dist/records/domains/connection/file/s3.d.ts +1 -1
- package/dist/records/domains/connection/file/sftp.d.ts +2 -2
- package/dist/records/domains/connection/file/smb.d.ts +3 -3
- package/dist/records/domains/connection/index.d.ts +2 -2
- package/dist/records/domains/connection/reuters.d.ts +1 -1
- package/dist/records/domains/user.d.ts +1 -1
- package/dist/records/validate/assert-guard.js +2434 -221
- package/dist/records/validate/assert.js +2434 -221
- package/dist/records/validate/is.js +150 -22
- package/dist/records/validate/schemas.js +2101 -84
- package/dist/records/validate/stringify.js +774 -30
- package/dist/records/validate/validate-equals.js +3585 -254
- package/dist/records/validate/validate.js +2018 -204
- package/package.json +1 -1
|
@@ -1417,7 +1417,7 @@ function _assertExactRecord(name, input) {
|
|
|
1417
1417
|
if (undefined === value)
|
|
1418
1418
|
return true;
|
|
1419
1419
|
return "string" === typeof value;
|
|
1420
|
-
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "
|
|
1420
|
+
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "italic" === input.style || "normal" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1421
1421
|
method: "typia.assert",
|
|
1422
1422
|
path: _path + ".languages",
|
|
1423
1423
|
expected: "(Record<string, string> | undefined)",
|
|
@@ -1472,7 +1472,7 @@ function _assertExactRecord(name, input) {
|
|
|
1472
1472
|
path: _path + ".weight",
|
|
1473
1473
|
expected: "(\"bold\" | \"normal\" | undefined)",
|
|
1474
1474
|
value: input.weight
|
|
1475
|
-
}, _errorFactory)) && (undefined === input.style || "
|
|
1475
|
+
}, _errorFactory)) && (undefined === input.style || "italic" === input.style || "normal" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1476
1476
|
method: "typia.assert",
|
|
1477
1477
|
path: _path + ".style",
|
|
1478
1478
|
expected: "(\"italic\" | \"normal\" | undefined)",
|
|
@@ -1501,7 +1501,7 @@ function _assertExactRecord(name, input) {
|
|
|
1501
1501
|
if (undefined === value)
|
|
1502
1502
|
return true;
|
|
1503
1503
|
return "string" === typeof value;
|
|
1504
|
-
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "
|
|
1504
|
+
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "italic" === input.style || "normal" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1505
1505
|
method: "typia.assert",
|
|
1506
1506
|
path: _path + ".languages",
|
|
1507
1507
|
expected: "(Record<string, string> | undefined)",
|
|
@@ -1556,7 +1556,7 @@ function _assertExactRecord(name, input) {
|
|
|
1556
1556
|
path: _path + ".weight",
|
|
1557
1557
|
expected: "(\"bold\" | \"normal\" | undefined)",
|
|
1558
1558
|
value: input.weight
|
|
1559
|
-
}, _errorFactory)) && (undefined === input.style || "
|
|
1559
|
+
}, _errorFactory)) && (undefined === input.style || "italic" === input.style || "normal" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1560
1560
|
method: "typia.assert",
|
|
1561
1561
|
path: _path + ".style",
|
|
1562
1562
|
expected: "(\"italic\" | \"normal\" | undefined)",
|
|
@@ -1654,7 +1654,7 @@ function _assertExactRecord(name, input) {
|
|
|
1654
1654
|
}; })()(input);
|
|
1655
1655
|
}
|
|
1656
1656
|
case "media.fonts?": {
|
|
1657
|
-
return (() => { const _io0 = input => (undefined === input.fontFaces || Array.isArray(input.fontFaces) && input.fontFaces.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.fontFamilyNames || Array.isArray(input.fontFamilyNames) && input.fontFamilyNames.every(elem => "string" === typeof elem)); const _io1 = input => "string" === typeof input.name && "string" === typeof input.family && "string" === typeof input.asset && "string" === typeof input.url && "number" === typeof input.weight && ("
|
|
1657
|
+
return (() => { const _io0 = input => (undefined === input.fontFaces || Array.isArray(input.fontFaces) && input.fontFaces.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.fontFamilyNames || Array.isArray(input.fontFamilyNames) && input.fontFamilyNames.every(elem => "string" === typeof elem)); const _io1 = input => "string" === typeof input.name && "string" === typeof input.family && "string" === typeof input.asset && "string" === typeof input.url && "number" === typeof input.weight && ("italic" === input.style || "normal" === input.style) && (Array.isArray(input.ranges) && input.ranges.every(elem => Array.isArray(elem) && (elem.length === 2 && "number" === typeof elem[0] && "number" === typeof elem[1]))); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.fontFaces || (Array.isArray(input.fontFaces) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1658
1658
|
method: "typia.assert",
|
|
1659
1659
|
path: _path + ".fontFaces",
|
|
1660
1660
|
expected: "(Array<FontFace> | undefined)",
|
|
@@ -1714,7 +1714,7 @@ function _assertExactRecord(name, input) {
|
|
|
1714
1714
|
path: _path + ".weight",
|
|
1715
1715
|
expected: "number",
|
|
1716
1716
|
value: input.weight
|
|
1717
|
-
}, _errorFactory)) && ("
|
|
1717
|
+
}, _errorFactory)) && ("italic" === input.style || "normal" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1718
1718
|
method: "typia.assert",
|
|
1719
1719
|
path: _path + ".style",
|
|
1720
1720
|
expected: "(\"italic\" | \"normal\")",
|
|
@@ -3600,122 +3600,2247 @@ function _assertDomainRecord(domain, input) {
|
|
|
3600
3600
|
}; })()(input);
|
|
3601
3601
|
}
|
|
3602
3602
|
case ":connection": {
|
|
3603
|
-
return (() => { const _io0 = input => "ftp" === input.protocol && "string" === typeof input.host && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.utf8 || "boolean" === typeof input.utf8) && (undefined === input.timezone || "string" === typeof input.timezone) && "file" === input.type && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io1 = input => "string" === typeof input.content; const _io2 = input =>
|
|
3604
|
-
|
|
3603
|
+
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 => {
|
|
3604
|
+
const value = input[key];
|
|
3605
|
+
if (undefined === value)
|
|
3606
|
+
return true;
|
|
3607
|
+
return "string" === typeof value;
|
|
3608
|
+
}); 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 => {
|
|
3609
|
+
if (["connection"].some(prop => key === prop))
|
|
3610
|
+
return true;
|
|
3611
|
+
const value = input[key];
|
|
3612
|
+
if (undefined === value)
|
|
3613
|
+
return true;
|
|
3614
|
+
return true;
|
|
3615
|
+
}); const _io13 = input => Object.keys(input).every(key => {
|
|
3616
|
+
const value = input[key];
|
|
3617
|
+
if (undefined === value)
|
|
3618
|
+
return true;
|
|
3619
|
+
return undefined === value || "string" === typeof value;
|
|
3620
|
+
}); 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 => {
|
|
3621
|
+
const value = input[key];
|
|
3622
|
+
if (undefined === value)
|
|
3623
|
+
return true;
|
|
3624
|
+
return "object" === typeof value && null !== value && _io16(value);
|
|
3625
|
+
}); 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 => {
|
|
3626
|
+
const value = input[key];
|
|
3627
|
+
if (undefined === value)
|
|
3628
|
+
return true;
|
|
3629
|
+
return undefined === value || "string" === typeof value;
|
|
3630
|
+
}); 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 => {
|
|
3631
|
+
const value = input[key];
|
|
3632
|
+
if (undefined === value)
|
|
3633
|
+
return true;
|
|
3634
|
+
return null !== value && (undefined === value || "string" === typeof value || Array.isArray(value) && value.every(elem => "string" === typeof elem));
|
|
3635
|
+
}); 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 => (() => {
|
|
3636
|
+
if (undefined !== input.__context)
|
|
3637
|
+
return _io14(input);
|
|
3638
|
+
else
|
|
3639
|
+
return _io13(input);
|
|
3640
|
+
})(); const _iu1 = input => (() => {
|
|
3641
|
+
if (undefined !== input.__context)
|
|
3642
|
+
return _io17(input);
|
|
3643
|
+
else
|
|
3644
|
+
return _io15(input);
|
|
3645
|
+
})(); const _iu2 = input => (() => {
|
|
3646
|
+
if (undefined !== input.__context)
|
|
3647
|
+
return _io19(input);
|
|
3648
|
+
else
|
|
3649
|
+
return _io18(input);
|
|
3650
|
+
})(); const _iu3 = input => (() => {
|
|
3651
|
+
if (undefined !== input.__context)
|
|
3652
|
+
return _io31(input);
|
|
3653
|
+
else
|
|
3654
|
+
return _io13(input);
|
|
3655
|
+
})(); const _iu4 = input => (() => {
|
|
3656
|
+
if (undefined !== input.__context)
|
|
3657
|
+
return _io32(input);
|
|
3658
|
+
else
|
|
3659
|
+
return _io15(input);
|
|
3660
|
+
})(); const _iu5 = input => (() => {
|
|
3661
|
+
if (undefined !== input.__context)
|
|
3662
|
+
return _io33(input);
|
|
3663
|
+
else
|
|
3664
|
+
return _io18(input);
|
|
3665
|
+
})(); const _iu6 = input => (() => {
|
|
3666
|
+
if (undefined !== input.__context)
|
|
3667
|
+
return _io37(input);
|
|
3668
|
+
else
|
|
3669
|
+
return _io36(input);
|
|
3670
|
+
})(); const _iu7 = input => (() => {
|
|
3671
|
+
if (undefined !== input.__context)
|
|
3672
|
+
return _io42(input);
|
|
3673
|
+
else
|
|
3674
|
+
return _io13(input);
|
|
3675
|
+
})(); const _iu8 = input => (() => {
|
|
3676
|
+
if (undefined !== input.__context)
|
|
3677
|
+
return _io43(input);
|
|
3678
|
+
else
|
|
3679
|
+
return _io15(input);
|
|
3680
|
+
})(); const _iu9 = input => (() => {
|
|
3681
|
+
if (undefined !== input.__context)
|
|
3682
|
+
return _io44(input);
|
|
3683
|
+
else
|
|
3684
|
+
return _io18(input);
|
|
3685
|
+
})(); const _iu10 = input => (() => {
|
|
3686
|
+
if (undefined !== input.__context)
|
|
3687
|
+
return _io53(input);
|
|
3688
|
+
else
|
|
3689
|
+
return _io13(input);
|
|
3690
|
+
})(); const _iu11 = input => (() => {
|
|
3691
|
+
if (undefined !== input.__context)
|
|
3692
|
+
return _io54(input);
|
|
3693
|
+
else
|
|
3694
|
+
return _io15(input);
|
|
3695
|
+
})(); const _iu12 = input => (() => {
|
|
3696
|
+
if (undefined !== input.__context)
|
|
3697
|
+
return _io55(input);
|
|
3698
|
+
else
|
|
3699
|
+
return _io18(input);
|
|
3700
|
+
})(); const _iu13 = input => (() => {
|
|
3701
|
+
if (undefined !== input.__context)
|
|
3702
|
+
return _io61(input);
|
|
3703
|
+
else
|
|
3704
|
+
return _io13(input);
|
|
3705
|
+
})(); const _iu14 = input => (() => {
|
|
3706
|
+
if (undefined !== input.__context)
|
|
3707
|
+
return _io62(input);
|
|
3708
|
+
else
|
|
3709
|
+
return _io15(input);
|
|
3710
|
+
})(); const _iu15 = input => (() => {
|
|
3711
|
+
if (undefined !== input.__context)
|
|
3712
|
+
return _io63(input);
|
|
3713
|
+
else
|
|
3714
|
+
return _io18(input);
|
|
3715
|
+
})(); const _iu16 = input => (() => {
|
|
3716
|
+
if (undefined !== input.__context)
|
|
3717
|
+
return _io69(input);
|
|
3718
|
+
else
|
|
3719
|
+
return _io13(input);
|
|
3720
|
+
})(); const _iu17 = input => (() => {
|
|
3721
|
+
if (undefined !== input.__context)
|
|
3722
|
+
return _io70(input);
|
|
3723
|
+
else
|
|
3724
|
+
return _io15(input);
|
|
3725
|
+
})(); const _iu18 = input => (() => {
|
|
3726
|
+
if (undefined !== input.__context)
|
|
3727
|
+
return _io71(input);
|
|
3728
|
+
else
|
|
3729
|
+
return _io18(input);
|
|
3730
|
+
})(); const _iu19 = input => (() => {
|
|
3731
|
+
if (_io0(input))
|
|
3605
3732
|
return _io0(input);
|
|
3606
|
-
|
|
3733
|
+
if (_io2(input))
|
|
3607
3734
|
return _io2(input);
|
|
3608
|
-
|
|
3609
|
-
return
|
|
3610
|
-
|
|
3611
|
-
return
|
|
3612
|
-
|
|
3613
|
-
return
|
|
3614
|
-
|
|
3615
|
-
return
|
|
3616
|
-
|
|
3617
|
-
return
|
|
3618
|
-
|
|
3619
|
-
return
|
|
3620
|
-
|
|
3735
|
+
if (_io73(input))
|
|
3736
|
+
return _io73(input);
|
|
3737
|
+
if (_io74(input))
|
|
3738
|
+
return _io74(input);
|
|
3739
|
+
if (_io75(input))
|
|
3740
|
+
return _io75(input);
|
|
3741
|
+
if (_io76(input))
|
|
3742
|
+
return _io76(input);
|
|
3743
|
+
if (_io77(input))
|
|
3744
|
+
return _io77(input);
|
|
3745
|
+
if (_io78(input))
|
|
3746
|
+
return _io78(input);
|
|
3747
|
+
return false;
|
|
3748
|
+
})(); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "ftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3749
|
+
method: "typia.assert",
|
|
3750
|
+
path: _path + ".protocol",
|
|
3751
|
+
expected: "(\"ftp\" | undefined)",
|
|
3752
|
+
value: input.protocol
|
|
3753
|
+
}, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3754
|
+
method: "typia.assert",
|
|
3755
|
+
path: _path + ".host",
|
|
3756
|
+
expected: "(string | undefined)",
|
|
3757
|
+
value: input.host
|
|
3758
|
+
}, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3759
|
+
method: "typia.assert",
|
|
3760
|
+
path: _path + ".username",
|
|
3761
|
+
expected: "(string | undefined)",
|
|
3762
|
+
value: input.username
|
|
3763
|
+
}, _errorFactory)) && (undefined === input.password || "string" === typeof input.password || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3764
|
+
method: "typia.assert",
|
|
3765
|
+
path: _path + ".password",
|
|
3766
|
+
expected: "(string | undefined)",
|
|
3767
|
+
value: input.password
|
|
3768
|
+
}, _errorFactory)) && (undefined === input.utf8 || "boolean" === typeof input.utf8 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3769
|
+
method: "typia.assert",
|
|
3770
|
+
path: _path + ".utf8",
|
|
3771
|
+
expected: "(boolean | undefined)",
|
|
3772
|
+
value: input.utf8
|
|
3773
|
+
}, _errorFactory)) && (undefined === input.timezone || "string" === typeof input.timezone || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3774
|
+
method: "typia.assert",
|
|
3775
|
+
path: _path + ".timezone",
|
|
3776
|
+
expected: "(string | undefined)",
|
|
3777
|
+
value: input.timezone
|
|
3778
|
+
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3779
|
+
method: "typia.assert",
|
|
3780
|
+
path: _path + ".type",
|
|
3781
|
+
expected: "(\"file\" | undefined)",
|
|
3782
|
+
value: input.type
|
|
3783
|
+
}, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3784
|
+
method: "typia.assert",
|
|
3785
|
+
path: _path + ".port",
|
|
3786
|
+
expected: "(number | string | undefined)",
|
|
3787
|
+
value: input.port
|
|
3788
|
+
}, _errorFactory)) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3789
|
+
method: "typia.assert",
|
|
3790
|
+
path: _path + ".ignoreMissing",
|
|
3791
|
+
expected: "(boolean | undefined)",
|
|
3792
|
+
value: input.ignoreMissing
|
|
3793
|
+
}, _errorFactory)) && (undefined === input.concurrency || "number" === typeof input.concurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3794
|
+
method: "typia.assert",
|
|
3795
|
+
path: _path + ".concurrency",
|
|
3796
|
+
expected: "(number | undefined)",
|
|
3797
|
+
value: input.concurrency
|
|
3798
|
+
}, _errorFactory)) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3799
|
+
method: "typia.assert",
|
|
3800
|
+
path: _path + ".stabilityThreshold",
|
|
3801
|
+
expected: "(number | undefined)",
|
|
3802
|
+
value: input.stabilityThreshold
|
|
3803
|
+
}, _errorFactory)) && (undefined === input.pollInterval || "number" === typeof input.pollInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3804
|
+
method: "typia.assert",
|
|
3805
|
+
path: _path + ".pollInterval",
|
|
3806
|
+
expected: "(number | undefined)",
|
|
3807
|
+
value: input.pollInterval
|
|
3808
|
+
}, _errorFactory)) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3809
|
+
method: "typia.assert",
|
|
3810
|
+
path: _path + ".listConcurrency",
|
|
3811
|
+
expected: "(number | undefined)",
|
|
3812
|
+
value: input.listConcurrency
|
|
3813
|
+
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3814
|
+
method: "typia.assert",
|
|
3815
|
+
path: _path + ".metafile",
|
|
3816
|
+
expected: "(__type | undefined)",
|
|
3817
|
+
value: input.metafile
|
|
3818
|
+
}, _errorFactory)) && _ao1(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3819
|
+
method: "typia.assert",
|
|
3820
|
+
path: _path + ".metafile",
|
|
3821
|
+
expected: "(__type | undefined)",
|
|
3822
|
+
value: input.metafile
|
|
3823
|
+
}, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3824
|
+
method: "typia.assert",
|
|
3825
|
+
path: _path + ".userNotificationsEnabled",
|
|
3826
|
+
expected: "(boolean | undefined)",
|
|
3827
|
+
value: input.userNotificationsEnabled
|
|
3828
|
+
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => undefined === input.content || "string" === typeof input.content || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3829
|
+
method: "typia.assert",
|
|
3830
|
+
path: _path + ".content",
|
|
3831
|
+
expected: "(string | undefined)",
|
|
3832
|
+
value: input.content
|
|
3833
|
+
}, _errorFactory); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "http" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3834
|
+
method: "typia.assert",
|
|
3835
|
+
path: _path + ".protocol",
|
|
3836
|
+
expected: "(\"http\" | undefined)",
|
|
3837
|
+
value: input.protocol
|
|
3838
|
+
}, _errorFactory)) && (undefined === input.secure || "boolean" === typeof input.secure || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3839
|
+
method: "typia.assert",
|
|
3840
|
+
path: _path + ".secure",
|
|
3841
|
+
expected: "(boolean | undefined)",
|
|
3842
|
+
value: input.secure
|
|
3843
|
+
}, _errorFactory)) && (undefined === input.authType || "none" === input.authType || "oauth2" === input.authType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3844
|
+
method: "typia.assert",
|
|
3845
|
+
path: _path + ".authType",
|
|
3846
|
+
expected: "(\"none\" | \"oauth2\" | undefined)",
|
|
3847
|
+
value: input.authType
|
|
3848
|
+
}, _errorFactory)) && (undefined === input.oauth2 || ("object" === typeof input.oauth2 && null !== input.oauth2 && false === Array.isArray(input.oauth2) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3849
|
+
method: "typia.assert",
|
|
3850
|
+
path: _path + ".oauth2",
|
|
3851
|
+
expected: "(__type.o1 | undefined)",
|
|
3852
|
+
value: input.oauth2
|
|
3853
|
+
}, _errorFactory)) && _ao3(input.oauth2, _path + ".oauth2", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3854
|
+
method: "typia.assert",
|
|
3855
|
+
path: _path + ".oauth2",
|
|
3856
|
+
expected: "(__type.o1 | undefined)",
|
|
3857
|
+
value: input.oauth2
|
|
3858
|
+
}, _errorFactory)) && (undefined === input.actions || ("object" === typeof input.actions && null !== input.actions && false === Array.isArray(input.actions) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3859
|
+
method: "typia.assert",
|
|
3860
|
+
path: _path + ".actions",
|
|
3861
|
+
expected: "(HttpConnectionActions | undefined)",
|
|
3862
|
+
value: input.actions
|
|
3863
|
+
}, _errorFactory)) && _ao8(input.actions, _path + ".actions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3864
|
+
method: "typia.assert",
|
|
3865
|
+
path: _path + ".actions",
|
|
3866
|
+
expected: "(HttpConnectionActions | undefined)",
|
|
3867
|
+
value: input.actions
|
|
3868
|
+
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3869
|
+
method: "typia.assert",
|
|
3870
|
+
path: _path + ".type",
|
|
3871
|
+
expected: "(\"file\" | undefined)",
|
|
3872
|
+
value: input.type
|
|
3873
|
+
}, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3874
|
+
method: "typia.assert",
|
|
3875
|
+
path: _path + ".host",
|
|
3876
|
+
expected: "(string | undefined)",
|
|
3877
|
+
value: input.host
|
|
3878
|
+
}, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3879
|
+
method: "typia.assert",
|
|
3880
|
+
path: _path + ".port",
|
|
3881
|
+
expected: "(number | string | undefined)",
|
|
3882
|
+
value: input.port
|
|
3883
|
+
}, _errorFactory)) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3884
|
+
method: "typia.assert",
|
|
3885
|
+
path: _path + ".ignoreMissing",
|
|
3886
|
+
expected: "(boolean | undefined)",
|
|
3887
|
+
value: input.ignoreMissing
|
|
3888
|
+
}, _errorFactory)) && (undefined === input.concurrency || "number" === typeof input.concurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3889
|
+
method: "typia.assert",
|
|
3890
|
+
path: _path + ".concurrency",
|
|
3891
|
+
expected: "(number | undefined)",
|
|
3892
|
+
value: input.concurrency
|
|
3893
|
+
}, _errorFactory)) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3894
|
+
method: "typia.assert",
|
|
3895
|
+
path: _path + ".stabilityThreshold",
|
|
3896
|
+
expected: "(number | undefined)",
|
|
3897
|
+
value: input.stabilityThreshold
|
|
3898
|
+
}, _errorFactory)) && (undefined === input.pollInterval || "number" === typeof input.pollInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3899
|
+
method: "typia.assert",
|
|
3900
|
+
path: _path + ".pollInterval",
|
|
3901
|
+
expected: "(number | undefined)",
|
|
3902
|
+
value: input.pollInterval
|
|
3903
|
+
}, _errorFactory)) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3904
|
+
method: "typia.assert",
|
|
3905
|
+
path: _path + ".listConcurrency",
|
|
3906
|
+
expected: "(number | undefined)",
|
|
3907
|
+
value: input.listConcurrency
|
|
3908
|
+
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3909
|
+
method: "typia.assert",
|
|
3910
|
+
path: _path + ".metafile",
|
|
3911
|
+
expected: "(__type | undefined)",
|
|
3912
|
+
value: input.metafile
|
|
3913
|
+
}, _errorFactory)) && _ao1(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3914
|
+
method: "typia.assert",
|
|
3915
|
+
path: _path + ".metafile",
|
|
3916
|
+
expected: "(__type | undefined)",
|
|
3917
|
+
value: input.metafile
|
|
3918
|
+
}, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3919
|
+
method: "typia.assert",
|
|
3920
|
+
path: _path + ".userNotificationsEnabled",
|
|
3921
|
+
expected: "(boolean | undefined)",
|
|
3922
|
+
value: input.userNotificationsEnabled
|
|
3923
|
+
}, _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, {
|
|
3924
|
+
method: "typia.assert",
|
|
3925
|
+
path: _path + ".client",
|
|
3926
|
+
expected: "(__type.o2 | undefined)",
|
|
3927
|
+
value: input.client
|
|
3928
|
+
}, _errorFactory)) && _ao4(input.client, _path + ".client", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3929
|
+
method: "typia.assert",
|
|
3930
|
+
path: _path + ".client",
|
|
3931
|
+
expected: "(__type.o2 | undefined)",
|
|
3932
|
+
value: input.client
|
|
3933
|
+
}, _errorFactory)) && (undefined === input.auth || ("object" === typeof input.auth && null !== input.auth && false === Array.isArray(input.auth) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3934
|
+
method: "typia.assert",
|
|
3935
|
+
path: _path + ".auth",
|
|
3936
|
+
expected: "(__type.o3 | undefined)",
|
|
3937
|
+
value: input.auth
|
|
3938
|
+
}, _errorFactory)) && _ao5(input.auth, _path + ".auth", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3939
|
+
method: "typia.assert",
|
|
3940
|
+
path: _path + ".auth",
|
|
3941
|
+
expected: "(__type.o3 | undefined)",
|
|
3942
|
+
value: input.auth
|
|
3943
|
+
}, _errorFactory)) && (undefined === input.tokenParams || ("object" === typeof input.tokenParams && null !== input.tokenParams && false === Array.isArray(input.tokenParams) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3944
|
+
method: "typia.assert",
|
|
3945
|
+
path: _path + ".tokenParams",
|
|
3946
|
+
expected: "(__type.o4 | undefined)",
|
|
3947
|
+
value: input.tokenParams
|
|
3948
|
+
}, _errorFactory)) && _ao6(input.tokenParams, _path + ".tokenParams", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3949
|
+
method: "typia.assert",
|
|
3950
|
+
path: _path + ".tokenParams",
|
|
3951
|
+
expected: "(__type.o4 | undefined)",
|
|
3952
|
+
value: input.tokenParams
|
|
3953
|
+
}, _errorFactory)) && (undefined === input.grantType || "password" === input.grantType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3954
|
+
method: "typia.assert",
|
|
3955
|
+
path: _path + ".grantType",
|
|
3956
|
+
expected: "(\"password\" | undefined)",
|
|
3957
|
+
value: input.grantType
|
|
3958
|
+
}, _errorFactory)) && (undefined === input.token || ("object" === typeof input.token && null !== input.token || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3959
|
+
method: "typia.assert",
|
|
3960
|
+
path: _path + ".token",
|
|
3961
|
+
expected: "(__type.o5 | undefined)",
|
|
3962
|
+
value: input.token
|
|
3963
|
+
}, _errorFactory)) && _ao7(input.token, _path + ".token", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3964
|
+
method: "typia.assert",
|
|
3965
|
+
path: _path + ".token",
|
|
3966
|
+
expected: "(__type.o5 | undefined)",
|
|
3967
|
+
value: input.token
|
|
3968
|
+
}, _errorFactory)) && (undefined === input.error || "string" === typeof input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3969
|
+
method: "typia.assert",
|
|
3970
|
+
path: _path + ".error",
|
|
3971
|
+
expected: "(string | undefined)",
|
|
3972
|
+
value: input.error
|
|
3973
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3974
|
+
method: "typia.assert",
|
|
3975
|
+
path: _path + ".id",
|
|
3976
|
+
expected: "(string | undefined)",
|
|
3977
|
+
value: input.id
|
|
3978
|
+
}, _errorFactory)) && (undefined === input.secret || "string" === typeof input.secret || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3979
|
+
method: "typia.assert",
|
|
3980
|
+
path: _path + ".secret",
|
|
3981
|
+
expected: "(string | undefined)",
|
|
3982
|
+
value: input.secret
|
|
3983
|
+
}, _errorFactory)) && (undefined === input.secretParamName || "string" === typeof input.secretParamName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3984
|
+
method: "typia.assert",
|
|
3985
|
+
path: _path + ".secretParamName",
|
|
3986
|
+
expected: "(string | undefined)",
|
|
3987
|
+
value: input.secretParamName
|
|
3988
|
+
}, _errorFactory)) && (undefined === input.idParamName || "string" === typeof input.idParamName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3989
|
+
method: "typia.assert",
|
|
3990
|
+
path: _path + ".idParamName",
|
|
3991
|
+
expected: "(string | undefined)",
|
|
3992
|
+
value: input.idParamName
|
|
3993
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (undefined === input.tokenHost || "string" === typeof input.tokenHost || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3994
|
+
method: "typia.assert",
|
|
3995
|
+
path: _path + ".tokenHost",
|
|
3996
|
+
expected: "(string | undefined)",
|
|
3997
|
+
value: input.tokenHost
|
|
3998
|
+
}, _errorFactory)) && (undefined === input.tokenPath || "string" === typeof input.tokenPath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3999
|
+
method: "typia.assert",
|
|
4000
|
+
path: _path + ".tokenPath",
|
|
4001
|
+
expected: "(string | undefined)",
|
|
4002
|
+
value: input.tokenPath
|
|
4003
|
+
}, _errorFactory)) && (undefined === input.refreshPath || "string" === typeof input.refreshPath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4004
|
+
method: "typia.assert",
|
|
4005
|
+
path: _path + ".refreshPath",
|
|
4006
|
+
expected: "(string | undefined)",
|
|
4007
|
+
value: input.refreshPath
|
|
4008
|
+
}, _errorFactory)) && (undefined === input.revokePath || "string" === typeof input.revokePath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4009
|
+
method: "typia.assert",
|
|
4010
|
+
path: _path + ".revokePath",
|
|
4011
|
+
expected: "(string | undefined)",
|
|
4012
|
+
value: input.revokePath
|
|
4013
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
4014
|
+
const value = input[key];
|
|
4015
|
+
if (undefined === value)
|
|
4016
|
+
return true;
|
|
4017
|
+
return "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4018
|
+
method: "typia.assert",
|
|
4019
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4020
|
+
expected: "string",
|
|
4021
|
+
value: value
|
|
4022
|
+
}, _errorFactory);
|
|
4023
|
+
}); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.accessToken || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4024
|
+
method: "typia.assert",
|
|
4025
|
+
path: _path + ".accessToken",
|
|
4026
|
+
expected: "string",
|
|
4027
|
+
value: input.accessToken
|
|
4028
|
+
}, _errorFactory)) && (null === input.refreshToken || "string" === typeof input.refreshToken || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4029
|
+
method: "typia.assert",
|
|
4030
|
+
path: _path + ".refreshToken",
|
|
4031
|
+
expected: "(null | string)",
|
|
4032
|
+
value: input.refreshToken
|
|
4033
|
+
}, _errorFactory)) && (null === input.expiresAt || "number" === typeof input.expiresAt || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4034
|
+
method: "typia.assert",
|
|
4035
|
+
path: _path + ".expiresAt",
|
|
4036
|
+
expected: "(null | number)",
|
|
4037
|
+
value: input.expiresAt
|
|
4038
|
+
}, _errorFactory)) && (undefined === input.idToken || "string" === typeof input.idToken || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4039
|
+
method: "typia.assert",
|
|
4040
|
+
path: _path + ".idToken",
|
|
4041
|
+
expected: "(string | undefined)",
|
|
4042
|
+
value: input.idToken
|
|
4043
|
+
}, _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, {
|
|
4044
|
+
method: "typia.assert",
|
|
4045
|
+
path: _path + ".ping",
|
|
4046
|
+
expected: "(FileConnectionHttpAction<Record<string, unknown>, undefined> | undefined)",
|
|
4047
|
+
value: input.ping
|
|
4048
|
+
}, _errorFactory)) && _ao9(input.ping, _path + ".ping", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4049
|
+
method: "typia.assert",
|
|
4050
|
+
path: _path + ".ping",
|
|
4051
|
+
expected: "(FileConnectionHttpAction<Record<string, unknown>, undefined> | undefined)",
|
|
4052
|
+
value: input.ping
|
|
4053
|
+
}, _errorFactory)) && (undefined === input.head || ("object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4054
|
+
method: "typia.assert",
|
|
4055
|
+
path: _path + ".head",
|
|
4056
|
+
expected: "(FileConnectionHttpAction<__type, FileConnectionHeadResponse | undefined> | undefined)",
|
|
4057
|
+
value: input.head
|
|
4058
|
+
}, _errorFactory)) && _ao27(input.head, _path + ".head", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4059
|
+
method: "typia.assert",
|
|
4060
|
+
path: _path + ".head",
|
|
4061
|
+
expected: "(FileConnectionHttpAction<__type, FileConnectionHeadResponse | undefined> | undefined)",
|
|
4062
|
+
value: input.head
|
|
4063
|
+
}, _errorFactory)) && (undefined === input.list || ("object" === typeof input.list && null !== input.list && false === Array.isArray(input.list) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4064
|
+
method: "typia.assert",
|
|
4065
|
+
path: _path + ".list",
|
|
4066
|
+
expected: "(FileConnectionHttpAction<__type, Array<FileConnectionListResponseItem>> | undefined)",
|
|
4067
|
+
value: input.list
|
|
4068
|
+
}, _errorFactory)) && _ao38(input.list, _path + ".list", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4069
|
+
method: "typia.assert",
|
|
4070
|
+
path: _path + ".list",
|
|
4071
|
+
expected: "(FileConnectionHttpAction<__type, Array<FileConnectionListResponseItem>> | undefined)",
|
|
4072
|
+
value: input.list
|
|
4073
|
+
}, _errorFactory)) && (undefined === input.get || ("object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4074
|
+
method: "typia.assert",
|
|
4075
|
+
path: _path + ".get",
|
|
4076
|
+
expected: "(FileConnectionHttpAction<__type, undefined> | undefined)",
|
|
4077
|
+
value: input.get
|
|
4078
|
+
}, _errorFactory)) && _ao49(input.get, _path + ".get", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4079
|
+
method: "typia.assert",
|
|
4080
|
+
path: _path + ".get",
|
|
4081
|
+
expected: "(FileConnectionHttpAction<__type, undefined> | undefined)",
|
|
4082
|
+
value: input.get
|
|
4083
|
+
}, _errorFactory)) && (undefined === input.put || ("object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4084
|
+
method: "typia.assert",
|
|
4085
|
+
path: _path + ".put",
|
|
4086
|
+
expected: "(FileConnectionHttpAction<__type, undefined>.o1 | undefined)",
|
|
4087
|
+
value: input.put
|
|
4088
|
+
}, _errorFactory)) && _ao57(input.put, _path + ".put", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4089
|
+
method: "typia.assert",
|
|
4090
|
+
path: _path + ".put",
|
|
4091
|
+
expected: "(FileConnectionHttpAction<__type, undefined>.o1 | undefined)",
|
|
4092
|
+
value: input.put
|
|
4093
|
+
}, _errorFactory)) && (undefined === input.del || ("object" === typeof input.del && null !== input.del && false === Array.isArray(input.del) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4094
|
+
method: "typia.assert",
|
|
4095
|
+
path: _path + ".del",
|
|
4096
|
+
expected: "(FileConnectionHttpAction<__type, undefined>.o2 | undefined)",
|
|
4097
|
+
value: input.del
|
|
4098
|
+
}, _errorFactory)) && _ao65(input.del, _path + ".del", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4099
|
+
method: "typia.assert",
|
|
4100
|
+
path: _path + ".del",
|
|
4101
|
+
expected: "(FileConnectionHttpAction<__type, undefined>.o2 | undefined)",
|
|
4102
|
+
value: input.del
|
|
4103
|
+
}, _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, {
|
|
4104
|
+
method: "typia.assert",
|
|
4105
|
+
path: _path + ".request",
|
|
4106
|
+
expected: "(__type.o6 | undefined)",
|
|
4107
|
+
value: input.request
|
|
4108
|
+
}, _errorFactory)) && _ao10(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4109
|
+
method: "typia.assert",
|
|
4110
|
+
path: _path + ".request",
|
|
4111
|
+
expected: "(__type.o6 | undefined)",
|
|
4112
|
+
value: input.request
|
|
4113
|
+
}, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4114
|
+
method: "typia.assert",
|
|
4115
|
+
path: _path + ".response",
|
|
4116
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
4117
|
+
value: input.response
|
|
4118
|
+
}, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4119
|
+
method: "typia.assert",
|
|
4120
|
+
path: _path + ".response",
|
|
4121
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
4122
|
+
value: input.response
|
|
4123
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4124
|
+
method: "typia.assert",
|
|
4125
|
+
path: _path + ".origin",
|
|
4126
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4127
|
+
value: input.origin
|
|
4128
|
+
}, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4129
|
+
method: "typia.assert",
|
|
4130
|
+
path: _path + ".origin",
|
|
4131
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4132
|
+
value: input.origin
|
|
4133
|
+
}, _errorFactory)) && _ao11(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4134
|
+
method: "typia.assert",
|
|
4135
|
+
path: _path + ".origin",
|
|
4136
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4137
|
+
value: input.origin
|
|
4138
|
+
}, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4139
|
+
method: "typia.assert",
|
|
4140
|
+
path: _path + ".path",
|
|
4141
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4142
|
+
value: input.path
|
|
4143
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4144
|
+
method: "typia.assert",
|
|
4145
|
+
path: _path + ".path",
|
|
4146
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4147
|
+
value: input.path
|
|
4148
|
+
}, _errorFactory)) && _ao11(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4149
|
+
method: "typia.assert",
|
|
4150
|
+
path: _path + ".path",
|
|
4151
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4152
|
+
value: input.path
|
|
4153
|
+
}, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4154
|
+
method: "typia.assert",
|
|
4155
|
+
path: _path + ".method",
|
|
4156
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4157
|
+
value: input.method
|
|
4158
|
+
}, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4159
|
+
method: "typia.assert",
|
|
4160
|
+
path: _path + ".method",
|
|
4161
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4162
|
+
value: input.method
|
|
4163
|
+
}, _errorFactory)) && _ao11(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4164
|
+
method: "typia.assert",
|
|
4165
|
+
path: _path + ".method",
|
|
4166
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4167
|
+
value: input.method
|
|
4168
|
+
}, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4169
|
+
method: "typia.assert",
|
|
4170
|
+
path: _path + ".params",
|
|
4171
|
+
expected: "(__type.o10 | __type.o9 | string | undefined)",
|
|
4172
|
+
value: input.params
|
|
4173
|
+
}, _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, {
|
|
4174
|
+
method: "typia.assert",
|
|
4175
|
+
path: _path + ".params",
|
|
4176
|
+
expected: "(__type.o10 | __type.o9 | string | undefined)",
|
|
4177
|
+
value: input.params
|
|
4178
|
+
}, _errorFactory)) && _au0(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4179
|
+
method: "typia.assert",
|
|
4180
|
+
path: _path + ".params",
|
|
4181
|
+
expected: "(__type.o10 | __type.o9 | string | undefined)",
|
|
4182
|
+
value: input.params
|
|
4183
|
+
}, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4184
|
+
method: "typia.assert",
|
|
4185
|
+
path: _path + ".form",
|
|
4186
|
+
expected: "(__type.o11 | __type.o13 | string | undefined)",
|
|
4187
|
+
value: input.form
|
|
4188
|
+
}, _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, {
|
|
4189
|
+
method: "typia.assert",
|
|
4190
|
+
path: _path + ".form",
|
|
4191
|
+
expected: "(__type.o11 | __type.o13 | string | undefined)",
|
|
4192
|
+
value: input.form
|
|
4193
|
+
}, _errorFactory)) && _au1(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4194
|
+
method: "typia.assert",
|
|
4195
|
+
path: _path + ".form",
|
|
4196
|
+
expected: "(__type.o11 | __type.o13 | string | undefined)",
|
|
4197
|
+
value: input.form
|
|
4198
|
+
}, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4199
|
+
method: "typia.assert",
|
|
4200
|
+
path: _path + ".headers",
|
|
4201
|
+
expected: "(__type.o14 | __type.o15 | string | undefined)",
|
|
4202
|
+
value: input.headers
|
|
4203
|
+
}, _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, {
|
|
4204
|
+
method: "typia.assert",
|
|
4205
|
+
path: _path + ".headers",
|
|
4206
|
+
expected: "(__type.o14 | __type.o15 | string | undefined)",
|
|
4207
|
+
value: input.headers
|
|
4208
|
+
}, _errorFactory)) && _au2(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4209
|
+
method: "typia.assert",
|
|
4210
|
+
path: _path + ".headers",
|
|
4211
|
+
expected: "(__type.o14 | __type.o15 | string | undefined)",
|
|
4212
|
+
value: input.headers
|
|
4213
|
+
}, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4214
|
+
method: "typia.assert",
|
|
4215
|
+
path: _path + ".throwOnError",
|
|
4216
|
+
expected: "(__type.o16 | boolean | string | undefined)",
|
|
4217
|
+
value: input.throwOnError
|
|
4218
|
+
}, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4219
|
+
method: "typia.assert",
|
|
4220
|
+
path: _path + ".throwOnError",
|
|
4221
|
+
expected: "(__type.o16 | boolean | string | undefined)",
|
|
4222
|
+
value: input.throwOnError
|
|
4223
|
+
}, _errorFactory)) && _ao20(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4224
|
+
method: "typia.assert",
|
|
4225
|
+
path: _path + ".throwOnError",
|
|
4226
|
+
expected: "(__type.o16 | boolean | string | undefined)",
|
|
4227
|
+
value: input.throwOnError
|
|
4228
|
+
}, _errorFactory))); const _ao11 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4229
|
+
method: "typia.assert",
|
|
4230
|
+
path: _path + ".__context",
|
|
4231
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4232
|
+
value: input.__context
|
|
4233
|
+
}, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4234
|
+
method: "typia.assert",
|
|
4235
|
+
path: _path + ".__context",
|
|
4236
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4237
|
+
value: input.__context
|
|
4238
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4239
|
+
method: "typia.assert",
|
|
4240
|
+
path: _path + ".__returnValue",
|
|
4241
|
+
expected: "(string | undefined)",
|
|
4242
|
+
value: input.__returnValue
|
|
4243
|
+
}, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4244
|
+
method: "typia.assert",
|
|
4245
|
+
path: _path + ".connection",
|
|
4246
|
+
expected: "FileConnectionHttpRecord",
|
|
4247
|
+
value: input.connection
|
|
4248
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4249
|
+
method: "typia.assert",
|
|
4250
|
+
path: _path + ".connection",
|
|
4251
|
+
expected: "FileConnectionHttpRecord",
|
|
4252
|
+
value: input.connection
|
|
4253
|
+
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
4254
|
+
if (["connection"].some(prop => key === prop))
|
|
4255
|
+
return true;
|
|
4256
|
+
const value = input[key];
|
|
4257
|
+
if (undefined === value)
|
|
4258
|
+
return true;
|
|
4259
|
+
return true;
|
|
4260
|
+
})); const _ao13 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
4261
|
+
const value = input[key];
|
|
4262
|
+
if (undefined === value)
|
|
4263
|
+
return true;
|
|
4264
|
+
return undefined === value || "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4265
|
+
method: "typia.assert",
|
|
4266
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4267
|
+
expected: "(string | undefined)",
|
|
4268
|
+
value: value
|
|
4269
|
+
}, _errorFactory);
|
|
4270
|
+
}); const _ao14 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4271
|
+
method: "typia.assert",
|
|
4272
|
+
path: _path + ".__context",
|
|
4273
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4274
|
+
value: input.__context
|
|
4275
|
+
}, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4276
|
+
method: "typia.assert",
|
|
4277
|
+
path: _path + ".__context",
|
|
4278
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4279
|
+
value: input.__context
|
|
4280
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4281
|
+
method: "typia.assert",
|
|
4282
|
+
path: _path + ".__returnValue",
|
|
4283
|
+
expected: "(__type.o9 | undefined)",
|
|
4284
|
+
value: input.__returnValue
|
|
4285
|
+
}, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4286
|
+
method: "typia.assert",
|
|
4287
|
+
path: _path + ".__returnValue",
|
|
4288
|
+
expected: "(__type.o9 | undefined)",
|
|
4289
|
+
value: input.__returnValue
|
|
4290
|
+
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
4291
|
+
const value = input[key];
|
|
4292
|
+
if (undefined === value)
|
|
4293
|
+
return true;
|
|
4294
|
+
return ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4295
|
+
method: "typia.assert",
|
|
4296
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4297
|
+
expected: "__type.o12",
|
|
4298
|
+
value: value
|
|
4299
|
+
}, _errorFactory)) && _ao16(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4300
|
+
method: "typia.assert",
|
|
4301
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4302
|
+
expected: "__type.o12",
|
|
4303
|
+
value: value
|
|
4304
|
+
}, _errorFactory);
|
|
4305
|
+
}); const _ao16 = (input, _path, _exceptionable = true) => true && (undefined === input.filename || "string" === typeof input.filename || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4306
|
+
method: "typia.assert",
|
|
4307
|
+
path: _path + ".filename",
|
|
4308
|
+
expected: "(string | undefined)",
|
|
4309
|
+
value: input.filename
|
|
4310
|
+
}, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4311
|
+
method: "typia.assert",
|
|
4312
|
+
path: _path + ".__context",
|
|
4313
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4314
|
+
value: input.__context
|
|
4315
|
+
}, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4316
|
+
method: "typia.assert",
|
|
4317
|
+
path: _path + ".__context",
|
|
4318
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4319
|
+
value: input.__context
|
|
4320
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4321
|
+
method: "typia.assert",
|
|
4322
|
+
path: _path + ".__returnValue",
|
|
4323
|
+
expected: "(__type.o11 | undefined)",
|
|
4324
|
+
value: input.__returnValue
|
|
4325
|
+
}, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4326
|
+
method: "typia.assert",
|
|
4327
|
+
path: _path + ".__returnValue",
|
|
4328
|
+
expected: "(__type.o11 | undefined)",
|
|
4329
|
+
value: input.__returnValue
|
|
4330
|
+
}, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
4331
|
+
const value = input[key];
|
|
4332
|
+
if (undefined === value)
|
|
4333
|
+
return true;
|
|
4334
|
+
return undefined === value || "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4335
|
+
method: "typia.assert",
|
|
4336
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4337
|
+
expected: "(string | undefined)",
|
|
4338
|
+
value: value
|
|
4339
|
+
}, _errorFactory);
|
|
4340
|
+
}); const _ao19 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4341
|
+
method: "typia.assert",
|
|
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.assert",
|
|
4347
|
+
path: _path + ".__context",
|
|
4348
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4349
|
+
value: input.__context
|
|
4350
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4351
|
+
method: "typia.assert",
|
|
4352
|
+
path: _path + ".__returnValue",
|
|
4353
|
+
expected: "(__type.o14 | undefined)",
|
|
4354
|
+
value: input.__returnValue
|
|
4355
|
+
}, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4356
|
+
method: "typia.assert",
|
|
4357
|
+
path: _path + ".__returnValue",
|
|
4358
|
+
expected: "(__type.o14 | undefined)",
|
|
4359
|
+
value: input.__returnValue
|
|
4360
|
+
}, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4361
|
+
method: "typia.assert",
|
|
4362
|
+
path: _path + ".__context",
|
|
4363
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4364
|
+
value: input.__context
|
|
4365
|
+
}, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4366
|
+
method: "typia.assert",
|
|
4367
|
+
path: _path + ".__context",
|
|
4368
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4369
|
+
value: input.__context
|
|
4370
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4371
|
+
method: "typia.assert",
|
|
4372
|
+
path: _path + ".__returnValue",
|
|
4373
|
+
expected: "(boolean | undefined)",
|
|
4374
|
+
value: input.__returnValue
|
|
4375
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4376
|
+
method: "typia.assert",
|
|
4377
|
+
path: _path + ".responseFormat",
|
|
4378
|
+
expected: "(\"json\" | \"stream\" | \"text\" | undefined)",
|
|
4379
|
+
value: input.responseFormat
|
|
4380
|
+
}, _errorFactory)) && (null === input.error || undefined === input.error || "string" === typeof input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4381
|
+
method: "typia.assert",
|
|
4382
|
+
path: _path + ".error",
|
|
4383
|
+
expected: "(__type.o17 | null | string | undefined)",
|
|
4384
|
+
value: input.error
|
|
4385
|
+
}, _errorFactory)) && _ao22(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4386
|
+
method: "typia.assert",
|
|
4387
|
+
path: _path + ".error",
|
|
4388
|
+
expected: "(__type.o17 | null | string | undefined)",
|
|
4389
|
+
value: input.error
|
|
4390
|
+
}, _errorFactory)) && ((null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4391
|
+
method: "typia.assert",
|
|
4392
|
+
path: _path + ".transform",
|
|
4393
|
+
expected: "(__type.o19 | string | undefined)",
|
|
4394
|
+
value: input.transform
|
|
4395
|
+
}, _errorFactory)) && (undefined === input.transform || "string" === typeof input.transform || ("object" === typeof input.transform && null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4396
|
+
method: "typia.assert",
|
|
4397
|
+
path: _path + ".transform",
|
|
4398
|
+
expected: "(__type.o19 | string | undefined)",
|
|
4399
|
+
value: input.transform
|
|
4400
|
+
}, _errorFactory)) && _ao25(input.transform, _path + ".transform", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4401
|
+
method: "typia.assert",
|
|
4402
|
+
path: _path + ".transform",
|
|
4403
|
+
expected: "(__type.o19 | string | undefined)",
|
|
4404
|
+
value: input.transform
|
|
4405
|
+
}, _errorFactory))); const _ao22 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4406
|
+
method: "typia.assert",
|
|
4407
|
+
path: _path + ".__context",
|
|
4408
|
+
expected: "__type.o18",
|
|
4409
|
+
value: input.__context
|
|
4410
|
+
}, _errorFactory)) && _ao23(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4411
|
+
method: "typia.assert",
|
|
4412
|
+
path: _path + ".__context",
|
|
4413
|
+
expected: "__type.o18",
|
|
4414
|
+
value: input.__context
|
|
4415
|
+
}, _errorFactory)) && (null === input.__returnValue || undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4416
|
+
method: "typia.assert",
|
|
4417
|
+
path: _path + ".__returnValue",
|
|
4418
|
+
expected: "(null | string | undefined)",
|
|
4419
|
+
value: input.__returnValue
|
|
4420
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4421
|
+
method: "typia.assert",
|
|
4422
|
+
path: _path + ".connection",
|
|
4423
|
+
expected: "FileConnectionHttpRecord",
|
|
4424
|
+
value: input.connection
|
|
4425
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4426
|
+
method: "typia.assert",
|
|
4427
|
+
path: _path + ".connection",
|
|
4428
|
+
expected: "FileConnectionHttpRecord",
|
|
4429
|
+
value: input.connection
|
|
4430
|
+
}, _errorFactory)) && (("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4431
|
+
method: "typia.assert",
|
|
4432
|
+
path: _path + ".headers",
|
|
4433
|
+
expected: "Record<string, string | string[] | undefined>",
|
|
4434
|
+
value: input.headers
|
|
4435
|
+
}, _errorFactory)) && _ao24(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4436
|
+
method: "typia.assert",
|
|
4437
|
+
path: _path + ".headers",
|
|
4438
|
+
expected: "Record<string, string | string[] | undefined>",
|
|
4439
|
+
value: input.headers
|
|
4440
|
+
}, _errorFactory)) && ("number" === typeof input.statusCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4441
|
+
method: "typia.assert",
|
|
4442
|
+
path: _path + ".statusCode",
|
|
4443
|
+
expected: "number",
|
|
4444
|
+
value: input.statusCode
|
|
4445
|
+
}, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
4446
|
+
const value = input[key];
|
|
4447
|
+
if (undefined === value)
|
|
4448
|
+
return true;
|
|
4449
|
+
return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4450
|
+
method: "typia.assert",
|
|
4451
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4452
|
+
expected: "(Array<string> | string | undefined)",
|
|
4453
|
+
value: value
|
|
4454
|
+
}, _errorFactory)) && (undefined === value || "string" === typeof value || (Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4455
|
+
method: "typia.assert",
|
|
4456
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4457
|
+
expected: "(Array<string> | string | undefined)",
|
|
4458
|
+
value: value
|
|
4459
|
+
}, _errorFactory)) && value.every((elem, _index5) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4460
|
+
method: "typia.assert",
|
|
4461
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index5 + "]",
|
|
4462
|
+
expected: "string",
|
|
4463
|
+
value: elem
|
|
4464
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4465
|
+
method: "typia.assert",
|
|
4466
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4467
|
+
expected: "(Array<string> | string | undefined)",
|
|
4468
|
+
value: value
|
|
4469
|
+
}, _errorFactory));
|
|
4470
|
+
}); const _ao25 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4471
|
+
method: "typia.assert",
|
|
4472
|
+
path: _path + ".__context",
|
|
4473
|
+
expected: "__type.o20",
|
|
4474
|
+
value: input.__context
|
|
4475
|
+
}, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4476
|
+
method: "typia.assert",
|
|
4477
|
+
path: _path + ".__context",
|
|
4478
|
+
expected: "__type.o20",
|
|
4479
|
+
value: input.__context
|
|
4480
|
+
}, _errorFactory)) && ((null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4481
|
+
method: "typia.assert",
|
|
4482
|
+
path: _path + ".__returnValue",
|
|
4483
|
+
expected: "undefined",
|
|
4484
|
+
value: input.__returnValue
|
|
4485
|
+
}, _errorFactory)) && (undefined === input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4486
|
+
method: "typia.assert",
|
|
4487
|
+
path: _path + ".__returnValue",
|
|
4488
|
+
expected: "undefined",
|
|
4489
|
+
value: input.__returnValue
|
|
4490
|
+
}, _errorFactory))); const _ao26 = (input, _path, _exceptionable = true) => (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4491
|
+
method: "typia.assert",
|
|
4492
|
+
path: _path + ".connection",
|
|
4493
|
+
expected: "FileConnectionHttpRecord",
|
|
4494
|
+
value: input.connection
|
|
4495
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4496
|
+
method: "typia.assert",
|
|
4497
|
+
path: _path + ".connection",
|
|
4498
|
+
expected: "FileConnectionHttpRecord",
|
|
4499
|
+
value: input.connection
|
|
4500
|
+
}, _errorFactory)) && true && (undefined === input.text || "string" === typeof input.text || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4501
|
+
method: "typia.assert",
|
|
4502
|
+
path: _path + ".text",
|
|
4503
|
+
expected: "(string | undefined)",
|
|
4504
|
+
value: input.text
|
|
4505
|
+
}, _errorFactory)) && (("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4506
|
+
method: "typia.assert",
|
|
4507
|
+
path: _path + ".headers",
|
|
4508
|
+
expected: "Record<string, string | string[] | undefined>",
|
|
4509
|
+
value: input.headers
|
|
4510
|
+
}, _errorFactory)) && _ao24(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4511
|
+
method: "typia.assert",
|
|
4512
|
+
path: _path + ".headers",
|
|
4513
|
+
expected: "Record<string, string | string[] | undefined>",
|
|
4514
|
+
value: input.headers
|
|
4515
|
+
}, _errorFactory)) && ("number" === typeof input.statusCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4516
|
+
method: "typia.assert",
|
|
4517
|
+
path: _path + ".statusCode",
|
|
4518
|
+
expected: "number",
|
|
4519
|
+
value: input.statusCode
|
|
4520
|
+
}, _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, {
|
|
4521
|
+
method: "typia.assert",
|
|
4522
|
+
path: _path + ".request",
|
|
4523
|
+
expected: "(__type.o21 | undefined)",
|
|
4524
|
+
value: input.request
|
|
4525
|
+
}, _errorFactory)) && _ao28(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4526
|
+
method: "typia.assert",
|
|
4527
|
+
path: _path + ".request",
|
|
4528
|
+
expected: "(__type.o21 | undefined)",
|
|
4529
|
+
value: input.request
|
|
4530
|
+
}, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4531
|
+
method: "typia.assert",
|
|
4532
|
+
path: _path + ".response",
|
|
4533
|
+
expected: "(HttpConnectionResponseHandler<FileConnectionHeadResponse | undefined> | undefined)",
|
|
4534
|
+
value: input.response
|
|
4535
|
+
}, _errorFactory)) && _ao35(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4536
|
+
method: "typia.assert",
|
|
4537
|
+
path: _path + ".response",
|
|
4538
|
+
expected: "(HttpConnectionResponseHandler<FileConnectionHeadResponse | undefined> | undefined)",
|
|
4539
|
+
value: input.response
|
|
4540
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4541
|
+
method: "typia.assert",
|
|
4542
|
+
path: _path + ".origin",
|
|
4543
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4544
|
+
value: input.origin
|
|
4545
|
+
}, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4546
|
+
method: "typia.assert",
|
|
4547
|
+
path: _path + ".origin",
|
|
4548
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4549
|
+
value: input.origin
|
|
4550
|
+
}, _errorFactory)) && _ao29(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4551
|
+
method: "typia.assert",
|
|
4552
|
+
path: _path + ".origin",
|
|
4553
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4554
|
+
value: input.origin
|
|
4555
|
+
}, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4556
|
+
method: "typia.assert",
|
|
4557
|
+
path: _path + ".path",
|
|
4558
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4559
|
+
value: input.path
|
|
4560
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4561
|
+
method: "typia.assert",
|
|
4562
|
+
path: _path + ".path",
|
|
4563
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4564
|
+
value: input.path
|
|
4565
|
+
}, _errorFactory)) && _ao29(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4566
|
+
method: "typia.assert",
|
|
4567
|
+
path: _path + ".path",
|
|
4568
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4569
|
+
value: input.path
|
|
4570
|
+
}, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4571
|
+
method: "typia.assert",
|
|
4572
|
+
path: _path + ".method",
|
|
4573
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4574
|
+
value: input.method
|
|
4575
|
+
}, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4576
|
+
method: "typia.assert",
|
|
4577
|
+
path: _path + ".method",
|
|
4578
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4579
|
+
value: input.method
|
|
4580
|
+
}, _errorFactory)) && _ao29(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4581
|
+
method: "typia.assert",
|
|
4582
|
+
path: _path + ".method",
|
|
4583
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4584
|
+
value: input.method
|
|
4585
|
+
}, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4586
|
+
method: "typia.assert",
|
|
4587
|
+
path: _path + ".params",
|
|
4588
|
+
expected: "(__type.o24 | __type.o9 | string | undefined)",
|
|
4589
|
+
value: input.params
|
|
4590
|
+
}, _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, {
|
|
4591
|
+
method: "typia.assert",
|
|
4592
|
+
path: _path + ".params",
|
|
4593
|
+
expected: "(__type.o24 | __type.o9 | string | undefined)",
|
|
4594
|
+
value: input.params
|
|
4595
|
+
}, _errorFactory)) && _au3(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4596
|
+
method: "typia.assert",
|
|
4597
|
+
path: _path + ".params",
|
|
4598
|
+
expected: "(__type.o24 | __type.o9 | string | undefined)",
|
|
4599
|
+
value: input.params
|
|
4600
|
+
}, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4601
|
+
method: "typia.assert",
|
|
4602
|
+
path: _path + ".form",
|
|
4603
|
+
expected: "(__type.o11 | __type.o25 | string | undefined)",
|
|
4604
|
+
value: input.form
|
|
4605
|
+
}, _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, {
|
|
4606
|
+
method: "typia.assert",
|
|
4607
|
+
path: _path + ".form",
|
|
4608
|
+
expected: "(__type.o11 | __type.o25 | string | undefined)",
|
|
4609
|
+
value: input.form
|
|
4610
|
+
}, _errorFactory)) && _au4(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4611
|
+
method: "typia.assert",
|
|
4612
|
+
path: _path + ".form",
|
|
4613
|
+
expected: "(__type.o11 | __type.o25 | string | undefined)",
|
|
4614
|
+
value: input.form
|
|
4615
|
+
}, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4616
|
+
method: "typia.assert",
|
|
4617
|
+
path: _path + ".headers",
|
|
4618
|
+
expected: "(__type.o14 | __type.o26 | string | undefined)",
|
|
4619
|
+
value: input.headers
|
|
4620
|
+
}, _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, {
|
|
4621
|
+
method: "typia.assert",
|
|
4622
|
+
path: _path + ".headers",
|
|
4623
|
+
expected: "(__type.o14 | __type.o26 | string | undefined)",
|
|
4624
|
+
value: input.headers
|
|
4625
|
+
}, _errorFactory)) && _au5(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4626
|
+
method: "typia.assert",
|
|
4627
|
+
path: _path + ".headers",
|
|
4628
|
+
expected: "(__type.o14 | __type.o26 | string | undefined)",
|
|
4629
|
+
value: input.headers
|
|
4630
|
+
}, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4631
|
+
method: "typia.assert",
|
|
4632
|
+
path: _path + ".throwOnError",
|
|
4633
|
+
expected: "(__type.o27 | boolean | string | undefined)",
|
|
4634
|
+
value: input.throwOnError
|
|
4635
|
+
}, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4636
|
+
method: "typia.assert",
|
|
4637
|
+
path: _path + ".throwOnError",
|
|
4638
|
+
expected: "(__type.o27 | boolean | string | undefined)",
|
|
4639
|
+
value: input.throwOnError
|
|
4640
|
+
}, _errorFactory)) && _ao34(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4641
|
+
method: "typia.assert",
|
|
4642
|
+
path: _path + ".throwOnError",
|
|
4643
|
+
expected: "(__type.o27 | boolean | string | undefined)",
|
|
4644
|
+
value: input.throwOnError
|
|
4645
|
+
}, _errorFactory))); const _ao29 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4646
|
+
method: "typia.assert",
|
|
4647
|
+
path: _path + ".__context",
|
|
4648
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4649
|
+
value: input.__context
|
|
4650
|
+
}, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4651
|
+
method: "typia.assert",
|
|
4652
|
+
path: _path + ".__context",
|
|
4653
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4654
|
+
value: input.__context
|
|
4655
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4656
|
+
method: "typia.assert",
|
|
4657
|
+
path: _path + ".__returnValue",
|
|
4658
|
+
expected: "(string | undefined)",
|
|
4659
|
+
value: input.__returnValue
|
|
4660
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => ("string" === typeof input.filepath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4661
|
+
method: "typia.assert",
|
|
4662
|
+
path: _path + ".filepath",
|
|
4663
|
+
expected: "string",
|
|
4664
|
+
value: input.filepath
|
|
4665
|
+
}, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4666
|
+
method: "typia.assert",
|
|
4667
|
+
path: _path + ".connection",
|
|
4668
|
+
expected: "FileConnectionHttpRecord",
|
|
4669
|
+
value: input.connection
|
|
4670
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4671
|
+
method: "typia.assert",
|
|
4672
|
+
path: _path + ".connection",
|
|
4673
|
+
expected: "FileConnectionHttpRecord",
|
|
4674
|
+
value: input.connection
|
|
4675
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4676
|
+
method: "typia.assert",
|
|
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.assert",
|
|
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.assert",
|
|
4687
|
+
path: _path + ".__returnValue",
|
|
4688
|
+
expected: "(__type.o9 | undefined)",
|
|
4689
|
+
value: input.__returnValue
|
|
4690
|
+
}, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4691
|
+
method: "typia.assert",
|
|
4692
|
+
path: _path + ".__returnValue",
|
|
4693
|
+
expected: "(__type.o9 | undefined)",
|
|
4694
|
+
value: input.__returnValue
|
|
4695
|
+
}, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4696
|
+
method: "typia.assert",
|
|
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.assert",
|
|
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.assert",
|
|
4707
|
+
path: _path + ".__returnValue",
|
|
4708
|
+
expected: "(__type.o11 | undefined)",
|
|
4709
|
+
value: input.__returnValue
|
|
4710
|
+
}, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4711
|
+
method: "typia.assert",
|
|
4712
|
+
path: _path + ".__returnValue",
|
|
4713
|
+
expected: "(__type.o11 | undefined)",
|
|
4714
|
+
value: input.__returnValue
|
|
4715
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4716
|
+
method: "typia.assert",
|
|
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.assert",
|
|
4722
|
+
path: _path + ".__context",
|
|
4723
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4724
|
+
value: input.__context
|
|
4725
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4726
|
+
method: "typia.assert",
|
|
4727
|
+
path: _path + ".__returnValue",
|
|
4728
|
+
expected: "(__type.o14 | undefined)",
|
|
4729
|
+
value: input.__returnValue
|
|
4730
|
+
}, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4731
|
+
method: "typia.assert",
|
|
4732
|
+
path: _path + ".__returnValue",
|
|
4733
|
+
expected: "(__type.o14 | undefined)",
|
|
4734
|
+
value: input.__returnValue
|
|
4735
|
+
}, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4736
|
+
method: "typia.assert",
|
|
4737
|
+
path: _path + ".__context",
|
|
4738
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4739
|
+
value: input.__context
|
|
4740
|
+
}, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4741
|
+
method: "typia.assert",
|
|
4742
|
+
path: _path + ".__context",
|
|
4743
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4744
|
+
value: input.__context
|
|
4745
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4746
|
+
method: "typia.assert",
|
|
4747
|
+
path: _path + ".__returnValue",
|
|
4748
|
+
expected: "(boolean | undefined)",
|
|
4749
|
+
value: input.__returnValue
|
|
4750
|
+
}, _errorFactory)); const _ao35 = (input, _path, _exceptionable = true) => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4751
|
+
method: "typia.assert",
|
|
4752
|
+
path: _path + ".responseFormat",
|
|
4753
|
+
expected: "(\"json\" | \"stream\" | \"text\" | undefined)",
|
|
4754
|
+
value: input.responseFormat
|
|
4755
|
+
}, _errorFactory)) && (null === input.error || undefined === input.error || "string" === typeof input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4756
|
+
method: "typia.assert",
|
|
4757
|
+
path: _path + ".error",
|
|
4758
|
+
expected: "(__type.o17 | null | string | undefined)",
|
|
4759
|
+
value: input.error
|
|
4760
|
+
}, _errorFactory)) && _ao22(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4761
|
+
method: "typia.assert",
|
|
4762
|
+
path: _path + ".error",
|
|
4763
|
+
expected: "(__type.o17 | null | string | undefined)",
|
|
4764
|
+
value: input.error
|
|
4765
|
+
}, _errorFactory)) && ((null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4766
|
+
method: "typia.assert",
|
|
4767
|
+
path: _path + ".transform",
|
|
4768
|
+
expected: "(FileConnectionHeadResponse | __type.o28 | string | undefined)",
|
|
4769
|
+
value: input.transform
|
|
4770
|
+
}, _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, {
|
|
4771
|
+
method: "typia.assert",
|
|
4772
|
+
path: _path + ".transform",
|
|
4773
|
+
expected: "(FileConnectionHeadResponse | __type.o28 | string | undefined)",
|
|
4774
|
+
value: input.transform
|
|
4775
|
+
}, _errorFactory)) && _au6(input.transform, _path + ".transform", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4776
|
+
method: "typia.assert",
|
|
4777
|
+
path: _path + ".transform",
|
|
4778
|
+
expected: "(FileConnectionHeadResponse | __type.o28 | string | undefined)",
|
|
4779
|
+
value: input.transform
|
|
4780
|
+
}, _errorFactory))); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4781
|
+
method: "typia.assert",
|
|
4782
|
+
path: _path + ".size",
|
|
4783
|
+
expected: "(number | undefined)",
|
|
4784
|
+
value: input.size
|
|
4785
|
+
}, _errorFactory)) && (undefined === input.hash || "string" === typeof input.hash || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4786
|
+
method: "typia.assert",
|
|
4787
|
+
path: _path + ".hash",
|
|
4788
|
+
expected: "(string | undefined)",
|
|
4789
|
+
value: input.hash
|
|
4790
|
+
}, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4791
|
+
method: "typia.assert",
|
|
4792
|
+
path: _path + ".__context",
|
|
4793
|
+
expected: "__type.o20",
|
|
4794
|
+
value: input.__context
|
|
4795
|
+
}, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4796
|
+
method: "typia.assert",
|
|
4797
|
+
path: _path + ".__context",
|
|
4798
|
+
expected: "__type.o20",
|
|
4799
|
+
value: input.__context
|
|
4800
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4801
|
+
method: "typia.assert",
|
|
4802
|
+
path: _path + ".__returnValue",
|
|
4803
|
+
expected: "(FileConnectionHeadResponse | undefined)",
|
|
4804
|
+
value: input.__returnValue
|
|
4805
|
+
}, _errorFactory)) && _ao36(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4806
|
+
method: "typia.assert",
|
|
4807
|
+
path: _path + ".__returnValue",
|
|
4808
|
+
expected: "(FileConnectionHeadResponse | undefined)",
|
|
4809
|
+
value: input.__returnValue
|
|
4810
|
+
}, _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, {
|
|
4811
|
+
method: "typia.assert",
|
|
4812
|
+
path: _path + ".request",
|
|
4813
|
+
expected: "(__type.o29 | undefined)",
|
|
4814
|
+
value: input.request
|
|
4815
|
+
}, _errorFactory)) && _ao39(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4816
|
+
method: "typia.assert",
|
|
4817
|
+
path: _path + ".request",
|
|
4818
|
+
expected: "(__type.o29 | undefined)",
|
|
4819
|
+
value: input.request
|
|
4820
|
+
}, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4821
|
+
method: "typia.assert",
|
|
4822
|
+
path: _path + ".response",
|
|
4823
|
+
expected: "(HttpConnectionResponseHandler<Array<FileConnectionListResponseItem>> | undefined)",
|
|
4824
|
+
value: input.response
|
|
4825
|
+
}, _errorFactory)) && _ao46(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4826
|
+
method: "typia.assert",
|
|
4827
|
+
path: _path + ".response",
|
|
4828
|
+
expected: "(HttpConnectionResponseHandler<Array<FileConnectionListResponseItem>> | undefined)",
|
|
4829
|
+
value: input.response
|
|
4830
|
+
}, _errorFactory)); const _ao39 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4831
|
+
method: "typia.assert",
|
|
4832
|
+
path: _path + ".origin",
|
|
4833
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4834
|
+
value: input.origin
|
|
4835
|
+
}, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4836
|
+
method: "typia.assert",
|
|
4837
|
+
path: _path + ".origin",
|
|
4838
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4839
|
+
value: input.origin
|
|
4840
|
+
}, _errorFactory)) && _ao40(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4841
|
+
method: "typia.assert",
|
|
4842
|
+
path: _path + ".origin",
|
|
4843
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4844
|
+
value: input.origin
|
|
4845
|
+
}, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4846
|
+
method: "typia.assert",
|
|
4847
|
+
path: _path + ".path",
|
|
4848
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4849
|
+
value: input.path
|
|
4850
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4851
|
+
method: "typia.assert",
|
|
4852
|
+
path: _path + ".path",
|
|
4853
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4854
|
+
value: input.path
|
|
4855
|
+
}, _errorFactory)) && _ao40(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4856
|
+
method: "typia.assert",
|
|
4857
|
+
path: _path + ".path",
|
|
4858
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4859
|
+
value: input.path
|
|
4860
|
+
}, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4861
|
+
method: "typia.assert",
|
|
4862
|
+
path: _path + ".method",
|
|
4863
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4864
|
+
value: input.method
|
|
4865
|
+
}, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4866
|
+
method: "typia.assert",
|
|
4867
|
+
path: _path + ".method",
|
|
4868
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4869
|
+
value: input.method
|
|
4870
|
+
}, _errorFactory)) && _ao40(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4871
|
+
method: "typia.assert",
|
|
4872
|
+
path: _path + ".method",
|
|
4873
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4874
|
+
value: input.method
|
|
4875
|
+
}, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4876
|
+
method: "typia.assert",
|
|
4877
|
+
path: _path + ".params",
|
|
4878
|
+
expected: "(__type.o32 | __type.o9 | string | undefined)",
|
|
4879
|
+
value: input.params
|
|
4880
|
+
}, _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, {
|
|
4881
|
+
method: "typia.assert",
|
|
4882
|
+
path: _path + ".params",
|
|
4883
|
+
expected: "(__type.o32 | __type.o9 | string | undefined)",
|
|
4884
|
+
value: input.params
|
|
4885
|
+
}, _errorFactory)) && _au7(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4886
|
+
method: "typia.assert",
|
|
4887
|
+
path: _path + ".params",
|
|
4888
|
+
expected: "(__type.o32 | __type.o9 | string | undefined)",
|
|
4889
|
+
value: input.params
|
|
4890
|
+
}, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4891
|
+
method: "typia.assert",
|
|
4892
|
+
path: _path + ".form",
|
|
4893
|
+
expected: "(__type.o11 | __type.o33 | string | undefined)",
|
|
4894
|
+
value: input.form
|
|
4895
|
+
}, _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, {
|
|
4896
|
+
method: "typia.assert",
|
|
4897
|
+
path: _path + ".form",
|
|
4898
|
+
expected: "(__type.o11 | __type.o33 | string | undefined)",
|
|
4899
|
+
value: input.form
|
|
4900
|
+
}, _errorFactory)) && _au8(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4901
|
+
method: "typia.assert",
|
|
4902
|
+
path: _path + ".form",
|
|
4903
|
+
expected: "(__type.o11 | __type.o33 | string | undefined)",
|
|
4904
|
+
value: input.form
|
|
4905
|
+
}, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4906
|
+
method: "typia.assert",
|
|
4907
|
+
path: _path + ".headers",
|
|
4908
|
+
expected: "(__type.o14 | __type.o34 | string | undefined)",
|
|
4909
|
+
value: input.headers
|
|
4910
|
+
}, _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, {
|
|
4911
|
+
method: "typia.assert",
|
|
4912
|
+
path: _path + ".headers",
|
|
4913
|
+
expected: "(__type.o14 | __type.o34 | string | undefined)",
|
|
4914
|
+
value: input.headers
|
|
4915
|
+
}, _errorFactory)) && _au9(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4916
|
+
method: "typia.assert",
|
|
4917
|
+
path: _path + ".headers",
|
|
4918
|
+
expected: "(__type.o14 | __type.o34 | string | undefined)",
|
|
4919
|
+
value: input.headers
|
|
4920
|
+
}, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4921
|
+
method: "typia.assert",
|
|
4922
|
+
path: _path + ".throwOnError",
|
|
4923
|
+
expected: "(__type.o35 | boolean | string | undefined)",
|
|
4924
|
+
value: input.throwOnError
|
|
4925
|
+
}, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4926
|
+
method: "typia.assert",
|
|
4927
|
+
path: _path + ".throwOnError",
|
|
4928
|
+
expected: "(__type.o35 | boolean | string | undefined)",
|
|
4929
|
+
value: input.throwOnError
|
|
4930
|
+
}, _errorFactory)) && _ao45(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4931
|
+
method: "typia.assert",
|
|
4932
|
+
path: _path + ".throwOnError",
|
|
4933
|
+
expected: "(__type.o35 | boolean | string | undefined)",
|
|
4934
|
+
value: input.throwOnError
|
|
4935
|
+
}, _errorFactory))); const _ao40 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4936
|
+
method: "typia.assert",
|
|
4937
|
+
path: _path + ".__context",
|
|
4938
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
4939
|
+
value: input.__context
|
|
4940
|
+
}, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4941
|
+
method: "typia.assert",
|
|
4942
|
+
path: _path + ".__context",
|
|
4943
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
4944
|
+
value: input.__context
|
|
4945
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4946
|
+
method: "typia.assert",
|
|
4947
|
+
path: _path + ".__returnValue",
|
|
4948
|
+
expected: "(string | undefined)",
|
|
4949
|
+
value: input.__returnValue
|
|
4950
|
+
}, _errorFactory)); const _ao41 = (input, _path, _exceptionable = true) => (undefined === input.dirpath || "string" === typeof input.dirpath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4951
|
+
method: "typia.assert",
|
|
4952
|
+
path: _path + ".dirpath",
|
|
4953
|
+
expected: "(string | undefined)",
|
|
4954
|
+
value: input.dirpath
|
|
4955
|
+
}, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4956
|
+
method: "typia.assert",
|
|
4957
|
+
path: _path + ".connection",
|
|
4958
|
+
expected: "FileConnectionHttpRecord",
|
|
4959
|
+
value: input.connection
|
|
4960
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4961
|
+
method: "typia.assert",
|
|
4962
|
+
path: _path + ".connection",
|
|
4963
|
+
expected: "FileConnectionHttpRecord",
|
|
4964
|
+
value: input.connection
|
|
4965
|
+
}, _errorFactory)); const _ao42 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4966
|
+
method: "typia.assert",
|
|
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.assert",
|
|
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.assert",
|
|
4977
|
+
path: _path + ".__returnValue",
|
|
4978
|
+
expected: "(__type.o9 | undefined)",
|
|
4979
|
+
value: input.__returnValue
|
|
4980
|
+
}, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4981
|
+
method: "typia.assert",
|
|
4982
|
+
path: _path + ".__returnValue",
|
|
4983
|
+
expected: "(__type.o9 | undefined)",
|
|
4984
|
+
value: input.__returnValue
|
|
4985
|
+
}, _errorFactory)); const _ao43 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4986
|
+
method: "typia.assert",
|
|
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.assert",
|
|
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.assert",
|
|
4997
|
+
path: _path + ".__returnValue",
|
|
4998
|
+
expected: "(__type.o11 | undefined)",
|
|
4999
|
+
value: input.__returnValue
|
|
5000
|
+
}, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5001
|
+
method: "typia.assert",
|
|
5002
|
+
path: _path + ".__returnValue",
|
|
5003
|
+
expected: "(__type.o11 | undefined)",
|
|
5004
|
+
value: input.__returnValue
|
|
5005
|
+
}, _errorFactory)); const _ao44 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5006
|
+
method: "typia.assert",
|
|
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.assert",
|
|
5012
|
+
path: _path + ".__context",
|
|
5013
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5014
|
+
value: input.__context
|
|
5015
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5016
|
+
method: "typia.assert",
|
|
5017
|
+
path: _path + ".__returnValue",
|
|
5018
|
+
expected: "(__type.o14 | undefined)",
|
|
5019
|
+
value: input.__returnValue
|
|
5020
|
+
}, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5021
|
+
method: "typia.assert",
|
|
5022
|
+
path: _path + ".__returnValue",
|
|
5023
|
+
expected: "(__type.o14 | undefined)",
|
|
5024
|
+
value: input.__returnValue
|
|
5025
|
+
}, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5026
|
+
method: "typia.assert",
|
|
5027
|
+
path: _path + ".__context",
|
|
5028
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5029
|
+
value: input.__context
|
|
5030
|
+
}, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5031
|
+
method: "typia.assert",
|
|
5032
|
+
path: _path + ".__context",
|
|
5033
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5034
|
+
value: input.__context
|
|
5035
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5036
|
+
method: "typia.assert",
|
|
5037
|
+
path: _path + ".__returnValue",
|
|
5038
|
+
expected: "(boolean | undefined)",
|
|
5039
|
+
value: input.__returnValue
|
|
5040
|
+
}, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5041
|
+
method: "typia.assert",
|
|
5042
|
+
path: _path + ".responseFormat",
|
|
5043
|
+
expected: "(\"json\" | \"stream\" | \"text\" | undefined)",
|
|
5044
|
+
value: input.responseFormat
|
|
5045
|
+
}, _errorFactory)) && (null === input.error || undefined === input.error || "string" === typeof input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5046
|
+
method: "typia.assert",
|
|
5047
|
+
path: _path + ".error",
|
|
5048
|
+
expected: "(__type.o17 | null | string | undefined)",
|
|
5049
|
+
value: input.error
|
|
5050
|
+
}, _errorFactory)) && _ao22(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5051
|
+
method: "typia.assert",
|
|
5052
|
+
path: _path + ".error",
|
|
5053
|
+
expected: "(__type.o17 | null | string | undefined)",
|
|
5054
|
+
value: input.error
|
|
5055
|
+
}, _errorFactory)) && ((null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5056
|
+
method: "typia.assert",
|
|
5057
|
+
path: _path + ".transform",
|
|
5058
|
+
expected: "(Array<FileConnectionListResponseItem> | __type.o36 | string | undefined)",
|
|
5059
|
+
value: input.transform
|
|
5060
|
+
}, _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, {
|
|
5061
|
+
method: "typia.assert",
|
|
5062
|
+
path: _path + ".transform[" + _index6 + "]",
|
|
5063
|
+
expected: "FileConnectionListResponseItem",
|
|
5064
|
+
value: elem
|
|
5065
|
+
}, _errorFactory)) && _ao47(elem, _path + ".transform[" + _index6 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5066
|
+
method: "typia.assert",
|
|
5067
|
+
path: _path + ".transform[" + _index6 + "]",
|
|
5068
|
+
expected: "FileConnectionListResponseItem",
|
|
5069
|
+
value: elem
|
|
5070
|
+
}, _errorFactory)) || "object" === typeof input.transform && null !== input.transform && _ao48(input.transform, _path + ".transform", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5071
|
+
method: "typia.assert",
|
|
5072
|
+
path: _path + ".transform",
|
|
5073
|
+
expected: "(Array<FileConnectionListResponseItem> | __type.o36 | string | undefined)",
|
|
5074
|
+
value: input.transform
|
|
5075
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5076
|
+
method: "typia.assert",
|
|
5077
|
+
path: _path + ".transform",
|
|
5078
|
+
expected: "(Array<FileConnectionListResponseItem> | __type.o36 | string | undefined)",
|
|
5079
|
+
value: input.transform
|
|
5080
|
+
}, _errorFactory))); const _ao47 = (input, _path, _exceptionable = true) => ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5081
|
+
method: "typia.assert",
|
|
5082
|
+
path: _path + ".name",
|
|
5083
|
+
expected: "string",
|
|
5084
|
+
value: input.name
|
|
5085
|
+
}, _errorFactory)) && ("boolean" === typeof input.isDir || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5086
|
+
method: "typia.assert",
|
|
5087
|
+
path: _path + ".isDir",
|
|
5088
|
+
expected: "boolean",
|
|
5089
|
+
value: input.isDir
|
|
5090
|
+
}, _errorFactory)) && ("number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5091
|
+
method: "typia.assert",
|
|
5092
|
+
path: _path + ".size",
|
|
5093
|
+
expected: "number",
|
|
5094
|
+
value: input.size
|
|
5095
|
+
}, _errorFactory)) && (undefined === input.date || "string" === typeof input.date || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5096
|
+
method: "typia.assert",
|
|
5097
|
+
path: _path + ".date",
|
|
5098
|
+
expected: "(string | undefined)",
|
|
5099
|
+
value: input.date
|
|
5100
|
+
}, _errorFactory)) && ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5101
|
+
method: "typia.assert",
|
|
5102
|
+
path: _path + ".path",
|
|
5103
|
+
expected: "string",
|
|
5104
|
+
value: input.path
|
|
5105
|
+
}, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5106
|
+
method: "typia.assert",
|
|
5107
|
+
path: _path + ".__context",
|
|
5108
|
+
expected: "__type.o20",
|
|
5109
|
+
value: input.__context
|
|
5110
|
+
}, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5111
|
+
method: "typia.assert",
|
|
5112
|
+
path: _path + ".__context",
|
|
5113
|
+
expected: "__type.o20",
|
|
5114
|
+
value: input.__context
|
|
5115
|
+
}, _errorFactory)) && ((Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5116
|
+
method: "typia.assert",
|
|
5117
|
+
path: _path + ".__returnValue",
|
|
5118
|
+
expected: "Array<FileConnectionListResponseItem>",
|
|
5119
|
+
value: input.__returnValue
|
|
5120
|
+
}, _errorFactory)) && input.__returnValue.every((elem, _index7) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5121
|
+
method: "typia.assert",
|
|
5122
|
+
path: _path + ".__returnValue[" + _index7 + "]",
|
|
5123
|
+
expected: "FileConnectionListResponseItem",
|
|
5124
|
+
value: elem
|
|
5125
|
+
}, _errorFactory)) && _ao47(elem, _path + ".__returnValue[" + _index7 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5126
|
+
method: "typia.assert",
|
|
5127
|
+
path: _path + ".__returnValue[" + _index7 + "]",
|
|
5128
|
+
expected: "FileConnectionListResponseItem",
|
|
5129
|
+
value: elem
|
|
5130
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5131
|
+
method: "typia.assert",
|
|
5132
|
+
path: _path + ".__returnValue",
|
|
5133
|
+
expected: "Array<FileConnectionListResponseItem>",
|
|
5134
|
+
value: input.__returnValue
|
|
5135
|
+
}, _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, {
|
|
5136
|
+
method: "typia.assert",
|
|
5137
|
+
path: _path + ".request",
|
|
5138
|
+
expected: "(__type.o37 | undefined)",
|
|
5139
|
+
value: input.request
|
|
5140
|
+
}, _errorFactory)) && _ao50(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5141
|
+
method: "typia.assert",
|
|
5142
|
+
path: _path + ".request",
|
|
5143
|
+
expected: "(__type.o37 | undefined)",
|
|
5144
|
+
value: input.request
|
|
5145
|
+
}, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5146
|
+
method: "typia.assert",
|
|
5147
|
+
path: _path + ".response",
|
|
5148
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
5149
|
+
value: input.response
|
|
5150
|
+
}, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5151
|
+
method: "typia.assert",
|
|
5152
|
+
path: _path + ".response",
|
|
5153
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
5154
|
+
value: input.response
|
|
5155
|
+
}, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5156
|
+
method: "typia.assert",
|
|
5157
|
+
path: _path + ".origin",
|
|
5158
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5159
|
+
value: input.origin
|
|
5160
|
+
}, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5161
|
+
method: "typia.assert",
|
|
5162
|
+
path: _path + ".origin",
|
|
5163
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5164
|
+
value: input.origin
|
|
5165
|
+
}, _errorFactory)) && _ao51(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5166
|
+
method: "typia.assert",
|
|
5167
|
+
path: _path + ".origin",
|
|
5168
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5169
|
+
value: input.origin
|
|
5170
|
+
}, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5171
|
+
method: "typia.assert",
|
|
5172
|
+
path: _path + ".path",
|
|
5173
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5174
|
+
value: input.path
|
|
5175
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5176
|
+
method: "typia.assert",
|
|
5177
|
+
path: _path + ".path",
|
|
5178
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5179
|
+
value: input.path
|
|
5180
|
+
}, _errorFactory)) && _ao51(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5181
|
+
method: "typia.assert",
|
|
5182
|
+
path: _path + ".path",
|
|
5183
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5184
|
+
value: input.path
|
|
5185
|
+
}, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5186
|
+
method: "typia.assert",
|
|
5187
|
+
path: _path + ".method",
|
|
5188
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5189
|
+
value: input.method
|
|
5190
|
+
}, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5191
|
+
method: "typia.assert",
|
|
5192
|
+
path: _path + ".method",
|
|
5193
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5194
|
+
value: input.method
|
|
5195
|
+
}, _errorFactory)) && _ao51(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5196
|
+
method: "typia.assert",
|
|
5197
|
+
path: _path + ".method",
|
|
5198
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5199
|
+
value: input.method
|
|
5200
|
+
}, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5201
|
+
method: "typia.assert",
|
|
5202
|
+
path: _path + ".params",
|
|
5203
|
+
expected: "(__type.o40 | __type.o9 | string | undefined)",
|
|
5204
|
+
value: input.params
|
|
5205
|
+
}, _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, {
|
|
5206
|
+
method: "typia.assert",
|
|
5207
|
+
path: _path + ".params",
|
|
5208
|
+
expected: "(__type.o40 | __type.o9 | string | undefined)",
|
|
5209
|
+
value: input.params
|
|
5210
|
+
}, _errorFactory)) && _au10(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5211
|
+
method: "typia.assert",
|
|
5212
|
+
path: _path + ".params",
|
|
5213
|
+
expected: "(__type.o40 | __type.o9 | string | undefined)",
|
|
5214
|
+
value: input.params
|
|
5215
|
+
}, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5216
|
+
method: "typia.assert",
|
|
5217
|
+
path: _path + ".form",
|
|
5218
|
+
expected: "(__type.o11 | __type.o41 | string | undefined)",
|
|
5219
|
+
value: input.form
|
|
5220
|
+
}, _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, {
|
|
5221
|
+
method: "typia.assert",
|
|
5222
|
+
path: _path + ".form",
|
|
5223
|
+
expected: "(__type.o11 | __type.o41 | string | undefined)",
|
|
5224
|
+
value: input.form
|
|
5225
|
+
}, _errorFactory)) && _au11(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5226
|
+
method: "typia.assert",
|
|
5227
|
+
path: _path + ".form",
|
|
5228
|
+
expected: "(__type.o11 | __type.o41 | string | undefined)",
|
|
5229
|
+
value: input.form
|
|
5230
|
+
}, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5231
|
+
method: "typia.assert",
|
|
5232
|
+
path: _path + ".headers",
|
|
5233
|
+
expected: "(__type.o14 | __type.o42 | string | undefined)",
|
|
5234
|
+
value: input.headers
|
|
5235
|
+
}, _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, {
|
|
5236
|
+
method: "typia.assert",
|
|
5237
|
+
path: _path + ".headers",
|
|
5238
|
+
expected: "(__type.o14 | __type.o42 | string | undefined)",
|
|
5239
|
+
value: input.headers
|
|
5240
|
+
}, _errorFactory)) && _au12(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5241
|
+
method: "typia.assert",
|
|
5242
|
+
path: _path + ".headers",
|
|
5243
|
+
expected: "(__type.o14 | __type.o42 | string | undefined)",
|
|
5244
|
+
value: input.headers
|
|
5245
|
+
}, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5246
|
+
method: "typia.assert",
|
|
5247
|
+
path: _path + ".throwOnError",
|
|
5248
|
+
expected: "(__type.o43 | boolean | string | undefined)",
|
|
5249
|
+
value: input.throwOnError
|
|
5250
|
+
}, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5251
|
+
method: "typia.assert",
|
|
5252
|
+
path: _path + ".throwOnError",
|
|
5253
|
+
expected: "(__type.o43 | boolean | string | undefined)",
|
|
5254
|
+
value: input.throwOnError
|
|
5255
|
+
}, _errorFactory)) && _ao56(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5256
|
+
method: "typia.assert",
|
|
5257
|
+
path: _path + ".throwOnError",
|
|
5258
|
+
expected: "(__type.o43 | boolean | string | undefined)",
|
|
5259
|
+
value: input.throwOnError
|
|
5260
|
+
}, _errorFactory))); const _ao51 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5261
|
+
method: "typia.assert",
|
|
5262
|
+
path: _path + ".__context",
|
|
5263
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5264
|
+
value: input.__context
|
|
5265
|
+
}, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5266
|
+
method: "typia.assert",
|
|
5267
|
+
path: _path + ".__context",
|
|
5268
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5269
|
+
value: input.__context
|
|
5270
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5271
|
+
method: "typia.assert",
|
|
5272
|
+
path: _path + ".__returnValue",
|
|
5273
|
+
expected: "(string | undefined)",
|
|
5274
|
+
value: input.__returnValue
|
|
5275
|
+
}, _errorFactory)); const _ao52 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5276
|
+
method: "typia.assert",
|
|
5277
|
+
path: _path + ".id",
|
|
5278
|
+
expected: "string",
|
|
5279
|
+
value: input.id
|
|
5280
|
+
}, _errorFactory)) && (undefined === input.offset || "number" === typeof input.offset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5281
|
+
method: "typia.assert",
|
|
5282
|
+
path: _path + ".offset",
|
|
5283
|
+
expected: "(number | undefined)",
|
|
5284
|
+
value: input.offset
|
|
5285
|
+
}, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5286
|
+
method: "typia.assert",
|
|
5287
|
+
path: _path + ".connection",
|
|
5288
|
+
expected: "FileConnectionHttpRecord",
|
|
5289
|
+
value: input.connection
|
|
5290
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5291
|
+
method: "typia.assert",
|
|
5292
|
+
path: _path + ".connection",
|
|
5293
|
+
expected: "FileConnectionHttpRecord",
|
|
5294
|
+
value: input.connection
|
|
5295
|
+
}, _errorFactory)); const _ao53 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5296
|
+
method: "typia.assert",
|
|
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.assert",
|
|
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.assert",
|
|
5307
|
+
path: _path + ".__returnValue",
|
|
5308
|
+
expected: "(__type.o9 | undefined)",
|
|
5309
|
+
value: input.__returnValue
|
|
5310
|
+
}, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5311
|
+
method: "typia.assert",
|
|
5312
|
+
path: _path + ".__returnValue",
|
|
5313
|
+
expected: "(__type.o9 | undefined)",
|
|
5314
|
+
value: input.__returnValue
|
|
5315
|
+
}, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5316
|
+
method: "typia.assert",
|
|
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.assert",
|
|
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.assert",
|
|
5327
|
+
path: _path + ".__returnValue",
|
|
5328
|
+
expected: "(__type.o11 | undefined)",
|
|
5329
|
+
value: input.__returnValue
|
|
5330
|
+
}, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5331
|
+
method: "typia.assert",
|
|
5332
|
+
path: _path + ".__returnValue",
|
|
5333
|
+
expected: "(__type.o11 | undefined)",
|
|
5334
|
+
value: input.__returnValue
|
|
5335
|
+
}, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5336
|
+
method: "typia.assert",
|
|
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.assert",
|
|
5342
|
+
path: _path + ".__context",
|
|
5343
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5344
|
+
value: input.__context
|
|
5345
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5346
|
+
method: "typia.assert",
|
|
5347
|
+
path: _path + ".__returnValue",
|
|
5348
|
+
expected: "(__type.o14 | undefined)",
|
|
5349
|
+
value: input.__returnValue
|
|
5350
|
+
}, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5351
|
+
method: "typia.assert",
|
|
5352
|
+
path: _path + ".__returnValue",
|
|
5353
|
+
expected: "(__type.o14 | undefined)",
|
|
5354
|
+
value: input.__returnValue
|
|
5355
|
+
}, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5356
|
+
method: "typia.assert",
|
|
5357
|
+
path: _path + ".__context",
|
|
5358
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5359
|
+
value: input.__context
|
|
5360
|
+
}, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5361
|
+
method: "typia.assert",
|
|
5362
|
+
path: _path + ".__context",
|
|
5363
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5364
|
+
value: input.__context
|
|
5365
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5366
|
+
method: "typia.assert",
|
|
5367
|
+
path: _path + ".__returnValue",
|
|
5368
|
+
expected: "(boolean | undefined)",
|
|
5369
|
+
value: input.__returnValue
|
|
5370
|
+
}, _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, {
|
|
5371
|
+
method: "typia.assert",
|
|
5372
|
+
path: _path + ".request",
|
|
5373
|
+
expected: "(__type.o44 | undefined)",
|
|
5374
|
+
value: input.request
|
|
5375
|
+
}, _errorFactory)) && _ao58(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5376
|
+
method: "typia.assert",
|
|
5377
|
+
path: _path + ".request",
|
|
5378
|
+
expected: "(__type.o44 | undefined)",
|
|
5379
|
+
value: input.request
|
|
5380
|
+
}, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5381
|
+
method: "typia.assert",
|
|
5382
|
+
path: _path + ".response",
|
|
5383
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
5384
|
+
value: input.response
|
|
5385
|
+
}, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5386
|
+
method: "typia.assert",
|
|
5387
|
+
path: _path + ".response",
|
|
5388
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
5389
|
+
value: input.response
|
|
5390
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5391
|
+
method: "typia.assert",
|
|
5392
|
+
path: _path + ".origin",
|
|
5393
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5394
|
+
value: input.origin
|
|
5395
|
+
}, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5396
|
+
method: "typia.assert",
|
|
5397
|
+
path: _path + ".origin",
|
|
5398
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5399
|
+
value: input.origin
|
|
5400
|
+
}, _errorFactory)) && _ao59(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5401
|
+
method: "typia.assert",
|
|
5402
|
+
path: _path + ".origin",
|
|
5403
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5404
|
+
value: input.origin
|
|
5405
|
+
}, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5406
|
+
method: "typia.assert",
|
|
5407
|
+
path: _path + ".path",
|
|
5408
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5409
|
+
value: input.path
|
|
5410
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5411
|
+
method: "typia.assert",
|
|
5412
|
+
path: _path + ".path",
|
|
5413
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5414
|
+
value: input.path
|
|
5415
|
+
}, _errorFactory)) && _ao59(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5416
|
+
method: "typia.assert",
|
|
5417
|
+
path: _path + ".path",
|
|
5418
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5419
|
+
value: input.path
|
|
5420
|
+
}, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5421
|
+
method: "typia.assert",
|
|
5422
|
+
path: _path + ".method",
|
|
5423
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5424
|
+
value: input.method
|
|
5425
|
+
}, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5426
|
+
method: "typia.assert",
|
|
5427
|
+
path: _path + ".method",
|
|
5428
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5429
|
+
value: input.method
|
|
5430
|
+
}, _errorFactory)) && _ao59(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5431
|
+
method: "typia.assert",
|
|
5432
|
+
path: _path + ".method",
|
|
5433
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5434
|
+
value: input.method
|
|
5435
|
+
}, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5436
|
+
method: "typia.assert",
|
|
5437
|
+
path: _path + ".params",
|
|
5438
|
+
expected: "(__type.o47 | __type.o9 | string | undefined)",
|
|
5439
|
+
value: input.params
|
|
5440
|
+
}, _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, {
|
|
5441
|
+
method: "typia.assert",
|
|
5442
|
+
path: _path + ".params",
|
|
5443
|
+
expected: "(__type.o47 | __type.o9 | string | undefined)",
|
|
5444
|
+
value: input.params
|
|
5445
|
+
}, _errorFactory)) && _au13(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5446
|
+
method: "typia.assert",
|
|
5447
|
+
path: _path + ".params",
|
|
5448
|
+
expected: "(__type.o47 | __type.o9 | string | undefined)",
|
|
5449
|
+
value: input.params
|
|
5450
|
+
}, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5451
|
+
method: "typia.assert",
|
|
5452
|
+
path: _path + ".form",
|
|
5453
|
+
expected: "(__type.o11 | __type.o48 | string | undefined)",
|
|
5454
|
+
value: input.form
|
|
5455
|
+
}, _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, {
|
|
5456
|
+
method: "typia.assert",
|
|
5457
|
+
path: _path + ".form",
|
|
5458
|
+
expected: "(__type.o11 | __type.o48 | string | undefined)",
|
|
5459
|
+
value: input.form
|
|
5460
|
+
}, _errorFactory)) && _au14(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5461
|
+
method: "typia.assert",
|
|
5462
|
+
path: _path + ".form",
|
|
5463
|
+
expected: "(__type.o11 | __type.o48 | string | undefined)",
|
|
5464
|
+
value: input.form
|
|
5465
|
+
}, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5466
|
+
method: "typia.assert",
|
|
5467
|
+
path: _path + ".headers",
|
|
5468
|
+
expected: "(__type.o14 | __type.o49 | string | undefined)",
|
|
5469
|
+
value: input.headers
|
|
5470
|
+
}, _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, {
|
|
5471
|
+
method: "typia.assert",
|
|
5472
|
+
path: _path + ".headers",
|
|
5473
|
+
expected: "(__type.o14 | __type.o49 | string | undefined)",
|
|
5474
|
+
value: input.headers
|
|
5475
|
+
}, _errorFactory)) && _au15(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5476
|
+
method: "typia.assert",
|
|
5477
|
+
path: _path + ".headers",
|
|
5478
|
+
expected: "(__type.o14 | __type.o49 | string | undefined)",
|
|
5479
|
+
value: input.headers
|
|
5480
|
+
}, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5481
|
+
method: "typia.assert",
|
|
5482
|
+
path: _path + ".throwOnError",
|
|
5483
|
+
expected: "(__type.o50 | boolean | string | undefined)",
|
|
5484
|
+
value: input.throwOnError
|
|
5485
|
+
}, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5486
|
+
method: "typia.assert",
|
|
5487
|
+
path: _path + ".throwOnError",
|
|
5488
|
+
expected: "(__type.o50 | boolean | string | undefined)",
|
|
5489
|
+
value: input.throwOnError
|
|
5490
|
+
}, _errorFactory)) && _ao64(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5491
|
+
method: "typia.assert",
|
|
5492
|
+
path: _path + ".throwOnError",
|
|
5493
|
+
expected: "(__type.o50 | boolean | string | undefined)",
|
|
5494
|
+
value: input.throwOnError
|
|
5495
|
+
}, _errorFactory))); const _ao59 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5496
|
+
method: "typia.assert",
|
|
5497
|
+
path: _path + ".__context",
|
|
5498
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5499
|
+
value: input.__context
|
|
5500
|
+
}, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5501
|
+
method: "typia.assert",
|
|
5502
|
+
path: _path + ".__context",
|
|
5503
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5504
|
+
value: input.__context
|
|
5505
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5506
|
+
method: "typia.assert",
|
|
5507
|
+
path: _path + ".__returnValue",
|
|
5508
|
+
expected: "(string | undefined)",
|
|
5509
|
+
value: input.__returnValue
|
|
5510
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => ("string" === typeof input.filepath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5511
|
+
method: "typia.assert",
|
|
5512
|
+
path: _path + ".filepath",
|
|
5513
|
+
expected: "string",
|
|
5514
|
+
value: input.filepath
|
|
5515
|
+
}, _errorFactory)) && true && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5516
|
+
method: "typia.assert",
|
|
5517
|
+
path: _path + ".connection",
|
|
5518
|
+
expected: "FileConnectionHttpRecord",
|
|
5519
|
+
value: input.connection
|
|
5520
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5521
|
+
method: "typia.assert",
|
|
5522
|
+
path: _path + ".connection",
|
|
5523
|
+
expected: "FileConnectionHttpRecord",
|
|
5524
|
+
value: input.connection
|
|
5525
|
+
}, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5526
|
+
method: "typia.assert",
|
|
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.assert",
|
|
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.assert",
|
|
5537
|
+
path: _path + ".__returnValue",
|
|
5538
|
+
expected: "(__type.o9 | undefined)",
|
|
5539
|
+
value: input.__returnValue
|
|
5540
|
+
}, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5541
|
+
method: "typia.assert",
|
|
5542
|
+
path: _path + ".__returnValue",
|
|
5543
|
+
expected: "(__type.o9 | undefined)",
|
|
5544
|
+
value: input.__returnValue
|
|
5545
|
+
}, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5546
|
+
method: "typia.assert",
|
|
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.assert",
|
|
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.assert",
|
|
5557
|
+
path: _path + ".__returnValue",
|
|
5558
|
+
expected: "(__type.o11 | undefined)",
|
|
5559
|
+
value: input.__returnValue
|
|
5560
|
+
}, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5561
|
+
method: "typia.assert",
|
|
5562
|
+
path: _path + ".__returnValue",
|
|
5563
|
+
expected: "(__type.o11 | undefined)",
|
|
5564
|
+
value: input.__returnValue
|
|
5565
|
+
}, _errorFactory)); const _ao63 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5566
|
+
method: "typia.assert",
|
|
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.assert",
|
|
5572
|
+
path: _path + ".__context",
|
|
5573
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5574
|
+
value: input.__context
|
|
5575
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5576
|
+
method: "typia.assert",
|
|
5577
|
+
path: _path + ".__returnValue",
|
|
5578
|
+
expected: "(__type.o14 | undefined)",
|
|
5579
|
+
value: input.__returnValue
|
|
5580
|
+
}, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5581
|
+
method: "typia.assert",
|
|
5582
|
+
path: _path + ".__returnValue",
|
|
5583
|
+
expected: "(__type.o14 | undefined)",
|
|
5584
|
+
value: input.__returnValue
|
|
5585
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5586
|
+
method: "typia.assert",
|
|
5587
|
+
path: _path + ".__context",
|
|
5588
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5589
|
+
value: input.__context
|
|
5590
|
+
}, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5591
|
+
method: "typia.assert",
|
|
5592
|
+
path: _path + ".__context",
|
|
5593
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5594
|
+
value: input.__context
|
|
5595
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5596
|
+
method: "typia.assert",
|
|
5597
|
+
path: _path + ".__returnValue",
|
|
5598
|
+
expected: "(boolean | undefined)",
|
|
5599
|
+
value: input.__returnValue
|
|
5600
|
+
}, _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, {
|
|
5601
|
+
method: "typia.assert",
|
|
5602
|
+
path: _path + ".request",
|
|
5603
|
+
expected: "(__type.o51 | undefined)",
|
|
5604
|
+
value: input.request
|
|
5605
|
+
}, _errorFactory)) && _ao66(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5606
|
+
method: "typia.assert",
|
|
5607
|
+
path: _path + ".request",
|
|
5608
|
+
expected: "(__type.o51 | undefined)",
|
|
5609
|
+
value: input.request
|
|
5610
|
+
}, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5611
|
+
method: "typia.assert",
|
|
5612
|
+
path: _path + ".response",
|
|
5613
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
5614
|
+
value: input.response
|
|
5615
|
+
}, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5616
|
+
method: "typia.assert",
|
|
5617
|
+
path: _path + ".response",
|
|
5618
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
5619
|
+
value: input.response
|
|
5620
|
+
}, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5621
|
+
method: "typia.assert",
|
|
5622
|
+
path: _path + ".origin",
|
|
5623
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5624
|
+
value: input.origin
|
|
5625
|
+
}, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5626
|
+
method: "typia.assert",
|
|
5627
|
+
path: _path + ".origin",
|
|
5628
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5629
|
+
value: input.origin
|
|
5630
|
+
}, _errorFactory)) && _ao67(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3621
5631
|
method: "typia.assert",
|
|
3622
|
-
path: _path + ".
|
|
3623
|
-
expected: "
|
|
3624
|
-
value: input.
|
|
3625
|
-
}, _errorFactory)) && (
|
|
5632
|
+
path: _path + ".origin",
|
|
5633
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5634
|
+
value: input.origin
|
|
5635
|
+
}, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3626
5636
|
method: "typia.assert",
|
|
3627
|
-
path: _path + ".
|
|
3628
|
-
expected: "string",
|
|
3629
|
-
value: input.
|
|
3630
|
-
}, _errorFactory)) && (undefined === input.
|
|
5637
|
+
path: _path + ".path",
|
|
5638
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5639
|
+
value: input.path
|
|
5640
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3631
5641
|
method: "typia.assert",
|
|
3632
|
-
path: _path + ".
|
|
3633
|
-
expected: "(string | undefined)",
|
|
3634
|
-
value: input.
|
|
3635
|
-
}, _errorFactory)) && (
|
|
5642
|
+
path: _path + ".path",
|
|
5643
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5644
|
+
value: input.path
|
|
5645
|
+
}, _errorFactory)) && _ao67(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3636
5646
|
method: "typia.assert",
|
|
3637
|
-
path: _path + ".
|
|
3638
|
-
expected: "(string | undefined)",
|
|
3639
|
-
value: input.
|
|
3640
|
-
}, _errorFactory)) && (
|
|
5647
|
+
path: _path + ".path",
|
|
5648
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5649
|
+
value: input.path
|
|
5650
|
+
}, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3641
5651
|
method: "typia.assert",
|
|
3642
|
-
path: _path + ".
|
|
3643
|
-
expected: "(
|
|
3644
|
-
value: input.
|
|
3645
|
-
}, _errorFactory)) && (undefined === input.
|
|
5652
|
+
path: _path + ".method",
|
|
5653
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5654
|
+
value: input.method
|
|
5655
|
+
}, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3646
5656
|
method: "typia.assert",
|
|
3647
|
-
path: _path + ".
|
|
3648
|
-
expected: "(string | undefined)",
|
|
3649
|
-
value: input.
|
|
3650
|
-
}, _errorFactory)) && ("
|
|
5657
|
+
path: _path + ".method",
|
|
5658
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5659
|
+
value: input.method
|
|
5660
|
+
}, _errorFactory)) && _ao67(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3651
5661
|
method: "typia.assert",
|
|
3652
|
-
path: _path + ".
|
|
3653
|
-
expected: "
|
|
3654
|
-
value: input.
|
|
3655
|
-
}, _errorFactory)) && (
|
|
5662
|
+
path: _path + ".method",
|
|
5663
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5664
|
+
value: input.method
|
|
5665
|
+
}, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5666
|
+
method: "typia.assert",
|
|
5667
|
+
path: _path + ".params",
|
|
5668
|
+
expected: "(__type.o54 | __type.o9 | string | undefined)",
|
|
5669
|
+
value: input.params
|
|
5670
|
+
}, _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, {
|
|
5671
|
+
method: "typia.assert",
|
|
5672
|
+
path: _path + ".params",
|
|
5673
|
+
expected: "(__type.o54 | __type.o9 | string | undefined)",
|
|
5674
|
+
value: input.params
|
|
5675
|
+
}, _errorFactory)) && _au16(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5676
|
+
method: "typia.assert",
|
|
5677
|
+
path: _path + ".params",
|
|
5678
|
+
expected: "(__type.o54 | __type.o9 | string | undefined)",
|
|
5679
|
+
value: input.params
|
|
5680
|
+
}, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5681
|
+
method: "typia.assert",
|
|
5682
|
+
path: _path + ".form",
|
|
5683
|
+
expected: "(__type.o11 | __type.o55 | string | undefined)",
|
|
5684
|
+
value: input.form
|
|
5685
|
+
}, _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, {
|
|
5686
|
+
method: "typia.assert",
|
|
5687
|
+
path: _path + ".form",
|
|
5688
|
+
expected: "(__type.o11 | __type.o55 | string | undefined)",
|
|
5689
|
+
value: input.form
|
|
5690
|
+
}, _errorFactory)) && _au17(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5691
|
+
method: "typia.assert",
|
|
5692
|
+
path: _path + ".form",
|
|
5693
|
+
expected: "(__type.o11 | __type.o55 | string | undefined)",
|
|
5694
|
+
value: input.form
|
|
5695
|
+
}, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3656
5696
|
method: "typia.assert",
|
|
3657
|
-
path: _path + ".
|
|
3658
|
-
expected: "(
|
|
3659
|
-
value: input.
|
|
3660
|
-
}, _errorFactory)) && (undefined === input.
|
|
5697
|
+
path: _path + ".headers",
|
|
5698
|
+
expected: "(__type.o14 | __type.o56 | string | undefined)",
|
|
5699
|
+
value: input.headers
|
|
5700
|
+
}, _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, {
|
|
3661
5701
|
method: "typia.assert",
|
|
3662
|
-
path: _path + ".
|
|
3663
|
-
expected: "(
|
|
3664
|
-
value: input.
|
|
3665
|
-
}, _errorFactory)) && (
|
|
5702
|
+
path: _path + ".headers",
|
|
5703
|
+
expected: "(__type.o14 | __type.o56 | string | undefined)",
|
|
5704
|
+
value: input.headers
|
|
5705
|
+
}, _errorFactory)) && _au18(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3666
5706
|
method: "typia.assert",
|
|
3667
|
-
path: _path + ".
|
|
3668
|
-
expected: "(
|
|
3669
|
-
value: input.
|
|
3670
|
-
}, _errorFactory)) && (
|
|
5707
|
+
path: _path + ".headers",
|
|
5708
|
+
expected: "(__type.o14 | __type.o56 | string | undefined)",
|
|
5709
|
+
value: input.headers
|
|
5710
|
+
}, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3671
5711
|
method: "typia.assert",
|
|
3672
|
-
path: _path + ".
|
|
3673
|
-
expected: "(
|
|
3674
|
-
value: input.
|
|
3675
|
-
}, _errorFactory)) && (undefined === input.
|
|
5712
|
+
path: _path + ".throwOnError",
|
|
5713
|
+
expected: "(__type.o57 | boolean | string | undefined)",
|
|
5714
|
+
value: input.throwOnError
|
|
5715
|
+
}, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3676
5716
|
method: "typia.assert",
|
|
3677
|
-
path: _path + ".
|
|
3678
|
-
expected: "(
|
|
3679
|
-
value: input.
|
|
3680
|
-
}, _errorFactory)) && (
|
|
5717
|
+
path: _path + ".throwOnError",
|
|
5718
|
+
expected: "(__type.o57 | boolean | string | undefined)",
|
|
5719
|
+
value: input.throwOnError
|
|
5720
|
+
}, _errorFactory)) && _ao72(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3681
5721
|
method: "typia.assert",
|
|
3682
|
-
path: _path + ".
|
|
3683
|
-
expected: "(
|
|
3684
|
-
value: input.
|
|
3685
|
-
}, _errorFactory))
|
|
5722
|
+
path: _path + ".throwOnError",
|
|
5723
|
+
expected: "(__type.o57 | boolean | string | undefined)",
|
|
5724
|
+
value: input.throwOnError
|
|
5725
|
+
}, _errorFactory))); const _ao67 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3686
5726
|
method: "typia.assert",
|
|
3687
|
-
path: _path + ".
|
|
3688
|
-
expected: "
|
|
3689
|
-
value: input.
|
|
3690
|
-
}, _errorFactory)) &&
|
|
5727
|
+
path: _path + ".__context",
|
|
5728
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5729
|
+
value: input.__context
|
|
5730
|
+
}, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3691
5731
|
method: "typia.assert",
|
|
3692
|
-
path: _path + ".
|
|
3693
|
-
expected: "
|
|
3694
|
-
value: input.
|
|
3695
|
-
}, _errorFactory)) && (undefined === input.
|
|
5732
|
+
path: _path + ".__context",
|
|
5733
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5734
|
+
value: input.__context
|
|
5735
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3696
5736
|
method: "typia.assert",
|
|
3697
|
-
path: _path + ".
|
|
3698
|
-
expected: "(
|
|
3699
|
-
value: input.
|
|
3700
|
-
}, _errorFactory)); const
|
|
5737
|
+
path: _path + ".__returnValue",
|
|
5738
|
+
expected: "(string | undefined)",
|
|
5739
|
+
value: input.__returnValue
|
|
5740
|
+
}, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3701
5741
|
method: "typia.assert",
|
|
3702
|
-
path: _path + ".
|
|
5742
|
+
path: _path + ".id",
|
|
3703
5743
|
expected: "string",
|
|
3704
|
-
value: input.
|
|
3705
|
-
}, _errorFactory)
|
|
5744
|
+
value: input.id
|
|
5745
|
+
}, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5746
|
+
method: "typia.assert",
|
|
5747
|
+
path: _path + ".connection",
|
|
5748
|
+
expected: "FileConnectionHttpRecord",
|
|
5749
|
+
value: input.connection
|
|
5750
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5751
|
+
method: "typia.assert",
|
|
5752
|
+
path: _path + ".connection",
|
|
5753
|
+
expected: "FileConnectionHttpRecord",
|
|
5754
|
+
value: input.connection
|
|
5755
|
+
}, _errorFactory)); const _ao69 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5756
|
+
method: "typia.assert",
|
|
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.assert",
|
|
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.assert",
|
|
5767
|
+
path: _path + ".__returnValue",
|
|
5768
|
+
expected: "(__type.o9 | undefined)",
|
|
5769
|
+
value: input.__returnValue
|
|
5770
|
+
}, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5771
|
+
method: "typia.assert",
|
|
5772
|
+
path: _path + ".__returnValue",
|
|
5773
|
+
expected: "(__type.o9 | undefined)",
|
|
5774
|
+
value: input.__returnValue
|
|
5775
|
+
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5776
|
+
method: "typia.assert",
|
|
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.assert",
|
|
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.assert",
|
|
5787
|
+
path: _path + ".__returnValue",
|
|
5788
|
+
expected: "(__type.o11 | undefined)",
|
|
5789
|
+
value: input.__returnValue
|
|
5790
|
+
}, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5791
|
+
method: "typia.assert",
|
|
5792
|
+
path: _path + ".__returnValue",
|
|
5793
|
+
expected: "(__type.o11 | undefined)",
|
|
5794
|
+
value: input.__returnValue
|
|
5795
|
+
}, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5796
|
+
method: "typia.assert",
|
|
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.assert",
|
|
5802
|
+
path: _path + ".__context",
|
|
5803
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5804
|
+
value: input.__context
|
|
5805
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5806
|
+
method: "typia.assert",
|
|
5807
|
+
path: _path + ".__returnValue",
|
|
5808
|
+
expected: "(__type.o14 | undefined)",
|
|
5809
|
+
value: input.__returnValue
|
|
5810
|
+
}, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5811
|
+
method: "typia.assert",
|
|
5812
|
+
path: _path + ".__returnValue",
|
|
5813
|
+
expected: "(__type.o14 | undefined)",
|
|
5814
|
+
value: input.__returnValue
|
|
5815
|
+
}, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5816
|
+
method: "typia.assert",
|
|
5817
|
+
path: _path + ".__context",
|
|
5818
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5819
|
+
value: input.__context
|
|
5820
|
+
}, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5821
|
+
method: "typia.assert",
|
|
5822
|
+
path: _path + ".__context",
|
|
5823
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5824
|
+
value: input.__context
|
|
5825
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5826
|
+
method: "typia.assert",
|
|
5827
|
+
path: _path + ".__returnValue",
|
|
5828
|
+
expected: "(boolean | undefined)",
|
|
5829
|
+
value: input.__returnValue
|
|
5830
|
+
}, _errorFactory)); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "s3" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3706
5831
|
method: "typia.assert",
|
|
3707
5832
|
path: _path + ".protocol",
|
|
3708
|
-
expected: "\"s3\"",
|
|
5833
|
+
expected: "(\"s3\" | undefined)",
|
|
3709
5834
|
value: input.protocol
|
|
3710
5835
|
}, _errorFactory)) && true && (undefined === input.bucket || "string" === typeof input.bucket || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3711
5836
|
method: "typia.assert",
|
|
3712
5837
|
path: _path + ".bucket",
|
|
3713
5838
|
expected: "(string | undefined)",
|
|
3714
5839
|
value: input.bucket
|
|
3715
|
-
}, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5840
|
+
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3716
5841
|
method: "typia.assert",
|
|
3717
5842
|
path: _path + ".type",
|
|
3718
|
-
expected: "\"file\"",
|
|
5843
|
+
expected: "(\"file\" | undefined)",
|
|
3719
5844
|
value: input.type
|
|
3720
5845
|
}, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3721
5846
|
method: "typia.assert",
|
|
@@ -3752,7 +5877,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
3752
5877
|
path: _path + ".listConcurrency",
|
|
3753
5878
|
expected: "(number | undefined)",
|
|
3754
5879
|
value: input.listConcurrency
|
|
3755
|
-
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5880
|
+
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3756
5881
|
method: "typia.assert",
|
|
3757
5882
|
path: _path + ".metafile",
|
|
3758
5883
|
expected: "(__type | undefined)",
|
|
@@ -3767,20 +5892,20 @@ function _assertDomainRecord(domain, input) {
|
|
|
3767
5892
|
path: _path + ".userNotificationsEnabled",
|
|
3768
5893
|
expected: "(boolean | undefined)",
|
|
3769
5894
|
value: input.userNotificationsEnabled
|
|
3770
|
-
}, _errorFactory)); const
|
|
5895
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "smb" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3771
5896
|
method: "typia.assert",
|
|
3772
5897
|
path: _path + ".protocol",
|
|
3773
|
-
expected: "\"smb\"",
|
|
5898
|
+
expected: "(\"smb\" | undefined)",
|
|
3774
5899
|
value: input.protocol
|
|
3775
|
-
}, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5900
|
+
}, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3776
5901
|
method: "typia.assert",
|
|
3777
5902
|
path: _path + ".host",
|
|
3778
|
-
expected: "string",
|
|
5903
|
+
expected: "(string | undefined)",
|
|
3779
5904
|
value: input.host
|
|
3780
|
-
}, _errorFactory)) && ("string" === typeof input.share || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5905
|
+
}, _errorFactory)) && (undefined === input.share || "string" === typeof input.share || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3781
5906
|
method: "typia.assert",
|
|
3782
5907
|
path: _path + ".share",
|
|
3783
|
-
expected: "string",
|
|
5908
|
+
expected: "(string | undefined)",
|
|
3784
5909
|
value: input.share
|
|
3785
5910
|
}, _errorFactory)) && (undefined === input.workgroup || "string" === typeof input.workgroup || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3786
5911
|
method: "typia.assert",
|
|
@@ -3797,10 +5922,10 @@ function _assertDomainRecord(domain, input) {
|
|
|
3797
5922
|
path: _path + ".password",
|
|
3798
5923
|
expected: "(string | undefined)",
|
|
3799
5924
|
value: input.password
|
|
3800
|
-
}, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5925
|
+
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3801
5926
|
method: "typia.assert",
|
|
3802
5927
|
path: _path + ".type",
|
|
3803
|
-
expected: "\"file\"",
|
|
5928
|
+
expected: "(\"file\" | undefined)",
|
|
3804
5929
|
value: input.type
|
|
3805
5930
|
}, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3806
5931
|
method: "typia.assert",
|
|
@@ -3832,7 +5957,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
3832
5957
|
path: _path + ".listConcurrency",
|
|
3833
5958
|
expected: "(number | undefined)",
|
|
3834
5959
|
value: input.listConcurrency
|
|
3835
|
-
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5960
|
+
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3836
5961
|
method: "typia.assert",
|
|
3837
5962
|
path: _path + ".metafile",
|
|
3838
5963
|
expected: "(__type | undefined)",
|
|
@@ -3847,15 +5972,15 @@ function _assertDomainRecord(domain, input) {
|
|
|
3847
5972
|
path: _path + ".userNotificationsEnabled",
|
|
3848
5973
|
expected: "(boolean | undefined)",
|
|
3849
5974
|
value: input.userNotificationsEnabled
|
|
3850
|
-
}, _errorFactory)); const
|
|
5975
|
+
}, _errorFactory)); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "sftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3851
5976
|
method: "typia.assert",
|
|
3852
5977
|
path: _path + ".protocol",
|
|
3853
|
-
expected: "\"sftp\"",
|
|
5978
|
+
expected: "(\"sftp\" | undefined)",
|
|
3854
5979
|
value: input.protocol
|
|
3855
|
-
}, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5980
|
+
}, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3856
5981
|
method: "typia.assert",
|
|
3857
5982
|
path: _path + ".host",
|
|
3858
|
-
expected: "string",
|
|
5983
|
+
expected: "(string | undefined)",
|
|
3859
5984
|
value: input.host
|
|
3860
5985
|
}, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3861
5986
|
method: "typia.assert",
|
|
@@ -3892,10 +6017,10 @@ function _assertDomainRecord(domain, input) {
|
|
|
3892
6017
|
path: _path + ".mode",
|
|
3893
6018
|
expected: "(\"lftp\" | \"libcurl\" | \"openssh\" | \"ssh2\" | undefined)",
|
|
3894
6019
|
value: input.mode
|
|
3895
|
-
}, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6020
|
+
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3896
6021
|
method: "typia.assert",
|
|
3897
6022
|
path: _path + ".type",
|
|
3898
|
-
expected: "\"file\"",
|
|
6023
|
+
expected: "(\"file\" | undefined)",
|
|
3899
6024
|
value: input.type
|
|
3900
6025
|
}, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3901
6026
|
method: "typia.assert",
|
|
@@ -3927,7 +6052,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
3927
6052
|
path: _path + ".listConcurrency",
|
|
3928
6053
|
expected: "(number | undefined)",
|
|
3929
6054
|
value: input.listConcurrency
|
|
3930
|
-
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6055
|
+
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3931
6056
|
method: "typia.assert",
|
|
3932
6057
|
path: _path + ".metafile",
|
|
3933
6058
|
expected: "(__type | undefined)",
|
|
@@ -3942,19 +6067,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
3942
6067
|
path: _path + ".userNotificationsEnabled",
|
|
3943
6068
|
expected: "(boolean | undefined)",
|
|
3944
6069
|
value: input.userNotificationsEnabled
|
|
3945
|
-
}, _errorFactory)); const
|
|
6070
|
+
}, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.type || "facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3946
6071
|
method: "typia.assert",
|
|
3947
6072
|
path: _path + ".type",
|
|
3948
|
-
expected: "\"facebook\"",
|
|
6073
|
+
expected: "(\"facebook\" | undefined)",
|
|
3949
6074
|
value: input.type
|
|
3950
6075
|
}, _errorFactory)) && (undefined === input.grantedScopes || (Array.isArray(input.grantedScopes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3951
6076
|
method: "typia.assert",
|
|
3952
6077
|
path: _path + ".grantedScopes",
|
|
3953
6078
|
expected: "(Array<string> | undefined)",
|
|
3954
6079
|
value: input.grantedScopes
|
|
3955
|
-
}, _errorFactory)) && input.grantedScopes.every((elem,
|
|
6080
|
+
}, _errorFactory)) && input.grantedScopes.every((elem, _index8) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3956
6081
|
method: "typia.assert",
|
|
3957
|
-
path: _path + ".grantedScopes[" +
|
|
6082
|
+
path: _path + ".grantedScopes[" + _index8 + "]",
|
|
3958
6083
|
expected: "string",
|
|
3959
6084
|
value: elem
|
|
3960
6085
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -3967,10 +6092,10 @@ function _assertDomainRecord(domain, input) {
|
|
|
3967
6092
|
path: _path + ".userNotificationsEnabled",
|
|
3968
6093
|
expected: "(boolean | undefined)",
|
|
3969
6094
|
value: input.userNotificationsEnabled
|
|
3970
|
-
}, _errorFactory)); const
|
|
6095
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => (undefined === input.type || "reuters" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3971
6096
|
method: "typia.assert",
|
|
3972
6097
|
path: _path + ".type",
|
|
3973
|
-
expected: "\"reuters\"",
|
|
6098
|
+
expected: "(\"reuters\" | undefined)",
|
|
3974
6099
|
value: input.type
|
|
3975
6100
|
}, _errorFactory)) && (undefined === input.clientId || "string" === typeof input.clientId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3976
6101
|
method: "typia.assert",
|
|
@@ -3992,15 +6117,10 @@ function _assertDomainRecord(domain, input) {
|
|
|
3992
6117
|
path: _path + ".userNotificationsEnabled",
|
|
3993
6118
|
expected: "(boolean | undefined)",
|
|
3994
6119
|
value: input.userNotificationsEnabled
|
|
3995
|
-
}, _errorFactory)); const
|
|
3996
|
-
method: "typia.assert",
|
|
3997
|
-
path: _path + ".type",
|
|
3998
|
-
expected: "null",
|
|
3999
|
-
value: input.type
|
|
4000
|
-
}, _errorFactory)) && (null === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6120
|
+
}, _errorFactory)); const _ao78 = (input, _path, _exceptionable = true) => (null === input.type || undefined === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4001
6121
|
method: "typia.assert",
|
|
4002
6122
|
path: _path + ".type",
|
|
4003
|
-
expected: "null",
|
|
6123
|
+
expected: "(null | undefined)",
|
|
4004
6124
|
value: input.type
|
|
4005
6125
|
}, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4006
6126
|
method: "typia.assert",
|
|
@@ -4008,39 +6128,117 @@ function _assertDomainRecord(domain, input) {
|
|
|
4008
6128
|
expected: "(boolean | undefined)",
|
|
4009
6129
|
value: input.userNotificationsEnabled
|
|
4010
6130
|
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
4011
|
-
if (
|
|
4012
|
-
return
|
|
4013
|
-
else if ("s3" === input.protocol)
|
|
4014
|
-
return _ao2(input, _path, true && _exceptionable);
|
|
4015
|
-
else if ("smb" === input.protocol)
|
|
4016
|
-
return _ao3(input, _path, true && _exceptionable);
|
|
4017
|
-
else if ("sftp" === input.protocol)
|
|
4018
|
-
return _ao4(input, _path, true && _exceptionable);
|
|
4019
|
-
else if ("facebook" === input.type)
|
|
4020
|
-
return _ao5(input, _path, true && _exceptionable);
|
|
4021
|
-
else if ("reuters" === input.type)
|
|
4022
|
-
return _ao6(input, _path, true && _exceptionable);
|
|
4023
|
-
else if (undefined !== input.type && null === input.type)
|
|
4024
|
-
return _ao7(input, _path, true && _exceptionable);
|
|
6131
|
+
if (undefined !== input.__context)
|
|
6132
|
+
return _ao14(input, _path, true && _exceptionable);
|
|
4025
6133
|
else
|
|
4026
|
-
return
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
})(); const
|
|
6134
|
+
return _ao13(input, _path, true && _exceptionable);
|
|
6135
|
+
})(); const _au1 = (input, _path, _exceptionable = true) => (() => {
|
|
6136
|
+
if (undefined !== input.__context)
|
|
6137
|
+
return _ao17(input, _path, true && _exceptionable);
|
|
6138
|
+
else
|
|
6139
|
+
return _ao15(input, _path, true && _exceptionable);
|
|
6140
|
+
})(); const _au2 = (input, _path, _exceptionable = true) => (() => {
|
|
6141
|
+
if (undefined !== input.__context)
|
|
6142
|
+
return _ao19(input, _path, true && _exceptionable);
|
|
6143
|
+
else
|
|
6144
|
+
return _ao18(input, _path, true && _exceptionable);
|
|
6145
|
+
})(); const _au3 = (input, _path, _exceptionable = true) => (() => {
|
|
6146
|
+
if (undefined !== input.__context)
|
|
6147
|
+
return _ao31(input, _path, true && _exceptionable);
|
|
6148
|
+
else
|
|
6149
|
+
return _ao13(input, _path, true && _exceptionable);
|
|
6150
|
+
})(); const _au4 = (input, _path, _exceptionable = true) => (() => {
|
|
6151
|
+
if (undefined !== input.__context)
|
|
6152
|
+
return _ao32(input, _path, true && _exceptionable);
|
|
6153
|
+
else
|
|
6154
|
+
return _ao15(input, _path, true && _exceptionable);
|
|
6155
|
+
})(); const _au5 = (input, _path, _exceptionable = true) => (() => {
|
|
6156
|
+
if (undefined !== input.__context)
|
|
6157
|
+
return _ao33(input, _path, true && _exceptionable);
|
|
6158
|
+
else
|
|
6159
|
+
return _ao18(input, _path, true && _exceptionable);
|
|
6160
|
+
})(); const _au6 = (input, _path, _exceptionable = true) => (() => {
|
|
6161
|
+
if (undefined !== input.__context)
|
|
6162
|
+
return _ao37(input, _path, true && _exceptionable);
|
|
6163
|
+
else
|
|
6164
|
+
return _ao36(input, _path, true && _exceptionable);
|
|
6165
|
+
})(); const _au7 = (input, _path, _exceptionable = true) => (() => {
|
|
6166
|
+
if (undefined !== input.__context)
|
|
6167
|
+
return _ao42(input, _path, true && _exceptionable);
|
|
6168
|
+
else
|
|
6169
|
+
return _ao13(input, _path, true && _exceptionable);
|
|
6170
|
+
})(); const _au8 = (input, _path, _exceptionable = true) => (() => {
|
|
6171
|
+
if (undefined !== input.__context)
|
|
6172
|
+
return _ao43(input, _path, true && _exceptionable);
|
|
6173
|
+
else
|
|
6174
|
+
return _ao15(input, _path, true && _exceptionable);
|
|
6175
|
+
})(); const _au9 = (input, _path, _exceptionable = true) => (() => {
|
|
6176
|
+
if (undefined !== input.__context)
|
|
6177
|
+
return _ao44(input, _path, true && _exceptionable);
|
|
6178
|
+
else
|
|
6179
|
+
return _ao18(input, _path, true && _exceptionable);
|
|
6180
|
+
})(); const _au10 = (input, _path, _exceptionable = true) => (() => {
|
|
6181
|
+
if (undefined !== input.__context)
|
|
6182
|
+
return _ao53(input, _path, true && _exceptionable);
|
|
6183
|
+
else
|
|
6184
|
+
return _ao13(input, _path, true && _exceptionable);
|
|
6185
|
+
})(); const _au11 = (input, _path, _exceptionable = true) => (() => {
|
|
6186
|
+
if (undefined !== input.__context)
|
|
6187
|
+
return _ao54(input, _path, true && _exceptionable);
|
|
6188
|
+
else
|
|
6189
|
+
return _ao15(input, _path, true && _exceptionable);
|
|
6190
|
+
})(); const _au12 = (input, _path, _exceptionable = true) => (() => {
|
|
6191
|
+
if (undefined !== input.__context)
|
|
6192
|
+
return _ao55(input, _path, true && _exceptionable);
|
|
6193
|
+
else
|
|
6194
|
+
return _ao18(input, _path, true && _exceptionable);
|
|
6195
|
+
})(); const _au13 = (input, _path, _exceptionable = true) => (() => {
|
|
6196
|
+
if (undefined !== input.__context)
|
|
6197
|
+
return _ao61(input, _path, true && _exceptionable);
|
|
6198
|
+
else
|
|
6199
|
+
return _ao13(input, _path, true && _exceptionable);
|
|
6200
|
+
})(); const _au14 = (input, _path, _exceptionable = true) => (() => {
|
|
6201
|
+
if (undefined !== input.__context)
|
|
6202
|
+
return _ao62(input, _path, true && _exceptionable);
|
|
6203
|
+
else
|
|
6204
|
+
return _ao15(input, _path, true && _exceptionable);
|
|
6205
|
+
})(); const _au15 = (input, _path, _exceptionable = true) => (() => {
|
|
6206
|
+
if (undefined !== input.__context)
|
|
6207
|
+
return _ao63(input, _path, true && _exceptionable);
|
|
6208
|
+
else
|
|
6209
|
+
return _ao18(input, _path, true && _exceptionable);
|
|
6210
|
+
})(); const _au16 = (input, _path, _exceptionable = true) => (() => {
|
|
6211
|
+
if (undefined !== input.__context)
|
|
6212
|
+
return _ao69(input, _path, true && _exceptionable);
|
|
6213
|
+
else
|
|
6214
|
+
return _ao13(input, _path, true && _exceptionable);
|
|
6215
|
+
})(); const _au17 = (input, _path, _exceptionable = true) => (() => {
|
|
6216
|
+
if (undefined !== input.__context)
|
|
6217
|
+
return _ao70(input, _path, true && _exceptionable);
|
|
6218
|
+
else
|
|
6219
|
+
return _ao15(input, _path, true && _exceptionable);
|
|
6220
|
+
})(); const _au18 = (input, _path, _exceptionable = true) => (() => {
|
|
6221
|
+
if (undefined !== input.__context)
|
|
6222
|
+
return _ao71(input, _path, true && _exceptionable);
|
|
6223
|
+
else
|
|
6224
|
+
return _ao18(input, _path, true && _exceptionable);
|
|
6225
|
+
})(); 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, {
|
|
6226
|
+
method: "typia.assert",
|
|
6227
|
+
path: _path,
|
|
6228
|
+
expected: "(FileConnectionFtpRecord | FileConnectionHttpRecord | FileConnectionS3Record | FileConnectionSmbRecord | FileConnectionSftpRecord | FacebookConnectionRecord | ReutersConnectionRecord | EmptyConnectionRecord)",
|
|
6229
|
+
value: input
|
|
6230
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu19(input); let _errorFactory; return (input, errorFactory) => {
|
|
4033
6231
|
if (false === __is(input)) {
|
|
4034
6232
|
_errorFactory = errorFactory;
|
|
4035
|
-
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
6233
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
4036
6234
|
method: "typia.assert",
|
|
4037
6235
|
path: _path + "",
|
|
4038
|
-
expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
|
|
6236
|
+
expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionHttpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
|
|
4039
6237
|
value: input
|
|
4040
|
-
}, _errorFactory)) &&
|
|
6238
|
+
}, _errorFactory)) && _au19(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
4041
6239
|
method: "typia.assert",
|
|
4042
6240
|
path: _path + "",
|
|
4043
|
-
expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
|
|
6241
|
+
expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionHttpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
|
|
4044
6242
|
value: input
|
|
4045
6243
|
}, _errorFactory))(input, "$input", true);
|
|
4046
6244
|
}
|
|
@@ -13148,7 +15346,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13148
15346
|
}; })()(input);
|
|
13149
15347
|
}
|
|
13150
15348
|
case ":settings": {
|
|
13151
|
-
return (() => { const
|
|
15349
|
+
return (() => { const _iv21 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv25 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av51 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _av55 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io19(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io24(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io27(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io28(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io29(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io42(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io55(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io57(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io58(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io67(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io68(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io69(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && _io72(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io73(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io74(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs); const _io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
13152
15350
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
13153
15351
|
return true;
|
|
13154
15352
|
const value = input[key];
|
|
@@ -13220,7 +15418,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
13220
15418
|
if (undefined === value)
|
|
13221
15419
|
return true;
|
|
13222
15420
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value);
|
|
13223
|
-
}); const _io42 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io43(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io44(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io45(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io49(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io50(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io54(input.openCommand))); const _io43 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io44 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io45 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io47(elem))); const _io46 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io47 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io48 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io49 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io50 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io51(input.subtitleDisclaimer); const _io51 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io52(input.defaultValue)); const _io52 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io53(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io53 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io54 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io55 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io56(input.voiceOver)); const _io56 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io57 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io58 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io59(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io60(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io64(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io66(input.item)); const _io59 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io60 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io61(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io63(input.note)); const _io61 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io62(input.excerpt); const _io62 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io63 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io64 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io65(input.search)) && (undefined === input.sortMode || true === _iv23.has(input.sortMode)); const _io65 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io66 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io67 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io68 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io69 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io70(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io71(input.rive)); const _io70 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io71 = input => undefined === input.template || "string" === typeof input.template; const _io72 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io73 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io74 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io75(input.events); const _io75 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io76(input.publishSucceeded)); const _io76 = input => Object.keys(input).every(key => {
|
|
15421
|
+
}); const _io42 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io43(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io44(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io45(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io49(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io50(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io54(input.openCommand))); const _io43 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io44 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io45 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io47(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv21.has(elem))); const _io46 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io47 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io48 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io49 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io50 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io51(input.subtitleDisclaimer); const _io51 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io52(input.defaultValue)); const _io52 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io53(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io53 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io54 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io55 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io56(input.voiceOver)); const _io56 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io57 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io58 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io59(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io60(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io64(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io66(input.item)); const _io59 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io60 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io61(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io63(input.note)); const _io61 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io62(input.excerpt); const _io62 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io63 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io64 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io65(input.search)) && (undefined === input.sortMode || true === _iv25.has(input.sortMode)); const _io65 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io66 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io67 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io68 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io69 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io70(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io71(input.rive)); const _io70 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io71 = input => undefined === input.template || "string" === typeof input.template; const _io72 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io73 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io74 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io75(input.events); const _io75 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io76(input.publishSucceeded)); const _io76 = input => Object.keys(input).every(key => {
|
|
13224
15422
|
const value = input[key];
|
|
13225
15423
|
if (undefined === value)
|
|
13226
15424
|
return true;
|
|
@@ -13295,19 +15493,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
13295
15493
|
path: _path + ".exclusiveTagGroups",
|
|
13296
15494
|
expected: "(Array<Array<string>> | undefined)",
|
|
13297
15495
|
value: input.exclusiveTagGroups
|
|
13298
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
15496
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index31) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13299
15497
|
method: "typia.assert",
|
|
13300
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
15498
|
+
path: _path + ".exclusiveTagGroups[" + _index31 + "]",
|
|
13301
15499
|
expected: "Array<string>",
|
|
13302
15500
|
value: elem
|
|
13303
|
-
}, _errorFactory)) && elem.every((elem,
|
|
15501
|
+
}, _errorFactory)) && elem.every((elem, _index32) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13304
15502
|
method: "typia.assert",
|
|
13305
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
15503
|
+
path: _path + ".exclusiveTagGroups[" + _index31 + "][" + _index32 + "]",
|
|
13306
15504
|
expected: "string",
|
|
13307
15505
|
value: elem
|
|
13308
15506
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13309
15507
|
method: "typia.assert",
|
|
13310
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
15508
|
+
path: _path + ".exclusiveTagGroups[" + _index31 + "]",
|
|
13311
15509
|
expected: "Array<string>",
|
|
13312
15510
|
value: elem
|
|
13313
15511
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13455,14 +15653,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
13455
15653
|
path: _path + ".commands",
|
|
13456
15654
|
expected: "(Array<__type>.o4 | undefined)",
|
|
13457
15655
|
value: input.commands
|
|
13458
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
15656
|
+
}, _errorFactory)) && input.commands.every((elem, _index33) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13459
15657
|
method: "typia.assert",
|
|
13460
|
-
path: _path + ".commands[" +
|
|
15658
|
+
path: _path + ".commands[" + _index33 + "]",
|
|
13461
15659
|
expected: "__type.o50",
|
|
13462
15660
|
value: elem
|
|
13463
|
-
}, _errorFactory)) && _ao57(elem, _path + ".commands[" +
|
|
15661
|
+
}, _errorFactory)) && _ao57(elem, _path + ".commands[" + _index33 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13464
15662
|
method: "typia.assert",
|
|
13465
|
-
path: _path + ".commands[" +
|
|
15663
|
+
path: _path + ".commands[" + _index33 + "]",
|
|
13466
15664
|
expected: "__type.o50",
|
|
13467
15665
|
value: elem
|
|
13468
15666
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13475,9 +15673,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
13475
15673
|
path: _path + ".predefinedTags",
|
|
13476
15674
|
expected: "(Array<string> | undefined)",
|
|
13477
15675
|
value: input.predefinedTags
|
|
13478
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
15676
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index34) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13479
15677
|
method: "typia.assert",
|
|
13480
|
-
path: _path + ".predefinedTags[" +
|
|
15678
|
+
path: _path + ".predefinedTags[" + _index34 + "]",
|
|
13481
15679
|
expected: "string",
|
|
13482
15680
|
value: elem
|
|
13483
15681
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13510,14 +15708,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
13510
15708
|
path: _path + ".hiddenPreviews",
|
|
13511
15709
|
expected: "(Array<__type>.o5 | undefined)",
|
|
13512
15710
|
value: input.hiddenPreviews
|
|
13513
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
15711
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index35) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13514
15712
|
method: "typia.assert",
|
|
13515
|
-
path: _path + ".hiddenPreviews[" +
|
|
15713
|
+
path: _path + ".hiddenPreviews[" + _index35 + "]",
|
|
13516
15714
|
expected: "__type.o61",
|
|
13517
15715
|
value: elem
|
|
13518
|
-
}, _errorFactory)) && _ao68(elem, _path + ".hiddenPreviews[" +
|
|
15716
|
+
}, _errorFactory)) && _ao68(elem, _path + ".hiddenPreviews[" + _index35 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13519
15717
|
method: "typia.assert",
|
|
13520
|
-
path: _path + ".hiddenPreviews[" +
|
|
15718
|
+
path: _path + ".hiddenPreviews[" + _index35 + "]",
|
|
13521
15719
|
expected: "__type.o61",
|
|
13522
15720
|
value: elem
|
|
13523
15721
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13722,9 +15920,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
13722
15920
|
path: _path + ".sortOrder",
|
|
13723
15921
|
expected: "(Array<string> | undefined)",
|
|
13724
15922
|
value: input.sortOrder
|
|
13725
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
15923
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index36) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13726
15924
|
method: "typia.assert",
|
|
13727
|
-
path: _path + ".sortOrder[" +
|
|
15925
|
+
path: _path + ".sortOrder[" + _index36 + "]",
|
|
13728
15926
|
expected: "string",
|
|
13729
15927
|
value: elem
|
|
13730
15928
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13737,9 +15935,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
13737
15935
|
path: _path + ".exclude",
|
|
13738
15936
|
expected: "(Array<string> | undefined)",
|
|
13739
15937
|
value: input.exclude
|
|
13740
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
15938
|
+
}, _errorFactory)) && input.exclude.every((elem, _index37) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13741
15939
|
method: "typia.assert",
|
|
13742
|
-
path: _path + ".exclude[" +
|
|
15940
|
+
path: _path + ".exclude[" + _index37 + "]",
|
|
13743
15941
|
expected: "string",
|
|
13744
15942
|
value: elem
|
|
13745
15943
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13752,9 +15950,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
13752
15950
|
path: _path + ".include",
|
|
13753
15951
|
expected: "(Array<string> | undefined)",
|
|
13754
15952
|
value: input.include
|
|
13755
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
15953
|
+
}, _errorFactory)) && input.include.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13756
15954
|
method: "typia.assert",
|
|
13757
|
-
path: _path + ".include[" +
|
|
15955
|
+
path: _path + ".include[" + _index38 + "]",
|
|
13758
15956
|
expected: "string",
|
|
13759
15957
|
value: elem
|
|
13760
15958
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13767,9 +15965,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
13767
15965
|
path: _path + ".exclude",
|
|
13768
15966
|
expected: "(Array<string> | undefined)",
|
|
13769
15967
|
value: input.exclude
|
|
13770
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
15968
|
+
}, _errorFactory)) && input.exclude.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13771
15969
|
method: "typia.assert",
|
|
13772
|
-
path: _path + ".exclude[" +
|
|
15970
|
+
path: _path + ".exclude[" + _index39 + "]",
|
|
13773
15971
|
expected: "string",
|
|
13774
15972
|
value: elem
|
|
13775
15973
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13782,9 +15980,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
13782
15980
|
path: _path + ".include",
|
|
13783
15981
|
expected: "(Array<string> | undefined)",
|
|
13784
15982
|
value: input.include
|
|
13785
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
15983
|
+
}, _errorFactory)) && input.include.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13786
15984
|
method: "typia.assert",
|
|
13787
|
-
path: _path + ".include[" +
|
|
15985
|
+
path: _path + ".include[" + _index40 + "]",
|
|
13788
15986
|
expected: "string",
|
|
13789
15987
|
value: elem
|
|
13790
15988
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13797,9 +15995,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
13797
15995
|
path: _path + ".exclude",
|
|
13798
15996
|
expected: "(Array<string> | undefined)",
|
|
13799
15997
|
value: input.exclude
|
|
13800
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
15998
|
+
}, _errorFactory)) && input.exclude.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13801
15999
|
method: "typia.assert",
|
|
13802
|
-
path: _path + ".exclude[" +
|
|
16000
|
+
path: _path + ".exclude[" + _index41 + "]",
|
|
13803
16001
|
expected: "string",
|
|
13804
16002
|
value: elem
|
|
13805
16003
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13812,9 +16010,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
13812
16010
|
path: _path + ".include",
|
|
13813
16011
|
expected: "(Array<string> | undefined)",
|
|
13814
16012
|
value: input.include
|
|
13815
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
16013
|
+
}, _errorFactory)) && input.include.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13816
16014
|
method: "typia.assert",
|
|
13817
|
-
path: _path + ".include[" +
|
|
16015
|
+
path: _path + ".include[" + _index42 + "]",
|
|
13818
16016
|
expected: "string",
|
|
13819
16017
|
value: elem
|
|
13820
16018
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13827,9 +16025,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
13827
16025
|
path: _path + ".exclude",
|
|
13828
16026
|
expected: "(Array<string> | undefined)",
|
|
13829
16027
|
value: input.exclude
|
|
13830
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
16028
|
+
}, _errorFactory)) && input.exclude.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13831
16029
|
method: "typia.assert",
|
|
13832
|
-
path: _path + ".exclude[" +
|
|
16030
|
+
path: _path + ".exclude[" + _index43 + "]",
|
|
13833
16031
|
expected: "string",
|
|
13834
16032
|
value: elem
|
|
13835
16033
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13907,14 +16105,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
13907
16105
|
path: _path + ".colorTags",
|
|
13908
16106
|
expected: "(Array<PromotedTag> | undefined)",
|
|
13909
16107
|
value: input.colorTags
|
|
13910
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
16108
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index44) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13911
16109
|
method: "typia.assert",
|
|
13912
|
-
path: _path + ".colorTags[" +
|
|
16110
|
+
path: _path + ".colorTags[" + _index44 + "]",
|
|
13913
16111
|
expected: "PromotedTag",
|
|
13914
16112
|
value: elem
|
|
13915
|
-
}, _errorFactory)) && _ao21(elem, _path + ".colorTags[" +
|
|
16113
|
+
}, _errorFactory)) && _ao21(elem, _path + ".colorTags[" + _index44 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13916
16114
|
method: "typia.assert",
|
|
13917
|
-
path: _path + ".colorTags[" +
|
|
16115
|
+
path: _path + ".colorTags[" + _index44 + "]",
|
|
13918
16116
|
expected: "PromotedTag",
|
|
13919
16117
|
value: elem
|
|
13920
16118
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14007,9 +16205,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
14007
16205
|
path: _path + ".favorites",
|
|
14008
16206
|
expected: "(Array<string> | undefined)",
|
|
14009
16207
|
value: input.favorites
|
|
14010
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
16208
|
+
}, _errorFactory)) && input.favorites.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14011
16209
|
method: "typia.assert",
|
|
14012
|
-
path: _path + ".favorites[" +
|
|
16210
|
+
path: _path + ".favorites[" + _index45 + "]",
|
|
14013
16211
|
expected: "string",
|
|
14014
16212
|
value: elem
|
|
14015
16213
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14427,9 +16625,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
14427
16625
|
path: _path + ".playbackRates",
|
|
14428
16626
|
expected: "(Array<number> | undefined)",
|
|
14429
16627
|
value: input.playbackRates
|
|
14430
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
16628
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index46) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14431
16629
|
method: "typia.assert",
|
|
14432
|
-
path: _path + ".playbackRates[" +
|
|
16630
|
+
path: _path + ".playbackRates[" + _index46 + "]",
|
|
14433
16631
|
expected: "number",
|
|
14434
16632
|
value: elem
|
|
14435
16633
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14462,14 +16660,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
14462
16660
|
path: _path + ".guides",
|
|
14463
16661
|
expected: "(Array<__type>.o2 | undefined)",
|
|
14464
16662
|
value: input.guides
|
|
14465
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
16663
|
+
}, _errorFactory)) && input.guides.every((elem, _index47) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14466
16664
|
method: "typia.assert",
|
|
14467
|
-
path: _path + ".guides[" +
|
|
16665
|
+
path: _path + ".guides[" + _index47 + "]",
|
|
14468
16666
|
expected: "__type.o41",
|
|
14469
16667
|
value: elem
|
|
14470
|
-
}, _errorFactory)) && _ao48(elem, _path + ".guides[" +
|
|
16668
|
+
}, _errorFactory)) && _ao48(elem, _path + ".guides[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14471
16669
|
method: "typia.assert",
|
|
14472
|
-
path: _path + ".guides[" +
|
|
16670
|
+
path: _path + ".guides[" + _index47 + "]",
|
|
14473
16671
|
expected: "__type.o41",
|
|
14474
16672
|
value: elem
|
|
14475
16673
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14557,14 +16755,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
14557
16755
|
path: _path + ".suggestions",
|
|
14558
16756
|
expected: "(Array<__type> | undefined)",
|
|
14559
16757
|
value: input.suggestions
|
|
14560
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
16758
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index48) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14561
16759
|
method: "typia.assert",
|
|
14562
|
-
path: _path + ".suggestions[" +
|
|
16760
|
+
path: _path + ".suggestions[" + _index48 + "]",
|
|
14563
16761
|
expected: "__type.o39",
|
|
14564
16762
|
value: elem
|
|
14565
|
-
}, _errorFactory)) && _ao46(elem, _path + ".suggestions[" +
|
|
16763
|
+
}, _errorFactory)) && _ao46(elem, _path + ".suggestions[" + _index48 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14566
16764
|
method: "typia.assert",
|
|
14567
|
-
path: _path + ".suggestions[" +
|
|
16765
|
+
path: _path + ".suggestions[" + _index48 + "]",
|
|
14568
16766
|
expected: "__type.o39",
|
|
14569
16767
|
value: elem
|
|
14570
16768
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14577,14 +16775,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
14577
16775
|
path: _path + ".colors",
|
|
14578
16776
|
expected: "(Array<__type>.o1 | undefined)",
|
|
14579
16777
|
value: input.colors
|
|
14580
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
16778
|
+
}, _errorFactory)) && input.colors.every((elem, _index49) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14581
16779
|
method: "typia.assert",
|
|
14582
|
-
path: _path + ".colors[" +
|
|
16780
|
+
path: _path + ".colors[" + _index49 + "]",
|
|
14583
16781
|
expected: "__type.o40",
|
|
14584
16782
|
value: elem
|
|
14585
|
-
}, _errorFactory)) && _ao47(elem, _path + ".colors[" +
|
|
16783
|
+
}, _errorFactory)) && _ao47(elem, _path + ".colors[" + _index49 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14586
16784
|
method: "typia.assert",
|
|
14587
|
-
path: _path + ".colors[" +
|
|
16785
|
+
path: _path + ".colors[" + _index49 + "]",
|
|
14588
16786
|
expected: "__type.o40",
|
|
14589
16787
|
value: elem
|
|
14590
16788
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14592,6 +16790,21 @@ function _assertDomainRecord(domain, input) {
|
|
|
14592
16790
|
path: _path + ".colors",
|
|
14593
16791
|
expected: "(Array<__type>.o1 | undefined)",
|
|
14594
16792
|
value: input.colors
|
|
16793
|
+
}, _errorFactory)) && (undefined === input.overridableProperties || (Array.isArray(input.overridableProperties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16794
|
+
method: "typia.assert",
|
|
16795
|
+
path: _path + ".overridableProperties",
|
|
16796
|
+
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
16797
|
+
value: input.overridableProperties
|
|
16798
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index50) => null === elem || true === _av51.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16799
|
+
method: "typia.assert",
|
|
16800
|
+
path: _path + ".overridableProperties[" + _index50 + "]",
|
|
16801
|
+
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)",
|
|
16802
|
+
value: elem
|
|
16803
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16804
|
+
method: "typia.assert",
|
|
16805
|
+
path: _path + ".overridableProperties",
|
|
16806
|
+
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
16807
|
+
value: input.overridableProperties
|
|
14595
16808
|
}, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14596
16809
|
method: "typia.assert",
|
|
14597
16810
|
path: _path + ".ifAspectRatio",
|
|
@@ -14682,14 +16895,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
14682
16895
|
path: _path + ".text",
|
|
14683
16896
|
expected: "(Array<__type>.o3 | undefined)",
|
|
14684
16897
|
value: input.text
|
|
14685
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
16898
|
+
}, _errorFactory)) && input.text.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14686
16899
|
method: "typia.assert",
|
|
14687
|
-
path: _path + ".text[" +
|
|
16900
|
+
path: _path + ".text[" + _index52 + "]",
|
|
14688
16901
|
expected: "__type.o46",
|
|
14689
16902
|
value: elem
|
|
14690
|
-
}, _errorFactory)) && _ao53(elem, _path + ".text[" +
|
|
16903
|
+
}, _errorFactory)) && _ao53(elem, _path + ".text[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14691
16904
|
method: "typia.assert",
|
|
14692
|
-
path: _path + ".text[" +
|
|
16905
|
+
path: _path + ".text[" + _index52 + "]",
|
|
14693
16906
|
expected: "__type.o46",
|
|
14694
16907
|
value: elem
|
|
14695
16908
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14737,9 +16950,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
14737
16950
|
path: _path + ".args",
|
|
14738
16951
|
expected: "(Array<string> | undefined)",
|
|
14739
16952
|
value: input.args
|
|
14740
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
16953
|
+
}, _errorFactory)) && input.args.every((elem, _index53) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14741
16954
|
method: "typia.assert",
|
|
14742
|
-
path: _path + ".args[" +
|
|
16955
|
+
path: _path + ".args[" + _index53 + "]",
|
|
14743
16956
|
expected: "string",
|
|
14744
16957
|
value: elem
|
|
14745
16958
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14802,9 +17015,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
14802
17015
|
path: _path + ".args",
|
|
14803
17016
|
expected: "(Array<string> | undefined)",
|
|
14804
17017
|
value: input.args
|
|
14805
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
17018
|
+
}, _errorFactory)) && input.args.every((elem, _index54) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14806
17019
|
method: "typia.assert",
|
|
14807
|
-
path: _path + ".args[" +
|
|
17020
|
+
path: _path + ".args[" + _index54 + "]",
|
|
14808
17021
|
expected: "string",
|
|
14809
17022
|
value: elem
|
|
14810
17023
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14917,7 +17130,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14917
17130
|
path: _path + ".search",
|
|
14918
17131
|
expected: "(__type.o58 | undefined)",
|
|
14919
17132
|
value: input.search
|
|
14920
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
17133
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av55.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14921
17134
|
method: "typia.assert",
|
|
14922
17135
|
path: _path + ".sortMode",
|
|
14923
17136
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
@@ -14937,9 +17150,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
14937
17150
|
path: _path + ".fontFamilies",
|
|
14938
17151
|
expected: "(Array<string> | undefined)",
|
|
14939
17152
|
value: input.fontFamilies
|
|
14940
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
17153
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index56) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14941
17154
|
method: "typia.assert",
|
|
14942
|
-
path: _path + ".fontFamilies[" +
|
|
17155
|
+
path: _path + ".fontFamilies[" + _index56 + "]",
|
|
14943
17156
|
expected: "string",
|
|
14944
17157
|
value: elem
|
|
14945
17158
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15102,9 +17315,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
15102
17315
|
path: _path + ".comment",
|
|
15103
17316
|
expected: "(Array<NotificationReason> | undefined)",
|
|
15104
17317
|
value: input.comment
|
|
15105
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
17318
|
+
}, _errorFactory)) && input.comment.every((elem, _index57) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15106
17319
|
method: "typia.assert",
|
|
15107
|
-
path: _path + ".comment[" +
|
|
17320
|
+
path: _path + ".comment[" + _index57 + "]",
|
|
15108
17321
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
15109
17322
|
value: elem
|
|
15110
17323
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15117,9 +17330,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
15117
17330
|
path: _path + ".assigned",
|
|
15118
17331
|
expected: "(Array<NotificationReason> | undefined)",
|
|
15119
17332
|
value: input.assigned
|
|
15120
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
17333
|
+
}, _errorFactory)) && input.assigned.every((elem, _index58) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15121
17334
|
method: "typia.assert",
|
|
15122
|
-
path: _path + ".assigned[" +
|
|
17335
|
+
path: _path + ".assigned[" + _index58 + "]",
|
|
15123
17336
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
15124
17337
|
value: elem
|
|
15125
17338
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15132,9 +17345,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
15132
17345
|
path: _path + ".unassigned",
|
|
15133
17346
|
expected: "(Array<NotificationReason> | undefined)",
|
|
15134
17347
|
value: input.unassigned
|
|
15135
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
17348
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index59) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15136
17349
|
method: "typia.assert",
|
|
15137
|
-
path: _path + ".unassigned[" +
|
|
17350
|
+
path: _path + ".unassigned[" + _index59 + "]",
|
|
15138
17351
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
15139
17352
|
value: elem
|
|
15140
17353
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15161,9 +17374,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
15161
17374
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15162
17375
|
expected: "Array<NotificationReason>",
|
|
15163
17376
|
value: value
|
|
15164
|
-
}, _errorFactory)) && value.every((elem,
|
|
17377
|
+
}, _errorFactory)) && value.every((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15165
17378
|
method: "typia.assert",
|
|
15166
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
17379
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index60 + "]",
|
|
15167
17380
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
15168
17381
|
value: elem
|
|
15169
17382
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -16067,10 +18280,10 @@ function _assertDomainRecord(domain, input) {
|
|
|
16067
18280
|
}; })()(input);
|
|
16068
18281
|
}
|
|
16069
18282
|
case ":user": {
|
|
16070
|
-
return (() => { const _io0 = input => (undefined === input.username || "string" === typeof input.username) && (undefined === input.roles || Array.isArray(input.roles) && input.roles.every(elem => "string" === typeof elem)); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18283
|
+
return (() => { const _io0 = input => (null === input.username || undefined === input.username || "string" === typeof input.username) && (undefined === input.roles || Array.isArray(input.roles) && input.roles.every(elem => "string" === typeof elem)); const _ao0 = (input, _path, _exceptionable = true) => (null === input.username || undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16071
18284
|
method: "typia.assert",
|
|
16072
18285
|
path: _path + ".username",
|
|
16073
|
-
expected: "(string | undefined)",
|
|
18286
|
+
expected: "(null | string | undefined)",
|
|
16074
18287
|
value: input.username
|
|
16075
18288
|
}, _errorFactory)) && (undefined === input.roles || (Array.isArray(input.roles) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16076
18289
|
method: "typia.assert",
|