@nxtedition/types 23.0.61 → 23.0.62
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/index.d.ts +1 -0
- package/dist/common/index.js +1 -0
- package/dist/common/settings.d.ts +10 -0
- package/dist/common/subtitle.d.ts +4 -0
- package/dist/common/subtitle.js +1 -0
- package/dist/nxtpression.d.ts +69 -2
- package/dist/records/domains/asset.d.ts +1 -1
- package/dist/records/domains/folder.d.ts +6 -0
- package/dist/records/domains/folder.js +1 -0
- package/dist/records/domains/index.d.ts +3 -1
- package/dist/records/domains/index.js +1 -0
- package/dist/records/domains/settings.d.ts +5 -0
- package/dist/records/exact/media.d.ts +40 -1
- package/dist/records/validate/assert-guard.js +911 -219
- package/dist/records/validate/assert.js +914 -219
- package/dist/records/validate/is.js +50 -7
- package/dist/records/validate/schemas.js +505 -2
- package/dist/records/validate/stringify.js +183 -11
- package/dist/records/validate/utils.js +2 -2
- package/dist/records/validate/validate-equals.js +1320 -246
- package/dist/records/validate/validate.js +806 -192
- package/dist/rpc.d.ts +3 -2
- package/package.json +1 -1
|
@@ -1800,13 +1800,337 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1800
1800
|
}
|
|
1801
1801
|
}; })()(input);
|
|
1802
1802
|
}
|
|
1803
|
+
case "media.transcribe": {
|
|
1804
|
+
return (() => { const _io0 = input => "object" === typeof input.engines && null !== input.engines && false === Array.isArray(input.engines) && _io1(input.engines) && ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io2(input.translate)) && (undefined === input.replacers || "object" === typeof input.replacers && null !== input.replacers && false === Array.isArray(input.replacers) && _io3(input.replacers)); const _io1 = input => Object.keys(input).every(key => {
|
|
1805
|
+
const value = input[key];
|
|
1806
|
+
if (undefined === value)
|
|
1807
|
+
return true;
|
|
1808
|
+
return "string" === typeof value;
|
|
1809
|
+
}); const _io2 = input => "object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages); const _io3 = input => Object.keys(input).every(key => {
|
|
1810
|
+
const value = input[key];
|
|
1811
|
+
if (undefined === value)
|
|
1812
|
+
return true;
|
|
1813
|
+
return null !== value && undefined !== value && (Array.isArray(value) && value.every(elem => "object" === typeof elem && null !== elem && _iu0(elem)) || "object" === typeof value && null !== value && _iu0(value));
|
|
1814
|
+
}); const _io4 = input => (undefined === input.type || "replace" === input.type) && true && (null !== input.replacement && undefined !== input.replacement && ("function" === typeof input.replacement || "string" === typeof input.replacement || "object" === typeof input.replacement && null !== input.replacement && _io5(input.replacement))) && (undefined === input.flags || "string" === typeof input.flags) && (undefined === input._comment || "string" === typeof input._comment); const _io5 = input => "object" === typeof input.__context && null !== input.__context && _io6(input.__context) && (null !== input.__returnValue && undefined !== input.__returnValue && ("function" === typeof input.__returnValue || "string" === typeof input.__returnValue)); const _io6 = input => "string" === typeof input.item; const _io7 = input => "items" === input.type && (Array.isArray(input.items) && input.items.every(elem => "string" === typeof elem)) && (undefined === input._comment || "string" === typeof input._comment) && (Array.isArray(input.replacers) && input.replacers.every(elem => "object" === typeof elem && null !== elem && _io8(elem))); const _io8 = input => true && (null !== input.replacement && undefined !== input.replacement && ("function" === typeof input.replacement || "string" === typeof input.replacement || "object" === typeof input.replacement && null !== input.replacement && _io9(input.replacement))) && (undefined === input.flags || "string" === typeof input.flags) && (undefined === input._comment || "string" === typeof input._comment); const _io9 = input => "object" === typeof input.__context && null !== input.__context && _io10(input.__context) && (null !== input.__returnValue && undefined !== input.__returnValue && ("function" === typeof input.__returnValue || "string" === typeof input.__returnValue)); const _io10 = input => "string" === typeof input.item; const _iu0 = input => (() => {
|
|
1815
|
+
if (undefined !== input.pattern)
|
|
1816
|
+
return _io4(input);
|
|
1817
|
+
else if ("items" === input.type)
|
|
1818
|
+
return _io7(input);
|
|
1819
|
+
else
|
|
1820
|
+
return false;
|
|
1821
|
+
})(); const _ao0 = (input, _path, _exceptionable = true) => (("object" === typeof input.engines && null !== input.engines && false === Array.isArray(input.engines) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1822
|
+
method: "typia.assertGuard",
|
|
1823
|
+
path: _path + ".engines",
|
|
1824
|
+
expected: "Record<string, string>",
|
|
1825
|
+
value: input.engines
|
|
1826
|
+
}, _errorFactory)) && _ao1(input.engines, _path + ".engines", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1827
|
+
method: "typia.assertGuard",
|
|
1828
|
+
path: _path + ".engines",
|
|
1829
|
+
expected: "Record<string, string>",
|
|
1830
|
+
value: input.engines
|
|
1831
|
+
}, _errorFactory)) && (("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1832
|
+
method: "typia.assertGuard",
|
|
1833
|
+
path: _path + ".languages",
|
|
1834
|
+
expected: "Record<string, string>",
|
|
1835
|
+
value: input.languages
|
|
1836
|
+
}, _errorFactory)) && _ao1(input.languages, _path + ".languages", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1837
|
+
method: "typia.assertGuard",
|
|
1838
|
+
path: _path + ".languages",
|
|
1839
|
+
expected: "Record<string, string>",
|
|
1840
|
+
value: input.languages
|
|
1841
|
+
}, _errorFactory)) && (undefined === input.translate || ("object" === typeof input.translate && null !== input.translate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1842
|
+
method: "typia.assertGuard",
|
|
1843
|
+
path: _path + ".translate",
|
|
1844
|
+
expected: "(__type | undefined)",
|
|
1845
|
+
value: input.translate
|
|
1846
|
+
}, _errorFactory)) && _ao2(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1847
|
+
method: "typia.assertGuard",
|
|
1848
|
+
path: _path + ".translate",
|
|
1849
|
+
expected: "(__type | undefined)",
|
|
1850
|
+
value: input.translate
|
|
1851
|
+
}, _errorFactory)) && (undefined === input.replacers || ("object" === typeof input.replacers && null !== input.replacers && false === Array.isArray(input.replacers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1852
|
+
method: "typia.assertGuard",
|
|
1853
|
+
path: _path + ".replacers",
|
|
1854
|
+
expected: "(Record<string, TranscribeReplacer | TranscribeReplacer[]> | undefined)",
|
|
1855
|
+
value: input.replacers
|
|
1856
|
+
}, _errorFactory)) && _ao3(input.replacers, _path + ".replacers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1857
|
+
method: "typia.assertGuard",
|
|
1858
|
+
path: _path + ".replacers",
|
|
1859
|
+
expected: "(Record<string, TranscribeReplacer | TranscribeReplacer[]> | undefined)",
|
|
1860
|
+
value: input.replacers
|
|
1861
|
+
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
1862
|
+
const value = input[key];
|
|
1863
|
+
if (undefined === value)
|
|
1864
|
+
return true;
|
|
1865
|
+
return "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1866
|
+
method: "typia.assertGuard",
|
|
1867
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
1868
|
+
expected: "string",
|
|
1869
|
+
value: value
|
|
1870
|
+
}, _errorFactory);
|
|
1871
|
+
}); const _ao2 = (input, _path, _exceptionable = true) => ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1872
|
+
method: "typia.assertGuard",
|
|
1873
|
+
path: _path + ".languages",
|
|
1874
|
+
expected: "Record<string, string>",
|
|
1875
|
+
value: input.languages
|
|
1876
|
+
}, _errorFactory)) && _ao1(input.languages, _path + ".languages", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1877
|
+
method: "typia.assertGuard",
|
|
1878
|
+
path: _path + ".languages",
|
|
1879
|
+
expected: "Record<string, string>",
|
|
1880
|
+
value: input.languages
|
|
1881
|
+
}, _errorFactory); const _ao3 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
1882
|
+
const value = input[key];
|
|
1883
|
+
if (undefined === value)
|
|
1884
|
+
return true;
|
|
1885
|
+
return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1886
|
+
method: "typia.assertGuard",
|
|
1887
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
1888
|
+
expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
|
|
1889
|
+
value: value
|
|
1890
|
+
}, _errorFactory)) && (undefined !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1891
|
+
method: "typia.assertGuard",
|
|
1892
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
1893
|
+
expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
|
|
1894
|
+
value: value
|
|
1895
|
+
}, _errorFactory)) && (Array.isArray(value) && value.every((elem, _index4) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1896
|
+
method: "typia.assertGuard",
|
|
1897
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index4 + "]",
|
|
1898
|
+
expected: "(TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
|
|
1899
|
+
value: elem
|
|
1900
|
+
}, _errorFactory)) && _au0(elem, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index4 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1901
|
+
method: "typia.assertGuard",
|
|
1902
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index4 + "]",
|
|
1903
|
+
expected: "(TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
|
|
1904
|
+
value: elem
|
|
1905
|
+
}, _errorFactory)) || "object" === typeof value && null !== value && _au0(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1906
|
+
method: "typia.assertGuard",
|
|
1907
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
1908
|
+
expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
|
|
1909
|
+
value: value
|
|
1910
|
+
}, _errorFactory) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1911
|
+
method: "typia.assertGuard",
|
|
1912
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
1913
|
+
expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
|
|
1914
|
+
value: value
|
|
1915
|
+
}, _errorFactory));
|
|
1916
|
+
}); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.type || "replace" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1917
|
+
method: "typia.assertGuard",
|
|
1918
|
+
path: _path + ".type",
|
|
1919
|
+
expected: "(\"replace\" | undefined)",
|
|
1920
|
+
value: input.type
|
|
1921
|
+
}, _errorFactory)) && true && ((null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1922
|
+
method: "typia.assertGuard",
|
|
1923
|
+
path: _path + ".replacement",
|
|
1924
|
+
expected: "(__type.o1 | string)",
|
|
1925
|
+
value: input.replacement
|
|
1926
|
+
}, _errorFactory)) && (undefined !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1927
|
+
method: "typia.assertGuard",
|
|
1928
|
+
path: _path + ".replacement",
|
|
1929
|
+
expected: "(__type.o1 | string)",
|
|
1930
|
+
value: input.replacement
|
|
1931
|
+
}, _errorFactory)) && ("function" === typeof input.replacement || "string" === typeof input.replacement || ("object" === typeof input.replacement && null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1932
|
+
method: "typia.assertGuard",
|
|
1933
|
+
path: _path + ".replacement",
|
|
1934
|
+
expected: "(__type.o1 | string)",
|
|
1935
|
+
value: input.replacement
|
|
1936
|
+
}, _errorFactory)) && _ao5(input.replacement, _path + ".replacement", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1937
|
+
method: "typia.assertGuard",
|
|
1938
|
+
path: _path + ".replacement",
|
|
1939
|
+
expected: "(__type.o1 | string)",
|
|
1940
|
+
value: input.replacement
|
|
1941
|
+
}, _errorFactory))) && (undefined === input.flags || "string" === typeof input.flags || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1942
|
+
method: "typia.assertGuard",
|
|
1943
|
+
path: _path + ".flags",
|
|
1944
|
+
expected: "(string | undefined)",
|
|
1945
|
+
value: input.flags
|
|
1946
|
+
}, _errorFactory)) && (undefined === input._comment || "string" === typeof input._comment || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1947
|
+
method: "typia.assertGuard",
|
|
1948
|
+
path: _path + "._comment",
|
|
1949
|
+
expected: "(string | undefined)",
|
|
1950
|
+
value: input._comment
|
|
1951
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1952
|
+
method: "typia.assertGuard",
|
|
1953
|
+
path: _path + ".__context",
|
|
1954
|
+
expected: "__type.o2",
|
|
1955
|
+
value: input.__context
|
|
1956
|
+
}, _errorFactory)) && _ao6(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1957
|
+
method: "typia.assertGuard",
|
|
1958
|
+
path: _path + ".__context",
|
|
1959
|
+
expected: "__type.o2",
|
|
1960
|
+
value: input.__context
|
|
1961
|
+
}, _errorFactory)) && ((null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1962
|
+
method: "typia.assertGuard",
|
|
1963
|
+
path: _path + ".__returnValue",
|
|
1964
|
+
expected: "string",
|
|
1965
|
+
value: input.__returnValue
|
|
1966
|
+
}, _errorFactory)) && (undefined !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1967
|
+
method: "typia.assertGuard",
|
|
1968
|
+
path: _path + ".__returnValue",
|
|
1969
|
+
expected: "string",
|
|
1970
|
+
value: input.__returnValue
|
|
1971
|
+
}, _errorFactory)) && ("function" === typeof input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1972
|
+
method: "typia.assertGuard",
|
|
1973
|
+
path: _path + ".__returnValue",
|
|
1974
|
+
expected: "string",
|
|
1975
|
+
value: input.__returnValue
|
|
1976
|
+
}, _errorFactory))); const _ao6 = (input, _path, _exceptionable = true) => "string" === typeof input.item || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1977
|
+
method: "typia.assertGuard",
|
|
1978
|
+
path: _path + ".item",
|
|
1979
|
+
expected: "string",
|
|
1980
|
+
value: input.item
|
|
1981
|
+
}, _errorFactory); const _ao7 = (input, _path, _exceptionable = true) => ("items" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1982
|
+
method: "typia.assertGuard",
|
|
1983
|
+
path: _path + ".type",
|
|
1984
|
+
expected: "\"items\"",
|
|
1985
|
+
value: input.type
|
|
1986
|
+
}, _errorFactory)) && ((Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1987
|
+
method: "typia.assertGuard",
|
|
1988
|
+
path: _path + ".items",
|
|
1989
|
+
expected: "Array<string>",
|
|
1990
|
+
value: input.items
|
|
1991
|
+
}, _errorFactory)) && input.items.every((elem, _index5) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1992
|
+
method: "typia.assertGuard",
|
|
1993
|
+
path: _path + ".items[" + _index5 + "]",
|
|
1994
|
+
expected: "string",
|
|
1995
|
+
value: elem
|
|
1996
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1997
|
+
method: "typia.assertGuard",
|
|
1998
|
+
path: _path + ".items",
|
|
1999
|
+
expected: "Array<string>",
|
|
2000
|
+
value: input.items
|
|
2001
|
+
}, _errorFactory)) && (undefined === input._comment || "string" === typeof input._comment || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2002
|
+
method: "typia.assertGuard",
|
|
2003
|
+
path: _path + "._comment",
|
|
2004
|
+
expected: "(string | undefined)",
|
|
2005
|
+
value: input._comment
|
|
2006
|
+
}, _errorFactory)) && ((Array.isArray(input.replacers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2007
|
+
method: "typia.assertGuard",
|
|
2008
|
+
path: _path + ".replacers",
|
|
2009
|
+
expected: "Array<__type>",
|
|
2010
|
+
value: input.replacers
|
|
2011
|
+
}, _errorFactory)) && input.replacers.every((elem, _index6) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2012
|
+
method: "typia.assertGuard",
|
|
2013
|
+
path: _path + ".replacers[" + _index6 + "]",
|
|
2014
|
+
expected: "__type.o3",
|
|
2015
|
+
value: elem
|
|
2016
|
+
}, _errorFactory)) && _ao8(elem, _path + ".replacers[" + _index6 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2017
|
+
method: "typia.assertGuard",
|
|
2018
|
+
path: _path + ".replacers[" + _index6 + "]",
|
|
2019
|
+
expected: "__type.o3",
|
|
2020
|
+
value: elem
|
|
2021
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2022
|
+
method: "typia.assertGuard",
|
|
2023
|
+
path: _path + ".replacers",
|
|
2024
|
+
expected: "Array<__type>",
|
|
2025
|
+
value: input.replacers
|
|
2026
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => true && ((null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2027
|
+
method: "typia.assertGuard",
|
|
2028
|
+
path: _path + ".replacement",
|
|
2029
|
+
expected: "(__type.o4 | string)",
|
|
2030
|
+
value: input.replacement
|
|
2031
|
+
}, _errorFactory)) && (undefined !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2032
|
+
method: "typia.assertGuard",
|
|
2033
|
+
path: _path + ".replacement",
|
|
2034
|
+
expected: "(__type.o4 | string)",
|
|
2035
|
+
value: input.replacement
|
|
2036
|
+
}, _errorFactory)) && ("function" === typeof input.replacement || "string" === typeof input.replacement || ("object" === typeof input.replacement && null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2037
|
+
method: "typia.assertGuard",
|
|
2038
|
+
path: _path + ".replacement",
|
|
2039
|
+
expected: "(__type.o4 | string)",
|
|
2040
|
+
value: input.replacement
|
|
2041
|
+
}, _errorFactory)) && _ao9(input.replacement, _path + ".replacement", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2042
|
+
method: "typia.assertGuard",
|
|
2043
|
+
path: _path + ".replacement",
|
|
2044
|
+
expected: "(__type.o4 | string)",
|
|
2045
|
+
value: input.replacement
|
|
2046
|
+
}, _errorFactory))) && (undefined === input.flags || "string" === typeof input.flags || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2047
|
+
method: "typia.assertGuard",
|
|
2048
|
+
path: _path + ".flags",
|
|
2049
|
+
expected: "(string | undefined)",
|
|
2050
|
+
value: input.flags
|
|
2051
|
+
}, _errorFactory)) && (undefined === input._comment || "string" === typeof input._comment || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2052
|
+
method: "typia.assertGuard",
|
|
2053
|
+
path: _path + "._comment",
|
|
2054
|
+
expected: "(string | undefined)",
|
|
2055
|
+
value: input._comment
|
|
2056
|
+
}, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2057
|
+
method: "typia.assertGuard",
|
|
2058
|
+
path: _path + ".__context",
|
|
2059
|
+
expected: "__type.o5",
|
|
2060
|
+
value: input.__context
|
|
2061
|
+
}, _errorFactory)) && _ao10(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2062
|
+
method: "typia.assertGuard",
|
|
2063
|
+
path: _path + ".__context",
|
|
2064
|
+
expected: "__type.o5",
|
|
2065
|
+
value: input.__context
|
|
2066
|
+
}, _errorFactory)) && ((null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2067
|
+
method: "typia.assertGuard",
|
|
2068
|
+
path: _path + ".__returnValue",
|
|
2069
|
+
expected: "string",
|
|
2070
|
+
value: input.__returnValue
|
|
2071
|
+
}, _errorFactory)) && (undefined !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2072
|
+
method: "typia.assertGuard",
|
|
2073
|
+
path: _path + ".__returnValue",
|
|
2074
|
+
expected: "string",
|
|
2075
|
+
value: input.__returnValue
|
|
2076
|
+
}, _errorFactory)) && ("function" === typeof input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2077
|
+
method: "typia.assertGuard",
|
|
2078
|
+
path: _path + ".__returnValue",
|
|
2079
|
+
expected: "string",
|
|
2080
|
+
value: input.__returnValue
|
|
2081
|
+
}, _errorFactory))); const _ao10 = (input, _path, _exceptionable = true) => "string" === typeof input.item || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2082
|
+
method: "typia.assertGuard",
|
|
2083
|
+
path: _path + ".item",
|
|
2084
|
+
expected: "string",
|
|
2085
|
+
value: input.item
|
|
2086
|
+
}, _errorFactory); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
2087
|
+
if (undefined !== input.pattern)
|
|
2088
|
+
return _ao4(input, _path, true && _exceptionable);
|
|
2089
|
+
else if ("items" === input.type)
|
|
2090
|
+
return _ao7(input, _path, true && _exceptionable);
|
|
2091
|
+
else
|
|
2092
|
+
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2093
|
+
method: "typia.assertGuard",
|
|
2094
|
+
path: _path,
|
|
2095
|
+
expected: "(TranscribeReplaceReplacer | TranscribeForEachWordReplacer)",
|
|
2096
|
+
value: input
|
|
2097
|
+
}, _errorFactory);
|
|
2098
|
+
})(); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
2099
|
+
if (false === __is(input)) {
|
|
2100
|
+
_errorFactory = errorFactory;
|
|
2101
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
2102
|
+
method: "typia.assertGuard",
|
|
2103
|
+
path: _path + "",
|
|
2104
|
+
expected: "MediaTranscribeRecord",
|
|
2105
|
+
value: input
|
|
2106
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
2107
|
+
method: "typia.assertGuard",
|
|
2108
|
+
path: _path + "",
|
|
2109
|
+
expected: "MediaTranscribeRecord",
|
|
2110
|
+
value: input
|
|
2111
|
+
}, _errorFactory))(input, "$input", true);
|
|
2112
|
+
}
|
|
2113
|
+
}; })()(input);
|
|
2114
|
+
}
|
|
1803
2115
|
case "media.transcribe?": {
|
|
1804
|
-
return (() => { const _io0 = input => "object" === typeof input.engines && null !== input.engines && false === Array.isArray(input.engines) && _io1(input.engines) && ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io2(input.translate)); const _io1 = input => Object.keys(input).every(key => {
|
|
2116
|
+
return (() => { const _io0 = input => "object" === typeof input.engines && null !== input.engines && false === Array.isArray(input.engines) && _io1(input.engines) && ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io2(input.translate)) && (undefined === input.replacers || "object" === typeof input.replacers && null !== input.replacers && false === Array.isArray(input.replacers) && _io3(input.replacers)); const _io1 = input => Object.keys(input).every(key => {
|
|
1805
2117
|
const value = input[key];
|
|
1806
2118
|
if (undefined === value)
|
|
1807
2119
|
return true;
|
|
1808
2120
|
return "string" === typeof value;
|
|
1809
|
-
}); const _io2 = input => "object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages); const
|
|
2121
|
+
}); const _io2 = input => "object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages); const _io3 = input => Object.keys(input).every(key => {
|
|
2122
|
+
const value = input[key];
|
|
2123
|
+
if (undefined === value)
|
|
2124
|
+
return true;
|
|
2125
|
+
return null !== value && undefined !== value && (Array.isArray(value) && value.every(elem => "object" === typeof elem && null !== elem && _iu0(elem)) || "object" === typeof value && null !== value && _iu0(value));
|
|
2126
|
+
}); const _io4 = input => (undefined === input.type || "replace" === input.type) && true && (null !== input.replacement && undefined !== input.replacement && ("function" === typeof input.replacement || "string" === typeof input.replacement || "object" === typeof input.replacement && null !== input.replacement && _io5(input.replacement))) && (undefined === input.flags || "string" === typeof input.flags) && (undefined === input._comment || "string" === typeof input._comment); const _io5 = input => "object" === typeof input.__context && null !== input.__context && _io6(input.__context) && (null !== input.__returnValue && undefined !== input.__returnValue && ("function" === typeof input.__returnValue || "string" === typeof input.__returnValue)); const _io6 = input => "string" === typeof input.item; const _io7 = input => "items" === input.type && (Array.isArray(input.items) && input.items.every(elem => "string" === typeof elem)) && (undefined === input._comment || "string" === typeof input._comment) && (Array.isArray(input.replacers) && input.replacers.every(elem => "object" === typeof elem && null !== elem && _io8(elem))); const _io8 = input => true && (null !== input.replacement && undefined !== input.replacement && ("function" === typeof input.replacement || "string" === typeof input.replacement || "object" === typeof input.replacement && null !== input.replacement && _io9(input.replacement))) && (undefined === input.flags || "string" === typeof input.flags) && (undefined === input._comment || "string" === typeof input._comment); const _io9 = input => "object" === typeof input.__context && null !== input.__context && _io10(input.__context) && (null !== input.__returnValue && undefined !== input.__returnValue && ("function" === typeof input.__returnValue || "string" === typeof input.__returnValue)); const _io10 = input => "string" === typeof input.item; const _iu0 = input => (() => {
|
|
2127
|
+
if (undefined !== input.pattern)
|
|
2128
|
+
return _io4(input);
|
|
2129
|
+
else if ("items" === input.type)
|
|
2130
|
+
return _io7(input);
|
|
2131
|
+
else
|
|
2132
|
+
return false;
|
|
2133
|
+
})(); const _ao0 = (input, _path, _exceptionable = true) => (("object" === typeof input.engines && null !== input.engines && false === Array.isArray(input.engines) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1810
2134
|
method: "typia.assertGuard",
|
|
1811
2135
|
path: _path + ".engines",
|
|
1812
2136
|
expected: "Record<string, string>",
|
|
@@ -1828,35 +2152,262 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1828
2152
|
value: input.languages
|
|
1829
2153
|
}, _errorFactory)) && (undefined === input.translate || ("object" === typeof input.translate && null !== input.translate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1830
2154
|
method: "typia.assertGuard",
|
|
1831
|
-
path: _path + ".translate",
|
|
1832
|
-
expected: "(__type | undefined)",
|
|
1833
|
-
value: input.translate
|
|
1834
|
-
}, _errorFactory)) && _ao2(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2155
|
+
path: _path + ".translate",
|
|
2156
|
+
expected: "(__type | undefined)",
|
|
2157
|
+
value: input.translate
|
|
2158
|
+
}, _errorFactory)) && _ao2(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2159
|
+
method: "typia.assertGuard",
|
|
2160
|
+
path: _path + ".translate",
|
|
2161
|
+
expected: "(__type | undefined)",
|
|
2162
|
+
value: input.translate
|
|
2163
|
+
}, _errorFactory)) && (undefined === input.replacers || ("object" === typeof input.replacers && null !== input.replacers && false === Array.isArray(input.replacers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2164
|
+
method: "typia.assertGuard",
|
|
2165
|
+
path: _path + ".replacers",
|
|
2166
|
+
expected: "(Record<string, TranscribeReplacer | TranscribeReplacer[]> | undefined)",
|
|
2167
|
+
value: input.replacers
|
|
2168
|
+
}, _errorFactory)) && _ao3(input.replacers, _path + ".replacers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2169
|
+
method: "typia.assertGuard",
|
|
2170
|
+
path: _path + ".replacers",
|
|
2171
|
+
expected: "(Record<string, TranscribeReplacer | TranscribeReplacer[]> | undefined)",
|
|
2172
|
+
value: input.replacers
|
|
2173
|
+
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
2174
|
+
const value = input[key];
|
|
2175
|
+
if (undefined === value)
|
|
2176
|
+
return true;
|
|
2177
|
+
return "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2178
|
+
method: "typia.assertGuard",
|
|
2179
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
2180
|
+
expected: "string",
|
|
2181
|
+
value: value
|
|
2182
|
+
}, _errorFactory);
|
|
2183
|
+
}); const _ao2 = (input, _path, _exceptionable = true) => ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2184
|
+
method: "typia.assertGuard",
|
|
2185
|
+
path: _path + ".languages",
|
|
2186
|
+
expected: "Record<string, string>",
|
|
2187
|
+
value: input.languages
|
|
2188
|
+
}, _errorFactory)) && _ao1(input.languages, _path + ".languages", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2189
|
+
method: "typia.assertGuard",
|
|
2190
|
+
path: _path + ".languages",
|
|
2191
|
+
expected: "Record<string, string>",
|
|
2192
|
+
value: input.languages
|
|
2193
|
+
}, _errorFactory); const _ao3 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
2194
|
+
const value = input[key];
|
|
2195
|
+
if (undefined === value)
|
|
2196
|
+
return true;
|
|
2197
|
+
return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2198
|
+
method: "typia.assertGuard",
|
|
2199
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
2200
|
+
expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
|
|
2201
|
+
value: value
|
|
2202
|
+
}, _errorFactory)) && (undefined !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2203
|
+
method: "typia.assertGuard",
|
|
2204
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
2205
|
+
expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
|
|
2206
|
+
value: value
|
|
2207
|
+
}, _errorFactory)) && (Array.isArray(value) && value.every((elem, _index4) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2208
|
+
method: "typia.assertGuard",
|
|
2209
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index4 + "]",
|
|
2210
|
+
expected: "(TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
|
|
2211
|
+
value: elem
|
|
2212
|
+
}, _errorFactory)) && _au0(elem, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index4 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2213
|
+
method: "typia.assertGuard",
|
|
2214
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index4 + "]",
|
|
2215
|
+
expected: "(TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
|
|
2216
|
+
value: elem
|
|
2217
|
+
}, _errorFactory)) || "object" === typeof value && null !== value && _au0(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2218
|
+
method: "typia.assertGuard",
|
|
2219
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
2220
|
+
expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
|
|
2221
|
+
value: value
|
|
2222
|
+
}, _errorFactory) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2223
|
+
method: "typia.assertGuard",
|
|
2224
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
2225
|
+
expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
|
|
2226
|
+
value: value
|
|
2227
|
+
}, _errorFactory));
|
|
2228
|
+
}); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.type || "replace" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2229
|
+
method: "typia.assertGuard",
|
|
2230
|
+
path: _path + ".type",
|
|
2231
|
+
expected: "(\"replace\" | undefined)",
|
|
2232
|
+
value: input.type
|
|
2233
|
+
}, _errorFactory)) && true && ((null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2234
|
+
method: "typia.assertGuard",
|
|
2235
|
+
path: _path + ".replacement",
|
|
2236
|
+
expected: "(__type.o1 | string)",
|
|
2237
|
+
value: input.replacement
|
|
2238
|
+
}, _errorFactory)) && (undefined !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2239
|
+
method: "typia.assertGuard",
|
|
2240
|
+
path: _path + ".replacement",
|
|
2241
|
+
expected: "(__type.o1 | string)",
|
|
2242
|
+
value: input.replacement
|
|
2243
|
+
}, _errorFactory)) && ("function" === typeof input.replacement || "string" === typeof input.replacement || ("object" === typeof input.replacement && null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2244
|
+
method: "typia.assertGuard",
|
|
2245
|
+
path: _path + ".replacement",
|
|
2246
|
+
expected: "(__type.o1 | string)",
|
|
2247
|
+
value: input.replacement
|
|
2248
|
+
}, _errorFactory)) && _ao5(input.replacement, _path + ".replacement", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2249
|
+
method: "typia.assertGuard",
|
|
2250
|
+
path: _path + ".replacement",
|
|
2251
|
+
expected: "(__type.o1 | string)",
|
|
2252
|
+
value: input.replacement
|
|
2253
|
+
}, _errorFactory))) && (undefined === input.flags || "string" === typeof input.flags || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2254
|
+
method: "typia.assertGuard",
|
|
2255
|
+
path: _path + ".flags",
|
|
2256
|
+
expected: "(string | undefined)",
|
|
2257
|
+
value: input.flags
|
|
2258
|
+
}, _errorFactory)) && (undefined === input._comment || "string" === typeof input._comment || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2259
|
+
method: "typia.assertGuard",
|
|
2260
|
+
path: _path + "._comment",
|
|
2261
|
+
expected: "(string | undefined)",
|
|
2262
|
+
value: input._comment
|
|
2263
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2264
|
+
method: "typia.assertGuard",
|
|
2265
|
+
path: _path + ".__context",
|
|
2266
|
+
expected: "__type.o2",
|
|
2267
|
+
value: input.__context
|
|
2268
|
+
}, _errorFactory)) && _ao6(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2269
|
+
method: "typia.assertGuard",
|
|
2270
|
+
path: _path + ".__context",
|
|
2271
|
+
expected: "__type.o2",
|
|
2272
|
+
value: input.__context
|
|
2273
|
+
}, _errorFactory)) && ((null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2274
|
+
method: "typia.assertGuard",
|
|
2275
|
+
path: _path + ".__returnValue",
|
|
2276
|
+
expected: "string",
|
|
2277
|
+
value: input.__returnValue
|
|
2278
|
+
}, _errorFactory)) && (undefined !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2279
|
+
method: "typia.assertGuard",
|
|
2280
|
+
path: _path + ".__returnValue",
|
|
2281
|
+
expected: "string",
|
|
2282
|
+
value: input.__returnValue
|
|
2283
|
+
}, _errorFactory)) && ("function" === typeof input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2284
|
+
method: "typia.assertGuard",
|
|
2285
|
+
path: _path + ".__returnValue",
|
|
2286
|
+
expected: "string",
|
|
2287
|
+
value: input.__returnValue
|
|
2288
|
+
}, _errorFactory))); const _ao6 = (input, _path, _exceptionable = true) => "string" === typeof input.item || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2289
|
+
method: "typia.assertGuard",
|
|
2290
|
+
path: _path + ".item",
|
|
2291
|
+
expected: "string",
|
|
2292
|
+
value: input.item
|
|
2293
|
+
}, _errorFactory); const _ao7 = (input, _path, _exceptionable = true) => ("items" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2294
|
+
method: "typia.assertGuard",
|
|
2295
|
+
path: _path + ".type",
|
|
2296
|
+
expected: "\"items\"",
|
|
2297
|
+
value: input.type
|
|
2298
|
+
}, _errorFactory)) && ((Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2299
|
+
method: "typia.assertGuard",
|
|
2300
|
+
path: _path + ".items",
|
|
2301
|
+
expected: "Array<string>",
|
|
2302
|
+
value: input.items
|
|
2303
|
+
}, _errorFactory)) && input.items.every((elem, _index5) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2304
|
+
method: "typia.assertGuard",
|
|
2305
|
+
path: _path + ".items[" + _index5 + "]",
|
|
2306
|
+
expected: "string",
|
|
2307
|
+
value: elem
|
|
2308
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2309
|
+
method: "typia.assertGuard",
|
|
2310
|
+
path: _path + ".items",
|
|
2311
|
+
expected: "Array<string>",
|
|
2312
|
+
value: input.items
|
|
2313
|
+
}, _errorFactory)) && (undefined === input._comment || "string" === typeof input._comment || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2314
|
+
method: "typia.assertGuard",
|
|
2315
|
+
path: _path + "._comment",
|
|
2316
|
+
expected: "(string | undefined)",
|
|
2317
|
+
value: input._comment
|
|
2318
|
+
}, _errorFactory)) && ((Array.isArray(input.replacers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2319
|
+
method: "typia.assertGuard",
|
|
2320
|
+
path: _path + ".replacers",
|
|
2321
|
+
expected: "Array<__type>",
|
|
2322
|
+
value: input.replacers
|
|
2323
|
+
}, _errorFactory)) && input.replacers.every((elem, _index6) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2324
|
+
method: "typia.assertGuard",
|
|
2325
|
+
path: _path + ".replacers[" + _index6 + "]",
|
|
2326
|
+
expected: "__type.o3",
|
|
2327
|
+
value: elem
|
|
2328
|
+
}, _errorFactory)) && _ao8(elem, _path + ".replacers[" + _index6 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2329
|
+
method: "typia.assertGuard",
|
|
2330
|
+
path: _path + ".replacers[" + _index6 + "]",
|
|
2331
|
+
expected: "__type.o3",
|
|
2332
|
+
value: elem
|
|
2333
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2334
|
+
method: "typia.assertGuard",
|
|
2335
|
+
path: _path + ".replacers",
|
|
2336
|
+
expected: "Array<__type>",
|
|
2337
|
+
value: input.replacers
|
|
2338
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => true && ((null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2339
|
+
method: "typia.assertGuard",
|
|
2340
|
+
path: _path + ".replacement",
|
|
2341
|
+
expected: "(__type.o4 | string)",
|
|
2342
|
+
value: input.replacement
|
|
2343
|
+
}, _errorFactory)) && (undefined !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2344
|
+
method: "typia.assertGuard",
|
|
2345
|
+
path: _path + ".replacement",
|
|
2346
|
+
expected: "(__type.o4 | string)",
|
|
2347
|
+
value: input.replacement
|
|
2348
|
+
}, _errorFactory)) && ("function" === typeof input.replacement || "string" === typeof input.replacement || ("object" === typeof input.replacement && null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2349
|
+
method: "typia.assertGuard",
|
|
2350
|
+
path: _path + ".replacement",
|
|
2351
|
+
expected: "(__type.o4 | string)",
|
|
2352
|
+
value: input.replacement
|
|
2353
|
+
}, _errorFactory)) && _ao9(input.replacement, _path + ".replacement", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2354
|
+
method: "typia.assertGuard",
|
|
2355
|
+
path: _path + ".replacement",
|
|
2356
|
+
expected: "(__type.o4 | string)",
|
|
2357
|
+
value: input.replacement
|
|
2358
|
+
}, _errorFactory))) && (undefined === input.flags || "string" === typeof input.flags || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2359
|
+
method: "typia.assertGuard",
|
|
2360
|
+
path: _path + ".flags",
|
|
2361
|
+
expected: "(string | undefined)",
|
|
2362
|
+
value: input.flags
|
|
2363
|
+
}, _errorFactory)) && (undefined === input._comment || "string" === typeof input._comment || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2364
|
+
method: "typia.assertGuard",
|
|
2365
|
+
path: _path + "._comment",
|
|
2366
|
+
expected: "(string | undefined)",
|
|
2367
|
+
value: input._comment
|
|
2368
|
+
}, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2369
|
+
method: "typia.assertGuard",
|
|
2370
|
+
path: _path + ".__context",
|
|
2371
|
+
expected: "__type.o5",
|
|
2372
|
+
value: input.__context
|
|
2373
|
+
}, _errorFactory)) && _ao10(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2374
|
+
method: "typia.assertGuard",
|
|
2375
|
+
path: _path + ".__context",
|
|
2376
|
+
expected: "__type.o5",
|
|
2377
|
+
value: input.__context
|
|
2378
|
+
}, _errorFactory)) && ((null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2379
|
+
method: "typia.assertGuard",
|
|
2380
|
+
path: _path + ".__returnValue",
|
|
2381
|
+
expected: "string",
|
|
2382
|
+
value: input.__returnValue
|
|
2383
|
+
}, _errorFactory)) && (undefined !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1835
2384
|
method: "typia.assertGuard",
|
|
1836
|
-
path: _path + ".
|
|
1837
|
-
expected: "
|
|
1838
|
-
value: input.
|
|
1839
|
-
}, _errorFactory))
|
|
1840
|
-
const value = input[key];
|
|
1841
|
-
if (undefined === value)
|
|
1842
|
-
return true;
|
|
1843
|
-
return "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1844
|
-
method: "typia.assertGuard",
|
|
1845
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
1846
|
-
expected: "string",
|
|
1847
|
-
value: value
|
|
1848
|
-
}, _errorFactory);
|
|
1849
|
-
}); const _ao2 = (input, _path, _exceptionable = true) => ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2385
|
+
path: _path + ".__returnValue",
|
|
2386
|
+
expected: "string",
|
|
2387
|
+
value: input.__returnValue
|
|
2388
|
+
}, _errorFactory)) && ("function" === typeof input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1850
2389
|
method: "typia.assertGuard",
|
|
1851
|
-
path: _path + ".
|
|
1852
|
-
expected: "
|
|
1853
|
-
value: input.
|
|
1854
|
-
}, _errorFactory))
|
|
2390
|
+
path: _path + ".__returnValue",
|
|
2391
|
+
expected: "string",
|
|
2392
|
+
value: input.__returnValue
|
|
2393
|
+
}, _errorFactory))); const _ao10 = (input, _path, _exceptionable = true) => "string" === typeof input.item || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1855
2394
|
method: "typia.assertGuard",
|
|
1856
|
-
path: _path + ".
|
|
1857
|
-
expected: "
|
|
1858
|
-
value: input.
|
|
1859
|
-
}, _errorFactory); const
|
|
2395
|
+
path: _path + ".item",
|
|
2396
|
+
expected: "string",
|
|
2397
|
+
value: input.item
|
|
2398
|
+
}, _errorFactory); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
2399
|
+
if (undefined !== input.pattern)
|
|
2400
|
+
return _ao4(input, _path, true && _exceptionable);
|
|
2401
|
+
else if ("items" === input.type)
|
|
2402
|
+
return _ao7(input, _path, true && _exceptionable);
|
|
2403
|
+
else
|
|
2404
|
+
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2405
|
+
method: "typia.assertGuard",
|
|
2406
|
+
path: _path,
|
|
2407
|
+
expected: "(TranscribeReplaceReplacer | TranscribeForEachWordReplacer)",
|
|
2408
|
+
value: input
|
|
2409
|
+
}, _errorFactory);
|
|
2410
|
+
})(); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
1860
2411
|
if (false === __is(input)) {
|
|
1861
2412
|
_errorFactory = errorFactory;
|
|
1862
2413
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
@@ -2371,10 +2922,10 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
2371
2922
|
{
|
|
2372
2923
|
switch (domain) {
|
|
2373
2924
|
case ":asset.title?": {
|
|
2374
|
-
return (() => { const _io0 = input => undefined === input.value || "string" === typeof input.value; const _ao0 = (input, _path, _exceptionable = true) => undefined === input.value || "string" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2925
|
+
return (() => { const _io0 = input => null === input.value || undefined === input.value || "string" === typeof input.value; const _ao0 = (input, _path, _exceptionable = true) => null === input.value || undefined === input.value || "string" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
2375
2926
|
method: "typia.assertGuard",
|
|
2376
2927
|
path: _path + ".value",
|
|
2377
|
-
expected: "(string | undefined)",
|
|
2928
|
+
expected: "(null | string | undefined)",
|
|
2378
2929
|
value: input.value
|
|
2379
2930
|
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
2380
2931
|
if (false === __is(input)) {
|
|
@@ -8807,6 +9358,39 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
8807
9358
|
}
|
|
8808
9359
|
}; })()(input);
|
|
8809
9360
|
}
|
|
9361
|
+
case ":folder.items": {
|
|
9362
|
+
return (() => { const _io0 = input => Array.isArray(input.value) && input.value.every(elem => "string" === typeof elem); const _ao0 = (input, _path, _exceptionable = true) => (Array.isArray(input.value) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9363
|
+
method: "typia.assertGuard",
|
|
9364
|
+
path: _path + ".value",
|
|
9365
|
+
expected: "Array<string>",
|
|
9366
|
+
value: input.value
|
|
9367
|
+
}, _errorFactory)) && input.value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9368
|
+
method: "typia.assertGuard",
|
|
9369
|
+
path: _path + ".value[" + _index2 + "]",
|
|
9370
|
+
expected: "string",
|
|
9371
|
+
value: elem
|
|
9372
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
9373
|
+
method: "typia.assertGuard",
|
|
9374
|
+
path: _path + ".value",
|
|
9375
|
+
expected: "Array<string>",
|
|
9376
|
+
value: input.value
|
|
9377
|
+
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
9378
|
+
if (false === __is(input)) {
|
|
9379
|
+
_errorFactory = errorFactory;
|
|
9380
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
9381
|
+
method: "typia.assertGuard",
|
|
9382
|
+
path: _path + "",
|
|
9383
|
+
expected: "FolderItemsDomainRecord",
|
|
9384
|
+
value: input
|
|
9385
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
9386
|
+
method: "typia.assertGuard",
|
|
9387
|
+
path: _path + "",
|
|
9388
|
+
expected: "FolderItemsDomainRecord",
|
|
9389
|
+
value: input
|
|
9390
|
+
}, _errorFactory))(input, "$input", true);
|
|
9391
|
+
}
|
|
9392
|
+
}; })()(input);
|
|
9393
|
+
}
|
|
8810
9394
|
case ":general.title": {
|
|
8811
9395
|
return (() => { const _io0 = input => undefined === input.value || "string" === typeof input.value; const _ao0 = (input, _path, _exceptionable = true) => undefined === input.value || "string" === typeof input.value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
8812
9396
|
method: "typia.assertGuard",
|
|
@@ -16975,7 +17559,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16975
17559
|
}; })()(input);
|
|
16976
17560
|
}
|
|
16977
17561
|
case ":settings": {
|
|
16978
|
-
return (() => { const _iv22 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const
|
|
17562
|
+
return (() => { const _iv22 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv27 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av55 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _av60 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io25(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io28(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io29(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io30(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io43(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io56(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io60(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io61(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io70(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io71(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io72(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && _io75(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io76(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io77(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io80(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io82(input.utilsAssetEditorPanel)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io83(input.display)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io84(input.bookmarks)); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => (undefined === input.editor || "string" === typeof input.editor) && (undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs)); const _io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
16979
17563
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
16980
17564
|
return true;
|
|
16981
17565
|
const value = input[key];
|
|
@@ -16992,7 +17576,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
16992
17576
|
if (undefined === value)
|
|
16993
17577
|
return true;
|
|
16994
17578
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io27(value);
|
|
16995
|
-
}); const _io27 = input => (undefined === input.event || "string" === typeof input.event) && (undefined === input.property || "string" === typeof input.property); const _io28 = input => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails; const _io29 = input => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur) && (undefined === input.float || "rundown" === input.float || "gallery" === input.float || "disabled" === input.float) && (undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration); const _io30 = input => (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io31(input.display)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io33(input.browser)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io34(input.gallery)) && (undefined === input.global || "object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) && _io35(input.global)) && (undefined === input.player || "object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) && _io36(input.player)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io37(input.script)) && (undefined === input.codeEditor || "object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) && _io38(input.codeEditor)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io39(input.bookmarks)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io40(input.edit)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io41(input.rundown)) && (undefined === input.segment || "object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) && _io42(input.segment)); const _io31 = input => Object.keys(input).every(key => {
|
|
17579
|
+
}); const _io27 = input => (undefined === input.event || "string" === typeof input.event) && (undefined === input.property || "string" === typeof input.property); const _io28 = input => (undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails) && ("folded" === input.scriptEventFolding || "unfoldedUntilFolded" === input.scriptEventFolding); const _io29 = input => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur) && (undefined === input.float || "rundown" === input.float || "gallery" === input.float || "disabled" === input.float) && (undefined === input.countFloatedDuration || "boolean" === typeof input.countFloatedDuration); const _io30 = input => (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io31(input.display)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io33(input.browser)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io34(input.gallery)) && (undefined === input.global || "object" === typeof input.global && null !== input.global && false === Array.isArray(input.global) && _io35(input.global)) && (undefined === input.player || "object" === typeof input.player && null !== input.player && false === Array.isArray(input.player) && _io36(input.player)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io37(input.script)) && (undefined === input.codeEditor || "object" === typeof input.codeEditor && null !== input.codeEditor && false === Array.isArray(input.codeEditor) && _io38(input.codeEditor)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io39(input.bookmarks)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io40(input.edit)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && _io41(input.rundown)) && (undefined === input.segment || "object" === typeof input.segment && null !== input.segment && false === Array.isArray(input.segment) && _io42(input.segment)); const _io31 = input => Object.keys(input).every(key => {
|
|
16996
17580
|
const value = input[key];
|
|
16997
17581
|
if (undefined === value)
|
|
16998
17582
|
return true;
|
|
@@ -17047,12 +17631,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17047
17631
|
if (undefined === value)
|
|
17048
17632
|
return true;
|
|
17049
17633
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
|
|
17050
|
-
}); const _io43 = 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) && _io44(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) && _io45(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) && _io46(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) && _io49(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io50(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io51(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io55(input.openCommand))); const _io44 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io45 = 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 _io46 = 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) && _io47(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv22.has(elem))); const _io47 = 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 _io48 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io49 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io50 = 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 _io51 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io52(input.subtitleDisclaimer); const _io52 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io53(input.defaultValue)); const _io53 = 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) && _io54(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io54 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io55 = 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 _io56 = 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) && _io57(input.voiceOver)); const _io57 = 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 _io58 = 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 _io59 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io60(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io61(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io65(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io67(input.item)); const _io60 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io61 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io62(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io64(input.note)); const _io62 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io63(input.excerpt); const _io63 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io64 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io65 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io66(input.search)) && (undefined === input.sortMode || true === _iv26.has(input.sortMode)); const _io66 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io67 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io68 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io69 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io70 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io71(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io72(input.rive)); const _io71 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io72 = input => undefined === input.template || "string" === typeof input.template; const _io73 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io74 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (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 _io75 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io76(input.events); const _io76 = 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) && _io77(input.publishSucceeded)); const _io77 = input => Object.keys(input).every(key => {
|
|
17634
|
+
}); const _io43 = 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) && _io44(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) && _io45(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) && _io46(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) && _io49(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io50(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io51(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io55(input.openCommand))); const _io44 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io45 = 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 _io46 = 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) && _io47(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv22.has(elem))); const _io47 = 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 _io48 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io49 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io50 = 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 _io51 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io52(input.subtitleDisclaimer); const _io52 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io53(input.defaultValue)); const _io53 = 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) && _io54(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io54 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io55 = 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 _io56 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io57(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io59(input.voiceOver)); const _io57 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io58(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io58 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io59 = 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 _io60 = 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 _io61 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io62(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io63(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io67(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io69(input.item)); const _io62 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io63 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io64(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io66(input.note)); const _io64 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io65(input.excerpt); const _io65 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io66 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io67 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io68(input.search)) && (undefined === input.sortMode || true === _iv27.has(input.sortMode)); const _io68 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io69 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io70 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io71 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io72 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io73(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io74(input.rive)); const _io73 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io74 = input => undefined === input.template || "string" === typeof input.template; const _io75 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io76 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (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 _io77 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io78(input.events); const _io78 = 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) && _io79(input.publishSucceeded)); const _io79 = input => Object.keys(input).every(key => {
|
|
17051
17635
|
const value = input[key];
|
|
17052
17636
|
if (undefined === value)
|
|
17053
17637
|
return true;
|
|
17054
17638
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
17055
|
-
}); const
|
|
17639
|
+
}); const _io80 = input => undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io81(input.duplicate); const _io81 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io82 = input => (undefined === input.stateFilter || Array.isArray(input.stateFilter) && input.stateFilter.every(elem => "number" === typeof elem)) && (undefined === input.textFilter || "string" === typeof input.textFilter) && (undefined === input.showEmpty || "boolean" === typeof input.showEmpty) && (undefined === input.selectedRecord || "string" === typeof input.selectedRecord) && (undefined === input.subscribeSearchHits || "boolean" === typeof input.subscribeSearchHits) && (undefined === input.parseRegex || "boolean" === typeof input.parseRegex); const _io83 = input => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea; const _io84 = input => undefined === input.refreshInterval || "number" === typeof input.refreshInterval; const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17056
17640
|
method: "typia.assertGuard",
|
|
17057
17641
|
path: _path + ".autoLogoutTime",
|
|
17058
17642
|
expected: "(number | undefined)",
|
|
@@ -17122,19 +17706,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17122
17706
|
path: _path + ".exclusiveTagGroups",
|
|
17123
17707
|
expected: "(Array<Array<string>> | undefined)",
|
|
17124
17708
|
value: input.exclusiveTagGroups
|
|
17125
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
17709
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index34) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17126
17710
|
method: "typia.assertGuard",
|
|
17127
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
17711
|
+
path: _path + ".exclusiveTagGroups[" + _index34 + "]",
|
|
17128
17712
|
expected: "Array<string>",
|
|
17129
17713
|
value: elem
|
|
17130
|
-
}, _errorFactory)) && elem.every((elem,
|
|
17714
|
+
}, _errorFactory)) && elem.every((elem, _index35) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17131
17715
|
method: "typia.assertGuard",
|
|
17132
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
17716
|
+
path: _path + ".exclusiveTagGroups[" + _index34 + "][" + _index35 + "]",
|
|
17133
17717
|
expected: "string",
|
|
17134
17718
|
value: elem
|
|
17135
17719
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17136
17720
|
method: "typia.assertGuard",
|
|
17137
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
17721
|
+
path: _path + ".exclusiveTagGroups[" + _index34 + "]",
|
|
17138
17722
|
expected: "Array<string>",
|
|
17139
17723
|
value: elem
|
|
17140
17724
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17222,7 +17806,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17222
17806
|
path: _path + ".events",
|
|
17223
17807
|
expected: "(__type.o20 | undefined)",
|
|
17224
17808
|
value: input.events
|
|
17225
|
-
}, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown
|
|
17809
|
+
}, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17226
17810
|
method: "typia.assertGuard",
|
|
17227
17811
|
path: _path + ".rundown",
|
|
17228
17812
|
expected: "(__type.o22 | undefined)",
|
|
@@ -17280,31 +17864,31 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17280
17864
|
}, _errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17281
17865
|
method: "typia.assertGuard",
|
|
17282
17866
|
path: _path + ".commands",
|
|
17283
|
-
expected: "(Array<__type>.
|
|
17867
|
+
expected: "(Array<__type>.o5 | undefined)",
|
|
17284
17868
|
value: input.commands
|
|
17285
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
17869
|
+
}, _errorFactory)) && input.commands.every((elem, _index36) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17286
17870
|
method: "typia.assertGuard",
|
|
17287
|
-
path: _path + ".commands[" +
|
|
17288
|
-
expected: "__type.
|
|
17871
|
+
path: _path + ".commands[" + _index36 + "]",
|
|
17872
|
+
expected: "__type.o53",
|
|
17289
17873
|
value: elem
|
|
17290
|
-
}, _errorFactory)) &&
|
|
17874
|
+
}, _errorFactory)) && _ao60(elem, _path + ".commands[" + _index36 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17291
17875
|
method: "typia.assertGuard",
|
|
17292
|
-
path: _path + ".commands[" +
|
|
17293
|
-
expected: "__type.
|
|
17876
|
+
path: _path + ".commands[" + _index36 + "]",
|
|
17877
|
+
expected: "__type.o53",
|
|
17294
17878
|
value: elem
|
|
17295
17879
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17296
17880
|
method: "typia.assertGuard",
|
|
17297
17881
|
path: _path + ".commands",
|
|
17298
|
-
expected: "(Array<__type>.
|
|
17882
|
+
expected: "(Array<__type>.o5 | undefined)",
|
|
17299
17883
|
value: input.commands
|
|
17300
17884
|
}, _errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17301
17885
|
method: "typia.assertGuard",
|
|
17302
17886
|
path: _path + ".predefinedTags",
|
|
17303
17887
|
expected: "(Array<string> | undefined)",
|
|
17304
17888
|
value: input.predefinedTags
|
|
17305
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
17889
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index37) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17306
17890
|
method: "typia.assertGuard",
|
|
17307
|
-
path: _path + ".predefinedTags[" +
|
|
17891
|
+
path: _path + ".predefinedTags[" + _index37 + "]",
|
|
17308
17892
|
expected: "string",
|
|
17309
17893
|
value: elem
|
|
17310
17894
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17315,52 +17899,52 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17315
17899
|
}, _errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17316
17900
|
method: "typia.assertGuard",
|
|
17317
17901
|
path: _path + ".storyboard",
|
|
17318
|
-
expected: "(__type.
|
|
17902
|
+
expected: "(__type.o54 | undefined)",
|
|
17319
17903
|
value: input.storyboard
|
|
17320
|
-
}, _errorFactory)) &&
|
|
17904
|
+
}, _errorFactory)) && _ao61(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17321
17905
|
method: "typia.assertGuard",
|
|
17322
17906
|
path: _path + ".storyboard",
|
|
17323
|
-
expected: "(__type.
|
|
17907
|
+
expected: "(__type.o54 | undefined)",
|
|
17324
17908
|
value: input.storyboard
|
|
17325
17909
|
}, _errorFactory)) && (undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17326
17910
|
method: "typia.assertGuard",
|
|
17327
17911
|
path: _path + ".print",
|
|
17328
|
-
expected: "(__type.
|
|
17912
|
+
expected: "(__type.o63 | undefined)",
|
|
17329
17913
|
value: input.print
|
|
17330
|
-
}, _errorFactory)) &&
|
|
17914
|
+
}, _errorFactory)) && _ao70(input.print, _path + ".print", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17331
17915
|
method: "typia.assertGuard",
|
|
17332
17916
|
path: _path + ".print",
|
|
17333
|
-
expected: "(__type.
|
|
17917
|
+
expected: "(__type.o63 | undefined)",
|
|
17334
17918
|
value: input.print
|
|
17335
17919
|
}, _errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17336
17920
|
method: "typia.assertGuard",
|
|
17337
17921
|
path: _path + ".hiddenPreviews",
|
|
17338
|
-
expected: "(Array<__type>.
|
|
17922
|
+
expected: "(Array<__type>.o6 | undefined)",
|
|
17339
17923
|
value: input.hiddenPreviews
|
|
17340
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
17924
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index38) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17341
17925
|
method: "typia.assertGuard",
|
|
17342
|
-
path: _path + ".hiddenPreviews[" +
|
|
17343
|
-
expected: "__type.
|
|
17926
|
+
path: _path + ".hiddenPreviews[" + _index38 + "]",
|
|
17927
|
+
expected: "__type.o64",
|
|
17344
17928
|
value: elem
|
|
17345
|
-
}, _errorFactory)) &&
|
|
17929
|
+
}, _errorFactory)) && _ao71(elem, _path + ".hiddenPreviews[" + _index38 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17346
17930
|
method: "typia.assertGuard",
|
|
17347
|
-
path: _path + ".hiddenPreviews[" +
|
|
17348
|
-
expected: "__type.
|
|
17931
|
+
path: _path + ".hiddenPreviews[" + _index38 + "]",
|
|
17932
|
+
expected: "__type.o64",
|
|
17349
17933
|
value: elem
|
|
17350
17934
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17351
17935
|
method: "typia.assertGuard",
|
|
17352
17936
|
path: _path + ".hiddenPreviews",
|
|
17353
|
-
expected: "(Array<__type>.
|
|
17937
|
+
expected: "(Array<__type>.o6 | undefined)",
|
|
17354
17938
|
value: input.hiddenPreviews
|
|
17355
17939
|
}, _errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17356
17940
|
method: "typia.assertGuard",
|
|
17357
17941
|
path: _path + ".plugins",
|
|
17358
|
-
expected: "(__type.
|
|
17942
|
+
expected: "(__type.o65 | undefined)",
|
|
17359
17943
|
value: input.plugins
|
|
17360
|
-
}, _errorFactory)) &&
|
|
17944
|
+
}, _errorFactory)) && _ao72(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17361
17945
|
method: "typia.assertGuard",
|
|
17362
17946
|
path: _path + ".plugins",
|
|
17363
|
-
expected: "(__type.
|
|
17947
|
+
expected: "(__type.o65 | undefined)",
|
|
17364
17948
|
value: input.plugins
|
|
17365
17949
|
}, _errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17366
17950
|
method: "typia.assertGuard",
|
|
@@ -17375,32 +17959,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17375
17959
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17376
17960
|
method: "typia.assertGuard",
|
|
17377
17961
|
path: _path + ".featurePreview",
|
|
17378
|
-
expected: "(__type.
|
|
17962
|
+
expected: "(__type.o68 | undefined)",
|
|
17379
17963
|
value: input.featurePreview
|
|
17380
|
-
}, _errorFactory)) &&
|
|
17964
|
+
}, _errorFactory)) && _ao75(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17381
17965
|
method: "typia.assertGuard",
|
|
17382
17966
|
path: _path + ".featurePreview",
|
|
17383
|
-
expected: "(__type.
|
|
17967
|
+
expected: "(__type.o68 | undefined)",
|
|
17384
17968
|
value: input.featurePreview
|
|
17385
17969
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17386
17970
|
method: "typia.assertGuard",
|
|
17387
17971
|
path: _path + ".flags",
|
|
17388
|
-
expected: "(__type.
|
|
17972
|
+
expected: "(__type.o69 | undefined)",
|
|
17389
17973
|
value: input.flags
|
|
17390
|
-
}, _errorFactory)) &&
|
|
17974
|
+
}, _errorFactory)) && _ao76(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17391
17975
|
method: "typia.assertGuard",
|
|
17392
17976
|
path: _path + ".flags",
|
|
17393
|
-
expected: "(__type.
|
|
17977
|
+
expected: "(__type.o69 | undefined)",
|
|
17394
17978
|
value: input.flags
|
|
17395
17979
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17396
17980
|
method: "typia.assertGuard",
|
|
17397
17981
|
path: _path + ".notifications",
|
|
17398
|
-
expected: "(__type.
|
|
17982
|
+
expected: "(__type.o70 | undefined)",
|
|
17399
17983
|
value: input.notifications
|
|
17400
|
-
}, _errorFactory)) &&
|
|
17984
|
+
}, _errorFactory)) && _ao77(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17401
17985
|
method: "typia.assertGuard",
|
|
17402
17986
|
path: _path + ".notifications",
|
|
17403
|
-
expected: "(__type.
|
|
17987
|
+
expected: "(__type.o70 | undefined)",
|
|
17404
17988
|
value: input.notifications
|
|
17405
17989
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17406
17990
|
method: "typia.assertGuard",
|
|
@@ -17410,42 +17994,42 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17410
17994
|
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17411
17995
|
method: "typia.assertGuard",
|
|
17412
17996
|
path: _path + ".clone",
|
|
17413
|
-
expected: "(__type.
|
|
17997
|
+
expected: "(__type.o73 | undefined)",
|
|
17414
17998
|
value: input.clone
|
|
17415
|
-
}, _errorFactory)) &&
|
|
17999
|
+
}, _errorFactory)) && _ao80(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17416
18000
|
method: "typia.assertGuard",
|
|
17417
18001
|
path: _path + ".clone",
|
|
17418
|
-
expected: "(__type.
|
|
18002
|
+
expected: "(__type.o73 | undefined)",
|
|
17419
18003
|
value: input.clone
|
|
17420
18004
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17421
18005
|
method: "typia.assertGuard",
|
|
17422
18006
|
path: _path + ".utilsAssetEditorPanel",
|
|
17423
|
-
expected: "(__type.
|
|
18007
|
+
expected: "(__type.o75 | undefined)",
|
|
17424
18008
|
value: input.utilsAssetEditorPanel
|
|
17425
|
-
}, _errorFactory)) &&
|
|
18009
|
+
}, _errorFactory)) && _ao82(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17426
18010
|
method: "typia.assertGuard",
|
|
17427
18011
|
path: _path + ".utilsAssetEditorPanel",
|
|
17428
|
-
expected: "(__type.
|
|
18012
|
+
expected: "(__type.o75 | undefined)",
|
|
17429
18013
|
value: input.utilsAssetEditorPanel
|
|
17430
18014
|
}, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17431
18015
|
method: "typia.assertGuard",
|
|
17432
18016
|
path: _path + ".display",
|
|
17433
|
-
expected: "(__type.
|
|
18017
|
+
expected: "(__type.o76 | undefined)",
|
|
17434
18018
|
value: input.display
|
|
17435
|
-
}, _errorFactory)) &&
|
|
18019
|
+
}, _errorFactory)) && _ao83(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17436
18020
|
method: "typia.assertGuard",
|
|
17437
18021
|
path: _path + ".display",
|
|
17438
|
-
expected: "(__type.
|
|
18022
|
+
expected: "(__type.o76 | undefined)",
|
|
17439
18023
|
value: input.display
|
|
17440
18024
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17441
18025
|
method: "typia.assertGuard",
|
|
17442
18026
|
path: _path + ".bookmarks",
|
|
17443
|
-
expected: "(__type.
|
|
18027
|
+
expected: "(__type.o77 | undefined)",
|
|
17444
18028
|
value: input.bookmarks
|
|
17445
|
-
}, _errorFactory)) &&
|
|
18029
|
+
}, _errorFactory)) && _ao84(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17446
18030
|
method: "typia.assertGuard",
|
|
17447
18031
|
path: _path + ".bookmarks",
|
|
17448
|
-
expected: "(__type.
|
|
18032
|
+
expected: "(__type.o77 | undefined)",
|
|
17449
18033
|
value: input.bookmarks
|
|
17450
18034
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17451
18035
|
method: "typia.assertGuard",
|
|
@@ -17614,9 +18198,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17614
18198
|
path: _path + ".sortOrder",
|
|
17615
18199
|
expected: "(Array<string> | undefined)",
|
|
17616
18200
|
value: input.sortOrder
|
|
17617
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
18201
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17618
18202
|
method: "typia.assertGuard",
|
|
17619
|
-
path: _path + ".sortOrder[" +
|
|
18203
|
+
path: _path + ".sortOrder[" + _index39 + "]",
|
|
17620
18204
|
expected: "string",
|
|
17621
18205
|
value: elem
|
|
17622
18206
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17629,9 +18213,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17629
18213
|
path: _path + ".include",
|
|
17630
18214
|
expected: "(Array<string> | undefined)",
|
|
17631
18215
|
value: input.include
|
|
17632
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18216
|
+
}, _errorFactory)) && input.include.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17633
18217
|
method: "typia.assertGuard",
|
|
17634
|
-
path: _path + ".include[" +
|
|
18218
|
+
path: _path + ".include[" + _index40 + "]",
|
|
17635
18219
|
expected: "string",
|
|
17636
18220
|
value: elem
|
|
17637
18221
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17644,9 +18228,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17644
18228
|
path: _path + ".exclude",
|
|
17645
18229
|
expected: "(Array<string> | undefined)",
|
|
17646
18230
|
value: input.exclude
|
|
17647
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18231
|
+
}, _errorFactory)) && input.exclude.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17648
18232
|
method: "typia.assertGuard",
|
|
17649
|
-
path: _path + ".exclude[" +
|
|
18233
|
+
path: _path + ".exclude[" + _index41 + "]",
|
|
17650
18234
|
expected: "string",
|
|
17651
18235
|
value: elem
|
|
17652
18236
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17659,9 +18243,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17659
18243
|
path: _path + ".include",
|
|
17660
18244
|
expected: "(Array<string> | undefined)",
|
|
17661
18245
|
value: input.include
|
|
17662
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18246
|
+
}, _errorFactory)) && input.include.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17663
18247
|
method: "typia.assertGuard",
|
|
17664
|
-
path: _path + ".include[" +
|
|
18248
|
+
path: _path + ".include[" + _index42 + "]",
|
|
17665
18249
|
expected: "string",
|
|
17666
18250
|
value: elem
|
|
17667
18251
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17674,9 +18258,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17674
18258
|
path: _path + ".exclude",
|
|
17675
18259
|
expected: "(Array<string> | undefined)",
|
|
17676
18260
|
value: input.exclude
|
|
17677
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18261
|
+
}, _errorFactory)) && input.exclude.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17678
18262
|
method: "typia.assertGuard",
|
|
17679
|
-
path: _path + ".exclude[" +
|
|
18263
|
+
path: _path + ".exclude[" + _index43 + "]",
|
|
17680
18264
|
expected: "string",
|
|
17681
18265
|
value: elem
|
|
17682
18266
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17689,9 +18273,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17689
18273
|
path: _path + ".include",
|
|
17690
18274
|
expected: "(Array<string> | undefined)",
|
|
17691
18275
|
value: input.include
|
|
17692
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18276
|
+
}, _errorFactory)) && input.include.every((elem, _index44) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17693
18277
|
method: "typia.assertGuard",
|
|
17694
|
-
path: _path + ".include[" +
|
|
18278
|
+
path: _path + ".include[" + _index44 + "]",
|
|
17695
18279
|
expected: "string",
|
|
17696
18280
|
value: elem
|
|
17697
18281
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17704,9 +18288,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17704
18288
|
path: _path + ".exclude",
|
|
17705
18289
|
expected: "(Array<string> | undefined)",
|
|
17706
18290
|
value: input.exclude
|
|
17707
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18291
|
+
}, _errorFactory)) && input.exclude.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17708
18292
|
method: "typia.assertGuard",
|
|
17709
|
-
path: _path + ".exclude[" +
|
|
18293
|
+
path: _path + ".exclude[" + _index45 + "]",
|
|
17710
18294
|
expected: "string",
|
|
17711
18295
|
value: elem
|
|
17712
18296
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17719,9 +18303,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17719
18303
|
path: _path + ".include",
|
|
17720
18304
|
expected: "(Array<string> | undefined)",
|
|
17721
18305
|
value: input.include
|
|
17722
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18306
|
+
}, _errorFactory)) && input.include.every((elem, _index46) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17723
18307
|
method: "typia.assertGuard",
|
|
17724
|
-
path: _path + ".include[" +
|
|
18308
|
+
path: _path + ".include[" + _index46 + "]",
|
|
17725
18309
|
expected: "string",
|
|
17726
18310
|
value: elem
|
|
17727
18311
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17734,9 +18318,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17734
18318
|
path: _path + ".exclude",
|
|
17735
18319
|
expected: "(Array<string> | undefined)",
|
|
17736
18320
|
value: input.exclude
|
|
17737
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18321
|
+
}, _errorFactory)) && input.exclude.every((elem, _index47) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17738
18322
|
method: "typia.assertGuard",
|
|
17739
|
-
path: _path + ".exclude[" +
|
|
18323
|
+
path: _path + ".exclude[" + _index47 + "]",
|
|
17740
18324
|
expected: "string",
|
|
17741
18325
|
value: elem
|
|
17742
18326
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17834,14 +18418,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17834
18418
|
path: _path + ".colorTags",
|
|
17835
18419
|
expected: "(Array<PromotedTag> | undefined)",
|
|
17836
18420
|
value: input.colorTags
|
|
17837
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
18421
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index48) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17838
18422
|
method: "typia.assertGuard",
|
|
17839
|
-
path: _path + ".colorTags[" +
|
|
18423
|
+
path: _path + ".colorTags[" + _index48 + "]",
|
|
17840
18424
|
expected: "PromotedTag",
|
|
17841
18425
|
value: elem
|
|
17842
|
-
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" +
|
|
18426
|
+
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" + _index48 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17843
18427
|
method: "typia.assertGuard",
|
|
17844
|
-
path: _path + ".colorTags[" +
|
|
18428
|
+
path: _path + ".colorTags[" + _index48 + "]",
|
|
17845
18429
|
expected: "PromotedTag",
|
|
17846
18430
|
value: elem
|
|
17847
18431
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17934,9 +18518,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17934
18518
|
path: _path + ".favorites",
|
|
17935
18519
|
expected: "(Array<string> | undefined)",
|
|
17936
18520
|
value: input.favorites
|
|
17937
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
18521
|
+
}, _errorFactory)) && input.favorites.every((elem, _index49) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17938
18522
|
method: "typia.assertGuard",
|
|
17939
|
-
path: _path + ".favorites[" +
|
|
18523
|
+
path: _path + ".favorites[" + _index49 + "]",
|
|
17940
18524
|
expected: "string",
|
|
17941
18525
|
value: elem
|
|
17942
18526
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -17979,12 +18563,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17979
18563
|
path: _path + ".property",
|
|
17980
18564
|
expected: "(string | undefined)",
|
|
17981
18565
|
value: input.property
|
|
17982
|
-
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18566
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17983
18567
|
method: "typia.assertGuard",
|
|
17984
18568
|
path: _path + ".eventThumbnails",
|
|
17985
18569
|
expected: "(boolean | undefined)",
|
|
17986
18570
|
value: input.eventThumbnails
|
|
17987
|
-
}, _errorFactory)
|
|
18571
|
+
}, _errorFactory)) && ("folded" === input.scriptEventFolding || "unfoldedUntilFolded" === input.scriptEventFolding || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18572
|
+
method: "typia.assertGuard",
|
|
18573
|
+
path: _path + ".scriptEventFolding",
|
|
18574
|
+
expected: "(\"folded\" | \"unfoldedUntilFolded\")",
|
|
18575
|
+
value: input.scriptEventFolding
|
|
18576
|
+
}, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
17988
18577
|
method: "typia.assertGuard",
|
|
17989
18578
|
path: _path + ".dimOnBlur",
|
|
17990
18579
|
expected: "(boolean | undefined)",
|
|
@@ -18359,9 +18948,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18359
18948
|
path: _path + ".playbackRates",
|
|
18360
18949
|
expected: "(Array<number> | undefined)",
|
|
18361
18950
|
value: input.playbackRates
|
|
18362
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
18951
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index50) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18363
18952
|
method: "typia.assertGuard",
|
|
18364
|
-
path: _path + ".playbackRates[" +
|
|
18953
|
+
path: _path + ".playbackRates[" + _index50 + "]",
|
|
18365
18954
|
expected: "number",
|
|
18366
18955
|
value: elem
|
|
18367
18956
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18394,14 +18983,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18394
18983
|
path: _path + ".guides",
|
|
18395
18984
|
expected: "(Array<__type>.o2 | undefined)",
|
|
18396
18985
|
value: input.guides
|
|
18397
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
18986
|
+
}, _errorFactory)) && input.guides.every((elem, _index51) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18398
18987
|
method: "typia.assertGuard",
|
|
18399
|
-
path: _path + ".guides[" +
|
|
18988
|
+
path: _path + ".guides[" + _index51 + "]",
|
|
18400
18989
|
expected: "__type.o42",
|
|
18401
18990
|
value: elem
|
|
18402
|
-
}, _errorFactory)) && _ao49(elem, _path + ".guides[" +
|
|
18991
|
+
}, _errorFactory)) && _ao49(elem, _path + ".guides[" + _index51 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18403
18992
|
method: "typia.assertGuard",
|
|
18404
|
-
path: _path + ".guides[" +
|
|
18993
|
+
path: _path + ".guides[" + _index51 + "]",
|
|
18405
18994
|
expected: "__type.o42",
|
|
18406
18995
|
value: elem
|
|
18407
18996
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18489,14 +19078,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18489
19078
|
path: _path + ".suggestions",
|
|
18490
19079
|
expected: "(Array<__type> | undefined)",
|
|
18491
19080
|
value: input.suggestions
|
|
18492
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
19081
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18493
19082
|
method: "typia.assertGuard",
|
|
18494
|
-
path: _path + ".suggestions[" +
|
|
19083
|
+
path: _path + ".suggestions[" + _index52 + "]",
|
|
18495
19084
|
expected: "__type.o40",
|
|
18496
19085
|
value: elem
|
|
18497
|
-
}, _errorFactory)) && _ao47(elem, _path + ".suggestions[" +
|
|
19086
|
+
}, _errorFactory)) && _ao47(elem, _path + ".suggestions[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18498
19087
|
method: "typia.assertGuard",
|
|
18499
|
-
path: _path + ".suggestions[" +
|
|
19088
|
+
path: _path + ".suggestions[" + _index52 + "]",
|
|
18500
19089
|
expected: "__type.o40",
|
|
18501
19090
|
value: elem
|
|
18502
19091
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18509,14 +19098,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18509
19098
|
path: _path + ".colors",
|
|
18510
19099
|
expected: "(Array<__type>.o1 | undefined)",
|
|
18511
19100
|
value: input.colors
|
|
18512
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
19101
|
+
}, _errorFactory)) && input.colors.every((elem, _index53) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18513
19102
|
method: "typia.assertGuard",
|
|
18514
|
-
path: _path + ".colors[" +
|
|
19103
|
+
path: _path + ".colors[" + _index53 + "]",
|
|
18515
19104
|
expected: "__type.o41",
|
|
18516
19105
|
value: elem
|
|
18517
|
-
}, _errorFactory)) && _ao48(elem, _path + ".colors[" +
|
|
19106
|
+
}, _errorFactory)) && _ao48(elem, _path + ".colors[" + _index53 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18518
19107
|
method: "typia.assertGuard",
|
|
18519
|
-
path: _path + ".colors[" +
|
|
19108
|
+
path: _path + ".colors[" + _index53 + "]",
|
|
18520
19109
|
expected: "__type.o41",
|
|
18521
19110
|
value: elem
|
|
18522
19111
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18529,9 +19118,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18529
19118
|
path: _path + ".overridableProperties",
|
|
18530
19119
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
18531
19120
|
value: input.overridableProperties
|
|
18532
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
19121
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index54) => null === elem || true === _av55.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18533
19122
|
method: "typia.assertGuard",
|
|
18534
|
-
path: _path + ".overridableProperties[" +
|
|
19123
|
+
path: _path + ".overridableProperties[" + _index54 + "]",
|
|
18535
19124
|
expected: "(\"alignment\" | \"angle\" | \"backColour\" | \"bold\" | \"borderStyle\" | \"encoding\" | \"fontname\" | \"fontsize\" | \"italic\" | \"marginL\" | \"marginR\" | \"marginV\" | \"name\" | \"outline\" | \"outlineColour\" | \"primaryColour\" | \"scaleX\" | \"scaleY\" | \"secondaryColour\" | \"shadow\" | \"spacing\" | \"strikeOut\" | \"underline\" | null)",
|
|
18536
19125
|
value: elem
|
|
18537
19126
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18629,14 +19218,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18629
19218
|
path: _path + ".text",
|
|
18630
19219
|
expected: "(Array<__type>.o3 | undefined)",
|
|
18631
19220
|
value: input.text
|
|
18632
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
19221
|
+
}, _errorFactory)) && input.text.every((elem, _index56) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18633
19222
|
method: "typia.assertGuard",
|
|
18634
|
-
path: _path + ".text[" +
|
|
19223
|
+
path: _path + ".text[" + _index56 + "]",
|
|
18635
19224
|
expected: "__type.o47",
|
|
18636
19225
|
value: elem
|
|
18637
|
-
}, _errorFactory)) && _ao54(elem, _path + ".text[" +
|
|
19226
|
+
}, _errorFactory)) && _ao54(elem, _path + ".text[" + _index56 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18638
19227
|
method: "typia.assertGuard",
|
|
18639
|
-
path: _path + ".text[" +
|
|
19228
|
+
path: _path + ".text[" + _index56 + "]",
|
|
18640
19229
|
expected: "__type.o47",
|
|
18641
19230
|
value: elem
|
|
18642
19231
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18684,9 +19273,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18684
19273
|
path: _path + ".args",
|
|
18685
19274
|
expected: "(Array<string> | undefined)",
|
|
18686
19275
|
value: input.args
|
|
18687
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
19276
|
+
}, _errorFactory)) && input.args.every((elem, _index57) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18688
19277
|
method: "typia.assertGuard",
|
|
18689
|
-
path: _path + ".args[" +
|
|
19278
|
+
path: _path + ".args[" + _index57 + "]",
|
|
18690
19279
|
expected: "string",
|
|
18691
19280
|
value: elem
|
|
18692
19281
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18699,17 +19288,72 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18699
19288
|
path: _path + ".thumbnailView",
|
|
18700
19289
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
18701
19290
|
value: input.thumbnailView
|
|
19291
|
+
}, _errorFactory)) && (undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19292
|
+
method: "typia.assertGuard",
|
|
19293
|
+
path: _path + ".normalize",
|
|
19294
|
+
expected: "(__type.o50 | undefined)",
|
|
19295
|
+
value: input.normalize
|
|
19296
|
+
}, _errorFactory)) && _ao57(input.normalize, _path + ".normalize", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19297
|
+
method: "typia.assertGuard",
|
|
19298
|
+
path: _path + ".normalize",
|
|
19299
|
+
expected: "(__type.o50 | undefined)",
|
|
19300
|
+
value: input.normalize
|
|
18702
19301
|
}, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18703
19302
|
method: "typia.assertGuard",
|
|
18704
19303
|
path: _path + ".voiceOver",
|
|
18705
|
-
expected: "(__type.
|
|
19304
|
+
expected: "(__type.o52 | undefined)",
|
|
18706
19305
|
value: input.voiceOver
|
|
18707
|
-
}, _errorFactory)) &&
|
|
19306
|
+
}, _errorFactory)) && _ao59(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18708
19307
|
method: "typia.assertGuard",
|
|
18709
19308
|
path: _path + ".voiceOver",
|
|
18710
|
-
expected: "(__type.
|
|
19309
|
+
expected: "(__type.o52 | undefined)",
|
|
18711
19310
|
value: input.voiceOver
|
|
18712
|
-
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
19311
|
+
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19312
|
+
method: "typia.assertGuard",
|
|
19313
|
+
path: _path + ".presets",
|
|
19314
|
+
expected: "(Array<__type>.o4 | undefined)",
|
|
19315
|
+
value: input.presets
|
|
19316
|
+
}, _errorFactory)) && input.presets.every((elem, _index58) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19317
|
+
method: "typia.assertGuard",
|
|
19318
|
+
path: _path + ".presets[" + _index58 + "]",
|
|
19319
|
+
expected: "__type.o51",
|
|
19320
|
+
value: elem
|
|
19321
|
+
}, _errorFactory)) && _ao58(elem, _path + ".presets[" + _index58 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19322
|
+
method: "typia.assertGuard",
|
|
19323
|
+
path: _path + ".presets[" + _index58 + "]",
|
|
19324
|
+
expected: "__type.o51",
|
|
19325
|
+
value: elem
|
|
19326
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19327
|
+
method: "typia.assertGuard",
|
|
19328
|
+
path: _path + ".presets",
|
|
19329
|
+
expected: "(Array<__type>.o4 | undefined)",
|
|
19330
|
+
value: input.presets
|
|
19331
|
+
}, _errorFactory)) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19332
|
+
method: "typia.assertGuard",
|
|
19333
|
+
path: _path + ".defaultPresetId",
|
|
19334
|
+
expected: "(string | undefined)",
|
|
19335
|
+
value: input.defaultPresetId
|
|
19336
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19337
|
+
method: "typia.assertGuard",
|
|
19338
|
+
path: _path + ".id",
|
|
19339
|
+
expected: "string",
|
|
19340
|
+
value: input.id
|
|
19341
|
+
}, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19342
|
+
method: "typia.assertGuard",
|
|
19343
|
+
path: _path + ".title",
|
|
19344
|
+
expected: "string",
|
|
19345
|
+
value: input.title
|
|
19346
|
+
}, _errorFactory)) && ("number" === typeof input.i || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19347
|
+
method: "typia.assertGuard",
|
|
19348
|
+
path: _path + ".i",
|
|
19349
|
+
expected: "number",
|
|
19350
|
+
value: input.i
|
|
19351
|
+
}, _errorFactory)) && ("number" === typeof input.tp || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19352
|
+
method: "typia.assertGuard",
|
|
19353
|
+
path: _path + ".tp",
|
|
19354
|
+
expected: "number",
|
|
19355
|
+
value: input.tp
|
|
19356
|
+
}, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18713
19357
|
method: "typia.assertGuard",
|
|
18714
19358
|
path: _path + ".inputDevice",
|
|
18715
19359
|
expected: "(string | undefined)",
|
|
@@ -18734,7 +19378,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18734
19378
|
path: _path + ".preRollDuration",
|
|
18735
19379
|
expected: "(number | undefined)",
|
|
18736
19380
|
value: input.preRollDuration
|
|
18737
|
-
}, _errorFactory)); const
|
|
19381
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18738
19382
|
method: "typia.assertGuard",
|
|
18739
19383
|
path: _path + ".title",
|
|
18740
19384
|
expected: "(string | undefined)",
|
|
@@ -18749,9 +19393,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18749
19393
|
path: _path + ".args",
|
|
18750
19394
|
expected: "(Array<string> | undefined)",
|
|
18751
19395
|
value: input.args
|
|
18752
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
19396
|
+
}, _errorFactory)) && input.args.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18753
19397
|
method: "typia.assertGuard",
|
|
18754
|
-
path: _path + ".args[" +
|
|
19398
|
+
path: _path + ".args[" + _index59 + "]",
|
|
18755
19399
|
expected: "string",
|
|
18756
19400
|
value: elem
|
|
18757
19401
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18759,82 +19403,82 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18759
19403
|
path: _path + ".args",
|
|
18760
19404
|
expected: "(Array<string> | undefined)",
|
|
18761
19405
|
value: input.args
|
|
18762
|
-
}, _errorFactory)); const
|
|
19406
|
+
}, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18763
19407
|
method: "typia.assertGuard",
|
|
18764
19408
|
path: _path + ".folded",
|
|
18765
|
-
expected: "(__type.
|
|
19409
|
+
expected: "(__type.o55 | undefined)",
|
|
18766
19410
|
value: input.folded
|
|
18767
|
-
}, _errorFactory)) &&
|
|
19411
|
+
}, _errorFactory)) && _ao62(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18768
19412
|
method: "typia.assertGuard",
|
|
18769
19413
|
path: _path + ".folded",
|
|
18770
|
-
expected: "(__type.
|
|
19414
|
+
expected: "(__type.o55 | undefined)",
|
|
18771
19415
|
value: input.folded
|
|
18772
19416
|
}, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18773
19417
|
method: "typia.assertGuard",
|
|
18774
19418
|
path: _path + ".assets",
|
|
18775
|
-
expected: "(__type.
|
|
19419
|
+
expected: "(__type.o56 | undefined)",
|
|
18776
19420
|
value: input.assets
|
|
18777
|
-
}, _errorFactory)) &&
|
|
19421
|
+
}, _errorFactory)) && _ao63(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18778
19422
|
method: "typia.assertGuard",
|
|
18779
19423
|
path: _path + ".assets",
|
|
18780
|
-
expected: "(__type.
|
|
19424
|
+
expected: "(__type.o56 | undefined)",
|
|
18781
19425
|
value: input.assets
|
|
18782
19426
|
}, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18783
19427
|
method: "typia.assertGuard",
|
|
18784
19428
|
path: _path + ".pipeline",
|
|
18785
|
-
expected: "(__type.
|
|
19429
|
+
expected: "(__type.o60 | undefined)",
|
|
18786
19430
|
value: input.pipeline
|
|
18787
|
-
}, _errorFactory)) &&
|
|
19431
|
+
}, _errorFactory)) && _ao67(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18788
19432
|
method: "typia.assertGuard",
|
|
18789
19433
|
path: _path + ".pipeline",
|
|
18790
|
-
expected: "(__type.
|
|
19434
|
+
expected: "(__type.o60 | undefined)",
|
|
18791
19435
|
value: input.pipeline
|
|
18792
19436
|
}, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18793
19437
|
method: "typia.assertGuard",
|
|
18794
19438
|
path: _path + ".item",
|
|
18795
|
-
expected: "(__type.
|
|
19439
|
+
expected: "(__type.o62 | undefined)",
|
|
18796
19440
|
value: input.item
|
|
18797
|
-
}, _errorFactory)) &&
|
|
19441
|
+
}, _errorFactory)) && _ao69(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18798
19442
|
method: "typia.assertGuard",
|
|
18799
19443
|
path: _path + ".item",
|
|
18800
|
-
expected: "(__type.
|
|
19444
|
+
expected: "(__type.o62 | undefined)",
|
|
18801
19445
|
value: input.item
|
|
18802
|
-
}, _errorFactory)); const
|
|
19446
|
+
}, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18803
19447
|
method: "typia.assertGuard",
|
|
18804
19448
|
path: _path + ".auto",
|
|
18805
19449
|
expected: "(boolean | undefined)",
|
|
18806
19450
|
value: input.auto
|
|
18807
|
-
}, _errorFactory); const
|
|
19451
|
+
}, _errorFactory); const _ao63 = (input, _path, _exceptionable = true) => (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18808
19452
|
method: "typia.assertGuard",
|
|
18809
19453
|
path: _path + ".story",
|
|
18810
|
-
expected: "(__type.
|
|
19454
|
+
expected: "(__type.o57 | undefined)",
|
|
18811
19455
|
value: input.story
|
|
18812
|
-
}, _errorFactory)) &&
|
|
19456
|
+
}, _errorFactory)) && _ao64(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18813
19457
|
method: "typia.assertGuard",
|
|
18814
19458
|
path: _path + ".story",
|
|
18815
|
-
expected: "(__type.
|
|
19459
|
+
expected: "(__type.o57 | undefined)",
|
|
18816
19460
|
value: input.story
|
|
18817
19461
|
}, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18818
19462
|
method: "typia.assertGuard",
|
|
18819
19463
|
path: _path + ".note",
|
|
18820
|
-
expected: "(__type.
|
|
19464
|
+
expected: "(__type.o59 | undefined)",
|
|
18821
19465
|
value: input.note
|
|
18822
|
-
}, _errorFactory)) &&
|
|
19466
|
+
}, _errorFactory)) && _ao66(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18823
19467
|
method: "typia.assertGuard",
|
|
18824
19468
|
path: _path + ".note",
|
|
18825
|
-
expected: "(__type.
|
|
19469
|
+
expected: "(__type.o59 | undefined)",
|
|
18826
19470
|
value: input.note
|
|
18827
|
-
}, _errorFactory)); const
|
|
19471
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18828
19472
|
method: "typia.assertGuard",
|
|
18829
19473
|
path: _path + ".excerpt",
|
|
18830
|
-
expected: "(__type.
|
|
19474
|
+
expected: "(__type.o58 | undefined)",
|
|
18831
19475
|
value: input.excerpt
|
|
18832
|
-
}, _errorFactory)) &&
|
|
19476
|
+
}, _errorFactory)) && _ao65(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18833
19477
|
method: "typia.assertGuard",
|
|
18834
19478
|
path: _path + ".excerpt",
|
|
18835
|
-
expected: "(__type.
|
|
19479
|
+
expected: "(__type.o58 | undefined)",
|
|
18836
19480
|
value: input.excerpt
|
|
18837
|
-
}, _errorFactory); const
|
|
19481
|
+
}, _errorFactory); const _ao65 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18838
19482
|
method: "typia.assertGuard",
|
|
18839
19483
|
path: _path + ".maxLines",
|
|
18840
19484
|
expected: "(number | undefined)",
|
|
@@ -18849,32 +19493,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18849
19493
|
path: _path + ".comments",
|
|
18850
19494
|
expected: "(boolean | undefined)",
|
|
18851
19495
|
value: input.comments
|
|
18852
|
-
}, _errorFactory)); const
|
|
19496
|
+
}, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18853
19497
|
method: "typia.assertGuard",
|
|
18854
19498
|
path: _path + ".maxHeight",
|
|
18855
19499
|
expected: "(number | undefined)",
|
|
18856
19500
|
value: input.maxHeight
|
|
18857
|
-
}, _errorFactory); const
|
|
19501
|
+
}, _errorFactory); const _ao67 = (input, _path, _exceptionable = true) => (undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18858
19502
|
method: "typia.assertGuard",
|
|
18859
19503
|
path: _path + ".search",
|
|
18860
|
-
expected: "(__type.
|
|
19504
|
+
expected: "(__type.o61 | undefined)",
|
|
18861
19505
|
value: input.search
|
|
18862
|
-
}, _errorFactory)) &&
|
|
19506
|
+
}, _errorFactory)) && _ao68(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18863
19507
|
method: "typia.assertGuard",
|
|
18864
19508
|
path: _path + ".search",
|
|
18865
|
-
expected: "(__type.
|
|
19509
|
+
expected: "(__type.o61 | undefined)",
|
|
18866
19510
|
value: input.search
|
|
18867
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
19511
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av60.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18868
19512
|
method: "typia.assertGuard",
|
|
18869
19513
|
path: _path + ".sortMode",
|
|
18870
19514
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
18871
19515
|
value: input.sortMode
|
|
18872
|
-
}, _errorFactory)); const
|
|
19516
|
+
}, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18873
19517
|
method: "typia.assertGuard",
|
|
18874
19518
|
path: _path + ".maxItemsDisplayed",
|
|
18875
19519
|
expected: "(number | undefined)",
|
|
18876
19520
|
value: input.maxItemsDisplayed
|
|
18877
|
-
}, _errorFactory); const
|
|
19521
|
+
}, _errorFactory); const _ao69 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18878
19522
|
method: "typia.assertGuard",
|
|
18879
19523
|
path: _path + ".maxHeight",
|
|
18880
19524
|
expected: "(number | undefined)",
|
|
@@ -18884,14 +19528,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18884
19528
|
path: _path + ".titleLines",
|
|
18885
19529
|
expected: "(number | undefined)",
|
|
18886
19530
|
value: input.titleLines
|
|
18887
|
-
}, _errorFactory)); const
|
|
19531
|
+
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18888
19532
|
method: "typia.assertGuard",
|
|
18889
19533
|
path: _path + ".fontFamilies",
|
|
18890
19534
|
expected: "(Array<string> | undefined)",
|
|
18891
19535
|
value: input.fontFamilies
|
|
18892
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
19536
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index61) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18893
19537
|
method: "typia.assertGuard",
|
|
18894
|
-
path: _path + ".fontFamilies[" +
|
|
19538
|
+
path: _path + ".fontFamilies[" + _index61 + "]",
|
|
18895
19539
|
expected: "string",
|
|
18896
19540
|
value: elem
|
|
18897
19541
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18899,7 +19543,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18899
19543
|
path: _path + ".fontFamilies",
|
|
18900
19544
|
expected: "(Array<string> | undefined)",
|
|
18901
19545
|
value: input.fontFamilies
|
|
18902
|
-
}, _errorFactory); const
|
|
19546
|
+
}, _errorFactory); const _ao71 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18903
19547
|
method: "typia.assertGuard",
|
|
18904
19548
|
path: _path + ".id",
|
|
18905
19549
|
expected: "(string | undefined)",
|
|
@@ -18909,37 +19553,37 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18909
19553
|
path: _path + ".folded",
|
|
18910
19554
|
expected: "(boolean | undefined)",
|
|
18911
19555
|
value: input.folded
|
|
18912
|
-
}, _errorFactory)); const
|
|
19556
|
+
}, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => (undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18913
19557
|
method: "typia.assertGuard",
|
|
18914
19558
|
path: _path + ".adobe",
|
|
18915
|
-
expected: "(__type.
|
|
19559
|
+
expected: "(__type.o66 | undefined)",
|
|
18916
19560
|
value: input.adobe
|
|
18917
|
-
}, _errorFactory)) &&
|
|
19561
|
+
}, _errorFactory)) && _ao73(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18918
19562
|
method: "typia.assertGuard",
|
|
18919
19563
|
path: _path + ".adobe",
|
|
18920
|
-
expected: "(__type.
|
|
19564
|
+
expected: "(__type.o66 | undefined)",
|
|
18921
19565
|
value: input.adobe
|
|
18922
19566
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18923
19567
|
method: "typia.assertGuard",
|
|
18924
19568
|
path: _path + ".rive",
|
|
18925
|
-
expected: "(__type.
|
|
19569
|
+
expected: "(__type.o67 | undefined)",
|
|
18926
19570
|
value: input.rive
|
|
18927
|
-
}, _errorFactory)) &&
|
|
19571
|
+
}, _errorFactory)) && _ao74(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18928
19572
|
method: "typia.assertGuard",
|
|
18929
19573
|
path: _path + ".rive",
|
|
18930
|
-
expected: "(__type.
|
|
19574
|
+
expected: "(__type.o67 | undefined)",
|
|
18931
19575
|
value: input.rive
|
|
18932
|
-
}, _errorFactory)); const
|
|
19576
|
+
}, _errorFactory)); const _ao73 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18933
19577
|
method: "typia.assertGuard",
|
|
18934
19578
|
path: _path + ".useProxies",
|
|
18935
19579
|
expected: "(boolean | undefined)",
|
|
18936
19580
|
value: input.useProxies
|
|
18937
|
-
}, _errorFactory); const
|
|
19581
|
+
}, _errorFactory); const _ao74 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18938
19582
|
method: "typia.assertGuard",
|
|
18939
19583
|
path: _path + ".template",
|
|
18940
19584
|
expected: "(string | undefined)",
|
|
18941
19585
|
value: input.template
|
|
18942
|
-
}, _errorFactory); const
|
|
19586
|
+
}, _errorFactory); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18943
19587
|
method: "typia.assertGuard",
|
|
18944
19588
|
path: _path + ".collections",
|
|
18945
19589
|
expected: "(boolean | undefined)",
|
|
@@ -18954,7 +19598,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18954
19598
|
path: _path + ".ameRemoteRendering",
|
|
18955
19599
|
expected: "(boolean | undefined)",
|
|
18956
19600
|
value: input.ameRemoteRendering
|
|
18957
|
-
}, _errorFactory)); const
|
|
19601
|
+
}, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18958
19602
|
method: "typia.assertGuard",
|
|
18959
19603
|
path: _path + ".utils",
|
|
18960
19604
|
expected: "(boolean | undefined)",
|
|
@@ -19049,24 +19693,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19049
19693
|
path: _path + ".systemHealth",
|
|
19050
19694
|
expected: "(boolean | undefined)",
|
|
19051
19695
|
value: input.systemHealth
|
|
19052
|
-
}, _errorFactory)); const
|
|
19696
|
+
}, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19053
19697
|
method: "typia.assertGuard",
|
|
19054
19698
|
path: _path + ".events",
|
|
19055
|
-
expected: "(__type.
|
|
19699
|
+
expected: "(__type.o71 | undefined)",
|
|
19056
19700
|
value: input.events
|
|
19057
|
-
}, _errorFactory)) &&
|
|
19701
|
+
}, _errorFactory)) && _ao78(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19058
19702
|
method: "typia.assertGuard",
|
|
19059
19703
|
path: _path + ".events",
|
|
19060
|
-
expected: "(__type.
|
|
19704
|
+
expected: "(__type.o71 | undefined)",
|
|
19061
19705
|
value: input.events
|
|
19062
|
-
}, _errorFactory); const
|
|
19706
|
+
}, _errorFactory); const _ao78 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19063
19707
|
method: "typia.assertGuard",
|
|
19064
19708
|
path: _path + ".comment",
|
|
19065
19709
|
expected: "(Array<NotificationReason> | undefined)",
|
|
19066
19710
|
value: input.comment
|
|
19067
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
19711
|
+
}, _errorFactory)) && input.comment.every((elem, _index62) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19068
19712
|
method: "typia.assertGuard",
|
|
19069
|
-
path: _path + ".comment[" +
|
|
19713
|
+
path: _path + ".comment[" + _index62 + "]",
|
|
19070
19714
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
19071
19715
|
value: elem
|
|
19072
19716
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19079,9 +19723,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19079
19723
|
path: _path + ".assigned",
|
|
19080
19724
|
expected: "(Array<NotificationReason> | undefined)",
|
|
19081
19725
|
value: input.assigned
|
|
19082
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
19726
|
+
}, _errorFactory)) && input.assigned.every((elem, _index63) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19083
19727
|
method: "typia.assertGuard",
|
|
19084
|
-
path: _path + ".assigned[" +
|
|
19728
|
+
path: _path + ".assigned[" + _index63 + "]",
|
|
19085
19729
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
19086
19730
|
value: elem
|
|
19087
19731
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19094,9 +19738,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19094
19738
|
path: _path + ".unassigned",
|
|
19095
19739
|
expected: "(Array<NotificationReason> | undefined)",
|
|
19096
19740
|
value: input.unassigned
|
|
19097
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
19741
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index64) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19098
19742
|
method: "typia.assertGuard",
|
|
19099
|
-
path: _path + ".unassigned[" +
|
|
19743
|
+
path: _path + ".unassigned[" + _index64 + "]",
|
|
19100
19744
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
19101
19745
|
value: elem
|
|
19102
19746
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19107,14 +19751,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19107
19751
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19108
19752
|
method: "typia.assertGuard",
|
|
19109
19753
|
path: _path + ".publishSucceeded",
|
|
19110
|
-
expected: "(__type.
|
|
19754
|
+
expected: "(__type.o72 | undefined)",
|
|
19111
19755
|
value: input.publishSucceeded
|
|
19112
|
-
}, _errorFactory)) &&
|
|
19756
|
+
}, _errorFactory)) && _ao79(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19113
19757
|
method: "typia.assertGuard",
|
|
19114
19758
|
path: _path + ".publishSucceeded",
|
|
19115
|
-
expected: "(__type.
|
|
19759
|
+
expected: "(__type.o72 | undefined)",
|
|
19116
19760
|
value: input.publishSucceeded
|
|
19117
|
-
}, _errorFactory)); const
|
|
19761
|
+
}, _errorFactory)); const _ao79 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
19118
19762
|
const value = input[key];
|
|
19119
19763
|
if (undefined === value)
|
|
19120
19764
|
return true;
|
|
@@ -19123,9 +19767,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19123
19767
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19124
19768
|
expected: "Array<NotificationReason>",
|
|
19125
19769
|
value: value
|
|
19126
|
-
}, _errorFactory)) && value.every((elem,
|
|
19770
|
+
}, _errorFactory)) && value.every((elem, _index65) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19127
19771
|
method: "typia.assertGuard",
|
|
19128
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
19772
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index65 + "]",
|
|
19129
19773
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
19130
19774
|
value: elem
|
|
19131
19775
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19134,17 +19778,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19134
19778
|
expected: "Array<NotificationReason>",
|
|
19135
19779
|
value: value
|
|
19136
19780
|
}, _errorFactory);
|
|
19137
|
-
}); const
|
|
19781
|
+
}); const _ao80 = (input, _path, _exceptionable = true) => undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19138
19782
|
method: "typia.assertGuard",
|
|
19139
19783
|
path: _path + ".duplicate",
|
|
19140
|
-
expected: "(__type.
|
|
19784
|
+
expected: "(__type.o74 | undefined)",
|
|
19141
19785
|
value: input.duplicate
|
|
19142
|
-
}, _errorFactory)) &&
|
|
19786
|
+
}, _errorFactory)) && _ao81(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19143
19787
|
method: "typia.assertGuard",
|
|
19144
19788
|
path: _path + ".duplicate",
|
|
19145
|
-
expected: "(__type.
|
|
19789
|
+
expected: "(__type.o74 | undefined)",
|
|
19146
19790
|
value: input.duplicate
|
|
19147
|
-
}, _errorFactory); const
|
|
19791
|
+
}, _errorFactory); const _ao81 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19148
19792
|
method: "typia.assertGuard",
|
|
19149
19793
|
path: _path + ".titlePrefix",
|
|
19150
19794
|
expected: "(string | undefined)",
|
|
@@ -19154,14 +19798,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19154
19798
|
path: _path + ".titleSuffix",
|
|
19155
19799
|
expected: "(string | undefined)",
|
|
19156
19800
|
value: input.titleSuffix
|
|
19157
|
-
}, _errorFactory)); const
|
|
19801
|
+
}, _errorFactory)); const _ao82 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19158
19802
|
method: "typia.assertGuard",
|
|
19159
19803
|
path: _path + ".stateFilter",
|
|
19160
19804
|
expected: "(Array<number> | undefined)",
|
|
19161
19805
|
value: input.stateFilter
|
|
19162
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
19806
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index66) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19163
19807
|
method: "typia.assertGuard",
|
|
19164
|
-
path: _path + ".stateFilter[" +
|
|
19808
|
+
path: _path + ".stateFilter[" + _index66 + "]",
|
|
19165
19809
|
expected: "number",
|
|
19166
19810
|
value: elem
|
|
19167
19811
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19194,12 +19838,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19194
19838
|
path: _path + ".parseRegex",
|
|
19195
19839
|
expected: "(boolean | undefined)",
|
|
19196
19840
|
value: input.parseRegex
|
|
19197
|
-
}, _errorFactory)); const
|
|
19841
|
+
}, _errorFactory)); const _ao83 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19198
19842
|
method: "typia.assertGuard",
|
|
19199
19843
|
path: _path + ".disableHotArea",
|
|
19200
19844
|
expected: "(boolean | undefined)",
|
|
19201
19845
|
value: input.disableHotArea
|
|
19202
|
-
}, _errorFactory); const
|
|
19846
|
+
}, _errorFactory); const _ao84 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19203
19847
|
method: "typia.assertGuard",
|
|
19204
19848
|
path: _path + ".refreshInterval",
|
|
19205
19849
|
expected: "(number | undefined)",
|
|
@@ -19221,6 +19865,54 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19221
19865
|
}
|
|
19222
19866
|
}; })()(input);
|
|
19223
19867
|
}
|
|
19868
|
+
case ":settings.node": {
|
|
19869
|
+
return (() => { const _io0 = input => Object.keys(input).every(key => {
|
|
19870
|
+
const value = input[key];
|
|
19871
|
+
if (undefined === value)
|
|
19872
|
+
return true;
|
|
19873
|
+
return "object" === typeof value && null !== value && _io1(value);
|
|
19874
|
+
}); const _io1 = input => "boolean" === typeof input.collapsed && "boolean" === typeof input.hidden; const _ao0 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
19875
|
+
const value = input[key];
|
|
19876
|
+
if (undefined === value)
|
|
19877
|
+
return true;
|
|
19878
|
+
return ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19879
|
+
method: "typia.assertGuard",
|
|
19880
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19881
|
+
expected: "__type",
|
|
19882
|
+
value: value
|
|
19883
|
+
}, _errorFactory)) && _ao1(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19884
|
+
method: "typia.assertGuard",
|
|
19885
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
19886
|
+
expected: "__type",
|
|
19887
|
+
value: value
|
|
19888
|
+
}, _errorFactory);
|
|
19889
|
+
}); const _ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.collapsed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19890
|
+
method: "typia.assertGuard",
|
|
19891
|
+
path: _path + ".collapsed",
|
|
19892
|
+
expected: "boolean",
|
|
19893
|
+
value: input.collapsed
|
|
19894
|
+
}, _errorFactory)) && ("boolean" === typeof input.hidden || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19895
|
+
method: "typia.assertGuard",
|
|
19896
|
+
path: _path + ".hidden",
|
|
19897
|
+
expected: "boolean",
|
|
19898
|
+
value: input.hidden
|
|
19899
|
+
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
19900
|
+
if (false === __is(input)) {
|
|
19901
|
+
_errorFactory = errorFactory;
|
|
19902
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19903
|
+
method: "typia.assertGuard",
|
|
19904
|
+
path: _path + "",
|
|
19905
|
+
expected: "SettingsNodeRecord",
|
|
19906
|
+
value: input
|
|
19907
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
19908
|
+
method: "typia.assertGuard",
|
|
19909
|
+
path: _path + "",
|
|
19910
|
+
expected: "SettingsNodeRecord",
|
|
19911
|
+
value: input
|
|
19912
|
+
}, _errorFactory))(input, "$input", true);
|
|
19913
|
+
}
|
|
19914
|
+
}; })()(input);
|
|
19915
|
+
}
|
|
19224
19916
|
case ":shotbox": {
|
|
19225
19917
|
return (() => { const _io0 = input => undefined === input.pages || Array.isArray(input.pages) && input.pages.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem)); const _io1 = input => (undefined === input.stickyTopRow || "boolean" === typeof input.stickyTopRow) && (undefined === input.inferGroups || "boolean" === typeof input.inferGroups) && (undefined === input.layout || Array.isArray(input.layout) && input.layout.every(elem => null !== elem && undefined !== elem && (Array.isArray(elem) && elem.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem)) || "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _iu0(elem)))); const _io2 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.sticky || "boolean" === typeof input.sticky) && (undefined === input.type || "trigger" === input.type || "toggle" === input.type) && (undefined === input.width || "string" === typeof input.width) && (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem)) && (undefined === input.states || "object" === typeof input.states && null !== input.states && _io3(input.states)) && (undefined === input.flow || "column" === input.flow || "row" === input.flow) && (undefined === input.minRows || "number" === typeof input.minRows) && (undefined === input.maxRows || "number" === typeof input.maxRows); const _io3 = input => "boolean" === typeof input.completed; const _io4 = input => "stream" === input.type && (undefined === input.title || "string" === typeof input.title) && (undefined === input.width || "string" === typeof input.width) && (undefined === input.source || "string" === typeof input.source); const _iu0 = input => (() => {
|
|
19226
19918
|
if ("stream" === input.type)
|