@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
|
@@ -1402,7 +1402,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1402
1402
|
if (undefined === value)
|
|
1403
1403
|
return true;
|
|
1404
1404
|
return "string" === typeof value;
|
|
1405
|
-
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "
|
|
1405
|
+
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "italic" === input.style || "normal" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1406
1406
|
method: "typia.assertGuard",
|
|
1407
1407
|
path: _path + ".languages",
|
|
1408
1408
|
expected: "(Record<string, string> | undefined)",
|
|
@@ -1457,7 +1457,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1457
1457
|
path: _path + ".weight",
|
|
1458
1458
|
expected: "(\"bold\" | \"normal\" | undefined)",
|
|
1459
1459
|
value: input.weight
|
|
1460
|
-
}, _errorFactory)) && (undefined === input.style || "
|
|
1460
|
+
}, _errorFactory)) && (undefined === input.style || "italic" === input.style || "normal" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1461
1461
|
method: "typia.assertGuard",
|
|
1462
1462
|
path: _path + ".style",
|
|
1463
1463
|
expected: "(\"italic\" | \"normal\" | undefined)",
|
|
@@ -1485,7 +1485,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1485
1485
|
if (undefined === value)
|
|
1486
1486
|
return true;
|
|
1487
1487
|
return "string" === typeof value;
|
|
1488
|
-
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "
|
|
1488
|
+
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "italic" === input.style || "normal" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1489
1489
|
method: "typia.assertGuard",
|
|
1490
1490
|
path: _path + ".languages",
|
|
1491
1491
|
expected: "(Record<string, string> | undefined)",
|
|
@@ -1540,7 +1540,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1540
1540
|
path: _path + ".weight",
|
|
1541
1541
|
expected: "(\"bold\" | \"normal\" | undefined)",
|
|
1542
1542
|
value: input.weight
|
|
1543
|
-
}, _errorFactory)) && (undefined === input.style || "
|
|
1543
|
+
}, _errorFactory)) && (undefined === input.style || "italic" === input.style || "normal" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1544
1544
|
method: "typia.assertGuard",
|
|
1545
1545
|
path: _path + ".style",
|
|
1546
1546
|
expected: "(\"italic\" | \"normal\" | undefined)",
|
|
@@ -1636,7 +1636,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1636
1636
|
}; })()(input);
|
|
1637
1637
|
}
|
|
1638
1638
|
case "media.fonts?": {
|
|
1639
|
-
return (() => { const _io0 = input => (undefined === input.fontFaces || Array.isArray(input.fontFaces) && input.fontFaces.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.fontFamilyNames || Array.isArray(input.fontFamilyNames) && input.fontFamilyNames.every(elem => "string" === typeof elem)); const _io1 = input => "string" === typeof input.name && "string" === typeof input.family && "string" === typeof input.asset && "string" === typeof input.url && "number" === typeof input.weight && ("
|
|
1639
|
+
return (() => { const _io0 = input => (undefined === input.fontFaces || Array.isArray(input.fontFaces) && input.fontFaces.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.fontFamilyNames || Array.isArray(input.fontFamilyNames) && input.fontFamilyNames.every(elem => "string" === typeof elem)); const _io1 = input => "string" === typeof input.name && "string" === typeof input.family && "string" === typeof input.asset && "string" === typeof input.url && "number" === typeof input.weight && ("italic" === input.style || "normal" === input.style) && (Array.isArray(input.ranges) && input.ranges.every(elem => Array.isArray(elem) && (elem.length === 2 && "number" === typeof elem[0] && "number" === typeof elem[1]))); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.fontFaces || (Array.isArray(input.fontFaces) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1640
1640
|
method: "typia.assertGuard",
|
|
1641
1641
|
path: _path + ".fontFaces",
|
|
1642
1642
|
expected: "(Array<FontFace> | undefined)",
|
|
@@ -1696,7 +1696,7 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1696
1696
|
path: _path + ".weight",
|
|
1697
1697
|
expected: "number",
|
|
1698
1698
|
value: input.weight
|
|
1699
|
-
}, _errorFactory)) && ("
|
|
1699
|
+
}, _errorFactory)) && ("italic" === input.style || "normal" === input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1700
1700
|
method: "typia.assertGuard",
|
|
1701
1701
|
path: _path + ".style",
|
|
1702
1702
|
expected: "(\"italic\" | \"normal\")",
|
|
@@ -3547,122 +3547,2247 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3547
3547
|
}; })()(input);
|
|
3548
3548
|
}
|
|
3549
3549
|
case ":connection": {
|
|
3550
|
-
return (() => { const _io0 = input => "ftp" === input.protocol && "string" === typeof input.host && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.utf8 || "boolean" === typeof input.utf8) && (undefined === input.timezone || "string" === typeof input.timezone) && "file" === input.type && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io1 = input => "string" === typeof input.content; const _io2 = input =>
|
|
3551
|
-
|
|
3550
|
+
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 => {
|
|
3551
|
+
const value = input[key];
|
|
3552
|
+
if (undefined === value)
|
|
3553
|
+
return true;
|
|
3554
|
+
return "string" === typeof value;
|
|
3555
|
+
}); 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 => {
|
|
3556
|
+
if (["connection"].some(prop => key === prop))
|
|
3557
|
+
return true;
|
|
3558
|
+
const value = input[key];
|
|
3559
|
+
if (undefined === value)
|
|
3560
|
+
return true;
|
|
3561
|
+
return true;
|
|
3562
|
+
}); const _io13 = input => Object.keys(input).every(key => {
|
|
3563
|
+
const value = input[key];
|
|
3564
|
+
if (undefined === value)
|
|
3565
|
+
return true;
|
|
3566
|
+
return undefined === value || "string" === typeof value;
|
|
3567
|
+
}); 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 => {
|
|
3568
|
+
const value = input[key];
|
|
3569
|
+
if (undefined === value)
|
|
3570
|
+
return true;
|
|
3571
|
+
return "object" === typeof value && null !== value && _io16(value);
|
|
3572
|
+
}); 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 => {
|
|
3573
|
+
const value = input[key];
|
|
3574
|
+
if (undefined === value)
|
|
3575
|
+
return true;
|
|
3576
|
+
return undefined === value || "string" === typeof value;
|
|
3577
|
+
}); 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 => {
|
|
3578
|
+
const value = input[key];
|
|
3579
|
+
if (undefined === value)
|
|
3580
|
+
return true;
|
|
3581
|
+
return null !== value && (undefined === value || "string" === typeof value || Array.isArray(value) && value.every(elem => "string" === typeof elem));
|
|
3582
|
+
}); 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 => (() => {
|
|
3583
|
+
if (undefined !== input.__context)
|
|
3584
|
+
return _io14(input);
|
|
3585
|
+
else
|
|
3586
|
+
return _io13(input);
|
|
3587
|
+
})(); const _iu1 = input => (() => {
|
|
3588
|
+
if (undefined !== input.__context)
|
|
3589
|
+
return _io17(input);
|
|
3590
|
+
else
|
|
3591
|
+
return _io15(input);
|
|
3592
|
+
})(); const _iu2 = input => (() => {
|
|
3593
|
+
if (undefined !== input.__context)
|
|
3594
|
+
return _io19(input);
|
|
3595
|
+
else
|
|
3596
|
+
return _io18(input);
|
|
3597
|
+
})(); const _iu3 = input => (() => {
|
|
3598
|
+
if (undefined !== input.__context)
|
|
3599
|
+
return _io31(input);
|
|
3600
|
+
else
|
|
3601
|
+
return _io13(input);
|
|
3602
|
+
})(); const _iu4 = input => (() => {
|
|
3603
|
+
if (undefined !== input.__context)
|
|
3604
|
+
return _io32(input);
|
|
3605
|
+
else
|
|
3606
|
+
return _io15(input);
|
|
3607
|
+
})(); const _iu5 = input => (() => {
|
|
3608
|
+
if (undefined !== input.__context)
|
|
3609
|
+
return _io33(input);
|
|
3610
|
+
else
|
|
3611
|
+
return _io18(input);
|
|
3612
|
+
})(); const _iu6 = input => (() => {
|
|
3613
|
+
if (undefined !== input.__context)
|
|
3614
|
+
return _io37(input);
|
|
3615
|
+
else
|
|
3616
|
+
return _io36(input);
|
|
3617
|
+
})(); const _iu7 = input => (() => {
|
|
3618
|
+
if (undefined !== input.__context)
|
|
3619
|
+
return _io42(input);
|
|
3620
|
+
else
|
|
3621
|
+
return _io13(input);
|
|
3622
|
+
})(); const _iu8 = input => (() => {
|
|
3623
|
+
if (undefined !== input.__context)
|
|
3624
|
+
return _io43(input);
|
|
3625
|
+
else
|
|
3626
|
+
return _io15(input);
|
|
3627
|
+
})(); const _iu9 = input => (() => {
|
|
3628
|
+
if (undefined !== input.__context)
|
|
3629
|
+
return _io44(input);
|
|
3630
|
+
else
|
|
3631
|
+
return _io18(input);
|
|
3632
|
+
})(); const _iu10 = input => (() => {
|
|
3633
|
+
if (undefined !== input.__context)
|
|
3634
|
+
return _io53(input);
|
|
3635
|
+
else
|
|
3636
|
+
return _io13(input);
|
|
3637
|
+
})(); const _iu11 = input => (() => {
|
|
3638
|
+
if (undefined !== input.__context)
|
|
3639
|
+
return _io54(input);
|
|
3640
|
+
else
|
|
3641
|
+
return _io15(input);
|
|
3642
|
+
})(); const _iu12 = input => (() => {
|
|
3643
|
+
if (undefined !== input.__context)
|
|
3644
|
+
return _io55(input);
|
|
3645
|
+
else
|
|
3646
|
+
return _io18(input);
|
|
3647
|
+
})(); const _iu13 = input => (() => {
|
|
3648
|
+
if (undefined !== input.__context)
|
|
3649
|
+
return _io61(input);
|
|
3650
|
+
else
|
|
3651
|
+
return _io13(input);
|
|
3652
|
+
})(); const _iu14 = input => (() => {
|
|
3653
|
+
if (undefined !== input.__context)
|
|
3654
|
+
return _io62(input);
|
|
3655
|
+
else
|
|
3656
|
+
return _io15(input);
|
|
3657
|
+
})(); const _iu15 = input => (() => {
|
|
3658
|
+
if (undefined !== input.__context)
|
|
3659
|
+
return _io63(input);
|
|
3660
|
+
else
|
|
3661
|
+
return _io18(input);
|
|
3662
|
+
})(); const _iu16 = input => (() => {
|
|
3663
|
+
if (undefined !== input.__context)
|
|
3664
|
+
return _io69(input);
|
|
3665
|
+
else
|
|
3666
|
+
return _io13(input);
|
|
3667
|
+
})(); const _iu17 = input => (() => {
|
|
3668
|
+
if (undefined !== input.__context)
|
|
3669
|
+
return _io70(input);
|
|
3670
|
+
else
|
|
3671
|
+
return _io15(input);
|
|
3672
|
+
})(); const _iu18 = input => (() => {
|
|
3673
|
+
if (undefined !== input.__context)
|
|
3674
|
+
return _io71(input);
|
|
3675
|
+
else
|
|
3676
|
+
return _io18(input);
|
|
3677
|
+
})(); const _iu19 = input => (() => {
|
|
3678
|
+
if (_io0(input))
|
|
3552
3679
|
return _io0(input);
|
|
3553
|
-
|
|
3680
|
+
if (_io2(input))
|
|
3554
3681
|
return _io2(input);
|
|
3555
|
-
|
|
3556
|
-
return
|
|
3557
|
-
|
|
3558
|
-
return
|
|
3559
|
-
|
|
3560
|
-
return
|
|
3561
|
-
|
|
3562
|
-
return
|
|
3563
|
-
|
|
3564
|
-
return
|
|
3565
|
-
|
|
3566
|
-
return
|
|
3567
|
-
|
|
3682
|
+
if (_io73(input))
|
|
3683
|
+
return _io73(input);
|
|
3684
|
+
if (_io74(input))
|
|
3685
|
+
return _io74(input);
|
|
3686
|
+
if (_io75(input))
|
|
3687
|
+
return _io75(input);
|
|
3688
|
+
if (_io76(input))
|
|
3689
|
+
return _io76(input);
|
|
3690
|
+
if (_io77(input))
|
|
3691
|
+
return _io77(input);
|
|
3692
|
+
if (_io78(input))
|
|
3693
|
+
return _io78(input);
|
|
3694
|
+
return false;
|
|
3695
|
+
})(); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "ftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3696
|
+
method: "typia.assertGuard",
|
|
3697
|
+
path: _path + ".protocol",
|
|
3698
|
+
expected: "(\"ftp\" | undefined)",
|
|
3699
|
+
value: input.protocol
|
|
3700
|
+
}, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3701
|
+
method: "typia.assertGuard",
|
|
3702
|
+
path: _path + ".host",
|
|
3703
|
+
expected: "(string | undefined)",
|
|
3704
|
+
value: input.host
|
|
3705
|
+
}, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3706
|
+
method: "typia.assertGuard",
|
|
3707
|
+
path: _path + ".username",
|
|
3708
|
+
expected: "(string | undefined)",
|
|
3709
|
+
value: input.username
|
|
3710
|
+
}, _errorFactory)) && (undefined === input.password || "string" === typeof input.password || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3711
|
+
method: "typia.assertGuard",
|
|
3712
|
+
path: _path + ".password",
|
|
3713
|
+
expected: "(string | undefined)",
|
|
3714
|
+
value: input.password
|
|
3715
|
+
}, _errorFactory)) && (undefined === input.utf8 || "boolean" === typeof input.utf8 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3716
|
+
method: "typia.assertGuard",
|
|
3717
|
+
path: _path + ".utf8",
|
|
3718
|
+
expected: "(boolean | undefined)",
|
|
3719
|
+
value: input.utf8
|
|
3720
|
+
}, _errorFactory)) && (undefined === input.timezone || "string" === typeof input.timezone || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3721
|
+
method: "typia.assertGuard",
|
|
3722
|
+
path: _path + ".timezone",
|
|
3723
|
+
expected: "(string | undefined)",
|
|
3724
|
+
value: input.timezone
|
|
3725
|
+
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3726
|
+
method: "typia.assertGuard",
|
|
3727
|
+
path: _path + ".type",
|
|
3728
|
+
expected: "(\"file\" | undefined)",
|
|
3729
|
+
value: input.type
|
|
3730
|
+
}, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3731
|
+
method: "typia.assertGuard",
|
|
3732
|
+
path: _path + ".port",
|
|
3733
|
+
expected: "(number | string | undefined)",
|
|
3734
|
+
value: input.port
|
|
3735
|
+
}, _errorFactory)) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3736
|
+
method: "typia.assertGuard",
|
|
3737
|
+
path: _path + ".ignoreMissing",
|
|
3738
|
+
expected: "(boolean | undefined)",
|
|
3739
|
+
value: input.ignoreMissing
|
|
3740
|
+
}, _errorFactory)) && (undefined === input.concurrency || "number" === typeof input.concurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3741
|
+
method: "typia.assertGuard",
|
|
3742
|
+
path: _path + ".concurrency",
|
|
3743
|
+
expected: "(number | undefined)",
|
|
3744
|
+
value: input.concurrency
|
|
3745
|
+
}, _errorFactory)) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3746
|
+
method: "typia.assertGuard",
|
|
3747
|
+
path: _path + ".stabilityThreshold",
|
|
3748
|
+
expected: "(number | undefined)",
|
|
3749
|
+
value: input.stabilityThreshold
|
|
3750
|
+
}, _errorFactory)) && (undefined === input.pollInterval || "number" === typeof input.pollInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3751
|
+
method: "typia.assertGuard",
|
|
3752
|
+
path: _path + ".pollInterval",
|
|
3753
|
+
expected: "(number | undefined)",
|
|
3754
|
+
value: input.pollInterval
|
|
3755
|
+
}, _errorFactory)) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3756
|
+
method: "typia.assertGuard",
|
|
3757
|
+
path: _path + ".listConcurrency",
|
|
3758
|
+
expected: "(number | undefined)",
|
|
3759
|
+
value: input.listConcurrency
|
|
3760
|
+
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3761
|
+
method: "typia.assertGuard",
|
|
3762
|
+
path: _path + ".metafile",
|
|
3763
|
+
expected: "(__type | undefined)",
|
|
3764
|
+
value: input.metafile
|
|
3765
|
+
}, _errorFactory)) && _ao1(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3766
|
+
method: "typia.assertGuard",
|
|
3767
|
+
path: _path + ".metafile",
|
|
3768
|
+
expected: "(__type | undefined)",
|
|
3769
|
+
value: input.metafile
|
|
3770
|
+
}, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3771
|
+
method: "typia.assertGuard",
|
|
3772
|
+
path: _path + ".userNotificationsEnabled",
|
|
3773
|
+
expected: "(boolean | undefined)",
|
|
3774
|
+
value: input.userNotificationsEnabled
|
|
3775
|
+
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => undefined === input.content || "string" === typeof input.content || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3776
|
+
method: "typia.assertGuard",
|
|
3777
|
+
path: _path + ".content",
|
|
3778
|
+
expected: "(string | undefined)",
|
|
3779
|
+
value: input.content
|
|
3780
|
+
}, _errorFactory); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "http" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3781
|
+
method: "typia.assertGuard",
|
|
3782
|
+
path: _path + ".protocol",
|
|
3783
|
+
expected: "(\"http\" | undefined)",
|
|
3784
|
+
value: input.protocol
|
|
3785
|
+
}, _errorFactory)) && (undefined === input.secure || "boolean" === typeof input.secure || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3786
|
+
method: "typia.assertGuard",
|
|
3787
|
+
path: _path + ".secure",
|
|
3788
|
+
expected: "(boolean | undefined)",
|
|
3789
|
+
value: input.secure
|
|
3790
|
+
}, _errorFactory)) && (undefined === input.authType || "none" === input.authType || "oauth2" === input.authType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3791
|
+
method: "typia.assertGuard",
|
|
3792
|
+
path: _path + ".authType",
|
|
3793
|
+
expected: "(\"none\" | \"oauth2\" | undefined)",
|
|
3794
|
+
value: input.authType
|
|
3795
|
+
}, _errorFactory)) && (undefined === input.oauth2 || ("object" === typeof input.oauth2 && null !== input.oauth2 && false === Array.isArray(input.oauth2) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3796
|
+
method: "typia.assertGuard",
|
|
3797
|
+
path: _path + ".oauth2",
|
|
3798
|
+
expected: "(__type.o1 | undefined)",
|
|
3799
|
+
value: input.oauth2
|
|
3800
|
+
}, _errorFactory)) && _ao3(input.oauth2, _path + ".oauth2", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3801
|
+
method: "typia.assertGuard",
|
|
3802
|
+
path: _path + ".oauth2",
|
|
3803
|
+
expected: "(__type.o1 | undefined)",
|
|
3804
|
+
value: input.oauth2
|
|
3805
|
+
}, _errorFactory)) && (undefined === input.actions || ("object" === typeof input.actions && null !== input.actions && false === Array.isArray(input.actions) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3806
|
+
method: "typia.assertGuard",
|
|
3807
|
+
path: _path + ".actions",
|
|
3808
|
+
expected: "(HttpConnectionActions | undefined)",
|
|
3809
|
+
value: input.actions
|
|
3810
|
+
}, _errorFactory)) && _ao8(input.actions, _path + ".actions", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3811
|
+
method: "typia.assertGuard",
|
|
3812
|
+
path: _path + ".actions",
|
|
3813
|
+
expected: "(HttpConnectionActions | undefined)",
|
|
3814
|
+
value: input.actions
|
|
3815
|
+
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3816
|
+
method: "typia.assertGuard",
|
|
3817
|
+
path: _path + ".type",
|
|
3818
|
+
expected: "(\"file\" | undefined)",
|
|
3819
|
+
value: input.type
|
|
3820
|
+
}, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3821
|
+
method: "typia.assertGuard",
|
|
3822
|
+
path: _path + ".host",
|
|
3823
|
+
expected: "(string | undefined)",
|
|
3824
|
+
value: input.host
|
|
3825
|
+
}, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3826
|
+
method: "typia.assertGuard",
|
|
3827
|
+
path: _path + ".port",
|
|
3828
|
+
expected: "(number | string | undefined)",
|
|
3829
|
+
value: input.port
|
|
3830
|
+
}, _errorFactory)) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3831
|
+
method: "typia.assertGuard",
|
|
3832
|
+
path: _path + ".ignoreMissing",
|
|
3833
|
+
expected: "(boolean | undefined)",
|
|
3834
|
+
value: input.ignoreMissing
|
|
3835
|
+
}, _errorFactory)) && (undefined === input.concurrency || "number" === typeof input.concurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3836
|
+
method: "typia.assertGuard",
|
|
3837
|
+
path: _path + ".concurrency",
|
|
3838
|
+
expected: "(number | undefined)",
|
|
3839
|
+
value: input.concurrency
|
|
3840
|
+
}, _errorFactory)) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3841
|
+
method: "typia.assertGuard",
|
|
3842
|
+
path: _path + ".stabilityThreshold",
|
|
3843
|
+
expected: "(number | undefined)",
|
|
3844
|
+
value: input.stabilityThreshold
|
|
3845
|
+
}, _errorFactory)) && (undefined === input.pollInterval || "number" === typeof input.pollInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3846
|
+
method: "typia.assertGuard",
|
|
3847
|
+
path: _path + ".pollInterval",
|
|
3848
|
+
expected: "(number | undefined)",
|
|
3849
|
+
value: input.pollInterval
|
|
3850
|
+
}, _errorFactory)) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3851
|
+
method: "typia.assertGuard",
|
|
3852
|
+
path: _path + ".listConcurrency",
|
|
3853
|
+
expected: "(number | undefined)",
|
|
3854
|
+
value: input.listConcurrency
|
|
3855
|
+
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3856
|
+
method: "typia.assertGuard",
|
|
3857
|
+
path: _path + ".metafile",
|
|
3858
|
+
expected: "(__type | undefined)",
|
|
3859
|
+
value: input.metafile
|
|
3860
|
+
}, _errorFactory)) && _ao1(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3861
|
+
method: "typia.assertGuard",
|
|
3862
|
+
path: _path + ".metafile",
|
|
3863
|
+
expected: "(__type | undefined)",
|
|
3864
|
+
value: input.metafile
|
|
3865
|
+
}, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3866
|
+
method: "typia.assertGuard",
|
|
3867
|
+
path: _path + ".userNotificationsEnabled",
|
|
3868
|
+
expected: "(boolean | undefined)",
|
|
3869
|
+
value: input.userNotificationsEnabled
|
|
3870
|
+
}, _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, {
|
|
3871
|
+
method: "typia.assertGuard",
|
|
3872
|
+
path: _path + ".client",
|
|
3873
|
+
expected: "(__type.o2 | undefined)",
|
|
3874
|
+
value: input.client
|
|
3875
|
+
}, _errorFactory)) && _ao4(input.client, _path + ".client", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3876
|
+
method: "typia.assertGuard",
|
|
3877
|
+
path: _path + ".client",
|
|
3878
|
+
expected: "(__type.o2 | undefined)",
|
|
3879
|
+
value: input.client
|
|
3880
|
+
}, _errorFactory)) && (undefined === input.auth || ("object" === typeof input.auth && null !== input.auth && false === Array.isArray(input.auth) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3881
|
+
method: "typia.assertGuard",
|
|
3882
|
+
path: _path + ".auth",
|
|
3883
|
+
expected: "(__type.o3 | undefined)",
|
|
3884
|
+
value: input.auth
|
|
3885
|
+
}, _errorFactory)) && _ao5(input.auth, _path + ".auth", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3886
|
+
method: "typia.assertGuard",
|
|
3887
|
+
path: _path + ".auth",
|
|
3888
|
+
expected: "(__type.o3 | undefined)",
|
|
3889
|
+
value: input.auth
|
|
3890
|
+
}, _errorFactory)) && (undefined === input.tokenParams || ("object" === typeof input.tokenParams && null !== input.tokenParams && false === Array.isArray(input.tokenParams) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3891
|
+
method: "typia.assertGuard",
|
|
3892
|
+
path: _path + ".tokenParams",
|
|
3893
|
+
expected: "(__type.o4 | undefined)",
|
|
3894
|
+
value: input.tokenParams
|
|
3895
|
+
}, _errorFactory)) && _ao6(input.tokenParams, _path + ".tokenParams", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3896
|
+
method: "typia.assertGuard",
|
|
3897
|
+
path: _path + ".tokenParams",
|
|
3898
|
+
expected: "(__type.o4 | undefined)",
|
|
3899
|
+
value: input.tokenParams
|
|
3900
|
+
}, _errorFactory)) && (undefined === input.grantType || "password" === input.grantType || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3901
|
+
method: "typia.assertGuard",
|
|
3902
|
+
path: _path + ".grantType",
|
|
3903
|
+
expected: "(\"password\" | undefined)",
|
|
3904
|
+
value: input.grantType
|
|
3905
|
+
}, _errorFactory)) && (undefined === input.token || ("object" === typeof input.token && null !== input.token || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3906
|
+
method: "typia.assertGuard",
|
|
3907
|
+
path: _path + ".token",
|
|
3908
|
+
expected: "(__type.o5 | undefined)",
|
|
3909
|
+
value: input.token
|
|
3910
|
+
}, _errorFactory)) && _ao7(input.token, _path + ".token", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3911
|
+
method: "typia.assertGuard",
|
|
3912
|
+
path: _path + ".token",
|
|
3913
|
+
expected: "(__type.o5 | undefined)",
|
|
3914
|
+
value: input.token
|
|
3915
|
+
}, _errorFactory)) && (undefined === input.error || "string" === typeof input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3916
|
+
method: "typia.assertGuard",
|
|
3917
|
+
path: _path + ".error",
|
|
3918
|
+
expected: "(string | undefined)",
|
|
3919
|
+
value: input.error
|
|
3920
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3921
|
+
method: "typia.assertGuard",
|
|
3922
|
+
path: _path + ".id",
|
|
3923
|
+
expected: "(string | undefined)",
|
|
3924
|
+
value: input.id
|
|
3925
|
+
}, _errorFactory)) && (undefined === input.secret || "string" === typeof input.secret || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3926
|
+
method: "typia.assertGuard",
|
|
3927
|
+
path: _path + ".secret",
|
|
3928
|
+
expected: "(string | undefined)",
|
|
3929
|
+
value: input.secret
|
|
3930
|
+
}, _errorFactory)) && (undefined === input.secretParamName || "string" === typeof input.secretParamName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3931
|
+
method: "typia.assertGuard",
|
|
3932
|
+
path: _path + ".secretParamName",
|
|
3933
|
+
expected: "(string | undefined)",
|
|
3934
|
+
value: input.secretParamName
|
|
3935
|
+
}, _errorFactory)) && (undefined === input.idParamName || "string" === typeof input.idParamName || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3936
|
+
method: "typia.assertGuard",
|
|
3937
|
+
path: _path + ".idParamName",
|
|
3938
|
+
expected: "(string | undefined)",
|
|
3939
|
+
value: input.idParamName
|
|
3940
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (undefined === input.tokenHost || "string" === typeof input.tokenHost || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3941
|
+
method: "typia.assertGuard",
|
|
3942
|
+
path: _path + ".tokenHost",
|
|
3943
|
+
expected: "(string | undefined)",
|
|
3944
|
+
value: input.tokenHost
|
|
3945
|
+
}, _errorFactory)) && (undefined === input.tokenPath || "string" === typeof input.tokenPath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3946
|
+
method: "typia.assertGuard",
|
|
3947
|
+
path: _path + ".tokenPath",
|
|
3948
|
+
expected: "(string | undefined)",
|
|
3949
|
+
value: input.tokenPath
|
|
3950
|
+
}, _errorFactory)) && (undefined === input.refreshPath || "string" === typeof input.refreshPath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3951
|
+
method: "typia.assertGuard",
|
|
3952
|
+
path: _path + ".refreshPath",
|
|
3953
|
+
expected: "(string | undefined)",
|
|
3954
|
+
value: input.refreshPath
|
|
3955
|
+
}, _errorFactory)) && (undefined === input.revokePath || "string" === typeof input.revokePath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3956
|
+
method: "typia.assertGuard",
|
|
3957
|
+
path: _path + ".revokePath",
|
|
3958
|
+
expected: "(string | undefined)",
|
|
3959
|
+
value: input.revokePath
|
|
3960
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
3961
|
+
const value = input[key];
|
|
3962
|
+
if (undefined === value)
|
|
3963
|
+
return true;
|
|
3964
|
+
return "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3965
|
+
method: "typia.assertGuard",
|
|
3966
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
3967
|
+
expected: "string",
|
|
3968
|
+
value: value
|
|
3969
|
+
}, _errorFactory);
|
|
3970
|
+
}); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.accessToken || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3971
|
+
method: "typia.assertGuard",
|
|
3972
|
+
path: _path + ".accessToken",
|
|
3973
|
+
expected: "string",
|
|
3974
|
+
value: input.accessToken
|
|
3975
|
+
}, _errorFactory)) && (null === input.refreshToken || "string" === typeof input.refreshToken || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3976
|
+
method: "typia.assertGuard",
|
|
3977
|
+
path: _path + ".refreshToken",
|
|
3978
|
+
expected: "(null | string)",
|
|
3979
|
+
value: input.refreshToken
|
|
3980
|
+
}, _errorFactory)) && (null === input.expiresAt || "number" === typeof input.expiresAt || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3981
|
+
method: "typia.assertGuard",
|
|
3982
|
+
path: _path + ".expiresAt",
|
|
3983
|
+
expected: "(null | number)",
|
|
3984
|
+
value: input.expiresAt
|
|
3985
|
+
}, _errorFactory)) && (undefined === input.idToken || "string" === typeof input.idToken || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3986
|
+
method: "typia.assertGuard",
|
|
3987
|
+
path: _path + ".idToken",
|
|
3988
|
+
expected: "(string | undefined)",
|
|
3989
|
+
value: input.idToken
|
|
3990
|
+
}, _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, {
|
|
3991
|
+
method: "typia.assertGuard",
|
|
3992
|
+
path: _path + ".ping",
|
|
3993
|
+
expected: "(FileConnectionHttpAction<Record<string, unknown>, undefined> | undefined)",
|
|
3994
|
+
value: input.ping
|
|
3995
|
+
}, _errorFactory)) && _ao9(input.ping, _path + ".ping", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3996
|
+
method: "typia.assertGuard",
|
|
3997
|
+
path: _path + ".ping",
|
|
3998
|
+
expected: "(FileConnectionHttpAction<Record<string, unknown>, undefined> | undefined)",
|
|
3999
|
+
value: input.ping
|
|
4000
|
+
}, _errorFactory)) && (undefined === input.head || ("object" === typeof input.head && null !== input.head && false === Array.isArray(input.head) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4001
|
+
method: "typia.assertGuard",
|
|
4002
|
+
path: _path + ".head",
|
|
4003
|
+
expected: "(FileConnectionHttpAction<__type, FileConnectionHeadResponse | undefined> | undefined)",
|
|
4004
|
+
value: input.head
|
|
4005
|
+
}, _errorFactory)) && _ao27(input.head, _path + ".head", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4006
|
+
method: "typia.assertGuard",
|
|
4007
|
+
path: _path + ".head",
|
|
4008
|
+
expected: "(FileConnectionHttpAction<__type, FileConnectionHeadResponse | undefined> | undefined)",
|
|
4009
|
+
value: input.head
|
|
4010
|
+
}, _errorFactory)) && (undefined === input.list || ("object" === typeof input.list && null !== input.list && false === Array.isArray(input.list) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4011
|
+
method: "typia.assertGuard",
|
|
4012
|
+
path: _path + ".list",
|
|
4013
|
+
expected: "(FileConnectionHttpAction<__type, Array<FileConnectionListResponseItem>> | undefined)",
|
|
4014
|
+
value: input.list
|
|
4015
|
+
}, _errorFactory)) && _ao38(input.list, _path + ".list", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4016
|
+
method: "typia.assertGuard",
|
|
4017
|
+
path: _path + ".list",
|
|
4018
|
+
expected: "(FileConnectionHttpAction<__type, Array<FileConnectionListResponseItem>> | undefined)",
|
|
4019
|
+
value: input.list
|
|
4020
|
+
}, _errorFactory)) && (undefined === input.get || ("object" === typeof input.get && null !== input.get && false === Array.isArray(input.get) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4021
|
+
method: "typia.assertGuard",
|
|
4022
|
+
path: _path + ".get",
|
|
4023
|
+
expected: "(FileConnectionHttpAction<__type, undefined> | undefined)",
|
|
4024
|
+
value: input.get
|
|
4025
|
+
}, _errorFactory)) && _ao49(input.get, _path + ".get", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4026
|
+
method: "typia.assertGuard",
|
|
4027
|
+
path: _path + ".get",
|
|
4028
|
+
expected: "(FileConnectionHttpAction<__type, undefined> | undefined)",
|
|
4029
|
+
value: input.get
|
|
4030
|
+
}, _errorFactory)) && (undefined === input.put || ("object" === typeof input.put && null !== input.put && false === Array.isArray(input.put) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4031
|
+
method: "typia.assertGuard",
|
|
4032
|
+
path: _path + ".put",
|
|
4033
|
+
expected: "(FileConnectionHttpAction<__type, undefined>.o1 | undefined)",
|
|
4034
|
+
value: input.put
|
|
4035
|
+
}, _errorFactory)) && _ao57(input.put, _path + ".put", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4036
|
+
method: "typia.assertGuard",
|
|
4037
|
+
path: _path + ".put",
|
|
4038
|
+
expected: "(FileConnectionHttpAction<__type, undefined>.o1 | undefined)",
|
|
4039
|
+
value: input.put
|
|
4040
|
+
}, _errorFactory)) && (undefined === input.del || ("object" === typeof input.del && null !== input.del && false === Array.isArray(input.del) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4041
|
+
method: "typia.assertGuard",
|
|
4042
|
+
path: _path + ".del",
|
|
4043
|
+
expected: "(FileConnectionHttpAction<__type, undefined>.o2 | undefined)",
|
|
4044
|
+
value: input.del
|
|
4045
|
+
}, _errorFactory)) && _ao65(input.del, _path + ".del", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4046
|
+
method: "typia.assertGuard",
|
|
4047
|
+
path: _path + ".del",
|
|
4048
|
+
expected: "(FileConnectionHttpAction<__type, undefined>.o2 | undefined)",
|
|
4049
|
+
value: input.del
|
|
4050
|
+
}, _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, {
|
|
4051
|
+
method: "typia.assertGuard",
|
|
4052
|
+
path: _path + ".request",
|
|
4053
|
+
expected: "(__type.o6 | undefined)",
|
|
4054
|
+
value: input.request
|
|
4055
|
+
}, _errorFactory)) && _ao10(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4056
|
+
method: "typia.assertGuard",
|
|
4057
|
+
path: _path + ".request",
|
|
4058
|
+
expected: "(__type.o6 | undefined)",
|
|
4059
|
+
value: input.request
|
|
4060
|
+
}, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4061
|
+
method: "typia.assertGuard",
|
|
4062
|
+
path: _path + ".response",
|
|
4063
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
4064
|
+
value: input.response
|
|
4065
|
+
}, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4066
|
+
method: "typia.assertGuard",
|
|
4067
|
+
path: _path + ".response",
|
|
4068
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
4069
|
+
value: input.response
|
|
4070
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4071
|
+
method: "typia.assertGuard",
|
|
4072
|
+
path: _path + ".origin",
|
|
4073
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4074
|
+
value: input.origin
|
|
4075
|
+
}, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4076
|
+
method: "typia.assertGuard",
|
|
4077
|
+
path: _path + ".origin",
|
|
4078
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4079
|
+
value: input.origin
|
|
4080
|
+
}, _errorFactory)) && _ao11(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4081
|
+
method: "typia.assertGuard",
|
|
4082
|
+
path: _path + ".origin",
|
|
4083
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4084
|
+
value: input.origin
|
|
4085
|
+
}, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4086
|
+
method: "typia.assertGuard",
|
|
4087
|
+
path: _path + ".path",
|
|
4088
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4089
|
+
value: input.path
|
|
4090
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4091
|
+
method: "typia.assertGuard",
|
|
4092
|
+
path: _path + ".path",
|
|
4093
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4094
|
+
value: input.path
|
|
4095
|
+
}, _errorFactory)) && _ao11(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4096
|
+
method: "typia.assertGuard",
|
|
4097
|
+
path: _path + ".path",
|
|
4098
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4099
|
+
value: input.path
|
|
4100
|
+
}, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4101
|
+
method: "typia.assertGuard",
|
|
4102
|
+
path: _path + ".method",
|
|
4103
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4104
|
+
value: input.method
|
|
4105
|
+
}, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4106
|
+
method: "typia.assertGuard",
|
|
4107
|
+
path: _path + ".method",
|
|
4108
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4109
|
+
value: input.method
|
|
4110
|
+
}, _errorFactory)) && _ao11(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4111
|
+
method: "typia.assertGuard",
|
|
4112
|
+
path: _path + ".method",
|
|
4113
|
+
expected: "(__type.o7 | string | undefined)",
|
|
4114
|
+
value: input.method
|
|
4115
|
+
}, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4116
|
+
method: "typia.assertGuard",
|
|
4117
|
+
path: _path + ".params",
|
|
4118
|
+
expected: "(__type.o10 | __type.o9 | string | undefined)",
|
|
4119
|
+
value: input.params
|
|
4120
|
+
}, _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, {
|
|
4121
|
+
method: "typia.assertGuard",
|
|
4122
|
+
path: _path + ".params",
|
|
4123
|
+
expected: "(__type.o10 | __type.o9 | string | undefined)",
|
|
4124
|
+
value: input.params
|
|
4125
|
+
}, _errorFactory)) && _au0(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4126
|
+
method: "typia.assertGuard",
|
|
4127
|
+
path: _path + ".params",
|
|
4128
|
+
expected: "(__type.o10 | __type.o9 | string | undefined)",
|
|
4129
|
+
value: input.params
|
|
4130
|
+
}, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4131
|
+
method: "typia.assertGuard",
|
|
4132
|
+
path: _path + ".form",
|
|
4133
|
+
expected: "(__type.o11 | __type.o13 | string | undefined)",
|
|
4134
|
+
value: input.form
|
|
4135
|
+
}, _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, {
|
|
4136
|
+
method: "typia.assertGuard",
|
|
4137
|
+
path: _path + ".form",
|
|
4138
|
+
expected: "(__type.o11 | __type.o13 | string | undefined)",
|
|
4139
|
+
value: input.form
|
|
4140
|
+
}, _errorFactory)) && _au1(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4141
|
+
method: "typia.assertGuard",
|
|
4142
|
+
path: _path + ".form",
|
|
4143
|
+
expected: "(__type.o11 | __type.o13 | string | undefined)",
|
|
4144
|
+
value: input.form
|
|
4145
|
+
}, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4146
|
+
method: "typia.assertGuard",
|
|
4147
|
+
path: _path + ".headers",
|
|
4148
|
+
expected: "(__type.o14 | __type.o15 | string | undefined)",
|
|
4149
|
+
value: input.headers
|
|
4150
|
+
}, _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, {
|
|
4151
|
+
method: "typia.assertGuard",
|
|
4152
|
+
path: _path + ".headers",
|
|
4153
|
+
expected: "(__type.o14 | __type.o15 | string | undefined)",
|
|
4154
|
+
value: input.headers
|
|
4155
|
+
}, _errorFactory)) && _au2(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4156
|
+
method: "typia.assertGuard",
|
|
4157
|
+
path: _path + ".headers",
|
|
4158
|
+
expected: "(__type.o14 | __type.o15 | string | undefined)",
|
|
4159
|
+
value: input.headers
|
|
4160
|
+
}, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4161
|
+
method: "typia.assertGuard",
|
|
4162
|
+
path: _path + ".throwOnError",
|
|
4163
|
+
expected: "(__type.o16 | boolean | string | undefined)",
|
|
4164
|
+
value: input.throwOnError
|
|
4165
|
+
}, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4166
|
+
method: "typia.assertGuard",
|
|
4167
|
+
path: _path + ".throwOnError",
|
|
4168
|
+
expected: "(__type.o16 | boolean | string | undefined)",
|
|
4169
|
+
value: input.throwOnError
|
|
4170
|
+
}, _errorFactory)) && _ao20(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4171
|
+
method: "typia.assertGuard",
|
|
4172
|
+
path: _path + ".throwOnError",
|
|
4173
|
+
expected: "(__type.o16 | boolean | string | undefined)",
|
|
4174
|
+
value: input.throwOnError
|
|
4175
|
+
}, _errorFactory))); const _ao11 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4176
|
+
method: "typia.assertGuard",
|
|
4177
|
+
path: _path + ".__context",
|
|
4178
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4179
|
+
value: input.__context
|
|
4180
|
+
}, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4181
|
+
method: "typia.assertGuard",
|
|
4182
|
+
path: _path + ".__context",
|
|
4183
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4184
|
+
value: input.__context
|
|
4185
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4186
|
+
method: "typia.assertGuard",
|
|
4187
|
+
path: _path + ".__returnValue",
|
|
4188
|
+
expected: "(string | undefined)",
|
|
4189
|
+
value: input.__returnValue
|
|
4190
|
+
}, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4191
|
+
method: "typia.assertGuard",
|
|
4192
|
+
path: _path + ".connection",
|
|
4193
|
+
expected: "FileConnectionHttpRecord",
|
|
4194
|
+
value: input.connection
|
|
4195
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4196
|
+
method: "typia.assertGuard",
|
|
4197
|
+
path: _path + ".connection",
|
|
4198
|
+
expected: "FileConnectionHttpRecord",
|
|
4199
|
+
value: input.connection
|
|
4200
|
+
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
4201
|
+
if (["connection"].some(prop => key === prop))
|
|
4202
|
+
return true;
|
|
4203
|
+
const value = input[key];
|
|
4204
|
+
if (undefined === value)
|
|
4205
|
+
return true;
|
|
4206
|
+
return true;
|
|
4207
|
+
})); const _ao13 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
4208
|
+
const value = input[key];
|
|
4209
|
+
if (undefined === value)
|
|
4210
|
+
return true;
|
|
4211
|
+
return undefined === value || "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4212
|
+
method: "typia.assertGuard",
|
|
4213
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4214
|
+
expected: "(string | undefined)",
|
|
4215
|
+
value: value
|
|
4216
|
+
}, _errorFactory);
|
|
4217
|
+
}); const _ao14 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4218
|
+
method: "typia.assertGuard",
|
|
4219
|
+
path: _path + ".__context",
|
|
4220
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4221
|
+
value: input.__context
|
|
4222
|
+
}, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4223
|
+
method: "typia.assertGuard",
|
|
4224
|
+
path: _path + ".__context",
|
|
4225
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4226
|
+
value: input.__context
|
|
4227
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4228
|
+
method: "typia.assertGuard",
|
|
4229
|
+
path: _path + ".__returnValue",
|
|
4230
|
+
expected: "(__type.o9 | undefined)",
|
|
4231
|
+
value: input.__returnValue
|
|
4232
|
+
}, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4233
|
+
method: "typia.assertGuard",
|
|
4234
|
+
path: _path + ".__returnValue",
|
|
4235
|
+
expected: "(__type.o9 | undefined)",
|
|
4236
|
+
value: input.__returnValue
|
|
4237
|
+
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
4238
|
+
const value = input[key];
|
|
4239
|
+
if (undefined === value)
|
|
4240
|
+
return true;
|
|
4241
|
+
return ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4242
|
+
method: "typia.assertGuard",
|
|
4243
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4244
|
+
expected: "__type.o12",
|
|
4245
|
+
value: value
|
|
4246
|
+
}, _errorFactory)) && _ao16(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4247
|
+
method: "typia.assertGuard",
|
|
4248
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4249
|
+
expected: "__type.o12",
|
|
4250
|
+
value: value
|
|
4251
|
+
}, _errorFactory);
|
|
4252
|
+
}); const _ao16 = (input, _path, _exceptionable = true) => true && (undefined === input.filename || "string" === typeof input.filename || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4253
|
+
method: "typia.assertGuard",
|
|
4254
|
+
path: _path + ".filename",
|
|
4255
|
+
expected: "(string | undefined)",
|
|
4256
|
+
value: input.filename
|
|
4257
|
+
}, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4258
|
+
method: "typia.assertGuard",
|
|
4259
|
+
path: _path + ".__context",
|
|
4260
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4261
|
+
value: input.__context
|
|
4262
|
+
}, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4263
|
+
method: "typia.assertGuard",
|
|
4264
|
+
path: _path + ".__context",
|
|
4265
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4266
|
+
value: input.__context
|
|
4267
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4268
|
+
method: "typia.assertGuard",
|
|
4269
|
+
path: _path + ".__returnValue",
|
|
4270
|
+
expected: "(__type.o11 | undefined)",
|
|
4271
|
+
value: input.__returnValue
|
|
4272
|
+
}, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4273
|
+
method: "typia.assertGuard",
|
|
4274
|
+
path: _path + ".__returnValue",
|
|
4275
|
+
expected: "(__type.o11 | undefined)",
|
|
4276
|
+
value: input.__returnValue
|
|
4277
|
+
}, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
4278
|
+
const value = input[key];
|
|
4279
|
+
if (undefined === value)
|
|
4280
|
+
return true;
|
|
4281
|
+
return undefined === value || "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4282
|
+
method: "typia.assertGuard",
|
|
4283
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4284
|
+
expected: "(string | undefined)",
|
|
4285
|
+
value: value
|
|
4286
|
+
}, _errorFactory);
|
|
4287
|
+
}); const _ao19 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4288
|
+
method: "typia.assertGuard",
|
|
4289
|
+
path: _path + ".__context",
|
|
4290
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4291
|
+
value: input.__context
|
|
4292
|
+
}, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4293
|
+
method: "typia.assertGuard",
|
|
4294
|
+
path: _path + ".__context",
|
|
4295
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4296
|
+
value: input.__context
|
|
4297
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4298
|
+
method: "typia.assertGuard",
|
|
4299
|
+
path: _path + ".__returnValue",
|
|
4300
|
+
expected: "(__type.o14 | undefined)",
|
|
4301
|
+
value: input.__returnValue
|
|
4302
|
+
}, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4303
|
+
method: "typia.assertGuard",
|
|
4304
|
+
path: _path + ".__returnValue",
|
|
4305
|
+
expected: "(__type.o14 | undefined)",
|
|
4306
|
+
value: input.__returnValue
|
|
4307
|
+
}, _errorFactory)); const _ao20 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4308
|
+
method: "typia.assertGuard",
|
|
4309
|
+
path: _path + ".__context",
|
|
4310
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4311
|
+
value: input.__context
|
|
4312
|
+
}, _errorFactory)) && _ao12(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4313
|
+
method: "typia.assertGuard",
|
|
4314
|
+
path: _path + ".__context",
|
|
4315
|
+
expected: "Record<string, unknown> & { connection: FileConnectionHttpRecord; }",
|
|
4316
|
+
value: input.__context
|
|
4317
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4318
|
+
method: "typia.assertGuard",
|
|
4319
|
+
path: _path + ".__returnValue",
|
|
4320
|
+
expected: "(boolean | undefined)",
|
|
4321
|
+
value: input.__returnValue
|
|
4322
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4323
|
+
method: "typia.assertGuard",
|
|
4324
|
+
path: _path + ".responseFormat",
|
|
4325
|
+
expected: "(\"json\" | \"stream\" | \"text\" | undefined)",
|
|
4326
|
+
value: input.responseFormat
|
|
4327
|
+
}, _errorFactory)) && (null === input.error || undefined === input.error || "string" === typeof input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4328
|
+
method: "typia.assertGuard",
|
|
4329
|
+
path: _path + ".error",
|
|
4330
|
+
expected: "(__type.o17 | null | string | undefined)",
|
|
4331
|
+
value: input.error
|
|
4332
|
+
}, _errorFactory)) && _ao22(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4333
|
+
method: "typia.assertGuard",
|
|
4334
|
+
path: _path + ".error",
|
|
4335
|
+
expected: "(__type.o17 | null | string | undefined)",
|
|
4336
|
+
value: input.error
|
|
4337
|
+
}, _errorFactory)) && ((null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4338
|
+
method: "typia.assertGuard",
|
|
4339
|
+
path: _path + ".transform",
|
|
4340
|
+
expected: "(__type.o19 | string | undefined)",
|
|
4341
|
+
value: input.transform
|
|
4342
|
+
}, _errorFactory)) && (undefined === input.transform || "string" === typeof input.transform || ("object" === typeof input.transform && null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4343
|
+
method: "typia.assertGuard",
|
|
4344
|
+
path: _path + ".transform",
|
|
4345
|
+
expected: "(__type.o19 | string | undefined)",
|
|
4346
|
+
value: input.transform
|
|
4347
|
+
}, _errorFactory)) && _ao25(input.transform, _path + ".transform", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4348
|
+
method: "typia.assertGuard",
|
|
4349
|
+
path: _path + ".transform",
|
|
4350
|
+
expected: "(__type.o19 | string | undefined)",
|
|
4351
|
+
value: input.transform
|
|
4352
|
+
}, _errorFactory))); const _ao22 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4353
|
+
method: "typia.assertGuard",
|
|
4354
|
+
path: _path + ".__context",
|
|
4355
|
+
expected: "__type.o18",
|
|
4356
|
+
value: input.__context
|
|
4357
|
+
}, _errorFactory)) && _ao23(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4358
|
+
method: "typia.assertGuard",
|
|
4359
|
+
path: _path + ".__context",
|
|
4360
|
+
expected: "__type.o18",
|
|
4361
|
+
value: input.__context
|
|
4362
|
+
}, _errorFactory)) && (null === input.__returnValue || undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4363
|
+
method: "typia.assertGuard",
|
|
4364
|
+
path: _path + ".__returnValue",
|
|
4365
|
+
expected: "(null | string | undefined)",
|
|
4366
|
+
value: input.__returnValue
|
|
4367
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4368
|
+
method: "typia.assertGuard",
|
|
4369
|
+
path: _path + ".connection",
|
|
4370
|
+
expected: "FileConnectionHttpRecord",
|
|
4371
|
+
value: input.connection
|
|
4372
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4373
|
+
method: "typia.assertGuard",
|
|
4374
|
+
path: _path + ".connection",
|
|
4375
|
+
expected: "FileConnectionHttpRecord",
|
|
4376
|
+
value: input.connection
|
|
4377
|
+
}, _errorFactory)) && (("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4378
|
+
method: "typia.assertGuard",
|
|
4379
|
+
path: _path + ".headers",
|
|
4380
|
+
expected: "Record<string, string | string[] | undefined>",
|
|
4381
|
+
value: input.headers
|
|
4382
|
+
}, _errorFactory)) && _ao24(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4383
|
+
method: "typia.assertGuard",
|
|
4384
|
+
path: _path + ".headers",
|
|
4385
|
+
expected: "Record<string, string | string[] | undefined>",
|
|
4386
|
+
value: input.headers
|
|
4387
|
+
}, _errorFactory)) && ("number" === typeof input.statusCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4388
|
+
method: "typia.assertGuard",
|
|
4389
|
+
path: _path + ".statusCode",
|
|
4390
|
+
expected: "number",
|
|
4391
|
+
value: input.statusCode
|
|
4392
|
+
}, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
4393
|
+
const value = input[key];
|
|
4394
|
+
if (undefined === value)
|
|
4395
|
+
return true;
|
|
4396
|
+
return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4397
|
+
method: "typia.assertGuard",
|
|
4398
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4399
|
+
expected: "(Array<string> | string | undefined)",
|
|
4400
|
+
value: value
|
|
4401
|
+
}, _errorFactory)) && (undefined === value || "string" === typeof value || (Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4402
|
+
method: "typia.assertGuard",
|
|
4403
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4404
|
+
expected: "(Array<string> | string | undefined)",
|
|
4405
|
+
value: value
|
|
4406
|
+
}, _errorFactory)) && value.every((elem, _index5) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4407
|
+
method: "typia.assertGuard",
|
|
4408
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index5 + "]",
|
|
4409
|
+
expected: "string",
|
|
4410
|
+
value: elem
|
|
4411
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4412
|
+
method: "typia.assertGuard",
|
|
4413
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
4414
|
+
expected: "(Array<string> | string | undefined)",
|
|
4415
|
+
value: value
|
|
4416
|
+
}, _errorFactory));
|
|
4417
|
+
}); const _ao25 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4418
|
+
method: "typia.assertGuard",
|
|
4419
|
+
path: _path + ".__context",
|
|
4420
|
+
expected: "__type.o20",
|
|
4421
|
+
value: input.__context
|
|
4422
|
+
}, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4423
|
+
method: "typia.assertGuard",
|
|
4424
|
+
path: _path + ".__context",
|
|
4425
|
+
expected: "__type.o20",
|
|
4426
|
+
value: input.__context
|
|
4427
|
+
}, _errorFactory)) && ((null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4428
|
+
method: "typia.assertGuard",
|
|
4429
|
+
path: _path + ".__returnValue",
|
|
4430
|
+
expected: "undefined",
|
|
4431
|
+
value: input.__returnValue
|
|
4432
|
+
}, _errorFactory)) && (undefined === input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4433
|
+
method: "typia.assertGuard",
|
|
4434
|
+
path: _path + ".__returnValue",
|
|
4435
|
+
expected: "undefined",
|
|
4436
|
+
value: input.__returnValue
|
|
4437
|
+
}, _errorFactory))); const _ao26 = (input, _path, _exceptionable = true) => (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4438
|
+
method: "typia.assertGuard",
|
|
4439
|
+
path: _path + ".connection",
|
|
4440
|
+
expected: "FileConnectionHttpRecord",
|
|
4441
|
+
value: input.connection
|
|
4442
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4443
|
+
method: "typia.assertGuard",
|
|
4444
|
+
path: _path + ".connection",
|
|
4445
|
+
expected: "FileConnectionHttpRecord",
|
|
4446
|
+
value: input.connection
|
|
4447
|
+
}, _errorFactory)) && true && (undefined === input.text || "string" === typeof input.text || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4448
|
+
method: "typia.assertGuard",
|
|
4449
|
+
path: _path + ".text",
|
|
4450
|
+
expected: "(string | undefined)",
|
|
4451
|
+
value: input.text
|
|
4452
|
+
}, _errorFactory)) && (("object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4453
|
+
method: "typia.assertGuard",
|
|
4454
|
+
path: _path + ".headers",
|
|
4455
|
+
expected: "Record<string, string | string[] | undefined>",
|
|
4456
|
+
value: input.headers
|
|
4457
|
+
}, _errorFactory)) && _ao24(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4458
|
+
method: "typia.assertGuard",
|
|
4459
|
+
path: _path + ".headers",
|
|
4460
|
+
expected: "Record<string, string | string[] | undefined>",
|
|
4461
|
+
value: input.headers
|
|
4462
|
+
}, _errorFactory)) && ("number" === typeof input.statusCode || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4463
|
+
method: "typia.assertGuard",
|
|
4464
|
+
path: _path + ".statusCode",
|
|
4465
|
+
expected: "number",
|
|
4466
|
+
value: input.statusCode
|
|
4467
|
+
}, _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, {
|
|
4468
|
+
method: "typia.assertGuard",
|
|
4469
|
+
path: _path + ".request",
|
|
4470
|
+
expected: "(__type.o21 | undefined)",
|
|
4471
|
+
value: input.request
|
|
4472
|
+
}, _errorFactory)) && _ao28(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4473
|
+
method: "typia.assertGuard",
|
|
4474
|
+
path: _path + ".request",
|
|
4475
|
+
expected: "(__type.o21 | undefined)",
|
|
4476
|
+
value: input.request
|
|
4477
|
+
}, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4478
|
+
method: "typia.assertGuard",
|
|
4479
|
+
path: _path + ".response",
|
|
4480
|
+
expected: "(HttpConnectionResponseHandler<FileConnectionHeadResponse | undefined> | undefined)",
|
|
4481
|
+
value: input.response
|
|
4482
|
+
}, _errorFactory)) && _ao35(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4483
|
+
method: "typia.assertGuard",
|
|
4484
|
+
path: _path + ".response",
|
|
4485
|
+
expected: "(HttpConnectionResponseHandler<FileConnectionHeadResponse | undefined> | undefined)",
|
|
4486
|
+
value: input.response
|
|
4487
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4488
|
+
method: "typia.assertGuard",
|
|
4489
|
+
path: _path + ".origin",
|
|
4490
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4491
|
+
value: input.origin
|
|
4492
|
+
}, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4493
|
+
method: "typia.assertGuard",
|
|
4494
|
+
path: _path + ".origin",
|
|
4495
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4496
|
+
value: input.origin
|
|
4497
|
+
}, _errorFactory)) && _ao29(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4498
|
+
method: "typia.assertGuard",
|
|
4499
|
+
path: _path + ".origin",
|
|
4500
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4501
|
+
value: input.origin
|
|
4502
|
+
}, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4503
|
+
method: "typia.assertGuard",
|
|
4504
|
+
path: _path + ".path",
|
|
4505
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4506
|
+
value: input.path
|
|
4507
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4508
|
+
method: "typia.assertGuard",
|
|
4509
|
+
path: _path + ".path",
|
|
4510
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4511
|
+
value: input.path
|
|
4512
|
+
}, _errorFactory)) && _ao29(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4513
|
+
method: "typia.assertGuard",
|
|
4514
|
+
path: _path + ".path",
|
|
4515
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4516
|
+
value: input.path
|
|
4517
|
+
}, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4518
|
+
method: "typia.assertGuard",
|
|
4519
|
+
path: _path + ".method",
|
|
4520
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4521
|
+
value: input.method
|
|
4522
|
+
}, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4523
|
+
method: "typia.assertGuard",
|
|
4524
|
+
path: _path + ".method",
|
|
4525
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4526
|
+
value: input.method
|
|
4527
|
+
}, _errorFactory)) && _ao29(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4528
|
+
method: "typia.assertGuard",
|
|
4529
|
+
path: _path + ".method",
|
|
4530
|
+
expected: "(__type.o22 | string | undefined)",
|
|
4531
|
+
value: input.method
|
|
4532
|
+
}, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4533
|
+
method: "typia.assertGuard",
|
|
4534
|
+
path: _path + ".params",
|
|
4535
|
+
expected: "(__type.o24 | __type.o9 | string | undefined)",
|
|
4536
|
+
value: input.params
|
|
4537
|
+
}, _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, {
|
|
4538
|
+
method: "typia.assertGuard",
|
|
4539
|
+
path: _path + ".params",
|
|
4540
|
+
expected: "(__type.o24 | __type.o9 | string | undefined)",
|
|
4541
|
+
value: input.params
|
|
4542
|
+
}, _errorFactory)) && _au3(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4543
|
+
method: "typia.assertGuard",
|
|
4544
|
+
path: _path + ".params",
|
|
4545
|
+
expected: "(__type.o24 | __type.o9 | string | undefined)",
|
|
4546
|
+
value: input.params
|
|
4547
|
+
}, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4548
|
+
method: "typia.assertGuard",
|
|
4549
|
+
path: _path + ".form",
|
|
4550
|
+
expected: "(__type.o11 | __type.o25 | string | undefined)",
|
|
4551
|
+
value: input.form
|
|
4552
|
+
}, _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, {
|
|
4553
|
+
method: "typia.assertGuard",
|
|
4554
|
+
path: _path + ".form",
|
|
4555
|
+
expected: "(__type.o11 | __type.o25 | string | undefined)",
|
|
4556
|
+
value: input.form
|
|
4557
|
+
}, _errorFactory)) && _au4(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4558
|
+
method: "typia.assertGuard",
|
|
4559
|
+
path: _path + ".form",
|
|
4560
|
+
expected: "(__type.o11 | __type.o25 | string | undefined)",
|
|
4561
|
+
value: input.form
|
|
4562
|
+
}, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4563
|
+
method: "typia.assertGuard",
|
|
4564
|
+
path: _path + ".headers",
|
|
4565
|
+
expected: "(__type.o14 | __type.o26 | string | undefined)",
|
|
4566
|
+
value: input.headers
|
|
4567
|
+
}, _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, {
|
|
4568
|
+
method: "typia.assertGuard",
|
|
4569
|
+
path: _path + ".headers",
|
|
4570
|
+
expected: "(__type.o14 | __type.o26 | string | undefined)",
|
|
4571
|
+
value: input.headers
|
|
4572
|
+
}, _errorFactory)) && _au5(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4573
|
+
method: "typia.assertGuard",
|
|
4574
|
+
path: _path + ".headers",
|
|
4575
|
+
expected: "(__type.o14 | __type.o26 | string | undefined)",
|
|
4576
|
+
value: input.headers
|
|
4577
|
+
}, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4578
|
+
method: "typia.assertGuard",
|
|
4579
|
+
path: _path + ".throwOnError",
|
|
4580
|
+
expected: "(__type.o27 | boolean | string | undefined)",
|
|
4581
|
+
value: input.throwOnError
|
|
4582
|
+
}, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4583
|
+
method: "typia.assertGuard",
|
|
4584
|
+
path: _path + ".throwOnError",
|
|
4585
|
+
expected: "(__type.o27 | boolean | string | undefined)",
|
|
4586
|
+
value: input.throwOnError
|
|
4587
|
+
}, _errorFactory)) && _ao34(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4588
|
+
method: "typia.assertGuard",
|
|
4589
|
+
path: _path + ".throwOnError",
|
|
4590
|
+
expected: "(__type.o27 | boolean | string | undefined)",
|
|
4591
|
+
value: input.throwOnError
|
|
4592
|
+
}, _errorFactory))); const _ao29 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4593
|
+
method: "typia.assertGuard",
|
|
4594
|
+
path: _path + ".__context",
|
|
4595
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4596
|
+
value: input.__context
|
|
4597
|
+
}, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4598
|
+
method: "typia.assertGuard",
|
|
4599
|
+
path: _path + ".__context",
|
|
4600
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4601
|
+
value: input.__context
|
|
4602
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4603
|
+
method: "typia.assertGuard",
|
|
4604
|
+
path: _path + ".__returnValue",
|
|
4605
|
+
expected: "(string | undefined)",
|
|
4606
|
+
value: input.__returnValue
|
|
4607
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => ("string" === typeof input.filepath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4608
|
+
method: "typia.assertGuard",
|
|
4609
|
+
path: _path + ".filepath",
|
|
4610
|
+
expected: "string",
|
|
4611
|
+
value: input.filepath
|
|
4612
|
+
}, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4613
|
+
method: "typia.assertGuard",
|
|
4614
|
+
path: _path + ".connection",
|
|
4615
|
+
expected: "FileConnectionHttpRecord",
|
|
4616
|
+
value: input.connection
|
|
4617
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4618
|
+
method: "typia.assertGuard",
|
|
4619
|
+
path: _path + ".connection",
|
|
4620
|
+
expected: "FileConnectionHttpRecord",
|
|
4621
|
+
value: input.connection
|
|
4622
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4623
|
+
method: "typia.assertGuard",
|
|
4624
|
+
path: _path + ".__context",
|
|
4625
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4626
|
+
value: input.__context
|
|
4627
|
+
}, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4628
|
+
method: "typia.assertGuard",
|
|
4629
|
+
path: _path + ".__context",
|
|
4630
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4631
|
+
value: input.__context
|
|
4632
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4633
|
+
method: "typia.assertGuard",
|
|
4634
|
+
path: _path + ".__returnValue",
|
|
4635
|
+
expected: "(__type.o9 | undefined)",
|
|
4636
|
+
value: input.__returnValue
|
|
4637
|
+
}, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4638
|
+
method: "typia.assertGuard",
|
|
4639
|
+
path: _path + ".__returnValue",
|
|
4640
|
+
expected: "(__type.o9 | undefined)",
|
|
4641
|
+
value: input.__returnValue
|
|
4642
|
+
}, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4643
|
+
method: "typia.assertGuard",
|
|
4644
|
+
path: _path + ".__context",
|
|
4645
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4646
|
+
value: input.__context
|
|
4647
|
+
}, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4648
|
+
method: "typia.assertGuard",
|
|
4649
|
+
path: _path + ".__context",
|
|
4650
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4651
|
+
value: input.__context
|
|
4652
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4653
|
+
method: "typia.assertGuard",
|
|
4654
|
+
path: _path + ".__returnValue",
|
|
4655
|
+
expected: "(__type.o11 | undefined)",
|
|
4656
|
+
value: input.__returnValue
|
|
4657
|
+
}, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4658
|
+
method: "typia.assertGuard",
|
|
4659
|
+
path: _path + ".__returnValue",
|
|
4660
|
+
expected: "(__type.o11 | undefined)",
|
|
4661
|
+
value: input.__returnValue
|
|
4662
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4663
|
+
method: "typia.assertGuard",
|
|
4664
|
+
path: _path + ".__context",
|
|
4665
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4666
|
+
value: input.__context
|
|
4667
|
+
}, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4668
|
+
method: "typia.assertGuard",
|
|
4669
|
+
path: _path + ".__context",
|
|
4670
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4671
|
+
value: input.__context
|
|
4672
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4673
|
+
method: "typia.assertGuard",
|
|
4674
|
+
path: _path + ".__returnValue",
|
|
4675
|
+
expected: "(__type.o14 | undefined)",
|
|
4676
|
+
value: input.__returnValue
|
|
4677
|
+
}, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4678
|
+
method: "typia.assertGuard",
|
|
4679
|
+
path: _path + ".__returnValue",
|
|
4680
|
+
expected: "(__type.o14 | undefined)",
|
|
4681
|
+
value: input.__returnValue
|
|
4682
|
+
}, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4683
|
+
method: "typia.assertGuard",
|
|
4684
|
+
path: _path + ".__context",
|
|
4685
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4686
|
+
value: input.__context
|
|
4687
|
+
}, _errorFactory)) && _ao30(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4688
|
+
method: "typia.assertGuard",
|
|
4689
|
+
path: _path + ".__context",
|
|
4690
|
+
expected: "{ filepath: string; } & { connection: FileConnectionHttpRecord; }",
|
|
4691
|
+
value: input.__context
|
|
4692
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4693
|
+
method: "typia.assertGuard",
|
|
4694
|
+
path: _path + ".__returnValue",
|
|
4695
|
+
expected: "(boolean | undefined)",
|
|
4696
|
+
value: input.__returnValue
|
|
4697
|
+
}, _errorFactory)); const _ao35 = (input, _path, _exceptionable = true) => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4698
|
+
method: "typia.assertGuard",
|
|
4699
|
+
path: _path + ".responseFormat",
|
|
4700
|
+
expected: "(\"json\" | \"stream\" | \"text\" | undefined)",
|
|
4701
|
+
value: input.responseFormat
|
|
4702
|
+
}, _errorFactory)) && (null === input.error || undefined === input.error || "string" === typeof input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4703
|
+
method: "typia.assertGuard",
|
|
4704
|
+
path: _path + ".error",
|
|
4705
|
+
expected: "(__type.o17 | null | string | undefined)",
|
|
4706
|
+
value: input.error
|
|
4707
|
+
}, _errorFactory)) && _ao22(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4708
|
+
method: "typia.assertGuard",
|
|
4709
|
+
path: _path + ".error",
|
|
4710
|
+
expected: "(__type.o17 | null | string | undefined)",
|
|
4711
|
+
value: input.error
|
|
4712
|
+
}, _errorFactory)) && ((null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4713
|
+
method: "typia.assertGuard",
|
|
4714
|
+
path: _path + ".transform",
|
|
4715
|
+
expected: "(FileConnectionHeadResponse | __type.o28 | string | undefined)",
|
|
4716
|
+
value: input.transform
|
|
4717
|
+
}, _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, {
|
|
4718
|
+
method: "typia.assertGuard",
|
|
4719
|
+
path: _path + ".transform",
|
|
4720
|
+
expected: "(FileConnectionHeadResponse | __type.o28 | string | undefined)",
|
|
4721
|
+
value: input.transform
|
|
4722
|
+
}, _errorFactory)) && _au6(input.transform, _path + ".transform", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4723
|
+
method: "typia.assertGuard",
|
|
4724
|
+
path: _path + ".transform",
|
|
4725
|
+
expected: "(FileConnectionHeadResponse | __type.o28 | string | undefined)",
|
|
4726
|
+
value: input.transform
|
|
4727
|
+
}, _errorFactory))); const _ao36 = (input, _path, _exceptionable = true) => (undefined === input.size || "number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4728
|
+
method: "typia.assertGuard",
|
|
4729
|
+
path: _path + ".size",
|
|
4730
|
+
expected: "(number | undefined)",
|
|
4731
|
+
value: input.size
|
|
4732
|
+
}, _errorFactory)) && (undefined === input.hash || "string" === typeof input.hash || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4733
|
+
method: "typia.assertGuard",
|
|
4734
|
+
path: _path + ".hash",
|
|
4735
|
+
expected: "(string | undefined)",
|
|
4736
|
+
value: input.hash
|
|
4737
|
+
}, _errorFactory)); const _ao37 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4738
|
+
method: "typia.assertGuard",
|
|
4739
|
+
path: _path + ".__context",
|
|
4740
|
+
expected: "__type.o20",
|
|
4741
|
+
value: input.__context
|
|
4742
|
+
}, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4743
|
+
method: "typia.assertGuard",
|
|
4744
|
+
path: _path + ".__context",
|
|
4745
|
+
expected: "__type.o20",
|
|
4746
|
+
value: input.__context
|
|
4747
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4748
|
+
method: "typia.assertGuard",
|
|
4749
|
+
path: _path + ".__returnValue",
|
|
4750
|
+
expected: "(FileConnectionHeadResponse | undefined)",
|
|
4751
|
+
value: input.__returnValue
|
|
4752
|
+
}, _errorFactory)) && _ao36(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4753
|
+
method: "typia.assertGuard",
|
|
4754
|
+
path: _path + ".__returnValue",
|
|
4755
|
+
expected: "(FileConnectionHeadResponse | undefined)",
|
|
4756
|
+
value: input.__returnValue
|
|
4757
|
+
}, _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, {
|
|
4758
|
+
method: "typia.assertGuard",
|
|
4759
|
+
path: _path + ".request",
|
|
4760
|
+
expected: "(__type.o29 | undefined)",
|
|
4761
|
+
value: input.request
|
|
4762
|
+
}, _errorFactory)) && _ao39(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4763
|
+
method: "typia.assertGuard",
|
|
4764
|
+
path: _path + ".request",
|
|
4765
|
+
expected: "(__type.o29 | undefined)",
|
|
4766
|
+
value: input.request
|
|
4767
|
+
}, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4768
|
+
method: "typia.assertGuard",
|
|
4769
|
+
path: _path + ".response",
|
|
4770
|
+
expected: "(HttpConnectionResponseHandler<Array<FileConnectionListResponseItem>> | undefined)",
|
|
4771
|
+
value: input.response
|
|
4772
|
+
}, _errorFactory)) && _ao46(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4773
|
+
method: "typia.assertGuard",
|
|
4774
|
+
path: _path + ".response",
|
|
4775
|
+
expected: "(HttpConnectionResponseHandler<Array<FileConnectionListResponseItem>> | undefined)",
|
|
4776
|
+
value: input.response
|
|
4777
|
+
}, _errorFactory)); const _ao39 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4778
|
+
method: "typia.assertGuard",
|
|
4779
|
+
path: _path + ".origin",
|
|
4780
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4781
|
+
value: input.origin
|
|
4782
|
+
}, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4783
|
+
method: "typia.assertGuard",
|
|
4784
|
+
path: _path + ".origin",
|
|
4785
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4786
|
+
value: input.origin
|
|
4787
|
+
}, _errorFactory)) && _ao40(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4788
|
+
method: "typia.assertGuard",
|
|
4789
|
+
path: _path + ".origin",
|
|
4790
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4791
|
+
value: input.origin
|
|
4792
|
+
}, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4793
|
+
method: "typia.assertGuard",
|
|
4794
|
+
path: _path + ".path",
|
|
4795
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4796
|
+
value: input.path
|
|
4797
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4798
|
+
method: "typia.assertGuard",
|
|
4799
|
+
path: _path + ".path",
|
|
4800
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4801
|
+
value: input.path
|
|
4802
|
+
}, _errorFactory)) && _ao40(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4803
|
+
method: "typia.assertGuard",
|
|
4804
|
+
path: _path + ".path",
|
|
4805
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4806
|
+
value: input.path
|
|
4807
|
+
}, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4808
|
+
method: "typia.assertGuard",
|
|
4809
|
+
path: _path + ".method",
|
|
4810
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4811
|
+
value: input.method
|
|
4812
|
+
}, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4813
|
+
method: "typia.assertGuard",
|
|
4814
|
+
path: _path + ".method",
|
|
4815
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4816
|
+
value: input.method
|
|
4817
|
+
}, _errorFactory)) && _ao40(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4818
|
+
method: "typia.assertGuard",
|
|
4819
|
+
path: _path + ".method",
|
|
4820
|
+
expected: "(__type.o30 | string | undefined)",
|
|
4821
|
+
value: input.method
|
|
4822
|
+
}, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4823
|
+
method: "typia.assertGuard",
|
|
4824
|
+
path: _path + ".params",
|
|
4825
|
+
expected: "(__type.o32 | __type.o9 | string | undefined)",
|
|
4826
|
+
value: input.params
|
|
4827
|
+
}, _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, {
|
|
4828
|
+
method: "typia.assertGuard",
|
|
4829
|
+
path: _path + ".params",
|
|
4830
|
+
expected: "(__type.o32 | __type.o9 | string | undefined)",
|
|
4831
|
+
value: input.params
|
|
4832
|
+
}, _errorFactory)) && _au7(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4833
|
+
method: "typia.assertGuard",
|
|
4834
|
+
path: _path + ".params",
|
|
4835
|
+
expected: "(__type.o32 | __type.o9 | string | undefined)",
|
|
4836
|
+
value: input.params
|
|
4837
|
+
}, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4838
|
+
method: "typia.assertGuard",
|
|
4839
|
+
path: _path + ".form",
|
|
4840
|
+
expected: "(__type.o11 | __type.o33 | string | undefined)",
|
|
4841
|
+
value: input.form
|
|
4842
|
+
}, _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, {
|
|
4843
|
+
method: "typia.assertGuard",
|
|
4844
|
+
path: _path + ".form",
|
|
4845
|
+
expected: "(__type.o11 | __type.o33 | string | undefined)",
|
|
4846
|
+
value: input.form
|
|
4847
|
+
}, _errorFactory)) && _au8(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4848
|
+
method: "typia.assertGuard",
|
|
4849
|
+
path: _path + ".form",
|
|
4850
|
+
expected: "(__type.o11 | __type.o33 | string | undefined)",
|
|
4851
|
+
value: input.form
|
|
4852
|
+
}, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4853
|
+
method: "typia.assertGuard",
|
|
4854
|
+
path: _path + ".headers",
|
|
4855
|
+
expected: "(__type.o14 | __type.o34 | string | undefined)",
|
|
4856
|
+
value: input.headers
|
|
4857
|
+
}, _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, {
|
|
4858
|
+
method: "typia.assertGuard",
|
|
4859
|
+
path: _path + ".headers",
|
|
4860
|
+
expected: "(__type.o14 | __type.o34 | string | undefined)",
|
|
4861
|
+
value: input.headers
|
|
4862
|
+
}, _errorFactory)) && _au9(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4863
|
+
method: "typia.assertGuard",
|
|
4864
|
+
path: _path + ".headers",
|
|
4865
|
+
expected: "(__type.o14 | __type.o34 | string | undefined)",
|
|
4866
|
+
value: input.headers
|
|
4867
|
+
}, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4868
|
+
method: "typia.assertGuard",
|
|
4869
|
+
path: _path + ".throwOnError",
|
|
4870
|
+
expected: "(__type.o35 | boolean | string | undefined)",
|
|
4871
|
+
value: input.throwOnError
|
|
4872
|
+
}, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4873
|
+
method: "typia.assertGuard",
|
|
4874
|
+
path: _path + ".throwOnError",
|
|
4875
|
+
expected: "(__type.o35 | boolean | string | undefined)",
|
|
4876
|
+
value: input.throwOnError
|
|
4877
|
+
}, _errorFactory)) && _ao45(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4878
|
+
method: "typia.assertGuard",
|
|
4879
|
+
path: _path + ".throwOnError",
|
|
4880
|
+
expected: "(__type.o35 | boolean | string | undefined)",
|
|
4881
|
+
value: input.throwOnError
|
|
4882
|
+
}, _errorFactory))); const _ao40 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4883
|
+
method: "typia.assertGuard",
|
|
4884
|
+
path: _path + ".__context",
|
|
4885
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
4886
|
+
value: input.__context
|
|
4887
|
+
}, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4888
|
+
method: "typia.assertGuard",
|
|
4889
|
+
path: _path + ".__context",
|
|
4890
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
4891
|
+
value: input.__context
|
|
4892
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4893
|
+
method: "typia.assertGuard",
|
|
4894
|
+
path: _path + ".__returnValue",
|
|
4895
|
+
expected: "(string | undefined)",
|
|
4896
|
+
value: input.__returnValue
|
|
4897
|
+
}, _errorFactory)); const _ao41 = (input, _path, _exceptionable = true) => (undefined === input.dirpath || "string" === typeof input.dirpath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4898
|
+
method: "typia.assertGuard",
|
|
4899
|
+
path: _path + ".dirpath",
|
|
4900
|
+
expected: "(string | undefined)",
|
|
4901
|
+
value: input.dirpath
|
|
4902
|
+
}, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4903
|
+
method: "typia.assertGuard",
|
|
4904
|
+
path: _path + ".connection",
|
|
4905
|
+
expected: "FileConnectionHttpRecord",
|
|
4906
|
+
value: input.connection
|
|
4907
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4908
|
+
method: "typia.assertGuard",
|
|
4909
|
+
path: _path + ".connection",
|
|
4910
|
+
expected: "FileConnectionHttpRecord",
|
|
4911
|
+
value: input.connection
|
|
4912
|
+
}, _errorFactory)); const _ao42 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4913
|
+
method: "typia.assertGuard",
|
|
4914
|
+
path: _path + ".__context",
|
|
4915
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
4916
|
+
value: input.__context
|
|
4917
|
+
}, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4918
|
+
method: "typia.assertGuard",
|
|
4919
|
+
path: _path + ".__context",
|
|
4920
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
4921
|
+
value: input.__context
|
|
4922
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4923
|
+
method: "typia.assertGuard",
|
|
4924
|
+
path: _path + ".__returnValue",
|
|
4925
|
+
expected: "(__type.o9 | undefined)",
|
|
4926
|
+
value: input.__returnValue
|
|
4927
|
+
}, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4928
|
+
method: "typia.assertGuard",
|
|
4929
|
+
path: _path + ".__returnValue",
|
|
4930
|
+
expected: "(__type.o9 | undefined)",
|
|
4931
|
+
value: input.__returnValue
|
|
4932
|
+
}, _errorFactory)); const _ao43 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4933
|
+
method: "typia.assertGuard",
|
|
4934
|
+
path: _path + ".__context",
|
|
4935
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
4936
|
+
value: input.__context
|
|
4937
|
+
}, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4938
|
+
method: "typia.assertGuard",
|
|
4939
|
+
path: _path + ".__context",
|
|
4940
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
4941
|
+
value: input.__context
|
|
4942
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4943
|
+
method: "typia.assertGuard",
|
|
4944
|
+
path: _path + ".__returnValue",
|
|
4945
|
+
expected: "(__type.o11 | undefined)",
|
|
4946
|
+
value: input.__returnValue
|
|
4947
|
+
}, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4948
|
+
method: "typia.assertGuard",
|
|
4949
|
+
path: _path + ".__returnValue",
|
|
4950
|
+
expected: "(__type.o11 | undefined)",
|
|
4951
|
+
value: input.__returnValue
|
|
4952
|
+
}, _errorFactory)); const _ao44 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4953
|
+
method: "typia.assertGuard",
|
|
4954
|
+
path: _path + ".__context",
|
|
4955
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
4956
|
+
value: input.__context
|
|
4957
|
+
}, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4958
|
+
method: "typia.assertGuard",
|
|
4959
|
+
path: _path + ".__context",
|
|
4960
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
4961
|
+
value: input.__context
|
|
4962
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4963
|
+
method: "typia.assertGuard",
|
|
4964
|
+
path: _path + ".__returnValue",
|
|
4965
|
+
expected: "(__type.o14 | undefined)",
|
|
4966
|
+
value: input.__returnValue
|
|
4967
|
+
}, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4968
|
+
method: "typia.assertGuard",
|
|
4969
|
+
path: _path + ".__returnValue",
|
|
4970
|
+
expected: "(__type.o14 | undefined)",
|
|
4971
|
+
value: input.__returnValue
|
|
4972
|
+
}, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4973
|
+
method: "typia.assertGuard",
|
|
4974
|
+
path: _path + ".__context",
|
|
4975
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
4976
|
+
value: input.__context
|
|
4977
|
+
}, _errorFactory)) && _ao41(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4978
|
+
method: "typia.assertGuard",
|
|
4979
|
+
path: _path + ".__context",
|
|
4980
|
+
expected: "{ dirpath?: string | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
4981
|
+
value: input.__context
|
|
4982
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4983
|
+
method: "typia.assertGuard",
|
|
4984
|
+
path: _path + ".__returnValue",
|
|
4985
|
+
expected: "(boolean | undefined)",
|
|
4986
|
+
value: input.__returnValue
|
|
4987
|
+
}, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (undefined === input.responseFormat || "text" === input.responseFormat || "json" === input.responseFormat || "stream" === input.responseFormat || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4988
|
+
method: "typia.assertGuard",
|
|
4989
|
+
path: _path + ".responseFormat",
|
|
4990
|
+
expected: "(\"json\" | \"stream\" | \"text\" | undefined)",
|
|
4991
|
+
value: input.responseFormat
|
|
4992
|
+
}, _errorFactory)) && (null === input.error || undefined === input.error || "string" === typeof input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4993
|
+
method: "typia.assertGuard",
|
|
4994
|
+
path: _path + ".error",
|
|
4995
|
+
expected: "(__type.o17 | null | string | undefined)",
|
|
4996
|
+
value: input.error
|
|
4997
|
+
}, _errorFactory)) && _ao22(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
4998
|
+
method: "typia.assertGuard",
|
|
4999
|
+
path: _path + ".error",
|
|
5000
|
+
expected: "(__type.o17 | null | string | undefined)",
|
|
5001
|
+
value: input.error
|
|
5002
|
+
}, _errorFactory)) && ((null !== input.transform || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5003
|
+
method: "typia.assertGuard",
|
|
5004
|
+
path: _path + ".transform",
|
|
5005
|
+
expected: "(Array<FileConnectionListResponseItem> | __type.o36 | string | undefined)",
|
|
5006
|
+
value: input.transform
|
|
5007
|
+
}, _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, {
|
|
5008
|
+
method: "typia.assertGuard",
|
|
5009
|
+
path: _path + ".transform[" + _index6 + "]",
|
|
5010
|
+
expected: "FileConnectionListResponseItem",
|
|
5011
|
+
value: elem
|
|
5012
|
+
}, _errorFactory)) && _ao47(elem, _path + ".transform[" + _index6 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5013
|
+
method: "typia.assertGuard",
|
|
5014
|
+
path: _path + ".transform[" + _index6 + "]",
|
|
5015
|
+
expected: "FileConnectionListResponseItem",
|
|
5016
|
+
value: elem
|
|
5017
|
+
}, _errorFactory)) || "object" === typeof input.transform && null !== input.transform && _ao48(input.transform, _path + ".transform", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5018
|
+
method: "typia.assertGuard",
|
|
5019
|
+
path: _path + ".transform",
|
|
5020
|
+
expected: "(Array<FileConnectionListResponseItem> | __type.o36 | string | undefined)",
|
|
5021
|
+
value: input.transform
|
|
5022
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5023
|
+
method: "typia.assertGuard",
|
|
5024
|
+
path: _path + ".transform",
|
|
5025
|
+
expected: "(Array<FileConnectionListResponseItem> | __type.o36 | string | undefined)",
|
|
5026
|
+
value: input.transform
|
|
5027
|
+
}, _errorFactory))); const _ao47 = (input, _path, _exceptionable = true) => ("string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5028
|
+
method: "typia.assertGuard",
|
|
5029
|
+
path: _path + ".name",
|
|
5030
|
+
expected: "string",
|
|
5031
|
+
value: input.name
|
|
5032
|
+
}, _errorFactory)) && ("boolean" === typeof input.isDir || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5033
|
+
method: "typia.assertGuard",
|
|
5034
|
+
path: _path + ".isDir",
|
|
5035
|
+
expected: "boolean",
|
|
5036
|
+
value: input.isDir
|
|
5037
|
+
}, _errorFactory)) && ("number" === typeof input.size || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5038
|
+
method: "typia.assertGuard",
|
|
5039
|
+
path: _path + ".size",
|
|
5040
|
+
expected: "number",
|
|
5041
|
+
value: input.size
|
|
5042
|
+
}, _errorFactory)) && (undefined === input.date || "string" === typeof input.date || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5043
|
+
method: "typia.assertGuard",
|
|
5044
|
+
path: _path + ".date",
|
|
5045
|
+
expected: "(string | undefined)",
|
|
5046
|
+
value: input.date
|
|
5047
|
+
}, _errorFactory)) && ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5048
|
+
method: "typia.assertGuard",
|
|
5049
|
+
path: _path + ".path",
|
|
5050
|
+
expected: "string",
|
|
5051
|
+
value: input.path
|
|
5052
|
+
}, _errorFactory)); const _ao48 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5053
|
+
method: "typia.assertGuard",
|
|
5054
|
+
path: _path + ".__context",
|
|
5055
|
+
expected: "__type.o20",
|
|
5056
|
+
value: input.__context
|
|
5057
|
+
}, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5058
|
+
method: "typia.assertGuard",
|
|
5059
|
+
path: _path + ".__context",
|
|
5060
|
+
expected: "__type.o20",
|
|
5061
|
+
value: input.__context
|
|
5062
|
+
}, _errorFactory)) && ((Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5063
|
+
method: "typia.assertGuard",
|
|
5064
|
+
path: _path + ".__returnValue",
|
|
5065
|
+
expected: "Array<FileConnectionListResponseItem>",
|
|
5066
|
+
value: input.__returnValue
|
|
5067
|
+
}, _errorFactory)) && input.__returnValue.every((elem, _index7) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5068
|
+
method: "typia.assertGuard",
|
|
5069
|
+
path: _path + ".__returnValue[" + _index7 + "]",
|
|
5070
|
+
expected: "FileConnectionListResponseItem",
|
|
5071
|
+
value: elem
|
|
5072
|
+
}, _errorFactory)) && _ao47(elem, _path + ".__returnValue[" + _index7 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5073
|
+
method: "typia.assertGuard",
|
|
5074
|
+
path: _path + ".__returnValue[" + _index7 + "]",
|
|
5075
|
+
expected: "FileConnectionListResponseItem",
|
|
5076
|
+
value: elem
|
|
5077
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5078
|
+
method: "typia.assertGuard",
|
|
5079
|
+
path: _path + ".__returnValue",
|
|
5080
|
+
expected: "Array<FileConnectionListResponseItem>",
|
|
5081
|
+
value: input.__returnValue
|
|
5082
|
+
}, _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, {
|
|
5083
|
+
method: "typia.assertGuard",
|
|
5084
|
+
path: _path + ".request",
|
|
5085
|
+
expected: "(__type.o37 | undefined)",
|
|
5086
|
+
value: input.request
|
|
5087
|
+
}, _errorFactory)) && _ao50(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5088
|
+
method: "typia.assertGuard",
|
|
5089
|
+
path: _path + ".request",
|
|
5090
|
+
expected: "(__type.o37 | undefined)",
|
|
5091
|
+
value: input.request
|
|
5092
|
+
}, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5093
|
+
method: "typia.assertGuard",
|
|
5094
|
+
path: _path + ".response",
|
|
5095
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
5096
|
+
value: input.response
|
|
5097
|
+
}, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5098
|
+
method: "typia.assertGuard",
|
|
5099
|
+
path: _path + ".response",
|
|
5100
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
5101
|
+
value: input.response
|
|
5102
|
+
}, _errorFactory)); const _ao50 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5103
|
+
method: "typia.assertGuard",
|
|
5104
|
+
path: _path + ".origin",
|
|
5105
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5106
|
+
value: input.origin
|
|
5107
|
+
}, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5108
|
+
method: "typia.assertGuard",
|
|
5109
|
+
path: _path + ".origin",
|
|
5110
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5111
|
+
value: input.origin
|
|
5112
|
+
}, _errorFactory)) && _ao51(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5113
|
+
method: "typia.assertGuard",
|
|
5114
|
+
path: _path + ".origin",
|
|
5115
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5116
|
+
value: input.origin
|
|
5117
|
+
}, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5118
|
+
method: "typia.assertGuard",
|
|
5119
|
+
path: _path + ".path",
|
|
5120
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5121
|
+
value: input.path
|
|
5122
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5123
|
+
method: "typia.assertGuard",
|
|
5124
|
+
path: _path + ".path",
|
|
5125
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5126
|
+
value: input.path
|
|
5127
|
+
}, _errorFactory)) && _ao51(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5128
|
+
method: "typia.assertGuard",
|
|
5129
|
+
path: _path + ".path",
|
|
5130
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5131
|
+
value: input.path
|
|
5132
|
+
}, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5133
|
+
method: "typia.assertGuard",
|
|
5134
|
+
path: _path + ".method",
|
|
5135
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5136
|
+
value: input.method
|
|
5137
|
+
}, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5138
|
+
method: "typia.assertGuard",
|
|
5139
|
+
path: _path + ".method",
|
|
5140
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5141
|
+
value: input.method
|
|
5142
|
+
}, _errorFactory)) && _ao51(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5143
|
+
method: "typia.assertGuard",
|
|
5144
|
+
path: _path + ".method",
|
|
5145
|
+
expected: "(__type.o38 | string | undefined)",
|
|
5146
|
+
value: input.method
|
|
5147
|
+
}, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5148
|
+
method: "typia.assertGuard",
|
|
5149
|
+
path: _path + ".params",
|
|
5150
|
+
expected: "(__type.o40 | __type.o9 | string | undefined)",
|
|
5151
|
+
value: input.params
|
|
5152
|
+
}, _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, {
|
|
5153
|
+
method: "typia.assertGuard",
|
|
5154
|
+
path: _path + ".params",
|
|
5155
|
+
expected: "(__type.o40 | __type.o9 | string | undefined)",
|
|
5156
|
+
value: input.params
|
|
5157
|
+
}, _errorFactory)) && _au10(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5158
|
+
method: "typia.assertGuard",
|
|
5159
|
+
path: _path + ".params",
|
|
5160
|
+
expected: "(__type.o40 | __type.o9 | string | undefined)",
|
|
5161
|
+
value: input.params
|
|
5162
|
+
}, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5163
|
+
method: "typia.assertGuard",
|
|
5164
|
+
path: _path + ".form",
|
|
5165
|
+
expected: "(__type.o11 | __type.o41 | string | undefined)",
|
|
5166
|
+
value: input.form
|
|
5167
|
+
}, _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, {
|
|
5168
|
+
method: "typia.assertGuard",
|
|
5169
|
+
path: _path + ".form",
|
|
5170
|
+
expected: "(__type.o11 | __type.o41 | string | undefined)",
|
|
5171
|
+
value: input.form
|
|
5172
|
+
}, _errorFactory)) && _au11(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5173
|
+
method: "typia.assertGuard",
|
|
5174
|
+
path: _path + ".form",
|
|
5175
|
+
expected: "(__type.o11 | __type.o41 | string | undefined)",
|
|
5176
|
+
value: input.form
|
|
5177
|
+
}, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5178
|
+
method: "typia.assertGuard",
|
|
5179
|
+
path: _path + ".headers",
|
|
5180
|
+
expected: "(__type.o14 | __type.o42 | string | undefined)",
|
|
5181
|
+
value: input.headers
|
|
5182
|
+
}, _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, {
|
|
5183
|
+
method: "typia.assertGuard",
|
|
5184
|
+
path: _path + ".headers",
|
|
5185
|
+
expected: "(__type.o14 | __type.o42 | string | undefined)",
|
|
5186
|
+
value: input.headers
|
|
5187
|
+
}, _errorFactory)) && _au12(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5188
|
+
method: "typia.assertGuard",
|
|
5189
|
+
path: _path + ".headers",
|
|
5190
|
+
expected: "(__type.o14 | __type.o42 | string | undefined)",
|
|
5191
|
+
value: input.headers
|
|
5192
|
+
}, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5193
|
+
method: "typia.assertGuard",
|
|
5194
|
+
path: _path + ".throwOnError",
|
|
5195
|
+
expected: "(__type.o43 | boolean | string | undefined)",
|
|
5196
|
+
value: input.throwOnError
|
|
5197
|
+
}, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5198
|
+
method: "typia.assertGuard",
|
|
5199
|
+
path: _path + ".throwOnError",
|
|
5200
|
+
expected: "(__type.o43 | boolean | string | undefined)",
|
|
5201
|
+
value: input.throwOnError
|
|
5202
|
+
}, _errorFactory)) && _ao56(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5203
|
+
method: "typia.assertGuard",
|
|
5204
|
+
path: _path + ".throwOnError",
|
|
5205
|
+
expected: "(__type.o43 | boolean | string | undefined)",
|
|
5206
|
+
value: input.throwOnError
|
|
5207
|
+
}, _errorFactory))); const _ao51 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5208
|
+
method: "typia.assertGuard",
|
|
5209
|
+
path: _path + ".__context",
|
|
5210
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5211
|
+
value: input.__context
|
|
5212
|
+
}, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5213
|
+
method: "typia.assertGuard",
|
|
5214
|
+
path: _path + ".__context",
|
|
5215
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5216
|
+
value: input.__context
|
|
5217
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5218
|
+
method: "typia.assertGuard",
|
|
5219
|
+
path: _path + ".__returnValue",
|
|
5220
|
+
expected: "(string | undefined)",
|
|
5221
|
+
value: input.__returnValue
|
|
5222
|
+
}, _errorFactory)); const _ao52 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5223
|
+
method: "typia.assertGuard",
|
|
5224
|
+
path: _path + ".id",
|
|
5225
|
+
expected: "string",
|
|
5226
|
+
value: input.id
|
|
5227
|
+
}, _errorFactory)) && (undefined === input.offset || "number" === typeof input.offset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5228
|
+
method: "typia.assertGuard",
|
|
5229
|
+
path: _path + ".offset",
|
|
5230
|
+
expected: "(number | undefined)",
|
|
5231
|
+
value: input.offset
|
|
5232
|
+
}, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5233
|
+
method: "typia.assertGuard",
|
|
5234
|
+
path: _path + ".connection",
|
|
5235
|
+
expected: "FileConnectionHttpRecord",
|
|
5236
|
+
value: input.connection
|
|
5237
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5238
|
+
method: "typia.assertGuard",
|
|
5239
|
+
path: _path + ".connection",
|
|
5240
|
+
expected: "FileConnectionHttpRecord",
|
|
5241
|
+
value: input.connection
|
|
5242
|
+
}, _errorFactory)); const _ao53 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5243
|
+
method: "typia.assertGuard",
|
|
5244
|
+
path: _path + ".__context",
|
|
5245
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5246
|
+
value: input.__context
|
|
5247
|
+
}, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5248
|
+
method: "typia.assertGuard",
|
|
5249
|
+
path: _path + ".__context",
|
|
5250
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5251
|
+
value: input.__context
|
|
5252
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5253
|
+
method: "typia.assertGuard",
|
|
5254
|
+
path: _path + ".__returnValue",
|
|
5255
|
+
expected: "(__type.o9 | undefined)",
|
|
5256
|
+
value: input.__returnValue
|
|
5257
|
+
}, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5258
|
+
method: "typia.assertGuard",
|
|
5259
|
+
path: _path + ".__returnValue",
|
|
5260
|
+
expected: "(__type.o9 | undefined)",
|
|
5261
|
+
value: input.__returnValue
|
|
5262
|
+
}, _errorFactory)); const _ao54 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5263
|
+
method: "typia.assertGuard",
|
|
5264
|
+
path: _path + ".__context",
|
|
5265
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5266
|
+
value: input.__context
|
|
5267
|
+
}, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5268
|
+
method: "typia.assertGuard",
|
|
5269
|
+
path: _path + ".__context",
|
|
5270
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5271
|
+
value: input.__context
|
|
5272
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5273
|
+
method: "typia.assertGuard",
|
|
5274
|
+
path: _path + ".__returnValue",
|
|
5275
|
+
expected: "(__type.o11 | undefined)",
|
|
5276
|
+
value: input.__returnValue
|
|
5277
|
+
}, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5278
|
+
method: "typia.assertGuard",
|
|
5279
|
+
path: _path + ".__returnValue",
|
|
5280
|
+
expected: "(__type.o11 | undefined)",
|
|
5281
|
+
value: input.__returnValue
|
|
5282
|
+
}, _errorFactory)); const _ao55 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5283
|
+
method: "typia.assertGuard",
|
|
5284
|
+
path: _path + ".__context",
|
|
5285
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5286
|
+
value: input.__context
|
|
5287
|
+
}, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5288
|
+
method: "typia.assertGuard",
|
|
5289
|
+
path: _path + ".__context",
|
|
5290
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5291
|
+
value: input.__context
|
|
5292
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5293
|
+
method: "typia.assertGuard",
|
|
5294
|
+
path: _path + ".__returnValue",
|
|
5295
|
+
expected: "(__type.o14 | undefined)",
|
|
5296
|
+
value: input.__returnValue
|
|
5297
|
+
}, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5298
|
+
method: "typia.assertGuard",
|
|
5299
|
+
path: _path + ".__returnValue",
|
|
5300
|
+
expected: "(__type.o14 | undefined)",
|
|
5301
|
+
value: input.__returnValue
|
|
5302
|
+
}, _errorFactory)); const _ao56 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5303
|
+
method: "typia.assertGuard",
|
|
5304
|
+
path: _path + ".__context",
|
|
5305
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5306
|
+
value: input.__context
|
|
5307
|
+
}, _errorFactory)) && _ao52(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5308
|
+
method: "typia.assertGuard",
|
|
5309
|
+
path: _path + ".__context",
|
|
5310
|
+
expected: "{ id: string; offset?: number | undefined; } & { connection: FileConnectionHttpRecord; }",
|
|
5311
|
+
value: input.__context
|
|
5312
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5313
|
+
method: "typia.assertGuard",
|
|
5314
|
+
path: _path + ".__returnValue",
|
|
5315
|
+
expected: "(boolean | undefined)",
|
|
5316
|
+
value: input.__returnValue
|
|
5317
|
+
}, _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, {
|
|
5318
|
+
method: "typia.assertGuard",
|
|
5319
|
+
path: _path + ".request",
|
|
5320
|
+
expected: "(__type.o44 | undefined)",
|
|
5321
|
+
value: input.request
|
|
5322
|
+
}, _errorFactory)) && _ao58(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5323
|
+
method: "typia.assertGuard",
|
|
5324
|
+
path: _path + ".request",
|
|
5325
|
+
expected: "(__type.o44 | undefined)",
|
|
5326
|
+
value: input.request
|
|
5327
|
+
}, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5328
|
+
method: "typia.assertGuard",
|
|
5329
|
+
path: _path + ".response",
|
|
5330
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
5331
|
+
value: input.response
|
|
5332
|
+
}, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5333
|
+
method: "typia.assertGuard",
|
|
5334
|
+
path: _path + ".response",
|
|
5335
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
5336
|
+
value: input.response
|
|
5337
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5338
|
+
method: "typia.assertGuard",
|
|
5339
|
+
path: _path + ".origin",
|
|
5340
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5341
|
+
value: input.origin
|
|
5342
|
+
}, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5343
|
+
method: "typia.assertGuard",
|
|
5344
|
+
path: _path + ".origin",
|
|
5345
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5346
|
+
value: input.origin
|
|
5347
|
+
}, _errorFactory)) && _ao59(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5348
|
+
method: "typia.assertGuard",
|
|
5349
|
+
path: _path + ".origin",
|
|
5350
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5351
|
+
value: input.origin
|
|
5352
|
+
}, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5353
|
+
method: "typia.assertGuard",
|
|
5354
|
+
path: _path + ".path",
|
|
5355
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5356
|
+
value: input.path
|
|
5357
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5358
|
+
method: "typia.assertGuard",
|
|
5359
|
+
path: _path + ".path",
|
|
5360
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5361
|
+
value: input.path
|
|
5362
|
+
}, _errorFactory)) && _ao59(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5363
|
+
method: "typia.assertGuard",
|
|
5364
|
+
path: _path + ".path",
|
|
5365
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5366
|
+
value: input.path
|
|
5367
|
+
}, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5368
|
+
method: "typia.assertGuard",
|
|
5369
|
+
path: _path + ".method",
|
|
5370
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5371
|
+
value: input.method
|
|
5372
|
+
}, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5373
|
+
method: "typia.assertGuard",
|
|
5374
|
+
path: _path + ".method",
|
|
5375
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5376
|
+
value: input.method
|
|
5377
|
+
}, _errorFactory)) && _ao59(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5378
|
+
method: "typia.assertGuard",
|
|
5379
|
+
path: _path + ".method",
|
|
5380
|
+
expected: "(__type.o45 | string | undefined)",
|
|
5381
|
+
value: input.method
|
|
5382
|
+
}, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5383
|
+
method: "typia.assertGuard",
|
|
5384
|
+
path: _path + ".params",
|
|
5385
|
+
expected: "(__type.o47 | __type.o9 | string | undefined)",
|
|
5386
|
+
value: input.params
|
|
5387
|
+
}, _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, {
|
|
5388
|
+
method: "typia.assertGuard",
|
|
5389
|
+
path: _path + ".params",
|
|
5390
|
+
expected: "(__type.o47 | __type.o9 | string | undefined)",
|
|
5391
|
+
value: input.params
|
|
5392
|
+
}, _errorFactory)) && _au13(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5393
|
+
method: "typia.assertGuard",
|
|
5394
|
+
path: _path + ".params",
|
|
5395
|
+
expected: "(__type.o47 | __type.o9 | string | undefined)",
|
|
5396
|
+
value: input.params
|
|
5397
|
+
}, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5398
|
+
method: "typia.assertGuard",
|
|
5399
|
+
path: _path + ".form",
|
|
5400
|
+
expected: "(__type.o11 | __type.o48 | string | undefined)",
|
|
5401
|
+
value: input.form
|
|
5402
|
+
}, _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, {
|
|
5403
|
+
method: "typia.assertGuard",
|
|
5404
|
+
path: _path + ".form",
|
|
5405
|
+
expected: "(__type.o11 | __type.o48 | string | undefined)",
|
|
5406
|
+
value: input.form
|
|
5407
|
+
}, _errorFactory)) && _au14(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5408
|
+
method: "typia.assertGuard",
|
|
5409
|
+
path: _path + ".form",
|
|
5410
|
+
expected: "(__type.o11 | __type.o48 | string | undefined)",
|
|
5411
|
+
value: input.form
|
|
5412
|
+
}, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5413
|
+
method: "typia.assertGuard",
|
|
5414
|
+
path: _path + ".headers",
|
|
5415
|
+
expected: "(__type.o14 | __type.o49 | string | undefined)",
|
|
5416
|
+
value: input.headers
|
|
5417
|
+
}, _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, {
|
|
5418
|
+
method: "typia.assertGuard",
|
|
5419
|
+
path: _path + ".headers",
|
|
5420
|
+
expected: "(__type.o14 | __type.o49 | string | undefined)",
|
|
5421
|
+
value: input.headers
|
|
5422
|
+
}, _errorFactory)) && _au15(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5423
|
+
method: "typia.assertGuard",
|
|
5424
|
+
path: _path + ".headers",
|
|
5425
|
+
expected: "(__type.o14 | __type.o49 | string | undefined)",
|
|
5426
|
+
value: input.headers
|
|
5427
|
+
}, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5428
|
+
method: "typia.assertGuard",
|
|
5429
|
+
path: _path + ".throwOnError",
|
|
5430
|
+
expected: "(__type.o50 | boolean | string | undefined)",
|
|
5431
|
+
value: input.throwOnError
|
|
5432
|
+
}, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5433
|
+
method: "typia.assertGuard",
|
|
5434
|
+
path: _path + ".throwOnError",
|
|
5435
|
+
expected: "(__type.o50 | boolean | string | undefined)",
|
|
5436
|
+
value: input.throwOnError
|
|
5437
|
+
}, _errorFactory)) && _ao64(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5438
|
+
method: "typia.assertGuard",
|
|
5439
|
+
path: _path + ".throwOnError",
|
|
5440
|
+
expected: "(__type.o50 | boolean | string | undefined)",
|
|
5441
|
+
value: input.throwOnError
|
|
5442
|
+
}, _errorFactory))); const _ao59 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5443
|
+
method: "typia.assertGuard",
|
|
5444
|
+
path: _path + ".__context",
|
|
5445
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5446
|
+
value: input.__context
|
|
5447
|
+
}, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5448
|
+
method: "typia.assertGuard",
|
|
5449
|
+
path: _path + ".__context",
|
|
5450
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5451
|
+
value: input.__context
|
|
5452
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5453
|
+
method: "typia.assertGuard",
|
|
5454
|
+
path: _path + ".__returnValue",
|
|
5455
|
+
expected: "(string | undefined)",
|
|
5456
|
+
value: input.__returnValue
|
|
5457
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => ("string" === typeof input.filepath || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5458
|
+
method: "typia.assertGuard",
|
|
5459
|
+
path: _path + ".filepath",
|
|
5460
|
+
expected: "string",
|
|
5461
|
+
value: input.filepath
|
|
5462
|
+
}, _errorFactory)) && true && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5463
|
+
method: "typia.assertGuard",
|
|
5464
|
+
path: _path + ".connection",
|
|
5465
|
+
expected: "FileConnectionHttpRecord",
|
|
5466
|
+
value: input.connection
|
|
5467
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5468
|
+
method: "typia.assertGuard",
|
|
5469
|
+
path: _path + ".connection",
|
|
5470
|
+
expected: "FileConnectionHttpRecord",
|
|
5471
|
+
value: input.connection
|
|
5472
|
+
}, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5473
|
+
method: "typia.assertGuard",
|
|
5474
|
+
path: _path + ".__context",
|
|
5475
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5476
|
+
value: input.__context
|
|
5477
|
+
}, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5478
|
+
method: "typia.assertGuard",
|
|
5479
|
+
path: _path + ".__context",
|
|
5480
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5481
|
+
value: input.__context
|
|
5482
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5483
|
+
method: "typia.assertGuard",
|
|
5484
|
+
path: _path + ".__returnValue",
|
|
5485
|
+
expected: "(__type.o9 | undefined)",
|
|
5486
|
+
value: input.__returnValue
|
|
5487
|
+
}, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5488
|
+
method: "typia.assertGuard",
|
|
5489
|
+
path: _path + ".__returnValue",
|
|
5490
|
+
expected: "(__type.o9 | undefined)",
|
|
5491
|
+
value: input.__returnValue
|
|
5492
|
+
}, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5493
|
+
method: "typia.assertGuard",
|
|
5494
|
+
path: _path + ".__context",
|
|
5495
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5496
|
+
value: input.__context
|
|
5497
|
+
}, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5498
|
+
method: "typia.assertGuard",
|
|
5499
|
+
path: _path + ".__context",
|
|
5500
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5501
|
+
value: input.__context
|
|
5502
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5503
|
+
method: "typia.assertGuard",
|
|
5504
|
+
path: _path + ".__returnValue",
|
|
5505
|
+
expected: "(__type.o11 | undefined)",
|
|
5506
|
+
value: input.__returnValue
|
|
5507
|
+
}, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5508
|
+
method: "typia.assertGuard",
|
|
5509
|
+
path: _path + ".__returnValue",
|
|
5510
|
+
expected: "(__type.o11 | undefined)",
|
|
5511
|
+
value: input.__returnValue
|
|
5512
|
+
}, _errorFactory)); const _ao63 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5513
|
+
method: "typia.assertGuard",
|
|
5514
|
+
path: _path + ".__context",
|
|
5515
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5516
|
+
value: input.__context
|
|
5517
|
+
}, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5518
|
+
method: "typia.assertGuard",
|
|
5519
|
+
path: _path + ".__context",
|
|
5520
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5521
|
+
value: input.__context
|
|
5522
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5523
|
+
method: "typia.assertGuard",
|
|
5524
|
+
path: _path + ".__returnValue",
|
|
5525
|
+
expected: "(__type.o14 | undefined)",
|
|
5526
|
+
value: input.__returnValue
|
|
5527
|
+
}, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5528
|
+
method: "typia.assertGuard",
|
|
5529
|
+
path: _path + ".__returnValue",
|
|
5530
|
+
expected: "(__type.o14 | undefined)",
|
|
5531
|
+
value: input.__returnValue
|
|
5532
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5533
|
+
method: "typia.assertGuard",
|
|
5534
|
+
path: _path + ".__context",
|
|
5535
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5536
|
+
value: input.__context
|
|
5537
|
+
}, _errorFactory)) && _ao60(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5538
|
+
method: "typia.assertGuard",
|
|
5539
|
+
path: _path + ".__context",
|
|
5540
|
+
expected: "{ filepath: string; stream: unknown; } & { connection: FileConnectionHttpRecord; }",
|
|
5541
|
+
value: input.__context
|
|
5542
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5543
|
+
method: "typia.assertGuard",
|
|
5544
|
+
path: _path + ".__returnValue",
|
|
5545
|
+
expected: "(boolean | undefined)",
|
|
5546
|
+
value: input.__returnValue
|
|
5547
|
+
}, _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, {
|
|
5548
|
+
method: "typia.assertGuard",
|
|
5549
|
+
path: _path + ".request",
|
|
5550
|
+
expected: "(__type.o51 | undefined)",
|
|
5551
|
+
value: input.request
|
|
5552
|
+
}, _errorFactory)) && _ao66(input.request, _path + ".request", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5553
|
+
method: "typia.assertGuard",
|
|
5554
|
+
path: _path + ".request",
|
|
5555
|
+
expected: "(__type.o51 | undefined)",
|
|
5556
|
+
value: input.request
|
|
5557
|
+
}, _errorFactory)) && (undefined === input.response || ("object" === typeof input.response && null !== input.response && false === Array.isArray(input.response) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5558
|
+
method: "typia.assertGuard",
|
|
5559
|
+
path: _path + ".response",
|
|
5560
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
5561
|
+
value: input.response
|
|
5562
|
+
}, _errorFactory)) && _ao21(input.response, _path + ".response", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5563
|
+
method: "typia.assertGuard",
|
|
5564
|
+
path: _path + ".response",
|
|
5565
|
+
expected: "(HttpConnectionResponseHandler<undefined> | undefined)",
|
|
5566
|
+
value: input.response
|
|
5567
|
+
}, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => (null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5568
|
+
method: "typia.assertGuard",
|
|
5569
|
+
path: _path + ".origin",
|
|
5570
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5571
|
+
value: input.origin
|
|
5572
|
+
}, _errorFactory)) && (undefined === input.origin || "string" === typeof input.origin || ("object" === typeof input.origin && null !== input.origin || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5573
|
+
method: "typia.assertGuard",
|
|
5574
|
+
path: _path + ".origin",
|
|
5575
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5576
|
+
value: input.origin
|
|
5577
|
+
}, _errorFactory)) && _ao67(input.origin, _path + ".origin", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3568
5578
|
method: "typia.assertGuard",
|
|
3569
|
-
path: _path + ".
|
|
3570
|
-
expected: "
|
|
3571
|
-
value: input.
|
|
3572
|
-
}, _errorFactory)) && (
|
|
5579
|
+
path: _path + ".origin",
|
|
5580
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5581
|
+
value: input.origin
|
|
5582
|
+
}, _errorFactory)) && ((null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3573
5583
|
method: "typia.assertGuard",
|
|
3574
|
-
path: _path + ".
|
|
3575
|
-
expected: "string",
|
|
3576
|
-
value: input.
|
|
3577
|
-
}, _errorFactory)) && (undefined === input.
|
|
5584
|
+
path: _path + ".path",
|
|
5585
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5586
|
+
value: input.path
|
|
5587
|
+
}, _errorFactory)) && (undefined === input.path || "string" === typeof input.path || ("object" === typeof input.path && null !== input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3578
5588
|
method: "typia.assertGuard",
|
|
3579
|
-
path: _path + ".
|
|
3580
|
-
expected: "(string | undefined)",
|
|
3581
|
-
value: input.
|
|
3582
|
-
}, _errorFactory)) && (
|
|
5589
|
+
path: _path + ".path",
|
|
5590
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5591
|
+
value: input.path
|
|
5592
|
+
}, _errorFactory)) && _ao67(input.path, _path + ".path", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3583
5593
|
method: "typia.assertGuard",
|
|
3584
|
-
path: _path + ".
|
|
3585
|
-
expected: "(string | undefined)",
|
|
3586
|
-
value: input.
|
|
3587
|
-
}, _errorFactory)) && (
|
|
5594
|
+
path: _path + ".path",
|
|
5595
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5596
|
+
value: input.path
|
|
5597
|
+
}, _errorFactory))) && ((null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3588
5598
|
method: "typia.assertGuard",
|
|
3589
|
-
path: _path + ".
|
|
3590
|
-
expected: "(
|
|
3591
|
-
value: input.
|
|
3592
|
-
}, _errorFactory)) && (undefined === input.
|
|
5599
|
+
path: _path + ".method",
|
|
5600
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5601
|
+
value: input.method
|
|
5602
|
+
}, _errorFactory)) && (undefined === input.method || "string" === typeof input.method || ("object" === typeof input.method && null !== input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3593
5603
|
method: "typia.assertGuard",
|
|
3594
|
-
path: _path + ".
|
|
3595
|
-
expected: "(string | undefined)",
|
|
3596
|
-
value: input.
|
|
3597
|
-
}, _errorFactory)) && ("
|
|
5604
|
+
path: _path + ".method",
|
|
5605
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5606
|
+
value: input.method
|
|
5607
|
+
}, _errorFactory)) && _ao67(input.method, _path + ".method", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3598
5608
|
method: "typia.assertGuard",
|
|
3599
|
-
path: _path + ".
|
|
3600
|
-
expected: "
|
|
3601
|
-
value: input.
|
|
3602
|
-
}, _errorFactory)) && (
|
|
5609
|
+
path: _path + ".method",
|
|
5610
|
+
expected: "(__type.o52 | string | undefined)",
|
|
5611
|
+
value: input.method
|
|
5612
|
+
}, _errorFactory))) && ((null !== input.params || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5613
|
+
method: "typia.assertGuard",
|
|
5614
|
+
path: _path + ".params",
|
|
5615
|
+
expected: "(__type.o54 | __type.o9 | string | undefined)",
|
|
5616
|
+
value: input.params
|
|
5617
|
+
}, _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, {
|
|
5618
|
+
method: "typia.assertGuard",
|
|
5619
|
+
path: _path + ".params",
|
|
5620
|
+
expected: "(__type.o54 | __type.o9 | string | undefined)",
|
|
5621
|
+
value: input.params
|
|
5622
|
+
}, _errorFactory)) && _au16(input.params, _path + ".params", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5623
|
+
method: "typia.assertGuard",
|
|
5624
|
+
path: _path + ".params",
|
|
5625
|
+
expected: "(__type.o54 | __type.o9 | string | undefined)",
|
|
5626
|
+
value: input.params
|
|
5627
|
+
}, _errorFactory))) && ((null !== input.form || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5628
|
+
method: "typia.assertGuard",
|
|
5629
|
+
path: _path + ".form",
|
|
5630
|
+
expected: "(__type.o11 | __type.o55 | string | undefined)",
|
|
5631
|
+
value: input.form
|
|
5632
|
+
}, _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, {
|
|
5633
|
+
method: "typia.assertGuard",
|
|
5634
|
+
path: _path + ".form",
|
|
5635
|
+
expected: "(__type.o11 | __type.o55 | string | undefined)",
|
|
5636
|
+
value: input.form
|
|
5637
|
+
}, _errorFactory)) && _au17(input.form, _path + ".form", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5638
|
+
method: "typia.assertGuard",
|
|
5639
|
+
path: _path + ".form",
|
|
5640
|
+
expected: "(__type.o11 | __type.o55 | string | undefined)",
|
|
5641
|
+
value: input.form
|
|
5642
|
+
}, _errorFactory))) && ((null !== input.headers || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3603
5643
|
method: "typia.assertGuard",
|
|
3604
|
-
path: _path + ".
|
|
3605
|
-
expected: "(
|
|
3606
|
-
value: input.
|
|
3607
|
-
}, _errorFactory)) && (undefined === input.
|
|
5644
|
+
path: _path + ".headers",
|
|
5645
|
+
expected: "(__type.o14 | __type.o56 | string | undefined)",
|
|
5646
|
+
value: input.headers
|
|
5647
|
+
}, _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, {
|
|
3608
5648
|
method: "typia.assertGuard",
|
|
3609
|
-
path: _path + ".
|
|
3610
|
-
expected: "(
|
|
3611
|
-
value: input.
|
|
3612
|
-
}, _errorFactory)) && (
|
|
5649
|
+
path: _path + ".headers",
|
|
5650
|
+
expected: "(__type.o14 | __type.o56 | string | undefined)",
|
|
5651
|
+
value: input.headers
|
|
5652
|
+
}, _errorFactory)) && _au18(input.headers, _path + ".headers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3613
5653
|
method: "typia.assertGuard",
|
|
3614
|
-
path: _path + ".
|
|
3615
|
-
expected: "(
|
|
3616
|
-
value: input.
|
|
3617
|
-
}, _errorFactory)) && (
|
|
5654
|
+
path: _path + ".headers",
|
|
5655
|
+
expected: "(__type.o14 | __type.o56 | string | undefined)",
|
|
5656
|
+
value: input.headers
|
|
5657
|
+
}, _errorFactory))) && ((null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3618
5658
|
method: "typia.assertGuard",
|
|
3619
|
-
path: _path + ".
|
|
3620
|
-
expected: "(
|
|
3621
|
-
value: input.
|
|
3622
|
-
}, _errorFactory)) && (undefined === input.
|
|
5659
|
+
path: _path + ".throwOnError",
|
|
5660
|
+
expected: "(__type.o57 | boolean | string | undefined)",
|
|
5661
|
+
value: input.throwOnError
|
|
5662
|
+
}, _errorFactory)) && (undefined === input.throwOnError || "string" === typeof input.throwOnError || "boolean" === typeof input.throwOnError || ("object" === typeof input.throwOnError && null !== input.throwOnError || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3623
5663
|
method: "typia.assertGuard",
|
|
3624
|
-
path: _path + ".
|
|
3625
|
-
expected: "(
|
|
3626
|
-
value: input.
|
|
3627
|
-
}, _errorFactory)) && (
|
|
5664
|
+
path: _path + ".throwOnError",
|
|
5665
|
+
expected: "(__type.o57 | boolean | string | undefined)",
|
|
5666
|
+
value: input.throwOnError
|
|
5667
|
+
}, _errorFactory)) && _ao72(input.throwOnError, _path + ".throwOnError", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3628
5668
|
method: "typia.assertGuard",
|
|
3629
|
-
path: _path + ".
|
|
3630
|
-
expected: "(
|
|
3631
|
-
value: input.
|
|
3632
|
-
}, _errorFactory))
|
|
5669
|
+
path: _path + ".throwOnError",
|
|
5670
|
+
expected: "(__type.o57 | boolean | string | undefined)",
|
|
5671
|
+
value: input.throwOnError
|
|
5672
|
+
}, _errorFactory))); const _ao67 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3633
5673
|
method: "typia.assertGuard",
|
|
3634
|
-
path: _path + ".
|
|
3635
|
-
expected: "
|
|
3636
|
-
value: input.
|
|
3637
|
-
}, _errorFactory)) &&
|
|
5674
|
+
path: _path + ".__context",
|
|
5675
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5676
|
+
value: input.__context
|
|
5677
|
+
}, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3638
5678
|
method: "typia.assertGuard",
|
|
3639
|
-
path: _path + ".
|
|
3640
|
-
expected: "
|
|
3641
|
-
value: input.
|
|
3642
|
-
}, _errorFactory)) && (undefined === input.
|
|
5679
|
+
path: _path + ".__context",
|
|
5680
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5681
|
+
value: input.__context
|
|
5682
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3643
5683
|
method: "typia.assertGuard",
|
|
3644
|
-
path: _path + ".
|
|
3645
|
-
expected: "(
|
|
3646
|
-
value: input.
|
|
3647
|
-
}, _errorFactory)); const
|
|
5684
|
+
path: _path + ".__returnValue",
|
|
5685
|
+
expected: "(string | undefined)",
|
|
5686
|
+
value: input.__returnValue
|
|
5687
|
+
}, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3648
5688
|
method: "typia.assertGuard",
|
|
3649
|
-
path: _path + ".
|
|
5689
|
+
path: _path + ".id",
|
|
3650
5690
|
expected: "string",
|
|
3651
|
-
value: input.
|
|
3652
|
-
}, _errorFactory)
|
|
5691
|
+
value: input.id
|
|
5692
|
+
}, _errorFactory)) && (("object" === typeof input.connection && null !== input.connection && false === Array.isArray(input.connection) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5693
|
+
method: "typia.assertGuard",
|
|
5694
|
+
path: _path + ".connection",
|
|
5695
|
+
expected: "FileConnectionHttpRecord",
|
|
5696
|
+
value: input.connection
|
|
5697
|
+
}, _errorFactory)) && _ao2(input.connection, _path + ".connection", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5698
|
+
method: "typia.assertGuard",
|
|
5699
|
+
path: _path + ".connection",
|
|
5700
|
+
expected: "FileConnectionHttpRecord",
|
|
5701
|
+
value: input.connection
|
|
5702
|
+
}, _errorFactory)); const _ao69 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5703
|
+
method: "typia.assertGuard",
|
|
5704
|
+
path: _path + ".__context",
|
|
5705
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5706
|
+
value: input.__context
|
|
5707
|
+
}, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5708
|
+
method: "typia.assertGuard",
|
|
5709
|
+
path: _path + ".__context",
|
|
5710
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5711
|
+
value: input.__context
|
|
5712
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5713
|
+
method: "typia.assertGuard",
|
|
5714
|
+
path: _path + ".__returnValue",
|
|
5715
|
+
expected: "(__type.o9 | undefined)",
|
|
5716
|
+
value: input.__returnValue
|
|
5717
|
+
}, _errorFactory)) && _ao13(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5718
|
+
method: "typia.assertGuard",
|
|
5719
|
+
path: _path + ".__returnValue",
|
|
5720
|
+
expected: "(__type.o9 | undefined)",
|
|
5721
|
+
value: input.__returnValue
|
|
5722
|
+
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5723
|
+
method: "typia.assertGuard",
|
|
5724
|
+
path: _path + ".__context",
|
|
5725
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5726
|
+
value: input.__context
|
|
5727
|
+
}, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5728
|
+
method: "typia.assertGuard",
|
|
5729
|
+
path: _path + ".__context",
|
|
5730
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5731
|
+
value: input.__context
|
|
5732
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5733
|
+
method: "typia.assertGuard",
|
|
5734
|
+
path: _path + ".__returnValue",
|
|
5735
|
+
expected: "(__type.o11 | undefined)",
|
|
5736
|
+
value: input.__returnValue
|
|
5737
|
+
}, _errorFactory)) && _ao15(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5738
|
+
method: "typia.assertGuard",
|
|
5739
|
+
path: _path + ".__returnValue",
|
|
5740
|
+
expected: "(__type.o11 | undefined)",
|
|
5741
|
+
value: input.__returnValue
|
|
5742
|
+
}, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5743
|
+
method: "typia.assertGuard",
|
|
5744
|
+
path: _path + ".__context",
|
|
5745
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5746
|
+
value: input.__context
|
|
5747
|
+
}, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5748
|
+
method: "typia.assertGuard",
|
|
5749
|
+
path: _path + ".__context",
|
|
5750
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5751
|
+
value: input.__context
|
|
5752
|
+
}, _errorFactory)) && (undefined === input.__returnValue || ("object" === typeof input.__returnValue && null !== input.__returnValue && false === Array.isArray(input.__returnValue) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5753
|
+
method: "typia.assertGuard",
|
|
5754
|
+
path: _path + ".__returnValue",
|
|
5755
|
+
expected: "(__type.o14 | undefined)",
|
|
5756
|
+
value: input.__returnValue
|
|
5757
|
+
}, _errorFactory)) && _ao18(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5758
|
+
method: "typia.assertGuard",
|
|
5759
|
+
path: _path + ".__returnValue",
|
|
5760
|
+
expected: "(__type.o14 | undefined)",
|
|
5761
|
+
value: input.__returnValue
|
|
5762
|
+
}, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5763
|
+
method: "typia.assertGuard",
|
|
5764
|
+
path: _path + ".__context",
|
|
5765
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5766
|
+
value: input.__context
|
|
5767
|
+
}, _errorFactory)) && _ao68(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5768
|
+
method: "typia.assertGuard",
|
|
5769
|
+
path: _path + ".__context",
|
|
5770
|
+
expected: "{ id: string; } & { connection: FileConnectionHttpRecord; }",
|
|
5771
|
+
value: input.__context
|
|
5772
|
+
}, _errorFactory)) && (undefined === input.__returnValue || "boolean" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5773
|
+
method: "typia.assertGuard",
|
|
5774
|
+
path: _path + ".__returnValue",
|
|
5775
|
+
expected: "(boolean | undefined)",
|
|
5776
|
+
value: input.__returnValue
|
|
5777
|
+
}, _errorFactory)); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "s3" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3653
5778
|
method: "typia.assertGuard",
|
|
3654
5779
|
path: _path + ".protocol",
|
|
3655
|
-
expected: "\"s3\"",
|
|
5780
|
+
expected: "(\"s3\" | undefined)",
|
|
3656
5781
|
value: input.protocol
|
|
3657
5782
|
}, _errorFactory)) && true && (undefined === input.bucket || "string" === typeof input.bucket || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3658
5783
|
method: "typia.assertGuard",
|
|
3659
5784
|
path: _path + ".bucket",
|
|
3660
5785
|
expected: "(string | undefined)",
|
|
3661
5786
|
value: input.bucket
|
|
3662
|
-
}, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5787
|
+
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3663
5788
|
method: "typia.assertGuard",
|
|
3664
5789
|
path: _path + ".type",
|
|
3665
|
-
expected: "\"file\"",
|
|
5790
|
+
expected: "(\"file\" | undefined)",
|
|
3666
5791
|
value: input.type
|
|
3667
5792
|
}, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3668
5793
|
method: "typia.assertGuard",
|
|
@@ -3699,7 +5824,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3699
5824
|
path: _path + ".listConcurrency",
|
|
3700
5825
|
expected: "(number | undefined)",
|
|
3701
5826
|
value: input.listConcurrency
|
|
3702
|
-
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5827
|
+
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3703
5828
|
method: "typia.assertGuard",
|
|
3704
5829
|
path: _path + ".metafile",
|
|
3705
5830
|
expected: "(__type | undefined)",
|
|
@@ -3714,20 +5839,20 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3714
5839
|
path: _path + ".userNotificationsEnabled",
|
|
3715
5840
|
expected: "(boolean | undefined)",
|
|
3716
5841
|
value: input.userNotificationsEnabled
|
|
3717
|
-
}, _errorFactory)); const
|
|
5842
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "smb" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3718
5843
|
method: "typia.assertGuard",
|
|
3719
5844
|
path: _path + ".protocol",
|
|
3720
|
-
expected: "\"smb\"",
|
|
5845
|
+
expected: "(\"smb\" | undefined)",
|
|
3721
5846
|
value: input.protocol
|
|
3722
|
-
}, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5847
|
+
}, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3723
5848
|
method: "typia.assertGuard",
|
|
3724
5849
|
path: _path + ".host",
|
|
3725
|
-
expected: "string",
|
|
5850
|
+
expected: "(string | undefined)",
|
|
3726
5851
|
value: input.host
|
|
3727
|
-
}, _errorFactory)) && ("string" === typeof input.share || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5852
|
+
}, _errorFactory)) && (undefined === input.share || "string" === typeof input.share || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3728
5853
|
method: "typia.assertGuard",
|
|
3729
5854
|
path: _path + ".share",
|
|
3730
|
-
expected: "string",
|
|
5855
|
+
expected: "(string | undefined)",
|
|
3731
5856
|
value: input.share
|
|
3732
5857
|
}, _errorFactory)) && (undefined === input.workgroup || "string" === typeof input.workgroup || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3733
5858
|
method: "typia.assertGuard",
|
|
@@ -3744,10 +5869,10 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3744
5869
|
path: _path + ".password",
|
|
3745
5870
|
expected: "(string | undefined)",
|
|
3746
5871
|
value: input.password
|
|
3747
|
-
}, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5872
|
+
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3748
5873
|
method: "typia.assertGuard",
|
|
3749
5874
|
path: _path + ".type",
|
|
3750
|
-
expected: "\"file\"",
|
|
5875
|
+
expected: "(\"file\" | undefined)",
|
|
3751
5876
|
value: input.type
|
|
3752
5877
|
}, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3753
5878
|
method: "typia.assertGuard",
|
|
@@ -3779,7 +5904,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3779
5904
|
path: _path + ".listConcurrency",
|
|
3780
5905
|
expected: "(number | undefined)",
|
|
3781
5906
|
value: input.listConcurrency
|
|
3782
|
-
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5907
|
+
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3783
5908
|
method: "typia.assertGuard",
|
|
3784
5909
|
path: _path + ".metafile",
|
|
3785
5910
|
expected: "(__type | undefined)",
|
|
@@ -3794,15 +5919,15 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3794
5919
|
path: _path + ".userNotificationsEnabled",
|
|
3795
5920
|
expected: "(boolean | undefined)",
|
|
3796
5921
|
value: input.userNotificationsEnabled
|
|
3797
|
-
}, _errorFactory)); const
|
|
5922
|
+
}, _errorFactory)); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.protocol || "sftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3798
5923
|
method: "typia.assertGuard",
|
|
3799
5924
|
path: _path + ".protocol",
|
|
3800
|
-
expected: "\"sftp\"",
|
|
5925
|
+
expected: "(\"sftp\" | undefined)",
|
|
3801
5926
|
value: input.protocol
|
|
3802
|
-
}, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5927
|
+
}, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3803
5928
|
method: "typia.assertGuard",
|
|
3804
5929
|
path: _path + ".host",
|
|
3805
|
-
expected: "string",
|
|
5930
|
+
expected: "(string | undefined)",
|
|
3806
5931
|
value: input.host
|
|
3807
5932
|
}, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3808
5933
|
method: "typia.assertGuard",
|
|
@@ -3839,10 +5964,10 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3839
5964
|
path: _path + ".mode",
|
|
3840
5965
|
expected: "(\"lftp\" | \"libcurl\" | \"openssh\" | \"ssh2\" | undefined)",
|
|
3841
5966
|
value: input.mode
|
|
3842
|
-
}, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5967
|
+
}, _errorFactory)) && (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3843
5968
|
method: "typia.assertGuard",
|
|
3844
5969
|
path: _path + ".type",
|
|
3845
|
-
expected: "\"file\"",
|
|
5970
|
+
expected: "(\"file\" | undefined)",
|
|
3846
5971
|
value: input.type
|
|
3847
5972
|
}, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3848
5973
|
method: "typia.assertGuard",
|
|
@@ -3874,7 +5999,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3874
5999
|
path: _path + ".listConcurrency",
|
|
3875
6000
|
expected: "(number | undefined)",
|
|
3876
6001
|
value: input.listConcurrency
|
|
3877
|
-
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6002
|
+
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile && false === Array.isArray(input.metafile) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3878
6003
|
method: "typia.assertGuard",
|
|
3879
6004
|
path: _path + ".metafile",
|
|
3880
6005
|
expected: "(__type | undefined)",
|
|
@@ -3889,19 +6014,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3889
6014
|
path: _path + ".userNotificationsEnabled",
|
|
3890
6015
|
expected: "(boolean | undefined)",
|
|
3891
6016
|
value: input.userNotificationsEnabled
|
|
3892
|
-
}, _errorFactory)); const
|
|
6017
|
+
}, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.type || "facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3893
6018
|
method: "typia.assertGuard",
|
|
3894
6019
|
path: _path + ".type",
|
|
3895
|
-
expected: "\"facebook\"",
|
|
6020
|
+
expected: "(\"facebook\" | undefined)",
|
|
3896
6021
|
value: input.type
|
|
3897
6022
|
}, _errorFactory)) && (undefined === input.grantedScopes || (Array.isArray(input.grantedScopes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3898
6023
|
method: "typia.assertGuard",
|
|
3899
6024
|
path: _path + ".grantedScopes",
|
|
3900
6025
|
expected: "(Array<string> | undefined)",
|
|
3901
6026
|
value: input.grantedScopes
|
|
3902
|
-
}, _errorFactory)) && input.grantedScopes.every((elem,
|
|
6027
|
+
}, _errorFactory)) && input.grantedScopes.every((elem, _index8) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3903
6028
|
method: "typia.assertGuard",
|
|
3904
|
-
path: _path + ".grantedScopes[" +
|
|
6029
|
+
path: _path + ".grantedScopes[" + _index8 + "]",
|
|
3905
6030
|
expected: "string",
|
|
3906
6031
|
value: elem
|
|
3907
6032
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -3914,10 +6039,10 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3914
6039
|
path: _path + ".userNotificationsEnabled",
|
|
3915
6040
|
expected: "(boolean | undefined)",
|
|
3916
6041
|
value: input.userNotificationsEnabled
|
|
3917
|
-
}, _errorFactory)); const
|
|
6042
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => (undefined === input.type || "reuters" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3918
6043
|
method: "typia.assertGuard",
|
|
3919
6044
|
path: _path + ".type",
|
|
3920
|
-
expected: "\"reuters\"",
|
|
6045
|
+
expected: "(\"reuters\" | undefined)",
|
|
3921
6046
|
value: input.type
|
|
3922
6047
|
}, _errorFactory)) && (undefined === input.clientId || "string" === typeof input.clientId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3923
6048
|
method: "typia.assertGuard",
|
|
@@ -3939,15 +6064,10 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3939
6064
|
path: _path + ".userNotificationsEnabled",
|
|
3940
6065
|
expected: "(boolean | undefined)",
|
|
3941
6066
|
value: input.userNotificationsEnabled
|
|
3942
|
-
}, _errorFactory)); const
|
|
3943
|
-
method: "typia.assertGuard",
|
|
3944
|
-
path: _path + ".type",
|
|
3945
|
-
expected: "null",
|
|
3946
|
-
value: input.type
|
|
3947
|
-
}, _errorFactory)) && (null === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
6067
|
+
}, _errorFactory)); const _ao78 = (input, _path, _exceptionable = true) => (null === input.type || undefined === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3948
6068
|
method: "typia.assertGuard",
|
|
3949
6069
|
path: _path + ".type",
|
|
3950
|
-
expected: "null",
|
|
6070
|
+
expected: "(null | undefined)",
|
|
3951
6071
|
value: input.type
|
|
3952
6072
|
}, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3953
6073
|
method: "typia.assertGuard",
|
|
@@ -3955,39 +6075,117 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3955
6075
|
expected: "(boolean | undefined)",
|
|
3956
6076
|
value: input.userNotificationsEnabled
|
|
3957
6077
|
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
3958
|
-
if (
|
|
3959
|
-
return
|
|
3960
|
-
else if ("s3" === input.protocol)
|
|
3961
|
-
return _ao2(input, _path, true && _exceptionable);
|
|
3962
|
-
else if ("smb" === input.protocol)
|
|
3963
|
-
return _ao3(input, _path, true && _exceptionable);
|
|
3964
|
-
else if ("sftp" === input.protocol)
|
|
3965
|
-
return _ao4(input, _path, true && _exceptionable);
|
|
3966
|
-
else if ("facebook" === input.type)
|
|
3967
|
-
return _ao5(input, _path, true && _exceptionable);
|
|
3968
|
-
else if ("reuters" === input.type)
|
|
3969
|
-
return _ao6(input, _path, true && _exceptionable);
|
|
3970
|
-
else if (undefined !== input.type && null === input.type)
|
|
3971
|
-
return _ao7(input, _path, true && _exceptionable);
|
|
6078
|
+
if (undefined !== input.__context)
|
|
6079
|
+
return _ao14(input, _path, true && _exceptionable);
|
|
3972
6080
|
else
|
|
3973
|
-
return
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
})(); const
|
|
6081
|
+
return _ao13(input, _path, true && _exceptionable);
|
|
6082
|
+
})(); const _au1 = (input, _path, _exceptionable = true) => (() => {
|
|
6083
|
+
if (undefined !== input.__context)
|
|
6084
|
+
return _ao17(input, _path, true && _exceptionable);
|
|
6085
|
+
else
|
|
6086
|
+
return _ao15(input, _path, true && _exceptionable);
|
|
6087
|
+
})(); const _au2 = (input, _path, _exceptionable = true) => (() => {
|
|
6088
|
+
if (undefined !== input.__context)
|
|
6089
|
+
return _ao19(input, _path, true && _exceptionable);
|
|
6090
|
+
else
|
|
6091
|
+
return _ao18(input, _path, true && _exceptionable);
|
|
6092
|
+
})(); const _au3 = (input, _path, _exceptionable = true) => (() => {
|
|
6093
|
+
if (undefined !== input.__context)
|
|
6094
|
+
return _ao31(input, _path, true && _exceptionable);
|
|
6095
|
+
else
|
|
6096
|
+
return _ao13(input, _path, true && _exceptionable);
|
|
6097
|
+
})(); const _au4 = (input, _path, _exceptionable = true) => (() => {
|
|
6098
|
+
if (undefined !== input.__context)
|
|
6099
|
+
return _ao32(input, _path, true && _exceptionable);
|
|
6100
|
+
else
|
|
6101
|
+
return _ao15(input, _path, true && _exceptionable);
|
|
6102
|
+
})(); const _au5 = (input, _path, _exceptionable = true) => (() => {
|
|
6103
|
+
if (undefined !== input.__context)
|
|
6104
|
+
return _ao33(input, _path, true && _exceptionable);
|
|
6105
|
+
else
|
|
6106
|
+
return _ao18(input, _path, true && _exceptionable);
|
|
6107
|
+
})(); const _au6 = (input, _path, _exceptionable = true) => (() => {
|
|
6108
|
+
if (undefined !== input.__context)
|
|
6109
|
+
return _ao37(input, _path, true && _exceptionable);
|
|
6110
|
+
else
|
|
6111
|
+
return _ao36(input, _path, true && _exceptionable);
|
|
6112
|
+
})(); const _au7 = (input, _path, _exceptionable = true) => (() => {
|
|
6113
|
+
if (undefined !== input.__context)
|
|
6114
|
+
return _ao42(input, _path, true && _exceptionable);
|
|
6115
|
+
else
|
|
6116
|
+
return _ao13(input, _path, true && _exceptionable);
|
|
6117
|
+
})(); const _au8 = (input, _path, _exceptionable = true) => (() => {
|
|
6118
|
+
if (undefined !== input.__context)
|
|
6119
|
+
return _ao43(input, _path, true && _exceptionable);
|
|
6120
|
+
else
|
|
6121
|
+
return _ao15(input, _path, true && _exceptionable);
|
|
6122
|
+
})(); const _au9 = (input, _path, _exceptionable = true) => (() => {
|
|
6123
|
+
if (undefined !== input.__context)
|
|
6124
|
+
return _ao44(input, _path, true && _exceptionable);
|
|
6125
|
+
else
|
|
6126
|
+
return _ao18(input, _path, true && _exceptionable);
|
|
6127
|
+
})(); const _au10 = (input, _path, _exceptionable = true) => (() => {
|
|
6128
|
+
if (undefined !== input.__context)
|
|
6129
|
+
return _ao53(input, _path, true && _exceptionable);
|
|
6130
|
+
else
|
|
6131
|
+
return _ao13(input, _path, true && _exceptionable);
|
|
6132
|
+
})(); const _au11 = (input, _path, _exceptionable = true) => (() => {
|
|
6133
|
+
if (undefined !== input.__context)
|
|
6134
|
+
return _ao54(input, _path, true && _exceptionable);
|
|
6135
|
+
else
|
|
6136
|
+
return _ao15(input, _path, true && _exceptionable);
|
|
6137
|
+
})(); const _au12 = (input, _path, _exceptionable = true) => (() => {
|
|
6138
|
+
if (undefined !== input.__context)
|
|
6139
|
+
return _ao55(input, _path, true && _exceptionable);
|
|
6140
|
+
else
|
|
6141
|
+
return _ao18(input, _path, true && _exceptionable);
|
|
6142
|
+
})(); const _au13 = (input, _path, _exceptionable = true) => (() => {
|
|
6143
|
+
if (undefined !== input.__context)
|
|
6144
|
+
return _ao61(input, _path, true && _exceptionable);
|
|
6145
|
+
else
|
|
6146
|
+
return _ao13(input, _path, true && _exceptionable);
|
|
6147
|
+
})(); const _au14 = (input, _path, _exceptionable = true) => (() => {
|
|
6148
|
+
if (undefined !== input.__context)
|
|
6149
|
+
return _ao62(input, _path, true && _exceptionable);
|
|
6150
|
+
else
|
|
6151
|
+
return _ao15(input, _path, true && _exceptionable);
|
|
6152
|
+
})(); const _au15 = (input, _path, _exceptionable = true) => (() => {
|
|
6153
|
+
if (undefined !== input.__context)
|
|
6154
|
+
return _ao63(input, _path, true && _exceptionable);
|
|
6155
|
+
else
|
|
6156
|
+
return _ao18(input, _path, true && _exceptionable);
|
|
6157
|
+
})(); const _au16 = (input, _path, _exceptionable = true) => (() => {
|
|
6158
|
+
if (undefined !== input.__context)
|
|
6159
|
+
return _ao69(input, _path, true && _exceptionable);
|
|
6160
|
+
else
|
|
6161
|
+
return _ao13(input, _path, true && _exceptionable);
|
|
6162
|
+
})(); const _au17 = (input, _path, _exceptionable = true) => (() => {
|
|
6163
|
+
if (undefined !== input.__context)
|
|
6164
|
+
return _ao70(input, _path, true && _exceptionable);
|
|
6165
|
+
else
|
|
6166
|
+
return _ao15(input, _path, true && _exceptionable);
|
|
6167
|
+
})(); const _au18 = (input, _path, _exceptionable = true) => (() => {
|
|
6168
|
+
if (undefined !== input.__context)
|
|
6169
|
+
return _ao71(input, _path, true && _exceptionable);
|
|
6170
|
+
else
|
|
6171
|
+
return _ao18(input, _path, true && _exceptionable);
|
|
6172
|
+
})(); 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, {
|
|
6173
|
+
method: "typia.assertGuard",
|
|
6174
|
+
path: _path,
|
|
6175
|
+
expected: "(FileConnectionFtpRecord | FileConnectionHttpRecord | FileConnectionS3Record | FileConnectionSmbRecord | FileConnectionSftpRecord | FacebookConnectionRecord | ReutersConnectionRecord | EmptyConnectionRecord)",
|
|
6176
|
+
value: input
|
|
6177
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu19(input); let _errorFactory; return (input, errorFactory) => {
|
|
3980
6178
|
if (false === __is(input)) {
|
|
3981
6179
|
_errorFactory = errorFactory;
|
|
3982
|
-
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
6180
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
3983
6181
|
method: "typia.assertGuard",
|
|
3984
6182
|
path: _path + "",
|
|
3985
|
-
expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
|
|
6183
|
+
expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionHttpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
|
|
3986
6184
|
value: input
|
|
3987
|
-
}, _errorFactory)) &&
|
|
6185
|
+
}, _errorFactory)) && _au19(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
3988
6186
|
method: "typia.assertGuard",
|
|
3989
6187
|
path: _path + "",
|
|
3990
|
-
expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
|
|
6188
|
+
expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionHttpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
|
|
3991
6189
|
value: input
|
|
3992
6190
|
}, _errorFactory))(input, "$input", true);
|
|
3993
6191
|
}
|
|
@@ -13028,7 +15226,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13028
15226
|
}; })()(input);
|
|
13029
15227
|
}
|
|
13030
15228
|
case ":settings": {
|
|
13031
|
-
return (() => { const
|
|
15229
|
+
return (() => { const _iv21 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv25 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av51 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _av55 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io19(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io24(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io27(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io28(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io29(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io42(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io55(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io57(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io58(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io67(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io68(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io69(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && _io72(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io73(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io74(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs); const _io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
13032
15230
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
13033
15231
|
return true;
|
|
13034
15232
|
const value = input[key];
|
|
@@ -13100,7 +15298,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13100
15298
|
if (undefined === value)
|
|
13101
15299
|
return true;
|
|
13102
15300
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value);
|
|
13103
|
-
}); const _io42 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io43(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io44(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io45(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io49(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io50(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io54(input.openCommand))); const _io43 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io44 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io45 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io47(elem))); const _io46 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io47 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io48 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io49 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io50 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io51(input.subtitleDisclaimer); const _io51 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io52(input.defaultValue)); const _io52 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io53(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io53 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io54 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io55 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io56(input.voiceOver)); const _io56 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io57 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io58 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io59(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io60(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io64(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io66(input.item)); const _io59 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io60 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io61(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io63(input.note)); const _io61 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io62(input.excerpt); const _io62 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io63 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io64 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io65(input.search)) && (undefined === input.sortMode || true === _iv23.has(input.sortMode)); const _io65 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io66 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io67 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io68 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io69 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io70(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io71(input.rive)); const _io70 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io71 = input => undefined === input.template || "string" === typeof input.template; const _io72 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io73 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io74 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io75(input.events); const _io75 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io76(input.publishSucceeded)); const _io76 = input => Object.keys(input).every(key => {
|
|
15301
|
+
}); const _io42 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io43(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io44(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io45(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io49(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io50(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io54(input.openCommand))); const _io43 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io44 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io45 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io47(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv21.has(elem))); const _io46 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io47 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io48 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io49 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io50 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io51(input.subtitleDisclaimer); const _io51 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io52(input.defaultValue)); const _io52 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io53(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io53 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io54 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io55 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io56(input.voiceOver)); const _io56 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io57 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io58 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io59(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io60(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io64(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io66(input.item)); const _io59 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io60 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io61(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io63(input.note)); const _io61 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io62(input.excerpt); const _io62 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io63 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io64 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io65(input.search)) && (undefined === input.sortMode || true === _iv25.has(input.sortMode)); const _io65 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io66 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io67 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io68 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io69 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io70(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io71(input.rive)); const _io70 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io71 = input => undefined === input.template || "string" === typeof input.template; const _io72 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io73 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io74 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io75(input.events); const _io75 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io76(input.publishSucceeded)); const _io76 = input => Object.keys(input).every(key => {
|
|
13104
15302
|
const value = input[key];
|
|
13105
15303
|
if (undefined === value)
|
|
13106
15304
|
return true;
|
|
@@ -13175,19 +15373,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13175
15373
|
path: _path + ".exclusiveTagGroups",
|
|
13176
15374
|
expected: "(Array<Array<string>> | undefined)",
|
|
13177
15375
|
value: input.exclusiveTagGroups
|
|
13178
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
15376
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index31) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13179
15377
|
method: "typia.assertGuard",
|
|
13180
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
15378
|
+
path: _path + ".exclusiveTagGroups[" + _index31 + "]",
|
|
13181
15379
|
expected: "Array<string>",
|
|
13182
15380
|
value: elem
|
|
13183
|
-
}, _errorFactory)) && elem.every((elem,
|
|
15381
|
+
}, _errorFactory)) && elem.every((elem, _index32) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13184
15382
|
method: "typia.assertGuard",
|
|
13185
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
15383
|
+
path: _path + ".exclusiveTagGroups[" + _index31 + "][" + _index32 + "]",
|
|
13186
15384
|
expected: "string",
|
|
13187
15385
|
value: elem
|
|
13188
15386
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13189
15387
|
method: "typia.assertGuard",
|
|
13190
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
15388
|
+
path: _path + ".exclusiveTagGroups[" + _index31 + "]",
|
|
13191
15389
|
expected: "Array<string>",
|
|
13192
15390
|
value: elem
|
|
13193
15391
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13335,14 +15533,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13335
15533
|
path: _path + ".commands",
|
|
13336
15534
|
expected: "(Array<__type>.o4 | undefined)",
|
|
13337
15535
|
value: input.commands
|
|
13338
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
15536
|
+
}, _errorFactory)) && input.commands.every((elem, _index33) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13339
15537
|
method: "typia.assertGuard",
|
|
13340
|
-
path: _path + ".commands[" +
|
|
15538
|
+
path: _path + ".commands[" + _index33 + "]",
|
|
13341
15539
|
expected: "__type.o50",
|
|
13342
15540
|
value: elem
|
|
13343
|
-
}, _errorFactory)) && _ao57(elem, _path + ".commands[" +
|
|
15541
|
+
}, _errorFactory)) && _ao57(elem, _path + ".commands[" + _index33 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13344
15542
|
method: "typia.assertGuard",
|
|
13345
|
-
path: _path + ".commands[" +
|
|
15543
|
+
path: _path + ".commands[" + _index33 + "]",
|
|
13346
15544
|
expected: "__type.o50",
|
|
13347
15545
|
value: elem
|
|
13348
15546
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13355,9 +15553,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13355
15553
|
path: _path + ".predefinedTags",
|
|
13356
15554
|
expected: "(Array<string> | undefined)",
|
|
13357
15555
|
value: input.predefinedTags
|
|
13358
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
15556
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index34) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13359
15557
|
method: "typia.assertGuard",
|
|
13360
|
-
path: _path + ".predefinedTags[" +
|
|
15558
|
+
path: _path + ".predefinedTags[" + _index34 + "]",
|
|
13361
15559
|
expected: "string",
|
|
13362
15560
|
value: elem
|
|
13363
15561
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13390,14 +15588,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13390
15588
|
path: _path + ".hiddenPreviews",
|
|
13391
15589
|
expected: "(Array<__type>.o5 | undefined)",
|
|
13392
15590
|
value: input.hiddenPreviews
|
|
13393
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
15591
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index35) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13394
15592
|
method: "typia.assertGuard",
|
|
13395
|
-
path: _path + ".hiddenPreviews[" +
|
|
15593
|
+
path: _path + ".hiddenPreviews[" + _index35 + "]",
|
|
13396
15594
|
expected: "__type.o61",
|
|
13397
15595
|
value: elem
|
|
13398
|
-
}, _errorFactory)) && _ao68(elem, _path + ".hiddenPreviews[" +
|
|
15596
|
+
}, _errorFactory)) && _ao68(elem, _path + ".hiddenPreviews[" + _index35 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13399
15597
|
method: "typia.assertGuard",
|
|
13400
|
-
path: _path + ".hiddenPreviews[" +
|
|
15598
|
+
path: _path + ".hiddenPreviews[" + _index35 + "]",
|
|
13401
15599
|
expected: "__type.o61",
|
|
13402
15600
|
value: elem
|
|
13403
15601
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13602,9 +15800,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13602
15800
|
path: _path + ".sortOrder",
|
|
13603
15801
|
expected: "(Array<string> | undefined)",
|
|
13604
15802
|
value: input.sortOrder
|
|
13605
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
15803
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index36) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13606
15804
|
method: "typia.assertGuard",
|
|
13607
|
-
path: _path + ".sortOrder[" +
|
|
15805
|
+
path: _path + ".sortOrder[" + _index36 + "]",
|
|
13608
15806
|
expected: "string",
|
|
13609
15807
|
value: elem
|
|
13610
15808
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13617,9 +15815,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13617
15815
|
path: _path + ".exclude",
|
|
13618
15816
|
expected: "(Array<string> | undefined)",
|
|
13619
15817
|
value: input.exclude
|
|
13620
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
15818
|
+
}, _errorFactory)) && input.exclude.every((elem, _index37) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13621
15819
|
method: "typia.assertGuard",
|
|
13622
|
-
path: _path + ".exclude[" +
|
|
15820
|
+
path: _path + ".exclude[" + _index37 + "]",
|
|
13623
15821
|
expected: "string",
|
|
13624
15822
|
value: elem
|
|
13625
15823
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13632,9 +15830,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13632
15830
|
path: _path + ".include",
|
|
13633
15831
|
expected: "(Array<string> | undefined)",
|
|
13634
15832
|
value: input.include
|
|
13635
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
15833
|
+
}, _errorFactory)) && input.include.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13636
15834
|
method: "typia.assertGuard",
|
|
13637
|
-
path: _path + ".include[" +
|
|
15835
|
+
path: _path + ".include[" + _index38 + "]",
|
|
13638
15836
|
expected: "string",
|
|
13639
15837
|
value: elem
|
|
13640
15838
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13647,9 +15845,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13647
15845
|
path: _path + ".exclude",
|
|
13648
15846
|
expected: "(Array<string> | undefined)",
|
|
13649
15847
|
value: input.exclude
|
|
13650
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
15848
|
+
}, _errorFactory)) && input.exclude.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13651
15849
|
method: "typia.assertGuard",
|
|
13652
|
-
path: _path + ".exclude[" +
|
|
15850
|
+
path: _path + ".exclude[" + _index39 + "]",
|
|
13653
15851
|
expected: "string",
|
|
13654
15852
|
value: elem
|
|
13655
15853
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13662,9 +15860,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13662
15860
|
path: _path + ".include",
|
|
13663
15861
|
expected: "(Array<string> | undefined)",
|
|
13664
15862
|
value: input.include
|
|
13665
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
15863
|
+
}, _errorFactory)) && input.include.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13666
15864
|
method: "typia.assertGuard",
|
|
13667
|
-
path: _path + ".include[" +
|
|
15865
|
+
path: _path + ".include[" + _index40 + "]",
|
|
13668
15866
|
expected: "string",
|
|
13669
15867
|
value: elem
|
|
13670
15868
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13677,9 +15875,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13677
15875
|
path: _path + ".exclude",
|
|
13678
15876
|
expected: "(Array<string> | undefined)",
|
|
13679
15877
|
value: input.exclude
|
|
13680
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
15878
|
+
}, _errorFactory)) && input.exclude.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13681
15879
|
method: "typia.assertGuard",
|
|
13682
|
-
path: _path + ".exclude[" +
|
|
15880
|
+
path: _path + ".exclude[" + _index41 + "]",
|
|
13683
15881
|
expected: "string",
|
|
13684
15882
|
value: elem
|
|
13685
15883
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13692,9 +15890,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13692
15890
|
path: _path + ".include",
|
|
13693
15891
|
expected: "(Array<string> | undefined)",
|
|
13694
15892
|
value: input.include
|
|
13695
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
15893
|
+
}, _errorFactory)) && input.include.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13696
15894
|
method: "typia.assertGuard",
|
|
13697
|
-
path: _path + ".include[" +
|
|
15895
|
+
path: _path + ".include[" + _index42 + "]",
|
|
13698
15896
|
expected: "string",
|
|
13699
15897
|
value: elem
|
|
13700
15898
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13707,9 +15905,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13707
15905
|
path: _path + ".exclude",
|
|
13708
15906
|
expected: "(Array<string> | undefined)",
|
|
13709
15907
|
value: input.exclude
|
|
13710
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
15908
|
+
}, _errorFactory)) && input.exclude.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13711
15909
|
method: "typia.assertGuard",
|
|
13712
|
-
path: _path + ".exclude[" +
|
|
15910
|
+
path: _path + ".exclude[" + _index43 + "]",
|
|
13713
15911
|
expected: "string",
|
|
13714
15912
|
value: elem
|
|
13715
15913
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13787,14 +15985,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13787
15985
|
path: _path + ".colorTags",
|
|
13788
15986
|
expected: "(Array<PromotedTag> | undefined)",
|
|
13789
15987
|
value: input.colorTags
|
|
13790
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
15988
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index44) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13791
15989
|
method: "typia.assertGuard",
|
|
13792
|
-
path: _path + ".colorTags[" +
|
|
15990
|
+
path: _path + ".colorTags[" + _index44 + "]",
|
|
13793
15991
|
expected: "PromotedTag",
|
|
13794
15992
|
value: elem
|
|
13795
|
-
}, _errorFactory)) && _ao21(elem, _path + ".colorTags[" +
|
|
15993
|
+
}, _errorFactory)) && _ao21(elem, _path + ".colorTags[" + _index44 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13796
15994
|
method: "typia.assertGuard",
|
|
13797
|
-
path: _path + ".colorTags[" +
|
|
15995
|
+
path: _path + ".colorTags[" + _index44 + "]",
|
|
13798
15996
|
expected: "PromotedTag",
|
|
13799
15997
|
value: elem
|
|
13800
15998
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -13887,9 +16085,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13887
16085
|
path: _path + ".favorites",
|
|
13888
16086
|
expected: "(Array<string> | undefined)",
|
|
13889
16087
|
value: input.favorites
|
|
13890
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
16088
|
+
}, _errorFactory)) && input.favorites.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
13891
16089
|
method: "typia.assertGuard",
|
|
13892
|
-
path: _path + ".favorites[" +
|
|
16090
|
+
path: _path + ".favorites[" + _index45 + "]",
|
|
13893
16091
|
expected: "string",
|
|
13894
16092
|
value: elem
|
|
13895
16093
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14307,9 +16505,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14307
16505
|
path: _path + ".playbackRates",
|
|
14308
16506
|
expected: "(Array<number> | undefined)",
|
|
14309
16507
|
value: input.playbackRates
|
|
14310
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
16508
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index46) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14311
16509
|
method: "typia.assertGuard",
|
|
14312
|
-
path: _path + ".playbackRates[" +
|
|
16510
|
+
path: _path + ".playbackRates[" + _index46 + "]",
|
|
14313
16511
|
expected: "number",
|
|
14314
16512
|
value: elem
|
|
14315
16513
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14342,14 +16540,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14342
16540
|
path: _path + ".guides",
|
|
14343
16541
|
expected: "(Array<__type>.o2 | undefined)",
|
|
14344
16542
|
value: input.guides
|
|
14345
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
16543
|
+
}, _errorFactory)) && input.guides.every((elem, _index47) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14346
16544
|
method: "typia.assertGuard",
|
|
14347
|
-
path: _path + ".guides[" +
|
|
16545
|
+
path: _path + ".guides[" + _index47 + "]",
|
|
14348
16546
|
expected: "__type.o41",
|
|
14349
16547
|
value: elem
|
|
14350
|
-
}, _errorFactory)) && _ao48(elem, _path + ".guides[" +
|
|
16548
|
+
}, _errorFactory)) && _ao48(elem, _path + ".guides[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14351
16549
|
method: "typia.assertGuard",
|
|
14352
|
-
path: _path + ".guides[" +
|
|
16550
|
+
path: _path + ".guides[" + _index47 + "]",
|
|
14353
16551
|
expected: "__type.o41",
|
|
14354
16552
|
value: elem
|
|
14355
16553
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14437,14 +16635,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14437
16635
|
path: _path + ".suggestions",
|
|
14438
16636
|
expected: "(Array<__type> | undefined)",
|
|
14439
16637
|
value: input.suggestions
|
|
14440
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
16638
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index48) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14441
16639
|
method: "typia.assertGuard",
|
|
14442
|
-
path: _path + ".suggestions[" +
|
|
16640
|
+
path: _path + ".suggestions[" + _index48 + "]",
|
|
14443
16641
|
expected: "__type.o39",
|
|
14444
16642
|
value: elem
|
|
14445
|
-
}, _errorFactory)) && _ao46(elem, _path + ".suggestions[" +
|
|
16643
|
+
}, _errorFactory)) && _ao46(elem, _path + ".suggestions[" + _index48 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14446
16644
|
method: "typia.assertGuard",
|
|
14447
|
-
path: _path + ".suggestions[" +
|
|
16645
|
+
path: _path + ".suggestions[" + _index48 + "]",
|
|
14448
16646
|
expected: "__type.o39",
|
|
14449
16647
|
value: elem
|
|
14450
16648
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14457,14 +16655,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14457
16655
|
path: _path + ".colors",
|
|
14458
16656
|
expected: "(Array<__type>.o1 | undefined)",
|
|
14459
16657
|
value: input.colors
|
|
14460
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
16658
|
+
}, _errorFactory)) && input.colors.every((elem, _index49) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14461
16659
|
method: "typia.assertGuard",
|
|
14462
|
-
path: _path + ".colors[" +
|
|
16660
|
+
path: _path + ".colors[" + _index49 + "]",
|
|
14463
16661
|
expected: "__type.o40",
|
|
14464
16662
|
value: elem
|
|
14465
|
-
}, _errorFactory)) && _ao47(elem, _path + ".colors[" +
|
|
16663
|
+
}, _errorFactory)) && _ao47(elem, _path + ".colors[" + _index49 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14466
16664
|
method: "typia.assertGuard",
|
|
14467
|
-
path: _path + ".colors[" +
|
|
16665
|
+
path: _path + ".colors[" + _index49 + "]",
|
|
14468
16666
|
expected: "__type.o40",
|
|
14469
16667
|
value: elem
|
|
14470
16668
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14472,6 +16670,21 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14472
16670
|
path: _path + ".colors",
|
|
14473
16671
|
expected: "(Array<__type>.o1 | undefined)",
|
|
14474
16672
|
value: input.colors
|
|
16673
|
+
}, _errorFactory)) && (undefined === input.overridableProperties || (Array.isArray(input.overridableProperties) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16674
|
+
method: "typia.assertGuard",
|
|
16675
|
+
path: _path + ".overridableProperties",
|
|
16676
|
+
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
16677
|
+
value: input.overridableProperties
|
|
16678
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index50) => null === elem || true === _av51.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16679
|
+
method: "typia.assertGuard",
|
|
16680
|
+
path: _path + ".overridableProperties[" + _index50 + "]",
|
|
16681
|
+
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)",
|
|
16682
|
+
value: elem
|
|
16683
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
16684
|
+
method: "typia.assertGuard",
|
|
16685
|
+
path: _path + ".overridableProperties",
|
|
16686
|
+
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
16687
|
+
value: input.overridableProperties
|
|
14475
16688
|
}, _errorFactory)); const _ao46 = (input, _path, _exceptionable = true) => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14476
16689
|
method: "typia.assertGuard",
|
|
14477
16690
|
path: _path + ".ifAspectRatio",
|
|
@@ -14562,14 +16775,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14562
16775
|
path: _path + ".text",
|
|
14563
16776
|
expected: "(Array<__type>.o3 | undefined)",
|
|
14564
16777
|
value: input.text
|
|
14565
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
16778
|
+
}, _errorFactory)) && input.text.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14566
16779
|
method: "typia.assertGuard",
|
|
14567
|
-
path: _path + ".text[" +
|
|
16780
|
+
path: _path + ".text[" + _index52 + "]",
|
|
14568
16781
|
expected: "__type.o46",
|
|
14569
16782
|
value: elem
|
|
14570
|
-
}, _errorFactory)) && _ao53(elem, _path + ".text[" +
|
|
16783
|
+
}, _errorFactory)) && _ao53(elem, _path + ".text[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14571
16784
|
method: "typia.assertGuard",
|
|
14572
|
-
path: _path + ".text[" +
|
|
16785
|
+
path: _path + ".text[" + _index52 + "]",
|
|
14573
16786
|
expected: "__type.o46",
|
|
14574
16787
|
value: elem
|
|
14575
16788
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14617,9 +16830,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14617
16830
|
path: _path + ".args",
|
|
14618
16831
|
expected: "(Array<string> | undefined)",
|
|
14619
16832
|
value: input.args
|
|
14620
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
16833
|
+
}, _errorFactory)) && input.args.every((elem, _index53) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14621
16834
|
method: "typia.assertGuard",
|
|
14622
|
-
path: _path + ".args[" +
|
|
16835
|
+
path: _path + ".args[" + _index53 + "]",
|
|
14623
16836
|
expected: "string",
|
|
14624
16837
|
value: elem
|
|
14625
16838
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14682,9 +16895,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14682
16895
|
path: _path + ".args",
|
|
14683
16896
|
expected: "(Array<string> | undefined)",
|
|
14684
16897
|
value: input.args
|
|
14685
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
16898
|
+
}, _errorFactory)) && input.args.every((elem, _index54) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14686
16899
|
method: "typia.assertGuard",
|
|
14687
|
-
path: _path + ".args[" +
|
|
16900
|
+
path: _path + ".args[" + _index54 + "]",
|
|
14688
16901
|
expected: "string",
|
|
14689
16902
|
value: elem
|
|
14690
16903
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14797,7 +17010,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14797
17010
|
path: _path + ".search",
|
|
14798
17011
|
expected: "(__type.o58 | undefined)",
|
|
14799
17012
|
value: input.search
|
|
14800
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
17013
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av55.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14801
17014
|
method: "typia.assertGuard",
|
|
14802
17015
|
path: _path + ".sortMode",
|
|
14803
17016
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
@@ -14817,9 +17030,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14817
17030
|
path: _path + ".fontFamilies",
|
|
14818
17031
|
expected: "(Array<string> | undefined)",
|
|
14819
17032
|
value: input.fontFamilies
|
|
14820
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
17033
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index56) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14821
17034
|
method: "typia.assertGuard",
|
|
14822
|
-
path: _path + ".fontFamilies[" +
|
|
17035
|
+
path: _path + ".fontFamilies[" + _index56 + "]",
|
|
14823
17036
|
expected: "string",
|
|
14824
17037
|
value: elem
|
|
14825
17038
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14982,9 +17195,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14982
17195
|
path: _path + ".comment",
|
|
14983
17196
|
expected: "(Array<NotificationReason> | undefined)",
|
|
14984
17197
|
value: input.comment
|
|
14985
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
17198
|
+
}, _errorFactory)) && input.comment.every((elem, _index57) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14986
17199
|
method: "typia.assertGuard",
|
|
14987
|
-
path: _path + ".comment[" +
|
|
17200
|
+
path: _path + ".comment[" + _index57 + "]",
|
|
14988
17201
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
14989
17202
|
value: elem
|
|
14990
17203
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14997,9 +17210,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14997
17210
|
path: _path + ".assigned",
|
|
14998
17211
|
expected: "(Array<NotificationReason> | undefined)",
|
|
14999
17212
|
value: input.assigned
|
|
15000
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
17213
|
+
}, _errorFactory)) && input.assigned.every((elem, _index58) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15001
17214
|
method: "typia.assertGuard",
|
|
15002
|
-
path: _path + ".assigned[" +
|
|
17215
|
+
path: _path + ".assigned[" + _index58 + "]",
|
|
15003
17216
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
15004
17217
|
value: elem
|
|
15005
17218
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15012,9 +17225,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15012
17225
|
path: _path + ".unassigned",
|
|
15013
17226
|
expected: "(Array<NotificationReason> | undefined)",
|
|
15014
17227
|
value: input.unassigned
|
|
15015
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
17228
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index59) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15016
17229
|
method: "typia.assertGuard",
|
|
15017
|
-
path: _path + ".unassigned[" +
|
|
17230
|
+
path: _path + ".unassigned[" + _index59 + "]",
|
|
15018
17231
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
15019
17232
|
value: elem
|
|
15020
17233
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15041,9 +17254,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15041
17254
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15042
17255
|
expected: "Array<NotificationReason>",
|
|
15043
17256
|
value: value
|
|
15044
|
-
}, _errorFactory)) && value.every((elem,
|
|
17257
|
+
}, _errorFactory)) && value.every((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15045
17258
|
method: "typia.assertGuard",
|
|
15046
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
17259
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index60 + "]",
|
|
15047
17260
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
15048
17261
|
value: elem
|
|
15049
17262
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15936,10 +18149,10 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15936
18149
|
}; })()(input);
|
|
15937
18150
|
}
|
|
15938
18151
|
case ":user": {
|
|
15939
|
-
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, {
|
|
18152
|
+
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, {
|
|
15940
18153
|
method: "typia.assertGuard",
|
|
15941
18154
|
path: _path + ".username",
|
|
15942
|
-
expected: "(string | undefined)",
|
|
18155
|
+
expected: "(null | string | undefined)",
|
|
15943
18156
|
value: input.username
|
|
15944
18157
|
}, _errorFactory)) && (undefined === input.roles || (Array.isArray(input.roles) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15945
18158
|
method: "typia.assertGuard",
|