@nxtedition/types 23.0.49 → 23.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/file.d.ts +1 -0
- package/dist/common/file.js +7 -2
- package/dist/common/settings.d.ts +1 -0
- package/dist/nxtpression.d.ts +141 -63
- package/dist/records/domains/connection/empty.d.ts +7 -0
- package/dist/records/domains/connection/facebook.d.ts +8 -0
- package/dist/records/domains/connection/file/ftp.d.ts +9 -0
- package/dist/records/domains/connection/file/ftp.js +1 -0
- package/dist/records/domains/connection/file/index.d.ts +29 -0
- package/dist/records/domains/connection/file/index.js +4 -0
- package/dist/records/domains/connection/file/s3.d.ts +6 -0
- package/dist/records/domains/connection/file/s3.js +1 -0
- package/dist/records/domains/connection/file/sftp.d.ts +12 -0
- package/dist/records/domains/connection/file/sftp.js +1 -0
- package/dist/records/domains/connection/file/smb.d.ts +9 -0
- package/dist/records/domains/connection/file/smb.js +1 -0
- package/dist/records/domains/connection/index.d.ts +38 -0
- package/dist/records/domains/connection/index.js +4 -0
- package/dist/records/domains/connection/reuters.d.ts +10 -0
- package/dist/records/domains/connection/reuters.js +1 -0
- package/dist/records/domains/index.d.ts +6 -5
- package/dist/records/domains/index.js +2 -2
- package/dist/records/domains/publish/empty.d.ts +8 -0
- package/dist/records/domains/publish/empty.js +1 -0
- package/dist/records/domains/publish/facebook.d.ts +11 -0
- package/dist/records/domains/publish/facebook.js +1 -0
- package/dist/records/domains/publish/file-legacy.d.ts +26 -0
- package/dist/records/domains/publish/file-legacy.js +1 -0
- package/dist/records/domains/publish/file.d.ts +66 -0
- package/dist/records/domains/publish/file.js +1 -0
- package/dist/records/domains/publish/index.d.ts +66 -0
- package/dist/records/domains/publish/index.js +5 -0
- package/dist/records/domains/publish/youtube.d.ts +16 -0
- package/dist/records/domains/publish/youtube.js +1 -0
- package/dist/records/index.d.ts +1 -1
- package/dist/records/utils.d.ts +4 -2
- package/dist/records/utils.tds.js +1 -1
- package/dist/records/validate/assert-guard.d.ts +3 -4
- package/dist/records/validate/assert-guard.js +474 -687
- package/dist/records/validate/assert.d.ts +3 -4
- package/dist/records/validate/assert.js +474 -687
- package/dist/records/validate/is.d.ts +3 -4
- package/dist/records/validate/is.js +39 -108
- package/dist/records/validate/schemas.d.ts +4 -5
- package/dist/records/validate/schemas.js +403 -437
- package/dist/records/validate/stringify.d.ts +3 -4
- package/dist/records/validate/stringify.js +66 -154
- package/dist/records/validate/utils.d.ts +4 -3
- package/dist/records/validate/utils.js +3 -0
- package/dist/records/validate/validate-equals.d.ts +3 -4
- package/dist/records/validate/validate-equals.js +723 -714
- package/dist/records/validate/validate.d.ts +3 -4
- package/dist/records/validate/validate.js +437 -635
- package/package.json +1 -1
- package/dist/records/domains/connection.d.ts +0 -77
- package/dist/records/domains/publish.d.ts +0 -149
- /package/dist/records/domains/{connection.js → connection/empty.js} +0 -0
- /package/dist/records/domains/{publish.js → connection/facebook.js} +0 -0
|
@@ -3524,41 +3524,58 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3524
3524
|
}; })()(input);
|
|
3525
3525
|
}
|
|
3526
3526
|
case ":connection": {
|
|
3527
|
-
return (() => { const _io0 = input => "
|
|
3528
|
-
if ("
|
|
3527
|
+
return (() => { const _io0 = input => "ftp" === input.protocol && "string" === typeof input.host && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.utf8 || "boolean" === typeof input.utf8) && (undefined === input.timezone || "string" === typeof input.timezone) && "file" === input.type && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io1 = input => "string" === typeof input.content; const _io2 = input => "s3" === input.protocol && true && (undefined === input.bucket || "string" === typeof input.bucket) && "file" === input.type && (undefined === input.host || "string" === typeof input.host) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io3 = input => "smb" === input.protocol && "string" === typeof input.host && "string" === typeof input.share && (undefined === input.workgroup || "string" === typeof input.workgroup) && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && "file" === input.type && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io4 = input => "sftp" === input.protocol && "string" === typeof input.host && (undefined === input.username || "string" === typeof input.username) && (undefined === input.password || "string" === typeof input.password) && (undefined === input.privateKey || "string" === typeof input.privateKey) && (undefined === input.timezone || "string" === typeof input.timezone) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.root || "string" === typeof input.root) && (undefined === input.mode || "libcurl" === input.mode || "lftp" === input.mode || "openssh" === input.mode || "ssh2" === input.mode) && "file" === input.type && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port) && (undefined === input.ignoreMissing || "boolean" === typeof input.ignoreMissing) && (undefined === input.concurrency || "number" === typeof input.concurrency) && (undefined === input.stabilityThreshold || "number" === typeof input.stabilityThreshold) && (undefined === input.pollInterval || "number" === typeof input.pollInterval) && (undefined === input.listConcurrency || "number" === typeof input.listConcurrency) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io1(input.metafile)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io5 = input => "facebook" === input.type && (undefined === input.grantedScopes || Array.isArray(input.grantedScopes) && input.grantedScopes.every(elem => "string" === typeof elem)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io6 = input => "reuters" === input.type && (undefined === input.clientId || "string" === typeof input.clientId) && (undefined === input.clientSecret || "string" === typeof input.clientSecret) && (undefined === input.audience || "string" === typeof input.audience) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _io7 = input => undefined !== input.type && null === input.type && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled); const _iu0 = input => (() => {
|
|
3528
|
+
if ("ftp" === input.protocol)
|
|
3529
3529
|
return _io0(input);
|
|
3530
|
-
else if ("
|
|
3530
|
+
else if ("s3" === input.protocol)
|
|
3531
3531
|
return _io2(input);
|
|
3532
3532
|
else if ("smb" === input.protocol)
|
|
3533
3533
|
return _io3(input);
|
|
3534
3534
|
else if ("sftp" === input.protocol)
|
|
3535
3535
|
return _io4(input);
|
|
3536
|
-
else if ("reuters" === input.type)
|
|
3537
|
-
return _io5(input);
|
|
3538
3536
|
else if ("facebook" === input.type)
|
|
3537
|
+
return _io5(input);
|
|
3538
|
+
else if ("reuters" === input.type)
|
|
3539
3539
|
return _io6(input);
|
|
3540
|
+
else if (undefined !== input.type && null === input.type)
|
|
3541
|
+
return _io7(input);
|
|
3540
3542
|
else
|
|
3541
3543
|
return false;
|
|
3542
|
-
})(); const _ao0 = (input, _path, _exceptionable = true) => ("
|
|
3544
|
+
})(); const _ao0 = (input, _path, _exceptionable = true) => ("ftp" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3543
3545
|
method: "typia.assertGuard",
|
|
3544
3546
|
path: _path + ".protocol",
|
|
3545
|
-
expected: "\"
|
|
3547
|
+
expected: "\"ftp\"",
|
|
3546
3548
|
value: input.protocol
|
|
3547
|
-
}, _errorFactory)) &&
|
|
3549
|
+
}, _errorFactory)) && ("string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3548
3550
|
method: "typia.assertGuard",
|
|
3549
|
-
path: _path + ".
|
|
3551
|
+
path: _path + ".host",
|
|
3552
|
+
expected: "string",
|
|
3553
|
+
value: input.host
|
|
3554
|
+
}, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3555
|
+
method: "typia.assertGuard",
|
|
3556
|
+
path: _path + ".username",
|
|
3550
3557
|
expected: "(string | undefined)",
|
|
3551
|
-
value: input.
|
|
3558
|
+
value: input.username
|
|
3559
|
+
}, _errorFactory)) && (undefined === input.password || "string" === typeof input.password || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3560
|
+
method: "typia.assertGuard",
|
|
3561
|
+
path: _path + ".password",
|
|
3562
|
+
expected: "(string | undefined)",
|
|
3563
|
+
value: input.password
|
|
3564
|
+
}, _errorFactory)) && (undefined === input.utf8 || "boolean" === typeof input.utf8 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3565
|
+
method: "typia.assertGuard",
|
|
3566
|
+
path: _path + ".utf8",
|
|
3567
|
+
expected: "(boolean | undefined)",
|
|
3568
|
+
value: input.utf8
|
|
3569
|
+
}, _errorFactory)) && (undefined === input.timezone || "string" === typeof input.timezone || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3570
|
+
method: "typia.assertGuard",
|
|
3571
|
+
path: _path + ".timezone",
|
|
3572
|
+
expected: "(string | undefined)",
|
|
3573
|
+
value: input.timezone
|
|
3552
3574
|
}, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3553
3575
|
method: "typia.assertGuard",
|
|
3554
3576
|
path: _path + ".type",
|
|
3555
3577
|
expected: "\"file\"",
|
|
3556
3578
|
value: input.type
|
|
3557
|
-
}, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3558
|
-
method: "typia.assertGuard",
|
|
3559
|
-
path: _path + ".host",
|
|
3560
|
-
expected: "(string | undefined)",
|
|
3561
|
-
value: input.host
|
|
3562
3579
|
}, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3563
3580
|
method: "typia.assertGuard",
|
|
3564
3581
|
path: _path + ".port",
|
|
@@ -3609,41 +3626,26 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3609
3626
|
path: _path + ".content",
|
|
3610
3627
|
expected: "string",
|
|
3611
3628
|
value: input.content
|
|
3612
|
-
}, _errorFactory); const _ao2 = (input, _path, _exceptionable = true) => ("
|
|
3629
|
+
}, _errorFactory); const _ao2 = (input, _path, _exceptionable = true) => ("s3" === input.protocol || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3613
3630
|
method: "typia.assertGuard",
|
|
3614
3631
|
path: _path + ".protocol",
|
|
3615
|
-
expected: "\"
|
|
3632
|
+
expected: "\"s3\"",
|
|
3616
3633
|
value: input.protocol
|
|
3617
|
-
}, _errorFactory)) && ("string" === typeof input.
|
|
3618
|
-
method: "typia.assertGuard",
|
|
3619
|
-
path: _path + ".host",
|
|
3620
|
-
expected: "string",
|
|
3621
|
-
value: input.host
|
|
3622
|
-
}, _errorFactory)) && (undefined === input.username || "string" === typeof input.username || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3623
|
-
method: "typia.assertGuard",
|
|
3624
|
-
path: _path + ".username",
|
|
3625
|
-
expected: "(string | undefined)",
|
|
3626
|
-
value: input.username
|
|
3627
|
-
}, _errorFactory)) && (undefined === input.password || "string" === typeof input.password || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3628
|
-
method: "typia.assertGuard",
|
|
3629
|
-
path: _path + ".password",
|
|
3630
|
-
expected: "(string | undefined)",
|
|
3631
|
-
value: input.password
|
|
3632
|
-
}, _errorFactory)) && (undefined === input.utf8 || "boolean" === typeof input.utf8 || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3633
|
-
method: "typia.assertGuard",
|
|
3634
|
-
path: _path + ".utf8",
|
|
3635
|
-
expected: "(boolean | undefined)",
|
|
3636
|
-
value: input.utf8
|
|
3637
|
-
}, _errorFactory)) && (undefined === input.timezone || "string" === typeof input.timezone || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3634
|
+
}, _errorFactory)) && true && (undefined === input.bucket || "string" === typeof input.bucket || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3638
3635
|
method: "typia.assertGuard",
|
|
3639
|
-
path: _path + ".
|
|
3636
|
+
path: _path + ".bucket",
|
|
3640
3637
|
expected: "(string | undefined)",
|
|
3641
|
-
value: input.
|
|
3638
|
+
value: input.bucket
|
|
3642
3639
|
}, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3643
3640
|
method: "typia.assertGuard",
|
|
3644
3641
|
path: _path + ".type",
|
|
3645
3642
|
expected: "\"file\"",
|
|
3646
3643
|
value: input.type
|
|
3644
|
+
}, _errorFactory)) && (undefined === input.host || "string" === typeof input.host || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3645
|
+
method: "typia.assertGuard",
|
|
3646
|
+
path: _path + ".host",
|
|
3647
|
+
expected: "(string | undefined)",
|
|
3648
|
+
value: input.host
|
|
3647
3649
|
}, _errorFactory)) && (undefined === input.port || "string" === typeof input.port || "number" === typeof input.port || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3648
3650
|
method: "typia.assertGuard",
|
|
3649
3651
|
path: _path + ".port",
|
|
@@ -3864,7 +3866,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3864
3866
|
path: _path + ".userNotificationsEnabled",
|
|
3865
3867
|
expected: "(boolean | undefined)",
|
|
3866
3868
|
value: input.userNotificationsEnabled
|
|
3867
|
-
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ("
|
|
3869
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => ("facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3870
|
+
method: "typia.assertGuard",
|
|
3871
|
+
path: _path + ".type",
|
|
3872
|
+
expected: "\"facebook\"",
|
|
3873
|
+
value: input.type
|
|
3874
|
+
}, _errorFactory)) && (undefined === input.grantedScopes || (Array.isArray(input.grantedScopes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3875
|
+
method: "typia.assertGuard",
|
|
3876
|
+
path: _path + ".grantedScopes",
|
|
3877
|
+
expected: "(Array<string> | undefined)",
|
|
3878
|
+
value: input.grantedScopes
|
|
3879
|
+
}, _errorFactory)) && input.grantedScopes.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3880
|
+
method: "typia.assertGuard",
|
|
3881
|
+
path: _path + ".grantedScopes[" + _index2 + "]",
|
|
3882
|
+
expected: "string",
|
|
3883
|
+
value: elem
|
|
3884
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3885
|
+
method: "typia.assertGuard",
|
|
3886
|
+
path: _path + ".grantedScopes",
|
|
3887
|
+
expected: "(Array<string> | undefined)",
|
|
3888
|
+
value: input.grantedScopes
|
|
3889
|
+
}, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3890
|
+
method: "typia.assertGuard",
|
|
3891
|
+
path: _path + ".userNotificationsEnabled",
|
|
3892
|
+
expected: "(boolean | undefined)",
|
|
3893
|
+
value: input.userNotificationsEnabled
|
|
3894
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("reuters" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3868
3895
|
method: "typia.assertGuard",
|
|
3869
3896
|
path: _path + ".type",
|
|
3870
3897
|
expected: "\"reuters\"",
|
|
@@ -3889,49 +3916,41 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3889
3916
|
path: _path + ".userNotificationsEnabled",
|
|
3890
3917
|
expected: "(boolean | undefined)",
|
|
3891
3918
|
value: input.userNotificationsEnabled
|
|
3892
|
-
}, _errorFactory)); const
|
|
3919
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => (undefined !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3893
3920
|
method: "typia.assertGuard",
|
|
3894
3921
|
path: _path + ".type",
|
|
3895
|
-
expected: "
|
|
3922
|
+
expected: "null",
|
|
3896
3923
|
value: input.type
|
|
3897
|
-
}, _errorFactory)) && (
|
|
3898
|
-
method: "typia.assertGuard",
|
|
3899
|
-
path: _path + ".grantedScopes",
|
|
3900
|
-
expected: "(Array<string> | undefined)",
|
|
3901
|
-
value: input.grantedScopes
|
|
3902
|
-
}, _errorFactory)) && input.grantedScopes.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3903
|
-
method: "typia.assertGuard",
|
|
3904
|
-
path: _path + ".grantedScopes[" + _index2 + "]",
|
|
3905
|
-
expected: "string",
|
|
3906
|
-
value: elem
|
|
3907
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3924
|
+
}, _errorFactory)) && (null === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3908
3925
|
method: "typia.assertGuard",
|
|
3909
|
-
path: _path + ".
|
|
3910
|
-
expected: "
|
|
3911
|
-
value: input.
|
|
3926
|
+
path: _path + ".type",
|
|
3927
|
+
expected: "null",
|
|
3928
|
+
value: input.type
|
|
3912
3929
|
}, _errorFactory)) && (undefined === input.userNotificationsEnabled || "boolean" === typeof input.userNotificationsEnabled || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3913
3930
|
method: "typia.assertGuard",
|
|
3914
3931
|
path: _path + ".userNotificationsEnabled",
|
|
3915
3932
|
expected: "(boolean | undefined)",
|
|
3916
3933
|
value: input.userNotificationsEnabled
|
|
3917
3934
|
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
3918
|
-
if ("
|
|
3935
|
+
if ("ftp" === input.protocol)
|
|
3919
3936
|
return _ao0(input, _path, true && _exceptionable);
|
|
3920
|
-
else if ("
|
|
3937
|
+
else if ("s3" === input.protocol)
|
|
3921
3938
|
return _ao2(input, _path, true && _exceptionable);
|
|
3922
3939
|
else if ("smb" === input.protocol)
|
|
3923
3940
|
return _ao3(input, _path, true && _exceptionable);
|
|
3924
3941
|
else if ("sftp" === input.protocol)
|
|
3925
3942
|
return _ao4(input, _path, true && _exceptionable);
|
|
3926
|
-
else if ("reuters" === input.type)
|
|
3927
|
-
return _ao5(input, _path, true && _exceptionable);
|
|
3928
3943
|
else if ("facebook" === input.type)
|
|
3944
|
+
return _ao5(input, _path, true && _exceptionable);
|
|
3945
|
+
else if ("reuters" === input.type)
|
|
3929
3946
|
return _ao6(input, _path, true && _exceptionable);
|
|
3947
|
+
else if (undefined !== input.type && null === input.type)
|
|
3948
|
+
return _ao7(input, _path, true && _exceptionable);
|
|
3930
3949
|
else
|
|
3931
3950
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
3932
3951
|
method: "typia.assertGuard",
|
|
3933
3952
|
path: _path,
|
|
3934
|
-
expected: "(
|
|
3953
|
+
expected: "(FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSmbRecord | FileConnectionSftpRecord | FacebookConnectionRecord | ReutersConnectionRecord | EmptyConnectionRecord)",
|
|
3935
3954
|
value: input
|
|
3936
3955
|
}, _errorFactory);
|
|
3937
3956
|
})(); const __is = input => "object" === typeof input && null !== input && _iu0(input); let _errorFactory; return (input, errorFactory) => {
|
|
@@ -3940,12 +3959,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3940
3959
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
3941
3960
|
method: "typia.assertGuard",
|
|
3942
3961
|
path: _path + "",
|
|
3943
|
-
expected: "(FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
|
|
3962
|
+
expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
|
|
3944
3963
|
value: input
|
|
3945
3964
|
}, _errorFactory)) && _au0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
3946
3965
|
method: "typia.assertGuard",
|
|
3947
3966
|
path: _path + "",
|
|
3948
|
-
expected: "(FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
|
|
3967
|
+
expected: "(EmptyConnectionRecord | FacebookConnectionRecord | FileConnectionFtpRecord | FileConnectionS3Record | FileConnectionSftpRecord | FileConnectionSmbRecord | ReutersConnectionRecord)",
|
|
3949
3968
|
value: input
|
|
3950
3969
|
}, _errorFactory))(input, "$input", true);
|
|
3951
3970
|
}
|
|
@@ -3978,12 +3997,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
3978
3997
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
3979
3998
|
method: "typia.assertGuard",
|
|
3980
3999
|
path: _path + "",
|
|
3981
|
-
expected: "
|
|
4000
|
+
expected: "ConnectionMethodsBase",
|
|
3982
4001
|
value: input
|
|
3983
4002
|
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
3984
4003
|
method: "typia.assertGuard",
|
|
3985
4004
|
path: _path + "",
|
|
3986
|
-
expected: "
|
|
4005
|
+
expected: "ConnectionMethodsBase",
|
|
3987
4006
|
value: input
|
|
3988
4007
|
}, _errorFactory))(input, "$input", true);
|
|
3989
4008
|
}
|
|
@@ -4026,12 +4045,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
4026
4045
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
4027
4046
|
method: "typia.assertGuard",
|
|
4028
4047
|
path: _path + "",
|
|
4029
|
-
expected: "
|
|
4048
|
+
expected: "ConnectionStatsBase",
|
|
4030
4049
|
value: input
|
|
4031
4050
|
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
4032
4051
|
method: "typia.assertGuard",
|
|
4033
4052
|
path: _path + "",
|
|
4034
|
-
expected: "
|
|
4053
|
+
expected: "ConnectionStatsBase",
|
|
4035
4054
|
value: input
|
|
4036
4055
|
}, _errorFactory))(input, "$input", true);
|
|
4037
4056
|
}
|
|
@@ -5010,7 +5029,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
5010
5029
|
}; })()(input);
|
|
5011
5030
|
}
|
|
5012
5031
|
case ":file.stats?": {
|
|
5013
|
-
return (() => { const _io0 = input => (null === input.position || "number" === typeof input.position && (0 <= input.position && __typia_transform__isTypeUint64._isTypeUint64(input.position))) && (null === input.uploading || "boolean" === typeof input.uploading) && (Array.isArray(input.zones) && input.zones.every(elem => "string" === typeof elem)) && (Array.isArray(input.replicas) && input.replicas.every(elem => "string" === typeof elem)) && (Array.isArray(input.locations) && input.locations.every(elem => "string" === typeof elem)) && (Array.isArray(input.ranges) && input.ranges.every(elem => Array.isArray(elem) && (elem.length === 2 && ("number" === typeof elem[0] && 0 <= elem[0]) && ("number" === typeof elem[1] && 0 <= elem[1])))) && (undefined === input.progress || "number" === typeof input.progress && (0 <= input.progress && input.progress <= 1)) && (undefined === input.speed || "number" === typeof input.speed && 0 <= input.speed) && ("string" === typeof input.id && RegExp("^[0-9A-Za-z~][0-9A-Za-z~._: -]*$").test(input.id)) && (null === input.size || "number" === typeof input.size && (0 <= input.size && __typia_transform__isTypeUint64._isTypeUint64(input.size))) && "boolean" === typeof input.seekable && "boolean" === typeof input.deleted && (Array.isArray(input.refs) && input.refs.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem))) && (Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && "string" === typeof input.resumable && "string" === typeof input.mimeType && "string" === typeof input.encoding && ("string" === typeof input.hash && RegExp("^([A-Fa-f0-9]{32})?$").test(input.hash)) && ("number" === typeof input.btime && (0 <= input.btime && __typia_transform__isTypeUint64._isTypeUint64(input.btime))) && "boolean" === typeof input.completed && (undefined !== input.error && (null === input.error || (Array.isArray(input.error) && input.error.every(elem => "object" === typeof elem && null !== elem && _io2(elem)) || "object" === typeof input.error && null !== input.error && _io2(input.error)))); const _io1 = input => (undefined === input.file || "string" === typeof input.file) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end); const _io2 = input => "string" === typeof input.message && (undefined === input.type || "string" === typeof input.type) && (undefined === input.code || "string" === typeof input.code) && (undefined === input.exitCode || "number" === typeof input.exitCode) && (undefined === input.signalCode || "number" === typeof input.signalCode) && (undefined === input.statusCode || "number" === typeof input.statusCode) && (undefined === input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _io3(input.headers)) && (undefined === input.data || "object" === typeof input.data && null !== input.data && false === Array.isArray(input.data) && _io4(input.data)) && (null === input.cause || undefined === input.cause || "object" === typeof input.cause && null !== input.cause && _io2(input.cause)) && (null === input.errors || undefined === input.errors || Array.isArray(input.errors) && input.errors.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io3 = input => Object.keys(input).every(key => {
|
|
5032
|
+
return (() => { const _io0 = input => (null === input.position || "number" === typeof input.position && (0 <= input.position && __typia_transform__isTypeUint64._isTypeUint64(input.position))) && (null === input.uploading || "boolean" === typeof input.uploading) && (Array.isArray(input.zones) && input.zones.every(elem => "string" === typeof elem)) && (Array.isArray(input.replicas) && input.replicas.every(elem => "string" === typeof elem)) && (Array.isArray(input.locations) && input.locations.every(elem => "string" === typeof elem)) && (Array.isArray(input.ranges) && input.ranges.every(elem => Array.isArray(elem) && (elem.length === 2 && ("number" === typeof elem[0] && 0 <= elem[0]) && ("number" === typeof elem[1] && 0 <= elem[1])))) && (undefined === input.progress || "number" === typeof input.progress && (0 <= input.progress && input.progress <= 1)) && (undefined === input.speed || "number" === typeof input.speed && 0 <= input.speed) && "boolean" === typeof input.complete && ("string" === typeof input.id && RegExp("^[0-9A-Za-z~][0-9A-Za-z~._: -]*$").test(input.id)) && (null === input.size || "number" === typeof input.size && (0 <= input.size && __typia_transform__isTypeUint64._isTypeUint64(input.size))) && "boolean" === typeof input.seekable && "boolean" === typeof input.deleted && (Array.isArray(input.refs) && input.refs.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem))) && (Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && "string" === typeof input.resumable && "string" === typeof input.mimeType && "string" === typeof input.encoding && ("string" === typeof input.hash && RegExp("^([A-Fa-f0-9]{32})?$").test(input.hash)) && ("number" === typeof input.btime && (0 <= input.btime && __typia_transform__isTypeUint64._isTypeUint64(input.btime))) && "boolean" === typeof input.completed && (undefined !== input.error && (null === input.error || (Array.isArray(input.error) && input.error.every(elem => "object" === typeof elem && null !== elem && _io2(elem)) || "object" === typeof input.error && null !== input.error && _io2(input.error)))); const _io1 = input => (undefined === input.file || "string" === typeof input.file) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end); const _io2 = input => "string" === typeof input.message && (undefined === input.type || "string" === typeof input.type) && (undefined === input.code || "string" === typeof input.code) && (undefined === input.exitCode || "number" === typeof input.exitCode) && (undefined === input.signalCode || "number" === typeof input.signalCode) && (undefined === input.statusCode || "number" === typeof input.statusCode) && (undefined === input.headers || "object" === typeof input.headers && null !== input.headers && false === Array.isArray(input.headers) && _io3(input.headers)) && (undefined === input.data || "object" === typeof input.data && null !== input.data && false === Array.isArray(input.data) && _io4(input.data)) && (null === input.cause || undefined === input.cause || "object" === typeof input.cause && null !== input.cause && _io2(input.cause)) && (null === input.errors || undefined === input.errors || Array.isArray(input.errors) && input.errors.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io3 = input => Object.keys(input).every(key => {
|
|
5014
5033
|
const value = input[key];
|
|
5015
5034
|
if (undefined === value)
|
|
5016
5035
|
return true;
|
|
@@ -5150,6 +5169,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
5150
5169
|
path: _path + ".speed",
|
|
5151
5170
|
expected: "((number & Minimum<0>) | undefined)",
|
|
5152
5171
|
value: input.speed
|
|
5172
|
+
}, _errorFactory)) && ("boolean" === typeof input.complete || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5173
|
+
method: "typia.assertGuard",
|
|
5174
|
+
path: _path + ".complete",
|
|
5175
|
+
expected: "boolean",
|
|
5176
|
+
value: input.complete
|
|
5153
5177
|
}, _errorFactory)) && ("string" === typeof input.id && (RegExp("^[0-9A-Za-z~][0-9A-Za-z~._: -]*$").test(input.id) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
5154
5178
|
method: "typia.assertGuard",
|
|
5155
5179
|
path: _path + ".id",
|
|
@@ -8384,91 +8408,75 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8384
8408
|
}; })()(input);
|
|
8385
8409
|
}
|
|
8386
8410
|
case ":publish": {
|
|
8387
|
-
return (() => { const _io0 = input =>
|
|
8411
|
+
return (() => { const _io0 = input => undefined !== input.type && null === input.type && (null === input.asset || undefined === input.asset || "string" === typeof input.asset); const _io1 = input => "facebook" === input.type && (undefined === input.pageId || "string" === typeof input.pageId) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io2(input.render)) && true && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io16(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io17(elem))); const _io2 = input => (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io3(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io11(input.profile)); const _io3 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io4(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io5(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io8(input.video)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io10(input.transcribe)); const _io4 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file); const _io5 = input => Object.keys(input).every(key => {
|
|
8388
8412
|
const value = input[key];
|
|
8389
8413
|
if (undefined === value)
|
|
8390
8414
|
return true;
|
|
8391
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
8392
|
-
}); const
|
|
8393
|
-
const value = input[key];
|
|
8394
|
-
if (undefined === value)
|
|
8395
|
-
return true;
|
|
8396
|
-
return true;
|
|
8397
|
-
}); const _io18 = input => "string" === typeof input.method; const _io19 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io20 = input => (undefined === input.pageId || "string" === typeof input.pageId) && "facebook" === input.type && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io3(input.render)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io17(input.draft)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && false === Array.isArray(input.published) && _io17(input.published)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io17(input.remote)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io18(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io19(elem))); const _io21 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io22(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io26(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io27(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io30(input.published)) && "file" === input.type && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io3(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io18(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io19(elem))); const _io22 = input => Object.keys(input).every(key => {
|
|
8415
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io6(value);
|
|
8416
|
+
}); const _io6 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io7(input.styleOverrides)); const _io7 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io8 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io9(input.crop); const _io9 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io10 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io11 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io12(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io13(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io14(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io15(input.subtitle))); const _io12 = input => "string" === typeof input.engine; const _io13 = input => "string" === typeof input.language; const _io14 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io15 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _io16 = input => "string" === typeof input.method; const _io17 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io18 = input => "file" === input.type && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io19(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io23(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io24(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io27(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io2(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io16(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io17(elem))); const _io19 = input => Object.keys(input).every(key => {
|
|
8398
8417
|
const value = input[key];
|
|
8399
8418
|
if (undefined === value)
|
|
8400
8419
|
return true;
|
|
8401
8420
|
return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
|
|
8402
|
-
}); const
|
|
8403
|
-
if (["directory", "filename"].some(prop => key === prop))
|
|
8404
|
-
return true;
|
|
8405
|
-
const value = input[key];
|
|
8406
|
-
if (undefined === value)
|
|
8407
|
-
return true;
|
|
8408
|
-
return true;
|
|
8409
|
-
}); const _io27 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io28(input.renders)) && Object.keys(input).every(key => {
|
|
8410
|
-
if (["directory", "filename", "renders"].some(prop => key === prop))
|
|
8411
|
-
return true;
|
|
8412
|
-
const value = input[key];
|
|
8413
|
-
if (undefined === value)
|
|
8414
|
-
return true;
|
|
8415
|
-
return true;
|
|
8416
|
-
}); const _io28 = input => Object.keys(input).every(key => {
|
|
8421
|
+
}); const _io20 = input => (undefined === input.name || "string" === typeof input.name) && "string" === typeof input.path && (undefined === input.collisionStrategy || "overwrite" === input.collisionStrategy || "skip" === input.collisionStrategy) && (undefined === input.ignoreEmptyScene || "boolean" === typeof input.ignoreEmptyScene) && (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io3(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io11(input.profile)); const _io21 = input => "object" === typeof input.__context && null !== input.__context && _io22(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io20(input.__returnValue)); const _io22 = input => "object" === typeof input.publish && null !== input.publish && _io18(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io23 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io24 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io25(input.renders)); const _io25 = input => Object.keys(input).every(key => {
|
|
8417
8422
|
const value = input[key];
|
|
8418
8423
|
if (undefined === value)
|
|
8419
8424
|
return true;
|
|
8420
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
8421
|
-
}); const
|
|
8422
|
-
if (["directory", "filename"].some(prop => key === prop))
|
|
8423
|
-
return true;
|
|
8424
|
-
const value = input[key];
|
|
8425
|
-
if (undefined === value)
|
|
8426
|
-
return true;
|
|
8427
|
-
return true;
|
|
8428
|
-
}); const _io31 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io26(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && _io32(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io30(input.published)) && (null !== input.renders && undefined === input.renders) && "file" === input.type && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io3(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io18(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io19(elem))); const _io32 = input => (undefined === input.id || "string" === typeof input.id) && "string" === typeof input.path && "string" === typeof input.filename && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && _io33(input.subtitle)) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io34(input.metafile)) && Object.keys(input).every(key => {
|
|
8425
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io26(value);
|
|
8426
|
+
}); const _io26 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io17(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io27 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io28 = input => "file" === input.type && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io23(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && _io29(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io27(input.published)) && (null !== input.renders && undefined === input.renders) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io2(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io16(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io17(elem))); const _io29 = input => (undefined === input.id || "string" === typeof input.id) && "string" === typeof input.path && "string" === typeof input.filename && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && _io30(input.subtitle)) && (undefined === input.metafile || "object" === typeof input.metafile && null !== input.metafile && _io31(input.metafile)) && Object.keys(input).every(key => {
|
|
8429
8427
|
if (["id", "path", "filename", "directory", "subtitle", "metafile"].some(prop => key === prop))
|
|
8430
8428
|
return true;
|
|
8431
8429
|
const value = input[key];
|
|
8432
8430
|
if (undefined === value)
|
|
8433
8431
|
return true;
|
|
8434
8432
|
return true;
|
|
8435
|
-
}); const
|
|
8433
|
+
}); const _io30 = input => "string" === typeof input.path; const _io31 = input => "string" === typeof input.path; const _io32 = input => "youtube" === input.type && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io33(input.draft)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io2(input.render)) && true && true && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io16(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io17(elem))); const _io33 = input => undefined === input.snippet || "object" === typeof input.snippet && null !== input.snippet && false === Array.isArray(input.snippet) && _io34(input.snippet); const _io34 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.tags || Array.isArray(input.tags) && input.tags.every(elem => "string" === typeof elem)) && (undefined === input.description || "string" === typeof input.description); const _iu0 = input => (() => {
|
|
8436
8434
|
if (undefined !== input.path)
|
|
8437
|
-
return
|
|
8435
|
+
return _io20(input);
|
|
8438
8436
|
else if (undefined !== input.__context)
|
|
8439
|
-
return
|
|
8437
|
+
return _io21(input);
|
|
8440
8438
|
else
|
|
8441
8439
|
return false;
|
|
8442
8440
|
})(); const _iu1 = input => (() => {
|
|
8443
|
-
if (
|
|
8441
|
+
if (undefined !== input.type && null === input.type)
|
|
8444
8442
|
return _io0(input);
|
|
8445
8443
|
else if ("facebook" === input.type)
|
|
8446
|
-
return
|
|
8447
|
-
else if (
|
|
8448
|
-
return
|
|
8444
|
+
return _io1(input);
|
|
8445
|
+
else if ("youtube" === input.type)
|
|
8446
|
+
return _io32(input);
|
|
8449
8447
|
else
|
|
8450
8448
|
return (() => {
|
|
8451
|
-
if (
|
|
8452
|
-
return
|
|
8453
|
-
if (
|
|
8454
|
-
return
|
|
8449
|
+
if (_io28(input))
|
|
8450
|
+
return _io28(input);
|
|
8451
|
+
if (_io18(input))
|
|
8452
|
+
return _io18(input);
|
|
8455
8453
|
return false;
|
|
8456
8454
|
})();
|
|
8457
|
-
})(); const _ao0 = (input, _path, _exceptionable = true) => (undefined
|
|
8455
|
+
})(); const _ao0 = (input, _path, _exceptionable = true) => (undefined !== input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8458
8456
|
method: "typia.assertGuard",
|
|
8459
|
-
path: _path + ".
|
|
8460
|
-
expected: "
|
|
8461
|
-
value: input.
|
|
8462
|
-
}, _errorFactory)) &&
|
|
8457
|
+
path: _path + ".type",
|
|
8458
|
+
expected: "null",
|
|
8459
|
+
value: input.type
|
|
8460
|
+
}, _errorFactory)) && (null === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8463
8461
|
method: "typia.assertGuard",
|
|
8464
|
-
path: _path + ".
|
|
8465
|
-
expected: "
|
|
8466
|
-
value: input.
|
|
8467
|
-
}, _errorFactory)) && ("
|
|
8462
|
+
path: _path + ".type",
|
|
8463
|
+
expected: "null",
|
|
8464
|
+
value: input.type
|
|
8465
|
+
}, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8466
|
+
method: "typia.assertGuard",
|
|
8467
|
+
path: _path + ".asset",
|
|
8468
|
+
expected: "(null | string | undefined)",
|
|
8469
|
+
value: input.asset
|
|
8470
|
+
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => ("facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8468
8471
|
method: "typia.assertGuard",
|
|
8469
8472
|
path: _path + ".type",
|
|
8470
|
-
expected: "\"
|
|
8473
|
+
expected: "\"facebook\"",
|
|
8471
8474
|
value: input.type
|
|
8475
|
+
}, _errorFactory)) && (undefined === input.pageId || "string" === typeof input.pageId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8476
|
+
method: "typia.assertGuard",
|
|
8477
|
+
path: _path + ".pageId",
|
|
8478
|
+
expected: "(string | undefined)",
|
|
8479
|
+
value: input.pageId
|
|
8472
8480
|
}, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8473
8481
|
method: "typia.assertGuard",
|
|
8474
8482
|
path: _path + ".asset",
|
|
@@ -8482,42 +8490,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8482
8490
|
}, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8483
8491
|
method: "typia.assertGuard",
|
|
8484
8492
|
path: _path + ".render",
|
|
8485
|
-
expected: "(
|
|
8493
|
+
expected: "(PublishRenderBase | undefined)",
|
|
8486
8494
|
value: input.render
|
|
8487
|
-
}, _errorFactory)) &&
|
|
8495
|
+
}, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8488
8496
|
method: "typia.assertGuard",
|
|
8489
8497
|
path: _path + ".render",
|
|
8490
|
-
expected: "(
|
|
8498
|
+
expected: "(PublishRenderBase | undefined)",
|
|
8491
8499
|
value: input.render
|
|
8492
|
-
}, _errorFactory)) && (undefined === input.
|
|
8493
|
-
method: "typia.assertGuard",
|
|
8494
|
-
path: _path + ".published",
|
|
8495
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
8496
|
-
value: input.published
|
|
8497
|
-
}, _errorFactory)) && _ao17(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8498
|
-
method: "typia.assertGuard",
|
|
8499
|
-
path: _path + ".published",
|
|
8500
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
8501
|
-
value: input.published
|
|
8502
|
-
}, _errorFactory)) && (undefined === input.remote || ("object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8503
|
-
method: "typia.assertGuard",
|
|
8504
|
-
path: _path + ".remote",
|
|
8505
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
8506
|
-
value: input.remote
|
|
8507
|
-
}, _errorFactory)) && _ao17(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8508
|
-
method: "typia.assertGuard",
|
|
8509
|
-
path: _path + ".remote",
|
|
8510
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
8511
|
-
value: input.remote
|
|
8512
|
-
}, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8500
|
+
}, _errorFactory)) && true && true && true && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8513
8501
|
method: "typia.assertGuard",
|
|
8514
8502
|
path: _path + ".error",
|
|
8515
|
-
expected: "(__type.
|
|
8503
|
+
expected: "(__type.o9 | null | undefined)",
|
|
8516
8504
|
value: input.error
|
|
8517
|
-
}, _errorFactory)) &&
|
|
8505
|
+
}, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8518
8506
|
method: "typia.assertGuard",
|
|
8519
8507
|
path: _path + ".error",
|
|
8520
|
-
expected: "(__type.
|
|
8508
|
+
expected: "(__type.o9 | null | undefined)",
|
|
8521
8509
|
value: input.error
|
|
8522
8510
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8523
8511
|
method: "typia.assertGuard",
|
|
@@ -8529,7 +8517,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8529
8517
|
path: _path + ".messages[" + _index9 + "]",
|
|
8530
8518
|
expected: "Message",
|
|
8531
8519
|
value: elem
|
|
8532
|
-
}, _errorFactory)) &&
|
|
8520
|
+
}, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8533
8521
|
method: "typia.assertGuard",
|
|
8534
8522
|
path: _path + ".messages[" + _index9 + "]",
|
|
8535
8523
|
expected: "Message",
|
|
@@ -8539,42 +8527,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8539
8527
|
path: _path + ".messages",
|
|
8540
8528
|
expected: "(Array<Message> | undefined)",
|
|
8541
8529
|
value: input.messages
|
|
8542
|
-
}, _errorFactory)); const
|
|
8543
|
-
method: "typia.assertGuard",
|
|
8544
|
-
path: _path + ".snippet",
|
|
8545
|
-
expected: "(__type.o1 | undefined)",
|
|
8546
|
-
value: input.snippet
|
|
8547
|
-
}, _errorFactory)) && _ao2(input.snippet, _path + ".snippet", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8548
|
-
method: "typia.assertGuard",
|
|
8549
|
-
path: _path + ".snippet",
|
|
8550
|
-
expected: "(__type.o1 | undefined)",
|
|
8551
|
-
value: input.snippet
|
|
8552
|
-
}, _errorFactory); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8553
|
-
method: "typia.assertGuard",
|
|
8554
|
-
path: _path + ".title",
|
|
8555
|
-
expected: "(string | undefined)",
|
|
8556
|
-
value: input.title
|
|
8557
|
-
}, _errorFactory)) && (undefined === input.tags || (Array.isArray(input.tags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8558
|
-
method: "typia.assertGuard",
|
|
8559
|
-
path: _path + ".tags",
|
|
8560
|
-
expected: "(Array<string> | undefined)",
|
|
8561
|
-
value: input.tags
|
|
8562
|
-
}, _errorFactory)) && input.tags.every((elem, _index10) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8563
|
-
method: "typia.assertGuard",
|
|
8564
|
-
path: _path + ".tags[" + _index10 + "]",
|
|
8565
|
-
expected: "string",
|
|
8566
|
-
value: elem
|
|
8567
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8568
|
-
method: "typia.assertGuard",
|
|
8569
|
-
path: _path + ".tags",
|
|
8570
|
-
expected: "(Array<string> | undefined)",
|
|
8571
|
-
value: input.tags
|
|
8572
|
-
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8573
|
-
method: "typia.assertGuard",
|
|
8574
|
-
path: _path + ".description",
|
|
8575
|
-
expected: "(string | undefined)",
|
|
8576
|
-
value: input.description
|
|
8577
|
-
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8530
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8578
8531
|
method: "typia.assertGuard",
|
|
8579
8532
|
path: _path + ".preset",
|
|
8580
8533
|
expected: "(string | undefined)",
|
|
@@ -8589,7 +8542,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8589
8542
|
path: _path + ".scene",
|
|
8590
8543
|
expected: "(RenderSceneObject | undefined)",
|
|
8591
8544
|
value: input.scene
|
|
8592
|
-
}, _errorFactory)) &&
|
|
8545
|
+
}, _errorFactory)) && _ao3(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8593
8546
|
method: "typia.assertGuard",
|
|
8594
8547
|
path: _path + ".scene",
|
|
8595
8548
|
expected: "(RenderSceneObject | undefined)",
|
|
@@ -8599,12 +8552,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8599
8552
|
path: _path + ".profile",
|
|
8600
8553
|
expected: "(RenderProfileObject | undefined)",
|
|
8601
8554
|
value: input.profile
|
|
8602
|
-
}, _errorFactory)) &&
|
|
8555
|
+
}, _errorFactory)) && _ao11(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8603
8556
|
method: "typia.assertGuard",
|
|
8604
8557
|
path: _path + ".profile",
|
|
8605
8558
|
expected: "(RenderProfileObject | undefined)",
|
|
8606
8559
|
value: input.profile
|
|
8607
|
-
}, _errorFactory)); const
|
|
8560
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8608
8561
|
method: "typia.assertGuard",
|
|
8609
8562
|
path: _path + ".id",
|
|
8610
8563
|
expected: "(string | undefined)",
|
|
@@ -8617,12 +8570,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8617
8570
|
}, _errorFactory)) && (null === input.input || undefined === input.input || ("object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8618
8571
|
method: "typia.assertGuard",
|
|
8619
8572
|
path: _path + ".input",
|
|
8620
|
-
expected: "(__type
|
|
8573
|
+
expected: "(__type | null | undefined)",
|
|
8621
8574
|
value: input.input
|
|
8622
|
-
}, _errorFactory)) &&
|
|
8575
|
+
}, _errorFactory)) && _ao4(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8623
8576
|
method: "typia.assertGuard",
|
|
8624
8577
|
path: _path + ".input",
|
|
8625
|
-
expected: "(__type
|
|
8578
|
+
expected: "(__type | null | undefined)",
|
|
8626
8579
|
value: input.input
|
|
8627
8580
|
}, _errorFactory)) && (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8628
8581
|
method: "typia.assertGuard",
|
|
@@ -8637,22 +8590,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8637
8590
|
}, _errorFactory)) && (undefined === input.subtitleTracks || ("object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8638
8591
|
method: "typia.assertGuard",
|
|
8639
8592
|
path: _path + ".subtitleTracks",
|
|
8640
|
-
expected: "(__type.
|
|
8593
|
+
expected: "(__type.o1 | undefined)",
|
|
8641
8594
|
value: input.subtitleTracks
|
|
8642
|
-
}, _errorFactory)) &&
|
|
8595
|
+
}, _errorFactory)) && _ao5(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8643
8596
|
method: "typia.assertGuard",
|
|
8644
8597
|
path: _path + ".subtitleTracks",
|
|
8645
|
-
expected: "(__type.
|
|
8598
|
+
expected: "(__type.o1 | undefined)",
|
|
8646
8599
|
value: input.subtitleTracks
|
|
8647
8600
|
}, _errorFactory)) && (undefined === input.video || ("object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8648
8601
|
method: "typia.assertGuard",
|
|
8649
8602
|
path: _path + ".video",
|
|
8650
|
-
expected: "(__type.
|
|
8603
|
+
expected: "(__type.o3 | undefined)",
|
|
8651
8604
|
value: input.video
|
|
8652
|
-
}, _errorFactory)) &&
|
|
8605
|
+
}, _errorFactory)) && _ao8(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8653
8606
|
method: "typia.assertGuard",
|
|
8654
8607
|
path: _path + ".video",
|
|
8655
|
-
expected: "(__type.
|
|
8608
|
+
expected: "(__type.o3 | undefined)",
|
|
8656
8609
|
value: input.video
|
|
8657
8610
|
}, _errorFactory)) && (undefined === input.start || "number" === typeof input.start || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8658
8611
|
method: "typia.assertGuard",
|
|
@@ -8667,14 +8620,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8667
8620
|
}, _errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8668
8621
|
method: "typia.assertGuard",
|
|
8669
8622
|
path: _path + ".transcribe",
|
|
8670
|
-
expected: "(__type.
|
|
8623
|
+
expected: "(__type.o5 | undefined)",
|
|
8671
8624
|
value: input.transcribe
|
|
8672
|
-
}, _errorFactory)) &&
|
|
8625
|
+
}, _errorFactory)) && _ao10(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8673
8626
|
method: "typia.assertGuard",
|
|
8674
8627
|
path: _path + ".transcribe",
|
|
8675
|
-
expected: "(__type.
|
|
8628
|
+
expected: "(__type.o5 | undefined)",
|
|
8676
8629
|
value: input.transcribe
|
|
8677
|
-
}, _errorFactory)); const
|
|
8630
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8678
8631
|
method: "typia.assertGuard",
|
|
8679
8632
|
path: _path + ".type",
|
|
8680
8633
|
expected: "(string | undefined)",
|
|
@@ -8684,22 +8637,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8684
8637
|
path: _path + ".file",
|
|
8685
8638
|
expected: "(null | string | undefined)",
|
|
8686
8639
|
value: input.file
|
|
8687
|
-
}, _errorFactory)); const
|
|
8640
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
8688
8641
|
const value = input[key];
|
|
8689
8642
|
if (undefined === value)
|
|
8690
8643
|
return true;
|
|
8691
8644
|
return ("object" === typeof value && null !== value && false === Array.isArray(value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8692
8645
|
method: "typia.assertGuard",
|
|
8693
8646
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
8694
|
-
expected: "__type.
|
|
8647
|
+
expected: "__type.o2",
|
|
8695
8648
|
value: value
|
|
8696
|
-
}, _errorFactory)) &&
|
|
8649
|
+
}, _errorFactory)) && _ao6(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8697
8650
|
method: "typia.assertGuard",
|
|
8698
8651
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
8699
|
-
expected: "__type.
|
|
8652
|
+
expected: "__type.o2",
|
|
8700
8653
|
value: value
|
|
8701
8654
|
}, _errorFactory);
|
|
8702
|
-
}); const
|
|
8655
|
+
}); const _ao6 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8703
8656
|
method: "typia.assertGuard",
|
|
8704
8657
|
path: _path + ".style",
|
|
8705
8658
|
expected: "(null | string | undefined)",
|
|
@@ -8709,12 +8662,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8709
8662
|
path: _path + ".styleOverrides",
|
|
8710
8663
|
expected: "(SubtitleStyle | undefined)",
|
|
8711
8664
|
value: input.styleOverrides
|
|
8712
|
-
}, _errorFactory)) &&
|
|
8665
|
+
}, _errorFactory)) && _ao7(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8713
8666
|
method: "typia.assertGuard",
|
|
8714
8667
|
path: _path + ".styleOverrides",
|
|
8715
8668
|
expected: "(SubtitleStyle | undefined)",
|
|
8716
8669
|
value: input.styleOverrides
|
|
8717
|
-
}, _errorFactory)); const
|
|
8670
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8718
8671
|
method: "typia.assertGuard",
|
|
8719
8672
|
path: _path + ".name",
|
|
8720
8673
|
expected: "(string | undefined)",
|
|
@@ -8829,17 +8782,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8829
8782
|
path: _path + ".encoding",
|
|
8830
8783
|
expected: "(string | undefined)",
|
|
8831
8784
|
value: input.encoding
|
|
8832
|
-
}, _errorFactory)); const
|
|
8785
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => undefined === input.crop || ("object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8833
8786
|
method: "typia.assertGuard",
|
|
8834
8787
|
path: _path + ".crop",
|
|
8835
|
-
expected: "(__type.
|
|
8788
|
+
expected: "(__type.o4 | undefined)",
|
|
8836
8789
|
value: input.crop
|
|
8837
|
-
}, _errorFactory)) &&
|
|
8790
|
+
}, _errorFactory)) && _ao9(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8838
8791
|
method: "typia.assertGuard",
|
|
8839
8792
|
path: _path + ".crop",
|
|
8840
|
-
expected: "(__type.
|
|
8793
|
+
expected: "(__type.o4 | undefined)",
|
|
8841
8794
|
value: input.crop
|
|
8842
|
-
}, _errorFactory); const
|
|
8795
|
+
}, _errorFactory); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8843
8796
|
method: "typia.assertGuard",
|
|
8844
8797
|
path: _path + ".x",
|
|
8845
8798
|
expected: "(number | undefined)",
|
|
@@ -8859,7 +8812,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8859
8812
|
path: _path + ".height",
|
|
8860
8813
|
expected: "(number | undefined)",
|
|
8861
8814
|
value: input.height
|
|
8862
|
-
}, _errorFactory)); const
|
|
8815
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8863
8816
|
method: "typia.assertGuard",
|
|
8864
8817
|
path: _path + ".language",
|
|
8865
8818
|
expected: "(string | undefined)",
|
|
@@ -8869,9 +8822,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8869
8822
|
path: _path + ".pan",
|
|
8870
8823
|
expected: "(Array<number> | undefined)",
|
|
8871
8824
|
value: input.pan
|
|
8872
|
-
}, _errorFactory)) && input.pan.every((elem,
|
|
8825
|
+
}, _errorFactory)) && input.pan.every((elem, _index10) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8873
8826
|
method: "typia.assertGuard",
|
|
8874
|
-
path: _path + ".pan[" +
|
|
8827
|
+
path: _path + ".pan[" + _index10 + "]",
|
|
8875
8828
|
expected: "number",
|
|
8876
8829
|
value: elem
|
|
8877
8830
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -8879,7 +8832,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8879
8832
|
path: _path + ".pan",
|
|
8880
8833
|
expected: "(Array<number> | undefined)",
|
|
8881
8834
|
value: input.pan
|
|
8882
|
-
}, _errorFactory)); const
|
|
8835
|
+
}, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8883
8836
|
method: "typia.assertGuard",
|
|
8884
8837
|
path: _path + ".format",
|
|
8885
8838
|
expected: "string",
|
|
@@ -8887,41 +8840,41 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8887
8840
|
}, _errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8888
8841
|
method: "typia.assertGuard",
|
|
8889
8842
|
path: _path + ".transcribe",
|
|
8890
|
-
expected: "(__type.
|
|
8843
|
+
expected: "(__type.o6 | undefined)",
|
|
8891
8844
|
value: input.transcribe
|
|
8892
|
-
}, _errorFactory)) &&
|
|
8845
|
+
}, _errorFactory)) && _ao12(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8893
8846
|
method: "typia.assertGuard",
|
|
8894
8847
|
path: _path + ".transcribe",
|
|
8895
|
-
expected: "(__type.
|
|
8848
|
+
expected: "(__type.o6 | undefined)",
|
|
8896
8849
|
value: input.transcribe
|
|
8897
8850
|
}, _errorFactory)) && (undefined === input.translate || ("object" === typeof input.translate && null !== input.translate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8898
8851
|
method: "typia.assertGuard",
|
|
8899
8852
|
path: _path + ".translate",
|
|
8900
|
-
expected: "(__type.
|
|
8853
|
+
expected: "(__type.o7 | undefined)",
|
|
8901
8854
|
value: input.translate
|
|
8902
|
-
}, _errorFactory)) &&
|
|
8855
|
+
}, _errorFactory)) && _ao13(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8903
8856
|
method: "typia.assertGuard",
|
|
8904
8857
|
path: _path + ".translate",
|
|
8905
|
-
expected: "(__type.
|
|
8858
|
+
expected: "(__type.o7 | undefined)",
|
|
8906
8859
|
value: input.translate
|
|
8907
8860
|
}, _errorFactory)) && (undefined === input.audio || ("object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8908
8861
|
method: "typia.assertGuard",
|
|
8909
8862
|
path: _path + ".audio",
|
|
8910
|
-
expected: "(__type.
|
|
8863
|
+
expected: "(__type.o8 | undefined)",
|
|
8911
8864
|
value: input.audio
|
|
8912
|
-
}, _errorFactory)) &&
|
|
8865
|
+
}, _errorFactory)) && _ao14(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8913
8866
|
method: "typia.assertGuard",
|
|
8914
8867
|
path: _path + ".audio",
|
|
8915
|
-
expected: "(__type.
|
|
8868
|
+
expected: "(__type.o8 | undefined)",
|
|
8916
8869
|
value: input.audio
|
|
8917
8870
|
}, _errorFactory)) && true && (undefined === input.pick || (Array.isArray(input.pick) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8918
8871
|
method: "typia.assertGuard",
|
|
8919
8872
|
path: _path + ".pick",
|
|
8920
8873
|
expected: "(Array<string> | undefined)",
|
|
8921
8874
|
value: input.pick
|
|
8922
|
-
}, _errorFactory)) && input.pick.every((elem,
|
|
8875
|
+
}, _errorFactory)) && input.pick.every((elem, _index11) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8923
8876
|
method: "typia.assertGuard",
|
|
8924
|
-
path: _path + ".pick[" +
|
|
8877
|
+
path: _path + ".pick[" + _index11 + "]",
|
|
8925
8878
|
expected: "string",
|
|
8926
8879
|
value: elem
|
|
8927
8880
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -8939,22 +8892,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8939
8892
|
path: _path + ".subtitle",
|
|
8940
8893
|
expected: "(SubtitleProfile | string | undefined)",
|
|
8941
8894
|
value: input.subtitle
|
|
8942
|
-
}, _errorFactory)) &&
|
|
8895
|
+
}, _errorFactory)) && _ao15(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8943
8896
|
method: "typia.assertGuard",
|
|
8944
8897
|
path: _path + ".subtitle",
|
|
8945
8898
|
expected: "(SubtitleProfile | string | undefined)",
|
|
8946
8899
|
value: input.subtitle
|
|
8947
|
-
}, _errorFactory))); const
|
|
8900
|
+
}, _errorFactory))); const _ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8948
8901
|
method: "typia.assertGuard",
|
|
8949
8902
|
path: _path + ".engine",
|
|
8950
8903
|
expected: "string",
|
|
8951
8904
|
value: input.engine
|
|
8952
|
-
}, _errorFactory); const
|
|
8905
|
+
}, _errorFactory); const _ao13 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8953
8906
|
method: "typia.assertGuard",
|
|
8954
8907
|
path: _path + ".language",
|
|
8955
8908
|
expected: "string",
|
|
8956
8909
|
value: input.language
|
|
8957
|
-
}, _errorFactory); const
|
|
8910
|
+
}, _errorFactory); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8958
8911
|
method: "typia.assertGuard",
|
|
8959
8912
|
path: _path + ".codec",
|
|
8960
8913
|
expected: "(string | undefined)",
|
|
@@ -8974,7 +8927,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8974
8927
|
path: _path + ".split",
|
|
8975
8928
|
expected: "(boolean | undefined)",
|
|
8976
8929
|
value: input.split
|
|
8977
|
-
}, _errorFactory)); const
|
|
8930
|
+
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8978
8931
|
method: "typia.assertGuard",
|
|
8979
8932
|
path: _path + ".lang",
|
|
8980
8933
|
expected: "(string | undefined)",
|
|
@@ -8984,17 +8937,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8984
8937
|
path: _path + ".style",
|
|
8985
8938
|
expected: "(string | undefined)",
|
|
8986
8939
|
value: input.style
|
|
8987
|
-
}, _errorFactory)); const
|
|
8988
|
-
const value = input[key];
|
|
8989
|
-
if (undefined === value)
|
|
8990
|
-
return true;
|
|
8991
|
-
return true;
|
|
8992
|
-
}); const _ao18 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8940
|
+
}, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8993
8941
|
method: "typia.assertGuard",
|
|
8994
8942
|
path: _path + ".method",
|
|
8995
8943
|
expected: "string",
|
|
8996
8944
|
value: input.method
|
|
8997
|
-
}, _errorFactory); const
|
|
8945
|
+
}, _errorFactory); const _ao17 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8998
8946
|
method: "typia.assertGuard",
|
|
8999
8947
|
path: _path + ".level",
|
|
9000
8948
|
expected: "number",
|
|
@@ -9009,97 +8957,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9009
8957
|
path: _path + ".msg",
|
|
9010
8958
|
expected: "string",
|
|
9011
8959
|
value: input.msg
|
|
9012
|
-
}, _errorFactory)); const
|
|
9013
|
-
method: "typia.assertGuard",
|
|
9014
|
-
path: _path + ".pageId",
|
|
9015
|
-
expected: "(string | undefined)",
|
|
9016
|
-
value: input.pageId
|
|
9017
|
-
}, _errorFactory)) && ("facebook" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8960
|
+
}, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9018
8961
|
method: "typia.assertGuard",
|
|
9019
8962
|
path: _path + ".type",
|
|
9020
|
-
expected: "\"
|
|
8963
|
+
expected: "\"file\"",
|
|
9021
8964
|
value: input.type
|
|
9022
|
-
}, _errorFactory)) && (
|
|
9023
|
-
method: "typia.assertGuard",
|
|
9024
|
-
path: _path + ".asset",
|
|
9025
|
-
expected: "(null | string | undefined)",
|
|
9026
|
-
value: input.asset
|
|
9027
|
-
}, _errorFactory)) && (undefined === input.connection || "string" === typeof input.connection || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9028
|
-
method: "typia.assertGuard",
|
|
9029
|
-
path: _path + ".connection",
|
|
9030
|
-
expected: "(string | undefined)",
|
|
9031
|
-
value: input.connection
|
|
9032
|
-
}, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9033
|
-
method: "typia.assertGuard",
|
|
9034
|
-
path: _path + ".render",
|
|
9035
|
-
expected: "(PublishRender | undefined)",
|
|
9036
|
-
value: input.render
|
|
9037
|
-
}, _errorFactory)) && _ao3(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9038
|
-
method: "typia.assertGuard",
|
|
9039
|
-
path: _path + ".render",
|
|
9040
|
-
expected: "(PublishRender | undefined)",
|
|
9041
|
-
value: input.render
|
|
9042
|
-
}, _errorFactory)) && (undefined === input.draft || ("object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9043
|
-
method: "typia.assertGuard",
|
|
9044
|
-
path: _path + ".draft",
|
|
9045
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9046
|
-
value: input.draft
|
|
9047
|
-
}, _errorFactory)) && _ao17(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9048
|
-
method: "typia.assertGuard",
|
|
9049
|
-
path: _path + ".draft",
|
|
9050
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9051
|
-
value: input.draft
|
|
9052
|
-
}, _errorFactory)) && (undefined === input.published || ("object" === typeof input.published && null !== input.published && false === Array.isArray(input.published) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9053
|
-
method: "typia.assertGuard",
|
|
9054
|
-
path: _path + ".published",
|
|
9055
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9056
|
-
value: input.published
|
|
9057
|
-
}, _errorFactory)) && _ao17(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9058
|
-
method: "typia.assertGuard",
|
|
9059
|
-
path: _path + ".published",
|
|
9060
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9061
|
-
value: input.published
|
|
9062
|
-
}, _errorFactory)) && (undefined === input.remote || ("object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9063
|
-
method: "typia.assertGuard",
|
|
9064
|
-
path: _path + ".remote",
|
|
9065
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9066
|
-
value: input.remote
|
|
9067
|
-
}, _errorFactory)) && _ao17(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9068
|
-
method: "typia.assertGuard",
|
|
9069
|
-
path: _path + ".remote",
|
|
9070
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9071
|
-
value: input.remote
|
|
9072
|
-
}, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9073
|
-
method: "typia.assertGuard",
|
|
9074
|
-
path: _path + ".error",
|
|
9075
|
-
expected: "(__type.o11 | null | undefined)",
|
|
9076
|
-
value: input.error
|
|
9077
|
-
}, _errorFactory)) && _ao18(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9078
|
-
method: "typia.assertGuard",
|
|
9079
|
-
path: _path + ".error",
|
|
9080
|
-
expected: "(__type.o11 | null | undefined)",
|
|
9081
|
-
value: input.error
|
|
9082
|
-
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9083
|
-
method: "typia.assertGuard",
|
|
9084
|
-
path: _path + ".messages",
|
|
9085
|
-
expected: "(Array<Message> | undefined)",
|
|
9086
|
-
value: input.messages
|
|
9087
|
-
}, _errorFactory)) && input.messages.every((elem, _index13) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9088
|
-
method: "typia.assertGuard",
|
|
9089
|
-
path: _path + ".messages[" + _index13 + "]",
|
|
9090
|
-
expected: "Message",
|
|
9091
|
-
value: elem
|
|
9092
|
-
}, _errorFactory)) && _ao19(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9093
|
-
method: "typia.assertGuard",
|
|
9094
|
-
path: _path + ".messages[" + _index13 + "]",
|
|
9095
|
-
expected: "Message",
|
|
9096
|
-
value: elem
|
|
9097
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9098
|
-
method: "typia.assertGuard",
|
|
9099
|
-
path: _path + ".messages",
|
|
9100
|
-
expected: "(Array<Message> | undefined)",
|
|
9101
|
-
value: input.messages
|
|
9102
|
-
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8965
|
+
}, _errorFactory)) && (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9103
8966
|
method: "typia.assertGuard",
|
|
9104
8967
|
path: _path + ".directory",
|
|
9105
8968
|
expected: "(string | undefined)",
|
|
@@ -9114,7 +8977,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9114
8977
|
path: _path + ".renders",
|
|
9115
8978
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
9116
8979
|
value: input.renders
|
|
9117
|
-
}, _errorFactory)) &&
|
|
8980
|
+
}, _errorFactory)) && _ao19(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9118
8981
|
method: "typia.assertGuard",
|
|
9119
8982
|
path: _path + ".renders",
|
|
9120
8983
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
@@ -9124,7 +8987,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9124
8987
|
path: _path + ".draft",
|
|
9125
8988
|
expected: "(FilePublishDraft | undefined)",
|
|
9126
8989
|
value: input.draft
|
|
9127
|
-
}, _errorFactory)) &&
|
|
8990
|
+
}, _errorFactory)) && _ao23(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9128
8991
|
method: "typia.assertGuard",
|
|
9129
8992
|
path: _path + ".draft",
|
|
9130
8993
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -9134,7 +8997,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9134
8997
|
path: _path + ".remote",
|
|
9135
8998
|
expected: "(FilePublishRemote | undefined)",
|
|
9136
8999
|
value: input.remote
|
|
9137
|
-
}, _errorFactory)) &&
|
|
9000
|
+
}, _errorFactory)) && _ao24(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9138
9001
|
method: "typia.assertGuard",
|
|
9139
9002
|
path: _path + ".remote",
|
|
9140
9003
|
expected: "(FilePublishRemote | undefined)",
|
|
@@ -9144,16 +9007,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9144
9007
|
path: _path + ".published",
|
|
9145
9008
|
expected: "(FilePublishPublished | undefined)",
|
|
9146
9009
|
value: input.published
|
|
9147
|
-
}, _errorFactory)) &&
|
|
9010
|
+
}, _errorFactory)) && _ao27(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9148
9011
|
method: "typia.assertGuard",
|
|
9149
9012
|
path: _path + ".published",
|
|
9150
9013
|
expected: "(FilePublishPublished | undefined)",
|
|
9151
9014
|
value: input.published
|
|
9152
|
-
}, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9153
|
-
method: "typia.assertGuard",
|
|
9154
|
-
path: _path + ".type",
|
|
9155
|
-
expected: "\"file\"",
|
|
9156
|
-
value: input.type
|
|
9157
9015
|
}, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9158
9016
|
method: "typia.assertGuard",
|
|
9159
9017
|
path: _path + ".asset",
|
|
@@ -9167,36 +9025,36 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9167
9025
|
}, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9168
9026
|
method: "typia.assertGuard",
|
|
9169
9027
|
path: _path + ".render",
|
|
9170
|
-
expected: "(
|
|
9028
|
+
expected: "(PublishRenderBase | undefined)",
|
|
9171
9029
|
value: input.render
|
|
9172
|
-
}, _errorFactory)) &&
|
|
9030
|
+
}, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9173
9031
|
method: "typia.assertGuard",
|
|
9174
9032
|
path: _path + ".render",
|
|
9175
|
-
expected: "(
|
|
9033
|
+
expected: "(PublishRenderBase | undefined)",
|
|
9176
9034
|
value: input.render
|
|
9177
9035
|
}, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9178
9036
|
method: "typia.assertGuard",
|
|
9179
9037
|
path: _path + ".error",
|
|
9180
|
-
expected: "(__type.
|
|
9038
|
+
expected: "(__type.o9 | null | undefined)",
|
|
9181
9039
|
value: input.error
|
|
9182
|
-
}, _errorFactory)) &&
|
|
9040
|
+
}, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9183
9041
|
method: "typia.assertGuard",
|
|
9184
9042
|
path: _path + ".error",
|
|
9185
|
-
expected: "(__type.
|
|
9043
|
+
expected: "(__type.o9 | null | undefined)",
|
|
9186
9044
|
value: input.error
|
|
9187
9045
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9188
9046
|
method: "typia.assertGuard",
|
|
9189
9047
|
path: _path + ".messages",
|
|
9190
9048
|
expected: "(Array<Message> | undefined)",
|
|
9191
9049
|
value: input.messages
|
|
9192
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
9050
|
+
}, _errorFactory)) && input.messages.every((elem, _index12) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9193
9051
|
method: "typia.assertGuard",
|
|
9194
|
-
path: _path + ".messages[" +
|
|
9052
|
+
path: _path + ".messages[" + _index12 + "]",
|
|
9195
9053
|
expected: "Message",
|
|
9196
9054
|
value: elem
|
|
9197
|
-
}, _errorFactory)) &&
|
|
9055
|
+
}, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9198
9056
|
method: "typia.assertGuard",
|
|
9199
|
-
path: _path + ".messages[" +
|
|
9057
|
+
path: _path + ".messages[" + _index12 + "]",
|
|
9200
9058
|
expected: "Message",
|
|
9201
9059
|
value: elem
|
|
9202
9060
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -9204,37 +9062,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9204
9062
|
path: _path + ".messages",
|
|
9205
9063
|
expected: "(Array<Message> | undefined)",
|
|
9206
9064
|
value: input.messages
|
|
9207
|
-
}, _errorFactory)); const
|
|
9065
|
+
}, _errorFactory)); const _ao19 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
9208
9066
|
const value = input[key];
|
|
9209
9067
|
if (undefined === value)
|
|
9210
9068
|
return true;
|
|
9211
9069
|
return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9212
9070
|
method: "typia.assertGuard",
|
|
9213
9071
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
9214
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
9072
|
+
expected: "(ResolvedFilePublishRender | __type.o10 | string)",
|
|
9215
9073
|
value: value
|
|
9216
9074
|
}, _errorFactory)) && (undefined !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9217
9075
|
method: "typia.assertGuard",
|
|
9218
9076
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
9219
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
9077
|
+
expected: "(ResolvedFilePublishRender | __type.o10 | string)",
|
|
9220
9078
|
value: value
|
|
9221
9079
|
}, _errorFactory)) && ("string" === typeof value || ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9222
9080
|
method: "typia.assertGuard",
|
|
9223
9081
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
9224
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
9082
|
+
expected: "(ResolvedFilePublishRender | __type.o10 | string)",
|
|
9225
9083
|
value: value
|
|
9226
9084
|
}, _errorFactory)) && _au0(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9227
9085
|
method: "typia.assertGuard",
|
|
9228
9086
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
9229
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
9087
|
+
expected: "(ResolvedFilePublishRender | __type.o10 | string)",
|
|
9230
9088
|
value: value
|
|
9231
9089
|
}, _errorFactory));
|
|
9232
|
-
}); const
|
|
9233
|
-
method: "typia.assertGuard",
|
|
9234
|
-
path: _path + ".preset",
|
|
9235
|
-
expected: "(string | undefined)",
|
|
9236
|
-
value: input.preset
|
|
9237
|
-
}, _errorFactory)) && (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9090
|
+
}); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9238
9091
|
method: "typia.assertGuard",
|
|
9239
9092
|
path: _path + ".name",
|
|
9240
9093
|
expected: "(string | undefined)",
|
|
@@ -9254,6 +9107,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9254
9107
|
path: _path + ".ignoreEmptyScene",
|
|
9255
9108
|
expected: "(boolean | undefined)",
|
|
9256
9109
|
value: input.ignoreEmptyScene
|
|
9110
|
+
}, _errorFactory)) && (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9111
|
+
method: "typia.assertGuard",
|
|
9112
|
+
path: _path + ".preset",
|
|
9113
|
+
expected: "(string | undefined)",
|
|
9114
|
+
value: input.preset
|
|
9257
9115
|
}, _errorFactory)) && ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9258
9116
|
method: "typia.assertGuard",
|
|
9259
9117
|
path: _path + ".type",
|
|
@@ -9264,7 +9122,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9264
9122
|
path: _path + ".scene",
|
|
9265
9123
|
expected: "(RenderSceneObject | undefined)",
|
|
9266
9124
|
value: input.scene
|
|
9267
|
-
}, _errorFactory)) &&
|
|
9125
|
+
}, _errorFactory)) && _ao3(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9268
9126
|
method: "typia.assertGuard",
|
|
9269
9127
|
path: _path + ".scene",
|
|
9270
9128
|
expected: "(RenderSceneObject | undefined)",
|
|
@@ -9274,37 +9132,37 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9274
9132
|
path: _path + ".profile",
|
|
9275
9133
|
expected: "(RenderProfileObject | undefined)",
|
|
9276
9134
|
value: input.profile
|
|
9277
|
-
}, _errorFactory)) &&
|
|
9135
|
+
}, _errorFactory)) && _ao11(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9278
9136
|
method: "typia.assertGuard",
|
|
9279
9137
|
path: _path + ".profile",
|
|
9280
9138
|
expected: "(RenderProfileObject | undefined)",
|
|
9281
9139
|
value: input.profile
|
|
9282
|
-
}, _errorFactory)); const
|
|
9140
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9283
9141
|
method: "typia.assertGuard",
|
|
9284
9142
|
path: _path + ".__context",
|
|
9285
|
-
expected: "__type.
|
|
9143
|
+
expected: "__type.o11",
|
|
9286
9144
|
value: input.__context
|
|
9287
|
-
}, _errorFactory)) &&
|
|
9145
|
+
}, _errorFactory)) && _ao22(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9288
9146
|
method: "typia.assertGuard",
|
|
9289
9147
|
path: _path + ".__context",
|
|
9290
|
-
expected: "__type.
|
|
9148
|
+
expected: "__type.o11",
|
|
9291
9149
|
value: input.__context
|
|
9292
9150
|
}, _errorFactory)) && (("object" === typeof input.__returnValue && null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9293
9151
|
method: "typia.assertGuard",
|
|
9294
9152
|
path: _path + ".__returnValue",
|
|
9295
9153
|
expected: "ResolvedFilePublishRender",
|
|
9296
9154
|
value: input.__returnValue
|
|
9297
|
-
}, _errorFactory)) &&
|
|
9155
|
+
}, _errorFactory)) && _ao20(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9298
9156
|
method: "typia.assertGuard",
|
|
9299
9157
|
path: _path + ".__returnValue",
|
|
9300
9158
|
expected: "ResolvedFilePublishRender",
|
|
9301
9159
|
value: input.__returnValue
|
|
9302
|
-
}, _errorFactory)); const
|
|
9160
|
+
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9303
9161
|
method: "typia.assertGuard",
|
|
9304
9162
|
path: _path + ".publish",
|
|
9305
9163
|
expected: "FilePublishRecord",
|
|
9306
9164
|
value: input.publish
|
|
9307
|
-
}, _errorFactory)) &&
|
|
9165
|
+
}, _errorFactory)) && _ao18(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9308
9166
|
method: "typia.assertGuard",
|
|
9309
9167
|
path: _path + ".publish",
|
|
9310
9168
|
expected: "FilePublishRecord",
|
|
@@ -9319,7 +9177,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9319
9177
|
path: _path + ".name",
|
|
9320
9178
|
expected: "string",
|
|
9321
9179
|
value: input.name
|
|
9322
|
-
}, _errorFactory)); const
|
|
9180
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9323
9181
|
method: "typia.assertGuard",
|
|
9324
9182
|
path: _path + ".directory",
|
|
9325
9183
|
expected: "(string | undefined)",
|
|
@@ -9329,14 +9187,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9329
9187
|
path: _path + ".filename",
|
|
9330
9188
|
expected: "(string | undefined)",
|
|
9331
9189
|
value: input.filename
|
|
9332
|
-
}, _errorFactory))
|
|
9333
|
-
if (["directory", "filename"].some(prop => key === prop))
|
|
9334
|
-
return true;
|
|
9335
|
-
const value = input[key];
|
|
9336
|
-
if (undefined === value)
|
|
9337
|
-
return true;
|
|
9338
|
-
return true;
|
|
9339
|
-
})); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9190
|
+
}, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9340
9191
|
method: "typia.assertGuard",
|
|
9341
9192
|
path: _path + ".directory",
|
|
9342
9193
|
expected: "(string | undefined)",
|
|
@@ -9351,19 +9202,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9351
9202
|
path: _path + ".renders",
|
|
9352
9203
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
9353
9204
|
value: input.renders
|
|
9354
|
-
}, _errorFactory)) &&
|
|
9205
|
+
}, _errorFactory)) && _ao25(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9355
9206
|
method: "typia.assertGuard",
|
|
9356
9207
|
path: _path + ".renders",
|
|
9357
9208
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
9358
9209
|
value: input.renders
|
|
9359
|
-
}, _errorFactory))
|
|
9360
|
-
if (["directory", "filename", "renders"].some(prop => key === prop))
|
|
9361
|
-
return true;
|
|
9362
|
-
const value = input[key];
|
|
9363
|
-
if (undefined === value)
|
|
9364
|
-
return true;
|
|
9365
|
-
return true;
|
|
9366
|
-
})); const _ao28 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
9210
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
9367
9211
|
const value = input[key];
|
|
9368
9212
|
if (undefined === value)
|
|
9369
9213
|
return true;
|
|
@@ -9372,13 +9216,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9372
9216
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
9373
9217
|
expected: "FilePublishRemoteRender",
|
|
9374
9218
|
value: value
|
|
9375
|
-
}, _errorFactory)) &&
|
|
9219
|
+
}, _errorFactory)) && _ao26(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9376
9220
|
method: "typia.assertGuard",
|
|
9377
9221
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
9378
9222
|
expected: "FilePublishRemoteRender",
|
|
9379
9223
|
value: value
|
|
9380
9224
|
}, _errorFactory);
|
|
9381
|
-
}); const
|
|
9225
|
+
}); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9382
9226
|
method: "typia.assertGuard",
|
|
9383
9227
|
path: _path + ".path",
|
|
9384
9228
|
expected: "(string | undefined)",
|
|
@@ -9388,14 +9232,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9388
9232
|
path: _path + ".messages",
|
|
9389
9233
|
expected: "(Array<Message> | undefined)",
|
|
9390
9234
|
value: input.messages
|
|
9391
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
9235
|
+
}, _errorFactory)) && input.messages.every((elem, _index13) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9392
9236
|
method: "typia.assertGuard",
|
|
9393
|
-
path: _path + ".messages[" +
|
|
9237
|
+
path: _path + ".messages[" + _index13 + "]",
|
|
9394
9238
|
expected: "Message",
|
|
9395
9239
|
value: elem
|
|
9396
|
-
}, _errorFactory)) &&
|
|
9240
|
+
}, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9397
9241
|
method: "typia.assertGuard",
|
|
9398
|
-
path: _path + ".messages[" +
|
|
9242
|
+
path: _path + ".messages[" + _index13 + "]",
|
|
9399
9243
|
expected: "Message",
|
|
9400
9244
|
value: elem
|
|
9401
9245
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -9418,7 +9262,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9418
9262
|
path: _path + ".source",
|
|
9419
9263
|
expected: "(string | undefined)",
|
|
9420
9264
|
value: input.source
|
|
9421
|
-
}, _errorFactory)); const
|
|
9265
|
+
}, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9422
9266
|
method: "typia.assertGuard",
|
|
9423
9267
|
path: _path + ".directory",
|
|
9424
9268
|
expected: "(string | undefined)",
|
|
@@ -9428,14 +9272,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9428
9272
|
path: _path + ".filename",
|
|
9429
9273
|
expected: "string",
|
|
9430
9274
|
value: input.filename
|
|
9431
|
-
}, _errorFactory))
|
|
9432
|
-
|
|
9433
|
-
|
|
9434
|
-
|
|
9435
|
-
|
|
9436
|
-
|
|
9437
|
-
return true;
|
|
9438
|
-
})); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9275
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9276
|
+
method: "typia.assertGuard",
|
|
9277
|
+
path: _path + ".type",
|
|
9278
|
+
expected: "\"file\"",
|
|
9279
|
+
value: input.type
|
|
9280
|
+
}, _errorFactory)) && (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9439
9281
|
method: "typia.assertGuard",
|
|
9440
9282
|
path: _path + ".directory",
|
|
9441
9283
|
expected: "(string | undefined)",
|
|
@@ -9450,7 +9292,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9450
9292
|
path: _path + ".draft",
|
|
9451
9293
|
expected: "(FilePublishDraft | undefined)",
|
|
9452
9294
|
value: input.draft
|
|
9453
|
-
}, _errorFactory)) &&
|
|
9295
|
+
}, _errorFactory)) && _ao23(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9454
9296
|
method: "typia.assertGuard",
|
|
9455
9297
|
path: _path + ".draft",
|
|
9456
9298
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -9460,7 +9302,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9460
9302
|
path: _path + ".remote",
|
|
9461
9303
|
expected: "(FilePublishRemoteLegacy | undefined)",
|
|
9462
9304
|
value: input.remote
|
|
9463
|
-
}, _errorFactory)) &&
|
|
9305
|
+
}, _errorFactory)) && _ao29(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9464
9306
|
method: "typia.assertGuard",
|
|
9465
9307
|
path: _path + ".remote",
|
|
9466
9308
|
expected: "(FilePublishRemoteLegacy | undefined)",
|
|
@@ -9470,7 +9312,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9470
9312
|
path: _path + ".published",
|
|
9471
9313
|
expected: "(FilePublishPublished | undefined)",
|
|
9472
9314
|
value: input.published
|
|
9473
|
-
}, _errorFactory)) &&
|
|
9315
|
+
}, _errorFactory)) && _ao27(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9474
9316
|
method: "typia.assertGuard",
|
|
9475
9317
|
path: _path + ".published",
|
|
9476
9318
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -9482,16 +9324,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9482
9324
|
value: input.renders
|
|
9483
9325
|
}, _errorFactory)) && (undefined === input.renders || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9484
9326
|
method: "typia.assertGuard",
|
|
9485
|
-
path: _path + ".renders",
|
|
9486
|
-
expected: "undefined",
|
|
9487
|
-
value: input.renders
|
|
9488
|
-
}, _errorFactory))) && ("
|
|
9489
|
-
method: "typia.assertGuard",
|
|
9490
|
-
path: _path + ".type",
|
|
9491
|
-
expected: "\"file\"",
|
|
9492
|
-
value: input.type
|
|
9493
|
-
}, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9494
|
-
method: "typia.assertGuard",
|
|
9327
|
+
path: _path + ".renders",
|
|
9328
|
+
expected: "undefined",
|
|
9329
|
+
value: input.renders
|
|
9330
|
+
}, _errorFactory))) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9331
|
+
method: "typia.assertGuard",
|
|
9495
9332
|
path: _path + ".asset",
|
|
9496
9333
|
expected: "(null | string | undefined)",
|
|
9497
9334
|
value: input.asset
|
|
@@ -9503,36 +9340,36 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9503
9340
|
}, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9504
9341
|
method: "typia.assertGuard",
|
|
9505
9342
|
path: _path + ".render",
|
|
9506
|
-
expected: "(
|
|
9343
|
+
expected: "(PublishRenderBase | undefined)",
|
|
9507
9344
|
value: input.render
|
|
9508
|
-
}, _errorFactory)) &&
|
|
9345
|
+
}, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9509
9346
|
method: "typia.assertGuard",
|
|
9510
9347
|
path: _path + ".render",
|
|
9511
|
-
expected: "(
|
|
9348
|
+
expected: "(PublishRenderBase | undefined)",
|
|
9512
9349
|
value: input.render
|
|
9513
9350
|
}, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9514
9351
|
method: "typia.assertGuard",
|
|
9515
9352
|
path: _path + ".error",
|
|
9516
|
-
expected: "(__type.
|
|
9353
|
+
expected: "(__type.o9 | null | undefined)",
|
|
9517
9354
|
value: input.error
|
|
9518
|
-
}, _errorFactory)) &&
|
|
9355
|
+
}, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9519
9356
|
method: "typia.assertGuard",
|
|
9520
9357
|
path: _path + ".error",
|
|
9521
|
-
expected: "(__type.
|
|
9358
|
+
expected: "(__type.o9 | null | undefined)",
|
|
9522
9359
|
value: input.error
|
|
9523
9360
|
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9524
9361
|
method: "typia.assertGuard",
|
|
9525
9362
|
path: _path + ".messages",
|
|
9526
9363
|
expected: "(Array<Message> | undefined)",
|
|
9527
9364
|
value: input.messages
|
|
9528
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
9365
|
+
}, _errorFactory)) && input.messages.every((elem, _index14) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9529
9366
|
method: "typia.assertGuard",
|
|
9530
|
-
path: _path + ".messages[" +
|
|
9367
|
+
path: _path + ".messages[" + _index14 + "]",
|
|
9531
9368
|
expected: "Message",
|
|
9532
9369
|
value: elem
|
|
9533
|
-
}, _errorFactory)) &&
|
|
9370
|
+
}, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9534
9371
|
method: "typia.assertGuard",
|
|
9535
|
-
path: _path + ".messages[" +
|
|
9372
|
+
path: _path + ".messages[" + _index14 + "]",
|
|
9536
9373
|
expected: "Message",
|
|
9537
9374
|
value: elem
|
|
9538
9375
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -9540,7 +9377,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9540
9377
|
path: _path + ".messages",
|
|
9541
9378
|
expected: "(Array<Message> | undefined)",
|
|
9542
9379
|
value: input.messages
|
|
9543
|
-
}, _errorFactory)); const
|
|
9380
|
+
}, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9544
9381
|
method: "typia.assertGuard",
|
|
9545
9382
|
path: _path + ".id",
|
|
9546
9383
|
expected: "(string | undefined)",
|
|
@@ -9563,22 +9400,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9563
9400
|
}, _errorFactory)) && (undefined === input.subtitle || ("object" === typeof input.subtitle && null !== input.subtitle || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9564
9401
|
method: "typia.assertGuard",
|
|
9565
9402
|
path: _path + ".subtitle",
|
|
9566
|
-
expected: "(__type.
|
|
9403
|
+
expected: "(__type.o12 | undefined)",
|
|
9567
9404
|
value: input.subtitle
|
|
9568
|
-
}, _errorFactory)) &&
|
|
9405
|
+
}, _errorFactory)) && _ao30(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9569
9406
|
method: "typia.assertGuard",
|
|
9570
9407
|
path: _path + ".subtitle",
|
|
9571
|
-
expected: "(__type.
|
|
9408
|
+
expected: "(__type.o12 | undefined)",
|
|
9572
9409
|
value: input.subtitle
|
|
9573
9410
|
}, _errorFactory)) && (undefined === input.metafile || ("object" === typeof input.metafile && null !== input.metafile || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9574
9411
|
method: "typia.assertGuard",
|
|
9575
9412
|
path: _path + ".metafile",
|
|
9576
|
-
expected: "(__type.
|
|
9413
|
+
expected: "(__type.o13 | undefined)",
|
|
9577
9414
|
value: input.metafile
|
|
9578
|
-
}, _errorFactory)) &&
|
|
9415
|
+
}, _errorFactory)) && _ao31(input.metafile, _path + ".metafile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9579
9416
|
method: "typia.assertGuard",
|
|
9580
9417
|
path: _path + ".metafile",
|
|
9581
|
-
expected: "(__type.
|
|
9418
|
+
expected: "(__type.o13 | undefined)",
|
|
9582
9419
|
value: input.metafile
|
|
9583
9420
|
}, _errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
9584
9421
|
if (["id", "path", "filename", "directory", "subtitle", "metafile"].some(prop => key === prop))
|
|
@@ -9587,52 +9424,137 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9587
9424
|
if (undefined === value)
|
|
9588
9425
|
return true;
|
|
9589
9426
|
return true;
|
|
9590
|
-
})); const
|
|
9427
|
+
})); const _ao30 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9591
9428
|
method: "typia.assertGuard",
|
|
9592
9429
|
path: _path + ".path",
|
|
9593
9430
|
expected: "string",
|
|
9594
9431
|
value: input.path
|
|
9595
|
-
}, _errorFactory); const
|
|
9432
|
+
}, _errorFactory); const _ao31 = (input, _path, _exceptionable = true) => "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9596
9433
|
method: "typia.assertGuard",
|
|
9597
9434
|
path: _path + ".path",
|
|
9598
9435
|
expected: "string",
|
|
9599
9436
|
value: input.path
|
|
9600
|
-
}, _errorFactory); const
|
|
9437
|
+
}, _errorFactory); const _ao32 = (input, _path, _exceptionable = true) => ("youtube" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9601
9438
|
method: "typia.assertGuard",
|
|
9602
9439
|
path: _path + ".type",
|
|
9603
|
-
expected: "
|
|
9440
|
+
expected: "\"youtube\"",
|
|
9604
9441
|
value: input.type
|
|
9605
|
-
}, _errorFactory)) && (null === input.
|
|
9442
|
+
}, _errorFactory)) && (undefined === input.draft || ("object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9606
9443
|
method: "typia.assertGuard",
|
|
9607
|
-
path: _path + ".
|
|
9608
|
-
expected: "
|
|
9609
|
-
value: input.
|
|
9444
|
+
path: _path + ".draft",
|
|
9445
|
+
expected: "(__type.o14 | undefined)",
|
|
9446
|
+
value: input.draft
|
|
9447
|
+
}, _errorFactory)) && _ao33(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9448
|
+
method: "typia.assertGuard",
|
|
9449
|
+
path: _path + ".draft",
|
|
9450
|
+
expected: "(__type.o14 | undefined)",
|
|
9451
|
+
value: input.draft
|
|
9610
9452
|
}, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9611
9453
|
method: "typia.assertGuard",
|
|
9612
9454
|
path: _path + ".asset",
|
|
9613
9455
|
expected: "(null | string | undefined)",
|
|
9614
9456
|
value: input.asset
|
|
9457
|
+
}, _errorFactory)) && (undefined === input.connection || "string" === typeof input.connection || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9458
|
+
method: "typia.assertGuard",
|
|
9459
|
+
path: _path + ".connection",
|
|
9460
|
+
expected: "(string | undefined)",
|
|
9461
|
+
value: input.connection
|
|
9462
|
+
}, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9463
|
+
method: "typia.assertGuard",
|
|
9464
|
+
path: _path + ".render",
|
|
9465
|
+
expected: "(PublishRenderBase | undefined)",
|
|
9466
|
+
value: input.render
|
|
9467
|
+
}, _errorFactory)) && _ao2(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9468
|
+
method: "typia.assertGuard",
|
|
9469
|
+
path: _path + ".render",
|
|
9470
|
+
expected: "(PublishRenderBase | undefined)",
|
|
9471
|
+
value: input.render
|
|
9472
|
+
}, _errorFactory)) && true && true && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9473
|
+
method: "typia.assertGuard",
|
|
9474
|
+
path: _path + ".error",
|
|
9475
|
+
expected: "(__type.o9 | null | undefined)",
|
|
9476
|
+
value: input.error
|
|
9477
|
+
}, _errorFactory)) && _ao16(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9478
|
+
method: "typia.assertGuard",
|
|
9479
|
+
path: _path + ".error",
|
|
9480
|
+
expected: "(__type.o9 | null | undefined)",
|
|
9481
|
+
value: input.error
|
|
9482
|
+
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9483
|
+
method: "typia.assertGuard",
|
|
9484
|
+
path: _path + ".messages",
|
|
9485
|
+
expected: "(Array<Message> | undefined)",
|
|
9486
|
+
value: input.messages
|
|
9487
|
+
}, _errorFactory)) && input.messages.every((elem, _index15) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9488
|
+
method: "typia.assertGuard",
|
|
9489
|
+
path: _path + ".messages[" + _index15 + "]",
|
|
9490
|
+
expected: "Message",
|
|
9491
|
+
value: elem
|
|
9492
|
+
}, _errorFactory)) && _ao17(elem, _path + ".messages[" + _index15 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9493
|
+
method: "typia.assertGuard",
|
|
9494
|
+
path: _path + ".messages[" + _index15 + "]",
|
|
9495
|
+
expected: "Message",
|
|
9496
|
+
value: elem
|
|
9497
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9498
|
+
method: "typia.assertGuard",
|
|
9499
|
+
path: _path + ".messages",
|
|
9500
|
+
expected: "(Array<Message> | undefined)",
|
|
9501
|
+
value: input.messages
|
|
9502
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => undefined === input.snippet || ("object" === typeof input.snippet && null !== input.snippet && false === Array.isArray(input.snippet) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9503
|
+
method: "typia.assertGuard",
|
|
9504
|
+
path: _path + ".snippet",
|
|
9505
|
+
expected: "(__type.o15 | undefined)",
|
|
9506
|
+
value: input.snippet
|
|
9507
|
+
}, _errorFactory)) && _ao34(input.snippet, _path + ".snippet", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9508
|
+
method: "typia.assertGuard",
|
|
9509
|
+
path: _path + ".snippet",
|
|
9510
|
+
expected: "(__type.o15 | undefined)",
|
|
9511
|
+
value: input.snippet
|
|
9512
|
+
}, _errorFactory); const _ao34 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9513
|
+
method: "typia.assertGuard",
|
|
9514
|
+
path: _path + ".title",
|
|
9515
|
+
expected: "(string | undefined)",
|
|
9516
|
+
value: input.title
|
|
9517
|
+
}, _errorFactory)) && (undefined === input.tags || (Array.isArray(input.tags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9518
|
+
method: "typia.assertGuard",
|
|
9519
|
+
path: _path + ".tags",
|
|
9520
|
+
expected: "(Array<string> | undefined)",
|
|
9521
|
+
value: input.tags
|
|
9522
|
+
}, _errorFactory)) && input.tags.every((elem, _index16) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9523
|
+
method: "typia.assertGuard",
|
|
9524
|
+
path: _path + ".tags[" + _index16 + "]",
|
|
9525
|
+
expected: "string",
|
|
9526
|
+
value: elem
|
|
9527
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9528
|
+
method: "typia.assertGuard",
|
|
9529
|
+
path: _path + ".tags",
|
|
9530
|
+
expected: "(Array<string> | undefined)",
|
|
9531
|
+
value: input.tags
|
|
9532
|
+
}, _errorFactory)) && (undefined === input.description || "string" === typeof input.description || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9533
|
+
method: "typia.assertGuard",
|
|
9534
|
+
path: _path + ".description",
|
|
9535
|
+
expected: "(string | undefined)",
|
|
9536
|
+
value: input.description
|
|
9615
9537
|
}, _errorFactory)); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
9616
9538
|
if (undefined !== input.path)
|
|
9617
|
-
return
|
|
9539
|
+
return _ao20(input, _path, true && _exceptionable);
|
|
9618
9540
|
else if (undefined !== input.__context)
|
|
9619
|
-
return
|
|
9541
|
+
return _ao21(input, _path, true && _exceptionable);
|
|
9620
9542
|
else
|
|
9621
9543
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9622
9544
|
method: "typia.assertGuard",
|
|
9623
9545
|
path: _path,
|
|
9624
|
-
expected: "(ResolvedFilePublishRender | __type.
|
|
9546
|
+
expected: "(ResolvedFilePublishRender | __type.o10)",
|
|
9625
9547
|
value: input
|
|
9626
9548
|
}, _errorFactory);
|
|
9627
9549
|
})(); const _au1 = (input, _path, _exceptionable = true) => (() => {
|
|
9628
|
-
if (
|
|
9550
|
+
if (undefined !== input.type && null === input.type)
|
|
9629
9551
|
return _ao0(input, _path, true && _exceptionable);
|
|
9630
9552
|
else if ("facebook" === input.type)
|
|
9631
|
-
return
|
|
9632
|
-
else if (
|
|
9633
|
-
return
|
|
9553
|
+
return _ao1(input, _path, true && _exceptionable);
|
|
9554
|
+
else if ("youtube" === input.type)
|
|
9555
|
+
return _ao32(input, _path, true && _exceptionable);
|
|
9634
9556
|
else
|
|
9635
|
-
return
|
|
9557
|
+
return _ao28(input, _path, false && _exceptionable) || _ao18(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9636
9558
|
method: "typia.assertGuard",
|
|
9637
9559
|
path: _path,
|
|
9638
9560
|
expected: "(FilePublishRecordLegacy | FilePublishRecord)",
|
|
@@ -9656,78 +9578,38 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9656
9578
|
}; })()(input);
|
|
9657
9579
|
}
|
|
9658
9580
|
case ":publish.stats?": {
|
|
9659
|
-
return (() => { const _io0 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) &&
|
|
9660
|
-
const value = input[key];
|
|
9661
|
-
if (undefined === value)
|
|
9662
|
-
return true;
|
|
9663
|
-
return true;
|
|
9664
|
-
}); const _io3 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) && _io2(input.retrieved)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && false === Array.isArray(input.defaults) && _io2(input.defaults)); const _io4 = input => (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) && _io5(input.retrieved)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && _io8(input.defaults)) && (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io5 = input => (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io6(input.renders)) && Object.keys(input).every(key => {
|
|
9665
|
-
if (["filename", "directory", "renders"].some(prop => key === prop))
|
|
9666
|
-
return true;
|
|
9667
|
-
const value = input[key];
|
|
9668
|
-
if (undefined === value)
|
|
9669
|
-
return true;
|
|
9670
|
-
return true;
|
|
9671
|
-
}); const _io6 = input => Object.keys(input).every(key => {
|
|
9581
|
+
return (() => { const _io0 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && true; const _io1 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io2 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && true; const _io3 = input => (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) && _io4(input.retrieved)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && _io7(input.defaults)) && (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io4 = input => (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io5(input.renders)); const _io5 = input => Object.keys(input).every(key => {
|
|
9672
9582
|
const value = input[key];
|
|
9673
9583
|
if (undefined === value)
|
|
9674
9584
|
return true;
|
|
9675
|
-
return "object" === typeof value && null !== value &&
|
|
9676
|
-
}); const
|
|
9677
|
-
if (["directory", "filename", "renders"].some(prop => key === prop))
|
|
9678
|
-
return true;
|
|
9679
|
-
const value = input[key];
|
|
9680
|
-
if (undefined === value)
|
|
9681
|
-
return true;
|
|
9682
|
-
return true;
|
|
9683
|
-
}); const _io9 = input => Object.keys(input).every(key => {
|
|
9585
|
+
return "object" === typeof value && null !== value && _io6(value);
|
|
9586
|
+
}); const _io6 = input => "string" === typeof input.path && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash); const _io7 = input => "string" === typeof input.directory && "string" === typeof input.filename && ("object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io8(input.renders)); const _io8 = input => Object.keys(input).every(key => {
|
|
9684
9587
|
const value = input[key];
|
|
9685
9588
|
if (undefined === value)
|
|
9686
9589
|
return true;
|
|
9687
9590
|
return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
|
|
9688
|
-
}); const
|
|
9689
|
-
const value = input[key];
|
|
9690
|
-
if (undefined === value)
|
|
9691
|
-
return true;
|
|
9692
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io14(value);
|
|
9693
|
-
}); const _io14 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io15(input.styleOverrides)); const _io15 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io16 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io17(input.crop); const _io17 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io18 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io19 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io20(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io21(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io22(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io23(input.subtitle))); const _io20 = input => "string" === typeof input.engine; const _io21 = input => "string" === typeof input.language; const _io22 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io23 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _io24 = input => "object" === typeof input.__context && null !== input.__context && _io25(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io10(input.__returnValue)); const _io25 = input => "object" === typeof input.publish && null !== input.publish && _io26(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io26 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io9(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io27(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io28(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io31(input.published)) && "file" === input.type && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io32(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io33(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io27 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && Object.keys(input).every(key => {
|
|
9694
|
-
if (["directory", "filename"].some(prop => key === prop))
|
|
9695
|
-
return true;
|
|
9696
|
-
const value = input[key];
|
|
9697
|
-
if (undefined === value)
|
|
9698
|
-
return true;
|
|
9699
|
-
return true;
|
|
9700
|
-
}); const _io28 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io29(input.renders)) && Object.keys(input).every(key => {
|
|
9701
|
-
if (["directory", "filename", "renders"].some(prop => key === prop))
|
|
9702
|
-
return true;
|
|
9703
|
-
const value = input[key];
|
|
9704
|
-
if (undefined === value)
|
|
9705
|
-
return true;
|
|
9706
|
-
return true;
|
|
9707
|
-
}); const _io29 = input => Object.keys(input).every(key => {
|
|
9591
|
+
}); const _io9 = input => (undefined === input.name || "string" === typeof input.name) && "string" === typeof input.path && (undefined === input.collisionStrategy || "overwrite" === input.collisionStrategy || "skip" === input.collisionStrategy) && (undefined === input.ignoreEmptyScene || "boolean" === typeof input.ignoreEmptyScene) && (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io10(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io18(input.profile)); const _io10 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io11(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io12(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io15(input.video)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io17(input.transcribe)); const _io11 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file); const _io12 = input => Object.keys(input).every(key => {
|
|
9708
9592
|
const value = input[key];
|
|
9709
9593
|
if (undefined === value)
|
|
9710
9594
|
return true;
|
|
9711
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
9712
|
-
}); const
|
|
9713
|
-
if (["directory", "filename"].some(prop => key === prop))
|
|
9714
|
-
return true;
|
|
9595
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
|
|
9596
|
+
}); const _io13 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io14(input.styleOverrides)); const _io14 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io15 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io16(input.crop); const _io16 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io17 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io18 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io19(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io20(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io21(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io22(input.subtitle))); const _io19 = input => "string" === typeof input.engine; const _io20 = input => "string" === typeof input.language; const _io21 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io22 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style); const _io23 = input => "object" === typeof input.__context && null !== input.__context && _io24(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io9(input.__returnValue)); const _io24 = input => "object" === typeof input.publish && null !== input.publish && _io25(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io25 = input => "file" === input.type && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io8(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io26(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io27(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io30(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io31(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io32(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io26 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io27 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io28(input.renders)); const _io28 = input => Object.keys(input).every(key => {
|
|
9715
9597
|
const value = input[key];
|
|
9716
9598
|
if (undefined === value)
|
|
9717
9599
|
return true;
|
|
9718
|
-
return
|
|
9719
|
-
}); const
|
|
9600
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io29(value);
|
|
9601
|
+
}); const _io29 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io30 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io31 = input => (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io10(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io18(input.profile)); const _io32 = input => "string" === typeof input.method; const _iu0 = input => (() => {
|
|
9720
9602
|
if (undefined !== input.path)
|
|
9721
|
-
return
|
|
9603
|
+
return _io9(input);
|
|
9722
9604
|
else if (undefined !== input.__context)
|
|
9723
|
-
return
|
|
9605
|
+
return _io23(input);
|
|
9724
9606
|
else
|
|
9725
9607
|
return false;
|
|
9726
9608
|
})(); const _iu1 = input => (() => {
|
|
9727
|
-
if (_io4(input))
|
|
9728
|
-
return _io4(input);
|
|
9729
9609
|
if (_io3(input))
|
|
9730
9610
|
return _io3(input);
|
|
9611
|
+
if (_io2(input))
|
|
9612
|
+
return _io2(input);
|
|
9731
9613
|
if (_io0(input))
|
|
9732
9614
|
return _io0(input);
|
|
9733
9615
|
return false;
|
|
@@ -9761,27 +9643,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9761
9643
|
path: _path + ".messages",
|
|
9762
9644
|
expected: "(Array<Message> | undefined)",
|
|
9763
9645
|
value: input.messages
|
|
9764
|
-
}, _errorFactory)) &&
|
|
9765
|
-
method: "typia.assertGuard",
|
|
9766
|
-
path: _path + ".retrieved",
|
|
9767
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9768
|
-
value: input.retrieved
|
|
9769
|
-
}, _errorFactory)) && _ao2(input.retrieved, _path + ".retrieved", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9770
|
-
method: "typia.assertGuard",
|
|
9771
|
-
path: _path + ".retrieved",
|
|
9772
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9773
|
-
value: input.retrieved
|
|
9774
|
-
}, _errorFactory)) && (undefined === input.defaults || ("object" === typeof input.defaults && null !== input.defaults && false === Array.isArray(input.defaults) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9775
|
-
method: "typia.assertGuard",
|
|
9776
|
-
path: _path + ".defaults",
|
|
9777
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9778
|
-
value: input.defaults
|
|
9779
|
-
}, _errorFactory)) && _ao2(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9780
|
-
method: "typia.assertGuard",
|
|
9781
|
-
path: _path + ".defaults",
|
|
9782
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9783
|
-
value: input.defaults
|
|
9784
|
-
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9646
|
+
}, _errorFactory)) && true && true; const _ao1 = (input, _path, _exceptionable = true) => ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9785
9647
|
method: "typia.assertGuard",
|
|
9786
9648
|
path: _path + ".level",
|
|
9787
9649
|
expected: "number",
|
|
@@ -9796,12 +9658,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9796
9658
|
path: _path + ".msg",
|
|
9797
9659
|
expected: "string",
|
|
9798
9660
|
value: input.msg
|
|
9799
|
-
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) =>
|
|
9800
|
-
const value = input[key];
|
|
9801
|
-
if (undefined === value)
|
|
9802
|
-
return true;
|
|
9803
|
-
return true;
|
|
9804
|
-
}); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.status || "string" === typeof input.status || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9661
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.status || "string" === typeof input.status || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9805
9662
|
method: "typia.assertGuard",
|
|
9806
9663
|
path: _path + ".status",
|
|
9807
9664
|
expected: "(string | undefined)",
|
|
@@ -9831,32 +9688,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9831
9688
|
path: _path + ".messages",
|
|
9832
9689
|
expected: "(Array<Message> | undefined)",
|
|
9833
9690
|
value: input.messages
|
|
9834
|
-
}, _errorFactory)) && (undefined === input.retrieved || ("object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9835
|
-
method: "typia.assertGuard",
|
|
9836
|
-
path: _path + ".retrieved",
|
|
9837
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9838
|
-
value: input.retrieved
|
|
9839
|
-
}, _errorFactory)) && _ao2(input.retrieved, _path + ".retrieved", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9840
|
-
method: "typia.assertGuard",
|
|
9841
|
-
path: _path + ".retrieved",
|
|
9842
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9843
|
-
value: input.retrieved
|
|
9844
|
-
}, _errorFactory)) && (undefined === input.defaults || ("object" === typeof input.defaults && null !== input.defaults && false === Array.isArray(input.defaults) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9845
|
-
method: "typia.assertGuard",
|
|
9846
|
-
path: _path + ".defaults",
|
|
9847
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9848
|
-
value: input.defaults
|
|
9849
|
-
}, _errorFactory)) && _ao2(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9850
|
-
method: "typia.assertGuard",
|
|
9851
|
-
path: _path + ".defaults",
|
|
9852
|
-
expected: "(Record<string, unknown> | undefined)",
|
|
9853
|
-
value: input.defaults
|
|
9854
|
-
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.retrieved || ("object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9691
|
+
}, _errorFactory)) && true && true; const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.retrieved || ("object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9855
9692
|
method: "typia.assertGuard",
|
|
9856
9693
|
path: _path + ".retrieved",
|
|
9857
9694
|
expected: "(FilePublishRetrieved | undefined)",
|
|
9858
9695
|
value: input.retrieved
|
|
9859
|
-
}, _errorFactory)) &&
|
|
9696
|
+
}, _errorFactory)) && _ao4(input.retrieved, _path + ".retrieved", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9860
9697
|
method: "typia.assertGuard",
|
|
9861
9698
|
path: _path + ".retrieved",
|
|
9862
9699
|
expected: "(FilePublishRetrieved | undefined)",
|
|
@@ -9866,7 +9703,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9866
9703
|
path: _path + ".defaults",
|
|
9867
9704
|
expected: "(FilePublishDefaults | undefined)",
|
|
9868
9705
|
value: input.defaults
|
|
9869
|
-
}, _errorFactory)) &&
|
|
9706
|
+
}, _errorFactory)) && _ao7(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9870
9707
|
method: "typia.assertGuard",
|
|
9871
9708
|
path: _path + ".defaults",
|
|
9872
9709
|
expected: "(FilePublishDefaults | undefined)",
|
|
@@ -9901,7 +9738,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9901
9738
|
path: _path + ".messages",
|
|
9902
9739
|
expected: "(Array<Message> | undefined)",
|
|
9903
9740
|
value: input.messages
|
|
9904
|
-
}, _errorFactory)); const
|
|
9741
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.filename || "string" === typeof input.filename || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9905
9742
|
method: "typia.assertGuard",
|
|
9906
9743
|
path: _path + ".filename",
|
|
9907
9744
|
expected: "(string | undefined)",
|
|
@@ -9916,19 +9753,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9916
9753
|
path: _path + ".renders",
|
|
9917
9754
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
9918
9755
|
value: input.renders
|
|
9919
|
-
}, _errorFactory)) &&
|
|
9756
|
+
}, _errorFactory)) && _ao5(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9920
9757
|
method: "typia.assertGuard",
|
|
9921
9758
|
path: _path + ".renders",
|
|
9922
9759
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
9923
9760
|
value: input.renders
|
|
9924
|
-
}, _errorFactory))
|
|
9925
|
-
if (["filename", "directory", "renders"].some(prop => key === prop))
|
|
9926
|
-
return true;
|
|
9927
|
-
const value = input[key];
|
|
9928
|
-
if (undefined === value)
|
|
9929
|
-
return true;
|
|
9930
|
-
return true;
|
|
9931
|
-
})); const _ao6 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
9761
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
9932
9762
|
const value = input[key];
|
|
9933
9763
|
if (undefined === value)
|
|
9934
9764
|
return true;
|
|
@@ -9937,13 +9767,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9937
9767
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
9938
9768
|
expected: "FilePublishRetrievedRender",
|
|
9939
9769
|
value: value
|
|
9940
|
-
}, _errorFactory)) &&
|
|
9770
|
+
}, _errorFactory)) && _ao6(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9941
9771
|
method: "typia.assertGuard",
|
|
9942
9772
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
9943
9773
|
expected: "FilePublishRetrievedRender",
|
|
9944
9774
|
value: value
|
|
9945
9775
|
}, _errorFactory);
|
|
9946
|
-
}); const
|
|
9776
|
+
}); const _ao6 = (input, _path, _exceptionable = true) => ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9947
9777
|
method: "typia.assertGuard",
|
|
9948
9778
|
path: _path + ".path",
|
|
9949
9779
|
expected: "string",
|
|
@@ -9958,7 +9788,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9958
9788
|
path: _path + ".hash",
|
|
9959
9789
|
expected: "(string | undefined)",
|
|
9960
9790
|
value: input.hash
|
|
9961
|
-
}, _errorFactory)); const
|
|
9791
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9962
9792
|
method: "typia.assertGuard",
|
|
9963
9793
|
path: _path + ".directory",
|
|
9964
9794
|
expected: "string",
|
|
@@ -9973,19 +9803,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
9973
9803
|
path: _path + ".renders",
|
|
9974
9804
|
expected: "Record<string, FilePublishRender>",
|
|
9975
9805
|
value: input.renders
|
|
9976
|
-
}, _errorFactory)) &&
|
|
9806
|
+
}, _errorFactory)) && _ao8(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9977
9807
|
method: "typia.assertGuard",
|
|
9978
9808
|
path: _path + ".renders",
|
|
9979
9809
|
expected: "Record<string, FilePublishRender>",
|
|
9980
9810
|
value: input.renders
|
|
9981
|
-
}, _errorFactory))
|
|
9982
|
-
if (["directory", "filename", "renders"].some(prop => key === prop))
|
|
9983
|
-
return true;
|
|
9984
|
-
const value = input[key];
|
|
9985
|
-
if (undefined === value)
|
|
9986
|
-
return true;
|
|
9987
|
-
return true;
|
|
9988
|
-
})); const _ao9 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
9811
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
9989
9812
|
const value = input[key];
|
|
9990
9813
|
if (undefined === value)
|
|
9991
9814
|
return true;
|
|
@@ -10010,12 +9833,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10010
9833
|
expected: "(ResolvedFilePublishRender | __type.o9 | string)",
|
|
10011
9834
|
value: value
|
|
10012
9835
|
}, _errorFactory));
|
|
10013
|
-
}); const
|
|
10014
|
-
method: "typia.assertGuard",
|
|
10015
|
-
path: _path + ".preset",
|
|
10016
|
-
expected: "(string | undefined)",
|
|
10017
|
-
value: input.preset
|
|
10018
|
-
}, _errorFactory)) && (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9836
|
+
}); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10019
9837
|
method: "typia.assertGuard",
|
|
10020
9838
|
path: _path + ".name",
|
|
10021
9839
|
expected: "(string | undefined)",
|
|
@@ -10035,6 +9853,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10035
9853
|
path: _path + ".ignoreEmptyScene",
|
|
10036
9854
|
expected: "(boolean | undefined)",
|
|
10037
9855
|
value: input.ignoreEmptyScene
|
|
9856
|
+
}, _errorFactory)) && (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9857
|
+
method: "typia.assertGuard",
|
|
9858
|
+
path: _path + ".preset",
|
|
9859
|
+
expected: "(string | undefined)",
|
|
9860
|
+
value: input.preset
|
|
10038
9861
|
}, _errorFactory)) && ("string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10039
9862
|
method: "typia.assertGuard",
|
|
10040
9863
|
path: _path + ".type",
|
|
@@ -10045,7 +9868,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10045
9868
|
path: _path + ".scene",
|
|
10046
9869
|
expected: "(RenderSceneObject | undefined)",
|
|
10047
9870
|
value: input.scene
|
|
10048
|
-
}, _errorFactory)) &&
|
|
9871
|
+
}, _errorFactory)) && _ao10(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10049
9872
|
method: "typia.assertGuard",
|
|
10050
9873
|
path: _path + ".scene",
|
|
10051
9874
|
expected: "(RenderSceneObject | undefined)",
|
|
@@ -10055,12 +9878,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10055
9878
|
path: _path + ".profile",
|
|
10056
9879
|
expected: "(RenderProfileObject | undefined)",
|
|
10057
9880
|
value: input.profile
|
|
10058
|
-
}, _errorFactory)) &&
|
|
9881
|
+
}, _errorFactory)) && _ao18(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10059
9882
|
method: "typia.assertGuard",
|
|
10060
9883
|
path: _path + ".profile",
|
|
10061
9884
|
expected: "(RenderProfileObject | undefined)",
|
|
10062
9885
|
value: input.profile
|
|
10063
|
-
}, _errorFactory)); const
|
|
9886
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10064
9887
|
method: "typia.assertGuard",
|
|
10065
9888
|
path: _path + ".id",
|
|
10066
9889
|
expected: "(string | undefined)",
|
|
@@ -10075,7 +9898,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10075
9898
|
path: _path + ".input",
|
|
10076
9899
|
expected: "(__type | null | undefined)",
|
|
10077
9900
|
value: input.input
|
|
10078
|
-
}, _errorFactory)) &&
|
|
9901
|
+
}, _errorFactory)) && _ao11(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10079
9902
|
method: "typia.assertGuard",
|
|
10080
9903
|
path: _path + ".input",
|
|
10081
9904
|
expected: "(__type | null | undefined)",
|
|
@@ -10095,7 +9918,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10095
9918
|
path: _path + ".subtitleTracks",
|
|
10096
9919
|
expected: "(__type.o1 | undefined)",
|
|
10097
9920
|
value: input.subtitleTracks
|
|
10098
|
-
}, _errorFactory)) &&
|
|
9921
|
+
}, _errorFactory)) && _ao12(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10099
9922
|
method: "typia.assertGuard",
|
|
10100
9923
|
path: _path + ".subtitleTracks",
|
|
10101
9924
|
expected: "(__type.o1 | undefined)",
|
|
@@ -10105,7 +9928,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10105
9928
|
path: _path + ".video",
|
|
10106
9929
|
expected: "(__type.o3 | undefined)",
|
|
10107
9930
|
value: input.video
|
|
10108
|
-
}, _errorFactory)) &&
|
|
9931
|
+
}, _errorFactory)) && _ao15(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10109
9932
|
method: "typia.assertGuard",
|
|
10110
9933
|
path: _path + ".video",
|
|
10111
9934
|
expected: "(__type.o3 | undefined)",
|
|
@@ -10125,12 +9948,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10125
9948
|
path: _path + ".transcribe",
|
|
10126
9949
|
expected: "(__type.o5 | undefined)",
|
|
10127
9950
|
value: input.transcribe
|
|
10128
|
-
}, _errorFactory)) &&
|
|
9951
|
+
}, _errorFactory)) && _ao17(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10129
9952
|
method: "typia.assertGuard",
|
|
10130
9953
|
path: _path + ".transcribe",
|
|
10131
9954
|
expected: "(__type.o5 | undefined)",
|
|
10132
9955
|
value: input.transcribe
|
|
10133
|
-
}, _errorFactory)); const
|
|
9956
|
+
}, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10134
9957
|
method: "typia.assertGuard",
|
|
10135
9958
|
path: _path + ".type",
|
|
10136
9959
|
expected: "(string | undefined)",
|
|
@@ -10140,7 +9963,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10140
9963
|
path: _path + ".file",
|
|
10141
9964
|
expected: "(null | string | undefined)",
|
|
10142
9965
|
value: input.file
|
|
10143
|
-
}, _errorFactory)); const
|
|
9966
|
+
}, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
10144
9967
|
const value = input[key];
|
|
10145
9968
|
if (undefined === value)
|
|
10146
9969
|
return true;
|
|
@@ -10149,13 +9972,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10149
9972
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
10150
9973
|
expected: "__type.o2",
|
|
10151
9974
|
value: value
|
|
10152
|
-
}, _errorFactory)) &&
|
|
9975
|
+
}, _errorFactory)) && _ao13(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10153
9976
|
method: "typia.assertGuard",
|
|
10154
9977
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
10155
9978
|
expected: "__type.o2",
|
|
10156
9979
|
value: value
|
|
10157
9980
|
}, _errorFactory);
|
|
10158
|
-
}); const
|
|
9981
|
+
}); const _ao13 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10159
9982
|
method: "typia.assertGuard",
|
|
10160
9983
|
path: _path + ".style",
|
|
10161
9984
|
expected: "(null | string | undefined)",
|
|
@@ -10165,12 +9988,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10165
9988
|
path: _path + ".styleOverrides",
|
|
10166
9989
|
expected: "(SubtitleStyle | undefined)",
|
|
10167
9990
|
value: input.styleOverrides
|
|
10168
|
-
}, _errorFactory)) &&
|
|
9991
|
+
}, _errorFactory)) && _ao14(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10169
9992
|
method: "typia.assertGuard",
|
|
10170
9993
|
path: _path + ".styleOverrides",
|
|
10171
9994
|
expected: "(SubtitleStyle | undefined)",
|
|
10172
9995
|
value: input.styleOverrides
|
|
10173
|
-
}, _errorFactory)); const
|
|
9996
|
+
}, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10174
9997
|
method: "typia.assertGuard",
|
|
10175
9998
|
path: _path + ".name",
|
|
10176
9999
|
expected: "(string | undefined)",
|
|
@@ -10285,17 +10108,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10285
10108
|
path: _path + ".encoding",
|
|
10286
10109
|
expected: "(string | undefined)",
|
|
10287
10110
|
value: input.encoding
|
|
10288
|
-
}, _errorFactory)); const
|
|
10111
|
+
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => undefined === input.crop || ("object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10289
10112
|
method: "typia.assertGuard",
|
|
10290
10113
|
path: _path + ".crop",
|
|
10291
10114
|
expected: "(__type.o4 | undefined)",
|
|
10292
10115
|
value: input.crop
|
|
10293
|
-
}, _errorFactory)) &&
|
|
10116
|
+
}, _errorFactory)) && _ao16(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10294
10117
|
method: "typia.assertGuard",
|
|
10295
10118
|
path: _path + ".crop",
|
|
10296
10119
|
expected: "(__type.o4 | undefined)",
|
|
10297
10120
|
value: input.crop
|
|
10298
|
-
}, _errorFactory); const
|
|
10121
|
+
}, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10299
10122
|
method: "typia.assertGuard",
|
|
10300
10123
|
path: _path + ".x",
|
|
10301
10124
|
expected: "(number | undefined)",
|
|
@@ -10315,7 +10138,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10315
10138
|
path: _path + ".height",
|
|
10316
10139
|
expected: "(number | undefined)",
|
|
10317
10140
|
value: input.height
|
|
10318
|
-
}, _errorFactory)); const
|
|
10141
|
+
}, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10319
10142
|
method: "typia.assertGuard",
|
|
10320
10143
|
path: _path + ".language",
|
|
10321
10144
|
expected: "(string | undefined)",
|
|
@@ -10335,7 +10158,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10335
10158
|
path: _path + ".pan",
|
|
10336
10159
|
expected: "(Array<number> | undefined)",
|
|
10337
10160
|
value: input.pan
|
|
10338
|
-
}, _errorFactory)); const
|
|
10161
|
+
}, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10339
10162
|
method: "typia.assertGuard",
|
|
10340
10163
|
path: _path + ".format",
|
|
10341
10164
|
expected: "string",
|
|
@@ -10345,7 +10168,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10345
10168
|
path: _path + ".transcribe",
|
|
10346
10169
|
expected: "(__type.o6 | undefined)",
|
|
10347
10170
|
value: input.transcribe
|
|
10348
|
-
}, _errorFactory)) &&
|
|
10171
|
+
}, _errorFactory)) && _ao19(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10349
10172
|
method: "typia.assertGuard",
|
|
10350
10173
|
path: _path + ".transcribe",
|
|
10351
10174
|
expected: "(__type.o6 | undefined)",
|
|
@@ -10355,7 +10178,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10355
10178
|
path: _path + ".translate",
|
|
10356
10179
|
expected: "(__type.o7 | undefined)",
|
|
10357
10180
|
value: input.translate
|
|
10358
|
-
}, _errorFactory)) &&
|
|
10181
|
+
}, _errorFactory)) && _ao20(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10359
10182
|
method: "typia.assertGuard",
|
|
10360
10183
|
path: _path + ".translate",
|
|
10361
10184
|
expected: "(__type.o7 | undefined)",
|
|
@@ -10365,7 +10188,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10365
10188
|
path: _path + ".audio",
|
|
10366
10189
|
expected: "(__type.o8 | undefined)",
|
|
10367
10190
|
value: input.audio
|
|
10368
|
-
}, _errorFactory)) &&
|
|
10191
|
+
}, _errorFactory)) && _ao21(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10369
10192
|
method: "typia.assertGuard",
|
|
10370
10193
|
path: _path + ".audio",
|
|
10371
10194
|
expected: "(__type.o8 | undefined)",
|
|
@@ -10395,22 +10218,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10395
10218
|
path: _path + ".subtitle",
|
|
10396
10219
|
expected: "(SubtitleProfile | string | undefined)",
|
|
10397
10220
|
value: input.subtitle
|
|
10398
|
-
}, _errorFactory)) &&
|
|
10221
|
+
}, _errorFactory)) && _ao22(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10399
10222
|
method: "typia.assertGuard",
|
|
10400
10223
|
path: _path + ".subtitle",
|
|
10401
10224
|
expected: "(SubtitleProfile | string | undefined)",
|
|
10402
10225
|
value: input.subtitle
|
|
10403
|
-
}, _errorFactory))); const
|
|
10226
|
+
}, _errorFactory))); const _ao19 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10404
10227
|
method: "typia.assertGuard",
|
|
10405
10228
|
path: _path + ".engine",
|
|
10406
10229
|
expected: "string",
|
|
10407
10230
|
value: input.engine
|
|
10408
|
-
}, _errorFactory); const
|
|
10231
|
+
}, _errorFactory); const _ao20 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10409
10232
|
method: "typia.assertGuard",
|
|
10410
10233
|
path: _path + ".language",
|
|
10411
10234
|
expected: "string",
|
|
10412
10235
|
value: input.language
|
|
10413
|
-
}, _errorFactory); const
|
|
10236
|
+
}, _errorFactory); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10414
10237
|
method: "typia.assertGuard",
|
|
10415
10238
|
path: _path + ".codec",
|
|
10416
10239
|
expected: "(string | undefined)",
|
|
@@ -10430,7 +10253,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10430
10253
|
path: _path + ".split",
|
|
10431
10254
|
expected: "(boolean | undefined)",
|
|
10432
10255
|
value: input.split
|
|
10433
|
-
}, _errorFactory)); const
|
|
10256
|
+
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10434
10257
|
method: "typia.assertGuard",
|
|
10435
10258
|
path: _path + ".lang",
|
|
10436
10259
|
expected: "(string | undefined)",
|
|
@@ -10440,12 +10263,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10440
10263
|
path: _path + ".style",
|
|
10441
10264
|
expected: "(string | undefined)",
|
|
10442
10265
|
value: input.style
|
|
10443
|
-
}, _errorFactory)); const
|
|
10266
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10444
10267
|
method: "typia.assertGuard",
|
|
10445
10268
|
path: _path + ".__context",
|
|
10446
10269
|
expected: "__type.o10",
|
|
10447
10270
|
value: input.__context
|
|
10448
|
-
}, _errorFactory)) &&
|
|
10271
|
+
}, _errorFactory)) && _ao24(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10449
10272
|
method: "typia.assertGuard",
|
|
10450
10273
|
path: _path + ".__context",
|
|
10451
10274
|
expected: "__type.o10",
|
|
@@ -10455,17 +10278,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10455
10278
|
path: _path + ".__returnValue",
|
|
10456
10279
|
expected: "ResolvedFilePublishRender",
|
|
10457
10280
|
value: input.__returnValue
|
|
10458
|
-
}, _errorFactory)) &&
|
|
10281
|
+
}, _errorFactory)) && _ao9(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10459
10282
|
method: "typia.assertGuard",
|
|
10460
10283
|
path: _path + ".__returnValue",
|
|
10461
10284
|
expected: "ResolvedFilePublishRender",
|
|
10462
10285
|
value: input.__returnValue
|
|
10463
|
-
}, _errorFactory)); const
|
|
10286
|
+
}, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10464
10287
|
method: "typia.assertGuard",
|
|
10465
10288
|
path: _path + ".publish",
|
|
10466
10289
|
expected: "FilePublishRecord",
|
|
10467
10290
|
value: input.publish
|
|
10468
|
-
}, _errorFactory)) &&
|
|
10291
|
+
}, _errorFactory)) && _ao25(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10469
10292
|
method: "typia.assertGuard",
|
|
10470
10293
|
path: _path + ".publish",
|
|
10471
10294
|
expected: "FilePublishRecord",
|
|
@@ -10480,7 +10303,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10480
10303
|
path: _path + ".name",
|
|
10481
10304
|
expected: "string",
|
|
10482
10305
|
value: input.name
|
|
10483
|
-
}, _errorFactory)); const
|
|
10306
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10307
|
+
method: "typia.assertGuard",
|
|
10308
|
+
path: _path + ".type",
|
|
10309
|
+
expected: "\"file\"",
|
|
10310
|
+
value: input.type
|
|
10311
|
+
}, _errorFactory)) && (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10484
10312
|
method: "typia.assertGuard",
|
|
10485
10313
|
path: _path + ".directory",
|
|
10486
10314
|
expected: "(string | undefined)",
|
|
@@ -10495,7 +10323,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10495
10323
|
path: _path + ".renders",
|
|
10496
10324
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
10497
10325
|
value: input.renders
|
|
10498
|
-
}, _errorFactory)) &&
|
|
10326
|
+
}, _errorFactory)) && _ao8(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10499
10327
|
method: "typia.assertGuard",
|
|
10500
10328
|
path: _path + ".renders",
|
|
10501
10329
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
@@ -10505,7 +10333,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10505
10333
|
path: _path + ".draft",
|
|
10506
10334
|
expected: "(FilePublishDraft | undefined)",
|
|
10507
10335
|
value: input.draft
|
|
10508
|
-
}, _errorFactory)) &&
|
|
10336
|
+
}, _errorFactory)) && _ao26(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10509
10337
|
method: "typia.assertGuard",
|
|
10510
10338
|
path: _path + ".draft",
|
|
10511
10339
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -10515,7 +10343,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10515
10343
|
path: _path + ".remote",
|
|
10516
10344
|
expected: "(FilePublishRemote | undefined)",
|
|
10517
10345
|
value: input.remote
|
|
10518
|
-
}, _errorFactory)) &&
|
|
10346
|
+
}, _errorFactory)) && _ao27(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10519
10347
|
method: "typia.assertGuard",
|
|
10520
10348
|
path: _path + ".remote",
|
|
10521
10349
|
expected: "(FilePublishRemote | undefined)",
|
|
@@ -10525,16 +10353,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10525
10353
|
path: _path + ".published",
|
|
10526
10354
|
expected: "(FilePublishPublished | undefined)",
|
|
10527
10355
|
value: input.published
|
|
10528
|
-
}, _errorFactory)) &&
|
|
10356
|
+
}, _errorFactory)) && _ao30(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10529
10357
|
method: "typia.assertGuard",
|
|
10530
10358
|
path: _path + ".published",
|
|
10531
10359
|
expected: "(FilePublishPublished | undefined)",
|
|
10532
10360
|
value: input.published
|
|
10533
|
-
}, _errorFactory)) && ("file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10534
|
-
method: "typia.assertGuard",
|
|
10535
|
-
path: _path + ".type",
|
|
10536
|
-
expected: "\"file\"",
|
|
10537
|
-
value: input.type
|
|
10538
10361
|
}, _errorFactory)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10539
10362
|
method: "typia.assertGuard",
|
|
10540
10363
|
path: _path + ".asset",
|
|
@@ -10548,19 +10371,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10548
10371
|
}, _errorFactory)) && (undefined === input.render || ("object" === typeof input.render && null !== input.render || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10549
10372
|
method: "typia.assertGuard",
|
|
10550
10373
|
path: _path + ".render",
|
|
10551
|
-
expected: "(
|
|
10374
|
+
expected: "(PublishRenderBase | undefined)",
|
|
10552
10375
|
value: input.render
|
|
10553
|
-
}, _errorFactory)) &&
|
|
10376
|
+
}, _errorFactory)) && _ao31(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10554
10377
|
method: "typia.assertGuard",
|
|
10555
10378
|
path: _path + ".render",
|
|
10556
|
-
expected: "(
|
|
10379
|
+
expected: "(PublishRenderBase | undefined)",
|
|
10557
10380
|
value: input.render
|
|
10558
10381
|
}, _errorFactory)) && (null === input.error || undefined === input.error || ("object" === typeof input.error && null !== input.error || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10559
10382
|
method: "typia.assertGuard",
|
|
10560
10383
|
path: _path + ".error",
|
|
10561
10384
|
expected: "(__type.o11 | null | undefined)",
|
|
10562
10385
|
value: input.error
|
|
10563
|
-
}, _errorFactory)) &&
|
|
10386
|
+
}, _errorFactory)) && _ao32(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10564
10387
|
method: "typia.assertGuard",
|
|
10565
10388
|
path: _path + ".error",
|
|
10566
10389
|
expected: "(__type.o11 | null | undefined)",
|
|
@@ -10585,7 +10408,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10585
10408
|
path: _path + ".messages",
|
|
10586
10409
|
expected: "(Array<Message> | undefined)",
|
|
10587
10410
|
value: input.messages
|
|
10588
|
-
}, _errorFactory)); const
|
|
10411
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10589
10412
|
method: "typia.assertGuard",
|
|
10590
10413
|
path: _path + ".directory",
|
|
10591
10414
|
expected: "(string | undefined)",
|
|
@@ -10595,14 +10418,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10595
10418
|
path: _path + ".filename",
|
|
10596
10419
|
expected: "(string | undefined)",
|
|
10597
10420
|
value: input.filename
|
|
10598
|
-
}, _errorFactory))
|
|
10599
|
-
if (["directory", "filename"].some(prop => key === prop))
|
|
10600
|
-
return true;
|
|
10601
|
-
const value = input[key];
|
|
10602
|
-
if (undefined === value)
|
|
10603
|
-
return true;
|
|
10604
|
-
return true;
|
|
10605
|
-
})); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10421
|
+
}, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10606
10422
|
method: "typia.assertGuard",
|
|
10607
10423
|
path: _path + ".directory",
|
|
10608
10424
|
expected: "(string | undefined)",
|
|
@@ -10617,19 +10433,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10617
10433
|
path: _path + ".renders",
|
|
10618
10434
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
10619
10435
|
value: input.renders
|
|
10620
|
-
}, _errorFactory)) &&
|
|
10436
|
+
}, _errorFactory)) && _ao28(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10621
10437
|
method: "typia.assertGuard",
|
|
10622
10438
|
path: _path + ".renders",
|
|
10623
10439
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
10624
10440
|
value: input.renders
|
|
10625
|
-
}, _errorFactory))
|
|
10626
|
-
if (["directory", "filename", "renders"].some(prop => key === prop))
|
|
10627
|
-
return true;
|
|
10628
|
-
const value = input[key];
|
|
10629
|
-
if (undefined === value)
|
|
10630
|
-
return true;
|
|
10631
|
-
return true;
|
|
10632
|
-
})); const _ao29 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
10441
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
10633
10442
|
const value = input[key];
|
|
10634
10443
|
if (undefined === value)
|
|
10635
10444
|
return true;
|
|
@@ -10638,13 +10447,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10638
10447
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
10639
10448
|
expected: "FilePublishRemoteRender",
|
|
10640
10449
|
value: value
|
|
10641
|
-
}, _errorFactory)) &&
|
|
10450
|
+
}, _errorFactory)) && _ao29(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10642
10451
|
method: "typia.assertGuard",
|
|
10643
10452
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
10644
10453
|
expected: "FilePublishRemoteRender",
|
|
10645
10454
|
value: value
|
|
10646
10455
|
}, _errorFactory);
|
|
10647
|
-
}); const
|
|
10456
|
+
}); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10648
10457
|
method: "typia.assertGuard",
|
|
10649
10458
|
path: _path + ".path",
|
|
10650
10459
|
expected: "(string | undefined)",
|
|
@@ -10684,7 +10493,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10684
10493
|
path: _path + ".source",
|
|
10685
10494
|
expected: "(string | undefined)",
|
|
10686
10495
|
value: input.source
|
|
10687
|
-
}, _errorFactory)); const
|
|
10496
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10688
10497
|
method: "typia.assertGuard",
|
|
10689
10498
|
path: _path + ".directory",
|
|
10690
10499
|
expected: "(string | undefined)",
|
|
@@ -10694,14 +10503,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10694
10503
|
path: _path + ".filename",
|
|
10695
10504
|
expected: "string",
|
|
10696
10505
|
value: input.filename
|
|
10697
|
-
}, _errorFactory))
|
|
10698
|
-
if (["directory", "filename"].some(prop => key === prop))
|
|
10699
|
-
return true;
|
|
10700
|
-
const value = input[key];
|
|
10701
|
-
if (undefined === value)
|
|
10702
|
-
return true;
|
|
10703
|
-
return true;
|
|
10704
|
-
})); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10506
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10705
10507
|
method: "typia.assertGuard",
|
|
10706
10508
|
path: _path + ".preset",
|
|
10707
10509
|
expected: "(string | undefined)",
|
|
@@ -10716,7 +10518,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10716
10518
|
path: _path + ".scene",
|
|
10717
10519
|
expected: "(RenderSceneObject | undefined)",
|
|
10718
10520
|
value: input.scene
|
|
10719
|
-
}, _errorFactory)) &&
|
|
10521
|
+
}, _errorFactory)) && _ao10(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10720
10522
|
method: "typia.assertGuard",
|
|
10721
10523
|
path: _path + ".scene",
|
|
10722
10524
|
expected: "(RenderSceneObject | undefined)",
|
|
@@ -10726,21 +10528,21 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10726
10528
|
path: _path + ".profile",
|
|
10727
10529
|
expected: "(RenderProfileObject | undefined)",
|
|
10728
10530
|
value: input.profile
|
|
10729
|
-
}, _errorFactory)) &&
|
|
10531
|
+
}, _errorFactory)) && _ao18(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10730
10532
|
method: "typia.assertGuard",
|
|
10731
10533
|
path: _path + ".profile",
|
|
10732
10534
|
expected: "(RenderProfileObject | undefined)",
|
|
10733
10535
|
value: input.profile
|
|
10734
|
-
}, _errorFactory)); const
|
|
10536
|
+
}, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10735
10537
|
method: "typia.assertGuard",
|
|
10736
10538
|
path: _path + ".method",
|
|
10737
10539
|
expected: "string",
|
|
10738
10540
|
value: input.method
|
|
10739
10541
|
}, _errorFactory); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
10740
10542
|
if (undefined !== input.path)
|
|
10741
|
-
return
|
|
10543
|
+
return _ao9(input, _path, true && _exceptionable);
|
|
10742
10544
|
else if (undefined !== input.__context)
|
|
10743
|
-
return
|
|
10545
|
+
return _ao23(input, _path, true && _exceptionable);
|
|
10744
10546
|
else
|
|
10745
10547
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10746
10548
|
method: "typia.assertGuard",
|
|
@@ -10748,10 +10550,10 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10748
10550
|
expected: "(ResolvedFilePublishRender | __type.o9)",
|
|
10749
10551
|
value: input
|
|
10750
10552
|
}, _errorFactory);
|
|
10751
|
-
})(); const _au1 = (input, _path, _exceptionable = true) =>
|
|
10553
|
+
})(); const _au1 = (input, _path, _exceptionable = true) => _ao3(input, _path, false && _exceptionable) || _ao2(input, _path, false && _exceptionable) || _ao0(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10752
10554
|
method: "typia.assertGuard",
|
|
10753
10555
|
path: _path,
|
|
10754
|
-
expected: "(FilePublishStatsRecord | FacebookPublishStatsRecord |
|
|
10556
|
+
expected: "(FilePublishStatsRecord | FacebookPublishStatsRecord | PublishStatsRecordBase)",
|
|
10755
10557
|
value: input
|
|
10756
10558
|
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu1(input); let _errorFactory; return (input, errorFactory) => {
|
|
10757
10559
|
if (false === __is(input)) {
|
|
@@ -10759,12 +10561,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10759
10561
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10760
10562
|
method: "typia.assertGuard",
|
|
10761
10563
|
path: _path + "",
|
|
10762
|
-
expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord |
|
|
10564
|
+
expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
10763
10565
|
value: input
|
|
10764
10566
|
}, _errorFactory)) && _au1(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10765
10567
|
method: "typia.assertGuard",
|
|
10766
10568
|
path: _path + "",
|
|
10767
|
-
expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord |
|
|
10569
|
+
expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
10768
10570
|
value: input
|
|
10769
10571
|
}, _errorFactory))(input, "$input", true);
|
|
10770
10572
|
}
|
|
@@ -10776,12 +10578,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10776
10578
|
if (undefined === value)
|
|
10777
10579
|
return true;
|
|
10778
10580
|
return "object" === typeof value && null !== value && _io1(value);
|
|
10779
|
-
}); const _io1 = input => "string" === typeof input.rpcId &&
|
|
10780
|
-
const value = input[key];
|
|
10781
|
-
if (undefined === value)
|
|
10782
|
-
return true;
|
|
10783
|
-
return true;
|
|
10784
|
-
}); const _ao0 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
10581
|
+
}); const _io1 = input => "string" === typeof input.rpcId && true; const _ao0 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
10785
10582
|
const value = input[key];
|
|
10786
10583
|
if (undefined === value)
|
|
10787
10584
|
return true;
|
|
@@ -10801,33 +10598,18 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10801
10598
|
path: _path + ".rpcId",
|
|
10802
10599
|
expected: "string",
|
|
10803
10600
|
value: input.rpcId
|
|
10804
|
-
}, _errorFactory)) &&
|
|
10805
|
-
method: "typia.assertGuard",
|
|
10806
|
-
path: _path + ".rpcData",
|
|
10807
|
-
expected: "Record<string, unknown>",
|
|
10808
|
-
value: input.rpcData
|
|
10809
|
-
}, _errorFactory)) && _ao2(input.rpcData, _path + ".rpcData", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10810
|
-
method: "typia.assertGuard",
|
|
10811
|
-
path: _path + ".rpcData",
|
|
10812
|
-
expected: "Record<string, unknown>",
|
|
10813
|
-
value: input.rpcData
|
|
10814
|
-
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
10815
|
-
const value = input[key];
|
|
10816
|
-
if (undefined === value)
|
|
10817
|
-
return true;
|
|
10818
|
-
return true;
|
|
10819
|
-
}); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
10601
|
+
}, _errorFactory)) && true; const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
10820
10602
|
if (false === __is(input)) {
|
|
10821
10603
|
_errorFactory = errorFactory;
|
|
10822
10604
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10823
10605
|
method: "typia.assertGuard",
|
|
10824
10606
|
path: _path + "",
|
|
10825
|
-
expected: "
|
|
10607
|
+
expected: "PublishDomainMethodsRecordBase",
|
|
10826
10608
|
value: input
|
|
10827
10609
|
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10828
10610
|
method: "typia.assertGuard",
|
|
10829
10611
|
path: _path + "",
|
|
10830
|
-
expected: "
|
|
10612
|
+
expected: "PublishDomainMethodsRecordBase",
|
|
10831
10613
|
value: input
|
|
10832
10614
|
}, _errorFactory))(input, "$input", true);
|
|
10833
10615
|
}
|
|
@@ -10840,12 +10622,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10840
10622
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10841
10623
|
method: "typia.assertGuard",
|
|
10842
10624
|
path: _path + "",
|
|
10843
|
-
expected: "
|
|
10625
|
+
expected: "PublishDomainAcceptsProvidedRecordBase",
|
|
10844
10626
|
value: input
|
|
10845
10627
|
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10846
10628
|
method: "typia.assertGuard",
|
|
10847
10629
|
path: _path + "",
|
|
10848
|
-
expected: "
|
|
10630
|
+
expected: "PublishDomainAcceptsProvidedRecordBase",
|
|
10849
10631
|
value: input
|
|
10850
10632
|
}, _errorFactory))(input, "$input", true);
|
|
10851
10633
|
}
|
|
@@ -13179,7 +12961,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
13179
12961
|
if (undefined === value)
|
|
13180
12962
|
return true;
|
|
13181
12963
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value);
|
|
13182
|
-
}); const _io42 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io43(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io44(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io45(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io49(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io50(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io54(input.openCommand))); const _io43 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io44 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io45 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io46(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io47(elem))); const _io46 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io47 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io48 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io49 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io50 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io51(input.subtitleDisclaimer); const _io51 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io52(input.defaultValue)); const _io52 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io53(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io53 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io54 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io55 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io56(input.voiceOver)); const _io56 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io57 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io58 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io59(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io60(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io64(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io66(input.item)); const _io59 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io60 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io61(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io63(input.note)); const _io61 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io62(input.excerpt); const _io62 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io63 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io64 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io65(input.search)) && (undefined === input.sortMode || true === _iv23.has(input.sortMode)); const _io65 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io66 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io67 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io68 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io69 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io70(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io71(input.rive)); const _io70 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io71 = input => undefined === input.template || "string" === typeof input.template; const _io72 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io73 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets); const _io74 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io75(input.events); const _io75 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io76(input.publishSucceeded)); const _io76 = input => Object.keys(input).every(key => {
|
|
12964
|
+
}); 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 => {
|
|
13183
12965
|
const value = input[key];
|
|
13184
12966
|
if (undefined === value)
|
|
13185
12967
|
return true;
|
|
@@ -15041,6 +14823,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15041
14823
|
path: _path + ".multiplexWebSockets",
|
|
15042
14824
|
expected: "(boolean | undefined)",
|
|
15043
14825
|
value: input.multiplexWebSockets
|
|
14826
|
+
}, _errorFactory)) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14827
|
+
method: "typia.assertGuard",
|
|
14828
|
+
path: _path + ".systemHealth",
|
|
14829
|
+
expected: "(boolean | undefined)",
|
|
14830
|
+
value: input.systemHealth
|
|
15044
14831
|
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15045
14832
|
method: "typia.assertGuard",
|
|
15046
14833
|
path: _path + ".events",
|