@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.
@@ -1818,13 +1818,338 @@ function _assertExactRecord(name, input) {
1818
1818
  return input;
1819
1819
  }; })()(input);
1820
1820
  }
1821
+ case "media.transcribe": {
1822
+ 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 => {
1823
+ const value = input[key];
1824
+ if (undefined === value)
1825
+ return true;
1826
+ return "string" === typeof value;
1827
+ }); 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 => {
1828
+ const value = input[key];
1829
+ if (undefined === value)
1830
+ return true;
1831
+ 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));
1832
+ }); 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 => (() => {
1833
+ if (undefined !== input.pattern)
1834
+ return _io4(input);
1835
+ else if ("items" === input.type)
1836
+ return _io7(input);
1837
+ else
1838
+ return false;
1839
+ })(); const _ao0 = (input, _path, _exceptionable = true) => (("object" === typeof input.engines && null !== input.engines && false === Array.isArray(input.engines) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1840
+ method: "typia.assert",
1841
+ path: _path + ".engines",
1842
+ expected: "Record<string, string>",
1843
+ value: input.engines
1844
+ }, _errorFactory)) && _ao1(input.engines, _path + ".engines", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1845
+ method: "typia.assert",
1846
+ path: _path + ".engines",
1847
+ expected: "Record<string, string>",
1848
+ value: input.engines
1849
+ }, _errorFactory)) && (("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1850
+ method: "typia.assert",
1851
+ path: _path + ".languages",
1852
+ expected: "Record<string, string>",
1853
+ value: input.languages
1854
+ }, _errorFactory)) && _ao1(input.languages, _path + ".languages", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1855
+ method: "typia.assert",
1856
+ path: _path + ".languages",
1857
+ expected: "Record<string, string>",
1858
+ value: input.languages
1859
+ }, _errorFactory)) && (undefined === input.translate || ("object" === typeof input.translate && null !== input.translate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1860
+ method: "typia.assert",
1861
+ path: _path + ".translate",
1862
+ expected: "(__type | undefined)",
1863
+ value: input.translate
1864
+ }, _errorFactory)) && _ao2(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1865
+ method: "typia.assert",
1866
+ path: _path + ".translate",
1867
+ expected: "(__type | undefined)",
1868
+ value: input.translate
1869
+ }, _errorFactory)) && (undefined === input.replacers || ("object" === typeof input.replacers && null !== input.replacers && false === Array.isArray(input.replacers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1870
+ method: "typia.assert",
1871
+ path: _path + ".replacers",
1872
+ expected: "(Record<string, TranscribeReplacer | TranscribeReplacer[]> | undefined)",
1873
+ value: input.replacers
1874
+ }, _errorFactory)) && _ao3(input.replacers, _path + ".replacers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1875
+ method: "typia.assert",
1876
+ path: _path + ".replacers",
1877
+ expected: "(Record<string, TranscribeReplacer | TranscribeReplacer[]> | undefined)",
1878
+ value: input.replacers
1879
+ }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
1880
+ const value = input[key];
1881
+ if (undefined === value)
1882
+ return true;
1883
+ return "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1884
+ method: "typia.assert",
1885
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
1886
+ expected: "string",
1887
+ value: value
1888
+ }, _errorFactory);
1889
+ }); const _ao2 = (input, _path, _exceptionable = true) => ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1890
+ method: "typia.assert",
1891
+ path: _path + ".languages",
1892
+ expected: "Record<string, string>",
1893
+ value: input.languages
1894
+ }, _errorFactory)) && _ao1(input.languages, _path + ".languages", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1895
+ method: "typia.assert",
1896
+ path: _path + ".languages",
1897
+ expected: "Record<string, string>",
1898
+ value: input.languages
1899
+ }, _errorFactory); const _ao3 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
1900
+ const value = input[key];
1901
+ if (undefined === value)
1902
+ return true;
1903
+ return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1904
+ method: "typia.assert",
1905
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
1906
+ expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
1907
+ value: value
1908
+ }, _errorFactory)) && (undefined !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1909
+ method: "typia.assert",
1910
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
1911
+ expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
1912
+ value: value
1913
+ }, _errorFactory)) && (Array.isArray(value) && value.every((elem, _index4) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1914
+ method: "typia.assert",
1915
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index4 + "]",
1916
+ expected: "(TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
1917
+ value: elem
1918
+ }, _errorFactory)) && _au0(elem, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index4 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1919
+ method: "typia.assert",
1920
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index4 + "]",
1921
+ expected: "(TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
1922
+ value: elem
1923
+ }, _errorFactory)) || "object" === typeof value && null !== value && _au0(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1924
+ method: "typia.assert",
1925
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
1926
+ expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
1927
+ value: value
1928
+ }, _errorFactory) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1929
+ method: "typia.assert",
1930
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
1931
+ expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
1932
+ value: value
1933
+ }, _errorFactory));
1934
+ }); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.type || "replace" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1935
+ method: "typia.assert",
1936
+ path: _path + ".type",
1937
+ expected: "(\"replace\" | undefined)",
1938
+ value: input.type
1939
+ }, _errorFactory)) && true && ((null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1940
+ method: "typia.assert",
1941
+ path: _path + ".replacement",
1942
+ expected: "(__type.o1 | string)",
1943
+ value: input.replacement
1944
+ }, _errorFactory)) && (undefined !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1945
+ method: "typia.assert",
1946
+ path: _path + ".replacement",
1947
+ expected: "(__type.o1 | string)",
1948
+ value: input.replacement
1949
+ }, _errorFactory)) && ("function" === typeof input.replacement || "string" === typeof input.replacement || ("object" === typeof input.replacement && null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1950
+ method: "typia.assert",
1951
+ path: _path + ".replacement",
1952
+ expected: "(__type.o1 | string)",
1953
+ value: input.replacement
1954
+ }, _errorFactory)) && _ao5(input.replacement, _path + ".replacement", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1955
+ method: "typia.assert",
1956
+ path: _path + ".replacement",
1957
+ expected: "(__type.o1 | string)",
1958
+ value: input.replacement
1959
+ }, _errorFactory))) && (undefined === input.flags || "string" === typeof input.flags || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1960
+ method: "typia.assert",
1961
+ path: _path + ".flags",
1962
+ expected: "(string | undefined)",
1963
+ value: input.flags
1964
+ }, _errorFactory)) && (undefined === input._comment || "string" === typeof input._comment || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1965
+ method: "typia.assert",
1966
+ path: _path + "._comment",
1967
+ expected: "(string | undefined)",
1968
+ value: input._comment
1969
+ }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1970
+ method: "typia.assert",
1971
+ path: _path + ".__context",
1972
+ expected: "__type.o2",
1973
+ value: input.__context
1974
+ }, _errorFactory)) && _ao6(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1975
+ method: "typia.assert",
1976
+ path: _path + ".__context",
1977
+ expected: "__type.o2",
1978
+ value: input.__context
1979
+ }, _errorFactory)) && ((null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1980
+ method: "typia.assert",
1981
+ path: _path + ".__returnValue",
1982
+ expected: "string",
1983
+ value: input.__returnValue
1984
+ }, _errorFactory)) && (undefined !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1985
+ method: "typia.assert",
1986
+ path: _path + ".__returnValue",
1987
+ expected: "string",
1988
+ value: input.__returnValue
1989
+ }, _errorFactory)) && ("function" === typeof input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1990
+ method: "typia.assert",
1991
+ path: _path + ".__returnValue",
1992
+ expected: "string",
1993
+ value: input.__returnValue
1994
+ }, _errorFactory))); const _ao6 = (input, _path, _exceptionable = true) => "string" === typeof input.item || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1995
+ method: "typia.assert",
1996
+ path: _path + ".item",
1997
+ expected: "string",
1998
+ value: input.item
1999
+ }, _errorFactory); const _ao7 = (input, _path, _exceptionable = true) => ("items" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2000
+ method: "typia.assert",
2001
+ path: _path + ".type",
2002
+ expected: "\"items\"",
2003
+ value: input.type
2004
+ }, _errorFactory)) && ((Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2005
+ method: "typia.assert",
2006
+ path: _path + ".items",
2007
+ expected: "Array<string>",
2008
+ value: input.items
2009
+ }, _errorFactory)) && input.items.every((elem, _index5) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2010
+ method: "typia.assert",
2011
+ path: _path + ".items[" + _index5 + "]",
2012
+ expected: "string",
2013
+ value: elem
2014
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2015
+ method: "typia.assert",
2016
+ path: _path + ".items",
2017
+ expected: "Array<string>",
2018
+ value: input.items
2019
+ }, _errorFactory)) && (undefined === input._comment || "string" === typeof input._comment || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2020
+ method: "typia.assert",
2021
+ path: _path + "._comment",
2022
+ expected: "(string | undefined)",
2023
+ value: input._comment
2024
+ }, _errorFactory)) && ((Array.isArray(input.replacers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2025
+ method: "typia.assert",
2026
+ path: _path + ".replacers",
2027
+ expected: "Array<__type>",
2028
+ value: input.replacers
2029
+ }, _errorFactory)) && input.replacers.every((elem, _index6) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2030
+ method: "typia.assert",
2031
+ path: _path + ".replacers[" + _index6 + "]",
2032
+ expected: "__type.o3",
2033
+ value: elem
2034
+ }, _errorFactory)) && _ao8(elem, _path + ".replacers[" + _index6 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2035
+ method: "typia.assert",
2036
+ path: _path + ".replacers[" + _index6 + "]",
2037
+ expected: "__type.o3",
2038
+ value: elem
2039
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2040
+ method: "typia.assert",
2041
+ path: _path + ".replacers",
2042
+ expected: "Array<__type>",
2043
+ value: input.replacers
2044
+ }, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => true && ((null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2045
+ method: "typia.assert",
2046
+ path: _path + ".replacement",
2047
+ expected: "(__type.o4 | string)",
2048
+ value: input.replacement
2049
+ }, _errorFactory)) && (undefined !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2050
+ method: "typia.assert",
2051
+ path: _path + ".replacement",
2052
+ expected: "(__type.o4 | string)",
2053
+ value: input.replacement
2054
+ }, _errorFactory)) && ("function" === typeof input.replacement || "string" === typeof input.replacement || ("object" === typeof input.replacement && null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2055
+ method: "typia.assert",
2056
+ path: _path + ".replacement",
2057
+ expected: "(__type.o4 | string)",
2058
+ value: input.replacement
2059
+ }, _errorFactory)) && _ao9(input.replacement, _path + ".replacement", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2060
+ method: "typia.assert",
2061
+ path: _path + ".replacement",
2062
+ expected: "(__type.o4 | string)",
2063
+ value: input.replacement
2064
+ }, _errorFactory))) && (undefined === input.flags || "string" === typeof input.flags || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2065
+ method: "typia.assert",
2066
+ path: _path + ".flags",
2067
+ expected: "(string | undefined)",
2068
+ value: input.flags
2069
+ }, _errorFactory)) && (undefined === input._comment || "string" === typeof input._comment || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2070
+ method: "typia.assert",
2071
+ path: _path + "._comment",
2072
+ expected: "(string | undefined)",
2073
+ value: input._comment
2074
+ }, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2075
+ method: "typia.assert",
2076
+ path: _path + ".__context",
2077
+ expected: "__type.o5",
2078
+ value: input.__context
2079
+ }, _errorFactory)) && _ao10(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2080
+ method: "typia.assert",
2081
+ path: _path + ".__context",
2082
+ expected: "__type.o5",
2083
+ value: input.__context
2084
+ }, _errorFactory)) && ((null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2085
+ method: "typia.assert",
2086
+ path: _path + ".__returnValue",
2087
+ expected: "string",
2088
+ value: input.__returnValue
2089
+ }, _errorFactory)) && (undefined !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2090
+ method: "typia.assert",
2091
+ path: _path + ".__returnValue",
2092
+ expected: "string",
2093
+ value: input.__returnValue
2094
+ }, _errorFactory)) && ("function" === typeof input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2095
+ method: "typia.assert",
2096
+ path: _path + ".__returnValue",
2097
+ expected: "string",
2098
+ value: input.__returnValue
2099
+ }, _errorFactory))); const _ao10 = (input, _path, _exceptionable = true) => "string" === typeof input.item || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2100
+ method: "typia.assert",
2101
+ path: _path + ".item",
2102
+ expected: "string",
2103
+ value: input.item
2104
+ }, _errorFactory); const _au0 = (input, _path, _exceptionable = true) => (() => {
2105
+ if (undefined !== input.pattern)
2106
+ return _ao4(input, _path, true && _exceptionable);
2107
+ else if ("items" === input.type)
2108
+ return _ao7(input, _path, true && _exceptionable);
2109
+ else
2110
+ return __typia_transform__assertGuard._assertGuard(_exceptionable, {
2111
+ method: "typia.assert",
2112
+ path: _path,
2113
+ expected: "(TranscribeReplaceReplacer | TranscribeForEachWordReplacer)",
2114
+ value: input
2115
+ }, _errorFactory);
2116
+ })(); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
2117
+ if (false === __is(input)) {
2118
+ _errorFactory = errorFactory;
2119
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
2120
+ method: "typia.assert",
2121
+ path: _path + "",
2122
+ expected: "MediaTranscribeRecord",
2123
+ value: input
2124
+ }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
2125
+ method: "typia.assert",
2126
+ path: _path + "",
2127
+ expected: "MediaTranscribeRecord",
2128
+ value: input
2129
+ }, _errorFactory))(input, "$input", true);
2130
+ }
2131
+ return input;
2132
+ }; })()(input);
2133
+ }
1821
2134
  case "media.transcribe?": {
1822
- 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 => {
2135
+ 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 => {
1823
2136
  const value = input[key];
1824
2137
  if (undefined === value)
1825
2138
  return true;
1826
2139
  return "string" === typeof value;
1827
- }); const _io2 = input => "object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages); const _ao0 = (input, _path, _exceptionable = true) => (("object" === typeof input.engines && null !== input.engines && false === Array.isArray(input.engines) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2140
+ }); 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 => {
2141
+ const value = input[key];
2142
+ if (undefined === value)
2143
+ return true;
2144
+ 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));
2145
+ }); 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 => (() => {
2146
+ if (undefined !== input.pattern)
2147
+ return _io4(input);
2148
+ else if ("items" === input.type)
2149
+ return _io7(input);
2150
+ else
2151
+ return false;
2152
+ })(); const _ao0 = (input, _path, _exceptionable = true) => (("object" === typeof input.engines && null !== input.engines && false === Array.isArray(input.engines) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1828
2153
  method: "typia.assert",
1829
2154
  path: _path + ".engines",
1830
2155
  expected: "Record<string, string>",
@@ -1846,35 +2171,262 @@ function _assertExactRecord(name, input) {
1846
2171
  value: input.languages
1847
2172
  }, _errorFactory)) && (undefined === input.translate || ("object" === typeof input.translate && null !== input.translate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1848
2173
  method: "typia.assert",
1849
- path: _path + ".translate",
1850
- expected: "(__type | undefined)",
1851
- value: input.translate
1852
- }, _errorFactory)) && _ao2(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2174
+ path: _path + ".translate",
2175
+ expected: "(__type | undefined)",
2176
+ value: input.translate
2177
+ }, _errorFactory)) && _ao2(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2178
+ method: "typia.assert",
2179
+ path: _path + ".translate",
2180
+ expected: "(__type | undefined)",
2181
+ value: input.translate
2182
+ }, _errorFactory)) && (undefined === input.replacers || ("object" === typeof input.replacers && null !== input.replacers && false === Array.isArray(input.replacers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2183
+ method: "typia.assert",
2184
+ path: _path + ".replacers",
2185
+ expected: "(Record<string, TranscribeReplacer | TranscribeReplacer[]> | undefined)",
2186
+ value: input.replacers
2187
+ }, _errorFactory)) && _ao3(input.replacers, _path + ".replacers", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2188
+ method: "typia.assert",
2189
+ path: _path + ".replacers",
2190
+ expected: "(Record<string, TranscribeReplacer | TranscribeReplacer[]> | undefined)",
2191
+ value: input.replacers
2192
+ }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
2193
+ const value = input[key];
2194
+ if (undefined === value)
2195
+ return true;
2196
+ return "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2197
+ method: "typia.assert",
2198
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
2199
+ expected: "string",
2200
+ value: value
2201
+ }, _errorFactory);
2202
+ }); const _ao2 = (input, _path, _exceptionable = true) => ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2203
+ method: "typia.assert",
2204
+ path: _path + ".languages",
2205
+ expected: "Record<string, string>",
2206
+ value: input.languages
2207
+ }, _errorFactory)) && _ao1(input.languages, _path + ".languages", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2208
+ method: "typia.assert",
2209
+ path: _path + ".languages",
2210
+ expected: "Record<string, string>",
2211
+ value: input.languages
2212
+ }, _errorFactory); const _ao3 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
2213
+ const value = input[key];
2214
+ if (undefined === value)
2215
+ return true;
2216
+ return (null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2217
+ method: "typia.assert",
2218
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
2219
+ expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
2220
+ value: value
2221
+ }, _errorFactory)) && (undefined !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2222
+ method: "typia.assert",
2223
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
2224
+ expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
2225
+ value: value
2226
+ }, _errorFactory)) && (Array.isArray(value) && value.every((elem, _index4) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2227
+ method: "typia.assert",
2228
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index4 + "]",
2229
+ expected: "(TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
2230
+ value: elem
2231
+ }, _errorFactory)) && _au0(elem, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index4 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2232
+ method: "typia.assert",
2233
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index4 + "]",
2234
+ expected: "(TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
2235
+ value: elem
2236
+ }, _errorFactory)) || "object" === typeof value && null !== value && _au0(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2237
+ method: "typia.assert",
2238
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
2239
+ expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
2240
+ value: value
2241
+ }, _errorFactory) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2242
+ method: "typia.assert",
2243
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
2244
+ expected: "(Array<TranscribeReplacer> | TranscribeForEachWordReplacer | TranscribeReplaceReplacer)",
2245
+ value: value
2246
+ }, _errorFactory));
2247
+ }); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.type || "replace" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2248
+ method: "typia.assert",
2249
+ path: _path + ".type",
2250
+ expected: "(\"replace\" | undefined)",
2251
+ value: input.type
2252
+ }, _errorFactory)) && true && ((null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2253
+ method: "typia.assert",
2254
+ path: _path + ".replacement",
2255
+ expected: "(__type.o1 | string)",
2256
+ value: input.replacement
2257
+ }, _errorFactory)) && (undefined !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2258
+ method: "typia.assert",
2259
+ path: _path + ".replacement",
2260
+ expected: "(__type.o1 | string)",
2261
+ value: input.replacement
2262
+ }, _errorFactory)) && ("function" === typeof input.replacement || "string" === typeof input.replacement || ("object" === typeof input.replacement && null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2263
+ method: "typia.assert",
2264
+ path: _path + ".replacement",
2265
+ expected: "(__type.o1 | string)",
2266
+ value: input.replacement
2267
+ }, _errorFactory)) && _ao5(input.replacement, _path + ".replacement", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2268
+ method: "typia.assert",
2269
+ path: _path + ".replacement",
2270
+ expected: "(__type.o1 | string)",
2271
+ value: input.replacement
2272
+ }, _errorFactory))) && (undefined === input.flags || "string" === typeof input.flags || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2273
+ method: "typia.assert",
2274
+ path: _path + ".flags",
2275
+ expected: "(string | undefined)",
2276
+ value: input.flags
2277
+ }, _errorFactory)) && (undefined === input._comment || "string" === typeof input._comment || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2278
+ method: "typia.assert",
2279
+ path: _path + "._comment",
2280
+ expected: "(string | undefined)",
2281
+ value: input._comment
2282
+ }, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2283
+ method: "typia.assert",
2284
+ path: _path + ".__context",
2285
+ expected: "__type.o2",
2286
+ value: input.__context
2287
+ }, _errorFactory)) && _ao6(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2288
+ method: "typia.assert",
2289
+ path: _path + ".__context",
2290
+ expected: "__type.o2",
2291
+ value: input.__context
2292
+ }, _errorFactory)) && ((null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2293
+ method: "typia.assert",
2294
+ path: _path + ".__returnValue",
2295
+ expected: "string",
2296
+ value: input.__returnValue
2297
+ }, _errorFactory)) && (undefined !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2298
+ method: "typia.assert",
2299
+ path: _path + ".__returnValue",
2300
+ expected: "string",
2301
+ value: input.__returnValue
2302
+ }, _errorFactory)) && ("function" === typeof input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2303
+ method: "typia.assert",
2304
+ path: _path + ".__returnValue",
2305
+ expected: "string",
2306
+ value: input.__returnValue
2307
+ }, _errorFactory))); const _ao6 = (input, _path, _exceptionable = true) => "string" === typeof input.item || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2308
+ method: "typia.assert",
2309
+ path: _path + ".item",
2310
+ expected: "string",
2311
+ value: input.item
2312
+ }, _errorFactory); const _ao7 = (input, _path, _exceptionable = true) => ("items" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2313
+ method: "typia.assert",
2314
+ path: _path + ".type",
2315
+ expected: "\"items\"",
2316
+ value: input.type
2317
+ }, _errorFactory)) && ((Array.isArray(input.items) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2318
+ method: "typia.assert",
2319
+ path: _path + ".items",
2320
+ expected: "Array<string>",
2321
+ value: input.items
2322
+ }, _errorFactory)) && input.items.every((elem, _index5) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2323
+ method: "typia.assert",
2324
+ path: _path + ".items[" + _index5 + "]",
2325
+ expected: "string",
2326
+ value: elem
2327
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2328
+ method: "typia.assert",
2329
+ path: _path + ".items",
2330
+ expected: "Array<string>",
2331
+ value: input.items
2332
+ }, _errorFactory)) && (undefined === input._comment || "string" === typeof input._comment || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2333
+ method: "typia.assert",
2334
+ path: _path + "._comment",
2335
+ expected: "(string | undefined)",
2336
+ value: input._comment
2337
+ }, _errorFactory)) && ((Array.isArray(input.replacers) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2338
+ method: "typia.assert",
2339
+ path: _path + ".replacers",
2340
+ expected: "Array<__type>",
2341
+ value: input.replacers
2342
+ }, _errorFactory)) && input.replacers.every((elem, _index6) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2343
+ method: "typia.assert",
2344
+ path: _path + ".replacers[" + _index6 + "]",
2345
+ expected: "__type.o3",
2346
+ value: elem
2347
+ }, _errorFactory)) && _ao8(elem, _path + ".replacers[" + _index6 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2348
+ method: "typia.assert",
2349
+ path: _path + ".replacers[" + _index6 + "]",
2350
+ expected: "__type.o3",
2351
+ value: elem
2352
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2353
+ method: "typia.assert",
2354
+ path: _path + ".replacers",
2355
+ expected: "Array<__type>",
2356
+ value: input.replacers
2357
+ }, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => true && ((null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2358
+ method: "typia.assert",
2359
+ path: _path + ".replacement",
2360
+ expected: "(__type.o4 | string)",
2361
+ value: input.replacement
2362
+ }, _errorFactory)) && (undefined !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2363
+ method: "typia.assert",
2364
+ path: _path + ".replacement",
2365
+ expected: "(__type.o4 | string)",
2366
+ value: input.replacement
2367
+ }, _errorFactory)) && ("function" === typeof input.replacement || "string" === typeof input.replacement || ("object" === typeof input.replacement && null !== input.replacement || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2368
+ method: "typia.assert",
2369
+ path: _path + ".replacement",
2370
+ expected: "(__type.o4 | string)",
2371
+ value: input.replacement
2372
+ }, _errorFactory)) && _ao9(input.replacement, _path + ".replacement", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2373
+ method: "typia.assert",
2374
+ path: _path + ".replacement",
2375
+ expected: "(__type.o4 | string)",
2376
+ value: input.replacement
2377
+ }, _errorFactory))) && (undefined === input.flags || "string" === typeof input.flags || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2378
+ method: "typia.assert",
2379
+ path: _path + ".flags",
2380
+ expected: "(string | undefined)",
2381
+ value: input.flags
2382
+ }, _errorFactory)) && (undefined === input._comment || "string" === typeof input._comment || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2383
+ method: "typia.assert",
2384
+ path: _path + "._comment",
2385
+ expected: "(string | undefined)",
2386
+ value: input._comment
2387
+ }, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2388
+ method: "typia.assert",
2389
+ path: _path + ".__context",
2390
+ expected: "__type.o5",
2391
+ value: input.__context
2392
+ }, _errorFactory)) && _ao10(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2393
+ method: "typia.assert",
2394
+ path: _path + ".__context",
2395
+ expected: "__type.o5",
2396
+ value: input.__context
2397
+ }, _errorFactory)) && ((null !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2398
+ method: "typia.assert",
2399
+ path: _path + ".__returnValue",
2400
+ expected: "string",
2401
+ value: input.__returnValue
2402
+ }, _errorFactory)) && (undefined !== input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1853
2403
  method: "typia.assert",
1854
- path: _path + ".translate",
1855
- expected: "(__type | undefined)",
1856
- value: input.translate
1857
- }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
1858
- const value = input[key];
1859
- if (undefined === value)
1860
- return true;
1861
- return "string" === typeof value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1862
- method: "typia.assert",
1863
- path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
1864
- expected: "string",
1865
- value: value
1866
- }, _errorFactory);
1867
- }); const _ao2 = (input, _path, _exceptionable = true) => ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2404
+ path: _path + ".__returnValue",
2405
+ expected: "string",
2406
+ value: input.__returnValue
2407
+ }, _errorFactory)) && ("function" === typeof input.__returnValue || "string" === typeof input.__returnValue || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1868
2408
  method: "typia.assert",
1869
- path: _path + ".languages",
1870
- expected: "Record<string, string>",
1871
- value: input.languages
1872
- }, _errorFactory)) && _ao1(input.languages, _path + ".languages", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
2409
+ path: _path + ".__returnValue",
2410
+ expected: "string",
2411
+ value: input.__returnValue
2412
+ }, _errorFactory))); const _ao10 = (input, _path, _exceptionable = true) => "string" === typeof input.item || __typia_transform__assertGuard._assertGuard(_exceptionable, {
1873
2413
  method: "typia.assert",
1874
- path: _path + ".languages",
1875
- expected: "Record<string, string>",
1876
- value: input.languages
1877
- }, _errorFactory); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
2414
+ path: _path + ".item",
2415
+ expected: "string",
2416
+ value: input.item
2417
+ }, _errorFactory); const _au0 = (input, _path, _exceptionable = true) => (() => {
2418
+ if (undefined !== input.pattern)
2419
+ return _ao4(input, _path, true && _exceptionable);
2420
+ else if ("items" === input.type)
2421
+ return _ao7(input, _path, true && _exceptionable);
2422
+ else
2423
+ return __typia_transform__assertGuard._assertGuard(_exceptionable, {
2424
+ method: "typia.assert",
2425
+ path: _path,
2426
+ expected: "(TranscribeReplaceReplacer | TranscribeForEachWordReplacer)",
2427
+ value: input
2428
+ }, _errorFactory);
2429
+ })(); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
1878
2430
  if (false === __is(input)) {
1879
2431
  _errorFactory = errorFactory;
1880
2432
  ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
@@ -2395,10 +2947,10 @@ function _assertDomainRecord(domain, input) {
2395
2947
  {
2396
2948
  switch (domain) {
2397
2949
  case ":asset.title?": {
2398
- 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, {
2950
+ 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, {
2399
2951
  method: "typia.assert",
2400
2952
  path: _path + ".value",
2401
- expected: "(string | undefined)",
2953
+ expected: "(null | string | undefined)",
2402
2954
  value: input.value
2403
2955
  }, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
2404
2956
  if (false === __is(input)) {
@@ -8884,6 +9436,40 @@ function _assertDomainRecord(domain, input) {
8884
9436
  return input;
8885
9437
  }; })()(input);
8886
9438
  }
9439
+ case ":folder.items": {
9440
+ 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, {
9441
+ method: "typia.assert",
9442
+ path: _path + ".value",
9443
+ expected: "Array<string>",
9444
+ value: input.value
9445
+ }, _errorFactory)) && input.value.every((elem, _index2) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9446
+ method: "typia.assert",
9447
+ path: _path + ".value[" + _index2 + "]",
9448
+ expected: "string",
9449
+ value: elem
9450
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
9451
+ method: "typia.assert",
9452
+ path: _path + ".value",
9453
+ expected: "Array<string>",
9454
+ value: input.value
9455
+ }, _errorFactory); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
9456
+ if (false === __is(input)) {
9457
+ _errorFactory = errorFactory;
9458
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
9459
+ method: "typia.assert",
9460
+ path: _path + "",
9461
+ expected: "FolderItemsDomainRecord",
9462
+ value: input
9463
+ }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
9464
+ method: "typia.assert",
9465
+ path: _path + "",
9466
+ expected: "FolderItemsDomainRecord",
9467
+ value: input
9468
+ }, _errorFactory))(input, "$input", true);
9469
+ }
9470
+ return input;
9471
+ }; })()(input);
9472
+ }
8887
9473
  case ":general.title": {
8888
9474
  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, {
8889
9475
  method: "typia.assert",
@@ -17109,7 +17695,7 @@ function _assertDomainRecord(domain, input) {
17109
17695
  }; })()(input);
17110
17696
  }
17111
17697
  case ":settings": {
17112
- 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 _iv26 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av54 = 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 _av58 = 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 && false === Array.isArray(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) && _io58(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) && _io59(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io68(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io69(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io70(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) && _io73(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io74(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io75(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io78(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io80(input.utilsAssetEditorPanel)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io81(input.display)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io82(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 => {
17698
+ 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 => {
17113
17699
  if (["settingsPanelStore"].some(prop => key === prop))
17114
17700
  return true;
17115
17701
  const value = input[key];
@@ -17126,7 +17712,7 @@ function _assertDomainRecord(domain, input) {
17126
17712
  if (undefined === value)
17127
17713
  return true;
17128
17714
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io27(value);
17129
- }); 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 => {
17715
+ }); 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 => {
17130
17716
  const value = input[key];
17131
17717
  if (undefined === value)
17132
17718
  return true;
@@ -17181,12 +17767,12 @@ function _assertDomainRecord(domain, input) {
17181
17767
  if (undefined === value)
17182
17768
  return true;
17183
17769
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io32(value);
17184
- }); 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 => {
17770
+ }); 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 => {
17185
17771
  const value = input[key];
17186
17772
  if (undefined === value)
17187
17773
  return true;
17188
17774
  return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
17189
- }); const _io78 = input => undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io79(input.duplicate); const _io79 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io80 = 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 _io81 = input => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea; const _io82 = 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, {
17775
+ }); 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, {
17190
17776
  method: "typia.assert",
17191
17777
  path: _path + ".autoLogoutTime",
17192
17778
  expected: "(number | undefined)",
@@ -17256,19 +17842,19 @@ function _assertDomainRecord(domain, input) {
17256
17842
  path: _path + ".exclusiveTagGroups",
17257
17843
  expected: "(Array<Array<string>> | undefined)",
17258
17844
  value: input.exclusiveTagGroups
17259
- }, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index33) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17845
+ }, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index34) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17260
17846
  method: "typia.assert",
17261
- path: _path + ".exclusiveTagGroups[" + _index33 + "]",
17847
+ path: _path + ".exclusiveTagGroups[" + _index34 + "]",
17262
17848
  expected: "Array<string>",
17263
17849
  value: elem
17264
- }, _errorFactory)) && elem.every((elem, _index34) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17850
+ }, _errorFactory)) && elem.every((elem, _index35) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17265
17851
  method: "typia.assert",
17266
- path: _path + ".exclusiveTagGroups[" + _index33 + "][" + _index34 + "]",
17852
+ path: _path + ".exclusiveTagGroups[" + _index34 + "][" + _index35 + "]",
17267
17853
  expected: "string",
17268
17854
  value: elem
17269
17855
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17270
17856
  method: "typia.assert",
17271
- path: _path + ".exclusiveTagGroups[" + _index33 + "]",
17857
+ path: _path + ".exclusiveTagGroups[" + _index34 + "]",
17272
17858
  expected: "Array<string>",
17273
17859
  value: elem
17274
17860
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -17356,7 +17942,7 @@ function _assertDomainRecord(domain, input) {
17356
17942
  path: _path + ".events",
17357
17943
  expected: "(__type.o20 | undefined)",
17358
17944
  value: input.events
17359
- }, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17945
+ }, _errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17360
17946
  method: "typia.assert",
17361
17947
  path: _path + ".rundown",
17362
17948
  expected: "(__type.o22 | undefined)",
@@ -17414,31 +18000,31 @@ function _assertDomainRecord(domain, input) {
17414
18000
  }, _errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17415
18001
  method: "typia.assert",
17416
18002
  path: _path + ".commands",
17417
- expected: "(Array<__type>.o4 | undefined)",
18003
+ expected: "(Array<__type>.o5 | undefined)",
17418
18004
  value: input.commands
17419
- }, _errorFactory)) && input.commands.every((elem, _index35) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18005
+ }, _errorFactory)) && input.commands.every((elem, _index36) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17420
18006
  method: "typia.assert",
17421
- path: _path + ".commands[" + _index35 + "]",
17422
- expected: "__type.o51",
18007
+ path: _path + ".commands[" + _index36 + "]",
18008
+ expected: "__type.o53",
17423
18009
  value: elem
17424
- }, _errorFactory)) && _ao58(elem, _path + ".commands[" + _index35 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18010
+ }, _errorFactory)) && _ao60(elem, _path + ".commands[" + _index36 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17425
18011
  method: "typia.assert",
17426
- path: _path + ".commands[" + _index35 + "]",
17427
- expected: "__type.o51",
18012
+ path: _path + ".commands[" + _index36 + "]",
18013
+ expected: "__type.o53",
17428
18014
  value: elem
17429
18015
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17430
18016
  method: "typia.assert",
17431
18017
  path: _path + ".commands",
17432
- expected: "(Array<__type>.o4 | undefined)",
18018
+ expected: "(Array<__type>.o5 | undefined)",
17433
18019
  value: input.commands
17434
18020
  }, _errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17435
18021
  method: "typia.assert",
17436
18022
  path: _path + ".predefinedTags",
17437
18023
  expected: "(Array<string> | undefined)",
17438
18024
  value: input.predefinedTags
17439
- }, _errorFactory)) && input.predefinedTags.every((elem, _index36) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18025
+ }, _errorFactory)) && input.predefinedTags.every((elem, _index37) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17440
18026
  method: "typia.assert",
17441
- path: _path + ".predefinedTags[" + _index36 + "]",
18027
+ path: _path + ".predefinedTags[" + _index37 + "]",
17442
18028
  expected: "string",
17443
18029
  value: elem
17444
18030
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -17449,52 +18035,52 @@ function _assertDomainRecord(domain, input) {
17449
18035
  }, _errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17450
18036
  method: "typia.assert",
17451
18037
  path: _path + ".storyboard",
17452
- expected: "(__type.o52 | undefined)",
18038
+ expected: "(__type.o54 | undefined)",
17453
18039
  value: input.storyboard
17454
- }, _errorFactory)) && _ao59(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18040
+ }, _errorFactory)) && _ao61(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17455
18041
  method: "typia.assert",
17456
18042
  path: _path + ".storyboard",
17457
- expected: "(__type.o52 | undefined)",
18043
+ expected: "(__type.o54 | undefined)",
17458
18044
  value: input.storyboard
17459
18045
  }, _errorFactory)) && (undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17460
18046
  method: "typia.assert",
17461
18047
  path: _path + ".print",
17462
- expected: "(__type.o61 | undefined)",
18048
+ expected: "(__type.o63 | undefined)",
17463
18049
  value: input.print
17464
- }, _errorFactory)) && _ao68(input.print, _path + ".print", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18050
+ }, _errorFactory)) && _ao70(input.print, _path + ".print", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17465
18051
  method: "typia.assert",
17466
18052
  path: _path + ".print",
17467
- expected: "(__type.o61 | undefined)",
18053
+ expected: "(__type.o63 | undefined)",
17468
18054
  value: input.print
17469
18055
  }, _errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17470
18056
  method: "typia.assert",
17471
18057
  path: _path + ".hiddenPreviews",
17472
- expected: "(Array<__type>.o5 | undefined)",
18058
+ expected: "(Array<__type>.o6 | undefined)",
17473
18059
  value: input.hiddenPreviews
17474
- }, _errorFactory)) && input.hiddenPreviews.every((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18060
+ }, _errorFactory)) && input.hiddenPreviews.every((elem, _index38) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17475
18061
  method: "typia.assert",
17476
- path: _path + ".hiddenPreviews[" + _index37 + "]",
17477
- expected: "__type.o62",
18062
+ path: _path + ".hiddenPreviews[" + _index38 + "]",
18063
+ expected: "__type.o64",
17478
18064
  value: elem
17479
- }, _errorFactory)) && _ao69(elem, _path + ".hiddenPreviews[" + _index37 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18065
+ }, _errorFactory)) && _ao71(elem, _path + ".hiddenPreviews[" + _index38 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17480
18066
  method: "typia.assert",
17481
- path: _path + ".hiddenPreviews[" + _index37 + "]",
17482
- expected: "__type.o62",
18067
+ path: _path + ".hiddenPreviews[" + _index38 + "]",
18068
+ expected: "__type.o64",
17483
18069
  value: elem
17484
18070
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17485
18071
  method: "typia.assert",
17486
18072
  path: _path + ".hiddenPreviews",
17487
- expected: "(Array<__type>.o5 | undefined)",
18073
+ expected: "(Array<__type>.o6 | undefined)",
17488
18074
  value: input.hiddenPreviews
17489
18075
  }, _errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17490
18076
  method: "typia.assert",
17491
18077
  path: _path + ".plugins",
17492
- expected: "(__type.o63 | undefined)",
18078
+ expected: "(__type.o65 | undefined)",
17493
18079
  value: input.plugins
17494
- }, _errorFactory)) && _ao70(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18080
+ }, _errorFactory)) && _ao72(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17495
18081
  method: "typia.assert",
17496
18082
  path: _path + ".plugins",
17497
- expected: "(__type.o63 | undefined)",
18083
+ expected: "(__type.o65 | undefined)",
17498
18084
  value: input.plugins
17499
18085
  }, _errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17500
18086
  method: "typia.assert",
@@ -17509,32 +18095,32 @@ function _assertDomainRecord(domain, input) {
17509
18095
  }, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17510
18096
  method: "typia.assert",
17511
18097
  path: _path + ".featurePreview",
17512
- expected: "(__type.o66 | undefined)",
18098
+ expected: "(__type.o68 | undefined)",
17513
18099
  value: input.featurePreview
17514
- }, _errorFactory)) && _ao73(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18100
+ }, _errorFactory)) && _ao75(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17515
18101
  method: "typia.assert",
17516
18102
  path: _path + ".featurePreview",
17517
- expected: "(__type.o66 | undefined)",
18103
+ expected: "(__type.o68 | undefined)",
17518
18104
  value: input.featurePreview
17519
18105
  }, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17520
18106
  method: "typia.assert",
17521
18107
  path: _path + ".flags",
17522
- expected: "(__type.o67 | undefined)",
18108
+ expected: "(__type.o69 | undefined)",
17523
18109
  value: input.flags
17524
- }, _errorFactory)) && _ao74(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18110
+ }, _errorFactory)) && _ao76(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17525
18111
  method: "typia.assert",
17526
18112
  path: _path + ".flags",
17527
- expected: "(__type.o67 | undefined)",
18113
+ expected: "(__type.o69 | undefined)",
17528
18114
  value: input.flags
17529
18115
  }, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17530
18116
  method: "typia.assert",
17531
18117
  path: _path + ".notifications",
17532
- expected: "(__type.o68 | undefined)",
18118
+ expected: "(__type.o70 | undefined)",
17533
18119
  value: input.notifications
17534
- }, _errorFactory)) && _ao75(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18120
+ }, _errorFactory)) && _ao77(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17535
18121
  method: "typia.assert",
17536
18122
  path: _path + ".notifications",
17537
- expected: "(__type.o68 | undefined)",
18123
+ expected: "(__type.o70 | undefined)",
17538
18124
  value: input.notifications
17539
18125
  }, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17540
18126
  method: "typia.assert",
@@ -17544,42 +18130,42 @@ function _assertDomainRecord(domain, input) {
17544
18130
  }, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17545
18131
  method: "typia.assert",
17546
18132
  path: _path + ".clone",
17547
- expected: "(__type.o71 | undefined)",
18133
+ expected: "(__type.o73 | undefined)",
17548
18134
  value: input.clone
17549
- }, _errorFactory)) && _ao78(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18135
+ }, _errorFactory)) && _ao80(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17550
18136
  method: "typia.assert",
17551
18137
  path: _path + ".clone",
17552
- expected: "(__type.o71 | undefined)",
18138
+ expected: "(__type.o73 | undefined)",
17553
18139
  value: input.clone
17554
18140
  }, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17555
18141
  method: "typia.assert",
17556
18142
  path: _path + ".utilsAssetEditorPanel",
17557
- expected: "(__type.o73 | undefined)",
18143
+ expected: "(__type.o75 | undefined)",
17558
18144
  value: input.utilsAssetEditorPanel
17559
- }, _errorFactory)) && _ao80(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18145
+ }, _errorFactory)) && _ao82(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17560
18146
  method: "typia.assert",
17561
18147
  path: _path + ".utilsAssetEditorPanel",
17562
- expected: "(__type.o73 | undefined)",
18148
+ expected: "(__type.o75 | undefined)",
17563
18149
  value: input.utilsAssetEditorPanel
17564
18150
  }, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17565
18151
  method: "typia.assert",
17566
18152
  path: _path + ".display",
17567
- expected: "(__type.o74 | undefined)",
18153
+ expected: "(__type.o76 | undefined)",
17568
18154
  value: input.display
17569
- }, _errorFactory)) && _ao81(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18155
+ }, _errorFactory)) && _ao83(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17570
18156
  method: "typia.assert",
17571
18157
  path: _path + ".display",
17572
- expected: "(__type.o74 | undefined)",
18158
+ expected: "(__type.o76 | undefined)",
17573
18159
  value: input.display
17574
18160
  }, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17575
18161
  method: "typia.assert",
17576
18162
  path: _path + ".bookmarks",
17577
- expected: "(__type.o75 | undefined)",
18163
+ expected: "(__type.o77 | undefined)",
17578
18164
  value: input.bookmarks
17579
- }, _errorFactory)) && _ao82(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18165
+ }, _errorFactory)) && _ao84(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17580
18166
  method: "typia.assert",
17581
18167
  path: _path + ".bookmarks",
17582
- expected: "(__type.o75 | undefined)",
18168
+ expected: "(__type.o77 | undefined)",
17583
18169
  value: input.bookmarks
17584
18170
  }, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17585
18171
  method: "typia.assert",
@@ -17748,9 +18334,9 @@ function _assertDomainRecord(domain, input) {
17748
18334
  path: _path + ".sortOrder",
17749
18335
  expected: "(Array<string> | undefined)",
17750
18336
  value: input.sortOrder
17751
- }, _errorFactory)) && input.sortOrder.every((elem, _index38) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18337
+ }, _errorFactory)) && input.sortOrder.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17752
18338
  method: "typia.assert",
17753
- path: _path + ".sortOrder[" + _index38 + "]",
18339
+ path: _path + ".sortOrder[" + _index39 + "]",
17754
18340
  expected: "string",
17755
18341
  value: elem
17756
18342
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -17763,9 +18349,9 @@ function _assertDomainRecord(domain, input) {
17763
18349
  path: _path + ".include",
17764
18350
  expected: "(Array<string> | undefined)",
17765
18351
  value: input.include
17766
- }, _errorFactory)) && input.include.every((elem, _index39) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18352
+ }, _errorFactory)) && input.include.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17767
18353
  method: "typia.assert",
17768
- path: _path + ".include[" + _index39 + "]",
18354
+ path: _path + ".include[" + _index40 + "]",
17769
18355
  expected: "string",
17770
18356
  value: elem
17771
18357
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -17778,9 +18364,9 @@ function _assertDomainRecord(domain, input) {
17778
18364
  path: _path + ".exclude",
17779
18365
  expected: "(Array<string> | undefined)",
17780
18366
  value: input.exclude
17781
- }, _errorFactory)) && input.exclude.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18367
+ }, _errorFactory)) && input.exclude.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17782
18368
  method: "typia.assert",
17783
- path: _path + ".exclude[" + _index40 + "]",
18369
+ path: _path + ".exclude[" + _index41 + "]",
17784
18370
  expected: "string",
17785
18371
  value: elem
17786
18372
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -17793,9 +18379,9 @@ function _assertDomainRecord(domain, input) {
17793
18379
  path: _path + ".include",
17794
18380
  expected: "(Array<string> | undefined)",
17795
18381
  value: input.include
17796
- }, _errorFactory)) && input.include.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18382
+ }, _errorFactory)) && input.include.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17797
18383
  method: "typia.assert",
17798
- path: _path + ".include[" + _index41 + "]",
18384
+ path: _path + ".include[" + _index42 + "]",
17799
18385
  expected: "string",
17800
18386
  value: elem
17801
18387
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -17808,9 +18394,9 @@ function _assertDomainRecord(domain, input) {
17808
18394
  path: _path + ".exclude",
17809
18395
  expected: "(Array<string> | undefined)",
17810
18396
  value: input.exclude
17811
- }, _errorFactory)) && input.exclude.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18397
+ }, _errorFactory)) && input.exclude.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17812
18398
  method: "typia.assert",
17813
- path: _path + ".exclude[" + _index42 + "]",
18399
+ path: _path + ".exclude[" + _index43 + "]",
17814
18400
  expected: "string",
17815
18401
  value: elem
17816
18402
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -17823,9 +18409,9 @@ function _assertDomainRecord(domain, input) {
17823
18409
  path: _path + ".include",
17824
18410
  expected: "(Array<string> | undefined)",
17825
18411
  value: input.include
17826
- }, _errorFactory)) && input.include.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18412
+ }, _errorFactory)) && input.include.every((elem, _index44) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17827
18413
  method: "typia.assert",
17828
- path: _path + ".include[" + _index43 + "]",
18414
+ path: _path + ".include[" + _index44 + "]",
17829
18415
  expected: "string",
17830
18416
  value: elem
17831
18417
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -17838,9 +18424,9 @@ function _assertDomainRecord(domain, input) {
17838
18424
  path: _path + ".exclude",
17839
18425
  expected: "(Array<string> | undefined)",
17840
18426
  value: input.exclude
17841
- }, _errorFactory)) && input.exclude.every((elem, _index44) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18427
+ }, _errorFactory)) && input.exclude.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17842
18428
  method: "typia.assert",
17843
- path: _path + ".exclude[" + _index44 + "]",
18429
+ path: _path + ".exclude[" + _index45 + "]",
17844
18430
  expected: "string",
17845
18431
  value: elem
17846
18432
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -17853,9 +18439,9 @@ function _assertDomainRecord(domain, input) {
17853
18439
  path: _path + ".include",
17854
18440
  expected: "(Array<string> | undefined)",
17855
18441
  value: input.include
17856
- }, _errorFactory)) && input.include.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18442
+ }, _errorFactory)) && input.include.every((elem, _index46) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17857
18443
  method: "typia.assert",
17858
- path: _path + ".include[" + _index45 + "]",
18444
+ path: _path + ".include[" + _index46 + "]",
17859
18445
  expected: "string",
17860
18446
  value: elem
17861
18447
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -17868,9 +18454,9 @@ function _assertDomainRecord(domain, input) {
17868
18454
  path: _path + ".exclude",
17869
18455
  expected: "(Array<string> | undefined)",
17870
18456
  value: input.exclude
17871
- }, _errorFactory)) && input.exclude.every((elem, _index46) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18457
+ }, _errorFactory)) && input.exclude.every((elem, _index47) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17872
18458
  method: "typia.assert",
17873
- path: _path + ".exclude[" + _index46 + "]",
18459
+ path: _path + ".exclude[" + _index47 + "]",
17874
18460
  expected: "string",
17875
18461
  value: elem
17876
18462
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -17968,14 +18554,14 @@ function _assertDomainRecord(domain, input) {
17968
18554
  path: _path + ".colorTags",
17969
18555
  expected: "(Array<PromotedTag> | undefined)",
17970
18556
  value: input.colorTags
17971
- }, _errorFactory)) && input.colorTags.every((elem, _index47) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18557
+ }, _errorFactory)) && input.colorTags.every((elem, _index48) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17972
18558
  method: "typia.assert",
17973
- path: _path + ".colorTags[" + _index47 + "]",
18559
+ path: _path + ".colorTags[" + _index48 + "]",
17974
18560
  expected: "PromotedTag",
17975
18561
  value: elem
17976
- }, _errorFactory)) && _ao22(elem, _path + ".colorTags[" + _index47 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18562
+ }, _errorFactory)) && _ao22(elem, _path + ".colorTags[" + _index48 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
17977
18563
  method: "typia.assert",
17978
- path: _path + ".colorTags[" + _index47 + "]",
18564
+ path: _path + ".colorTags[" + _index48 + "]",
17979
18565
  expected: "PromotedTag",
17980
18566
  value: elem
17981
18567
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -18068,9 +18654,9 @@ function _assertDomainRecord(domain, input) {
18068
18654
  path: _path + ".favorites",
18069
18655
  expected: "(Array<string> | undefined)",
18070
18656
  value: input.favorites
18071
- }, _errorFactory)) && input.favorites.every((elem, _index48) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18657
+ }, _errorFactory)) && input.favorites.every((elem, _index49) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18072
18658
  method: "typia.assert",
18073
- path: _path + ".favorites[" + _index48 + "]",
18659
+ path: _path + ".favorites[" + _index49 + "]",
18074
18660
  expected: "string",
18075
18661
  value: elem
18076
18662
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -18113,12 +18699,17 @@ function _assertDomainRecord(domain, input) {
18113
18699
  path: _path + ".property",
18114
18700
  expected: "(string | undefined)",
18115
18701
  value: input.property
18116
- }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18702
+ }, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18117
18703
  method: "typia.assert",
18118
18704
  path: _path + ".eventThumbnails",
18119
18705
  expected: "(boolean | undefined)",
18120
18706
  value: input.eventThumbnails
18121
- }, _errorFactory); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18707
+ }, _errorFactory)) && ("folded" === input.scriptEventFolding || "unfoldedUntilFolded" === input.scriptEventFolding || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18708
+ method: "typia.assert",
18709
+ path: _path + ".scriptEventFolding",
18710
+ expected: "(\"folded\" | \"unfoldedUntilFolded\")",
18711
+ value: input.scriptEventFolding
18712
+ }, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18122
18713
  method: "typia.assert",
18123
18714
  path: _path + ".dimOnBlur",
18124
18715
  expected: "(boolean | undefined)",
@@ -18493,9 +19084,9 @@ function _assertDomainRecord(domain, input) {
18493
19084
  path: _path + ".playbackRates",
18494
19085
  expected: "(Array<number> | undefined)",
18495
19086
  value: input.playbackRates
18496
- }, _errorFactory)) && input.playbackRates.every((elem, _index49) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19087
+ }, _errorFactory)) && input.playbackRates.every((elem, _index50) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18497
19088
  method: "typia.assert",
18498
- path: _path + ".playbackRates[" + _index49 + "]",
19089
+ path: _path + ".playbackRates[" + _index50 + "]",
18499
19090
  expected: "number",
18500
19091
  value: elem
18501
19092
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -18528,14 +19119,14 @@ function _assertDomainRecord(domain, input) {
18528
19119
  path: _path + ".guides",
18529
19120
  expected: "(Array<__type>.o2 | undefined)",
18530
19121
  value: input.guides
18531
- }, _errorFactory)) && input.guides.every((elem, _index50) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19122
+ }, _errorFactory)) && input.guides.every((elem, _index51) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18532
19123
  method: "typia.assert",
18533
- path: _path + ".guides[" + _index50 + "]",
19124
+ path: _path + ".guides[" + _index51 + "]",
18534
19125
  expected: "__type.o42",
18535
19126
  value: elem
18536
- }, _errorFactory)) && _ao49(elem, _path + ".guides[" + _index50 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19127
+ }, _errorFactory)) && _ao49(elem, _path + ".guides[" + _index51 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18537
19128
  method: "typia.assert",
18538
- path: _path + ".guides[" + _index50 + "]",
19129
+ path: _path + ".guides[" + _index51 + "]",
18539
19130
  expected: "__type.o42",
18540
19131
  value: elem
18541
19132
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -18623,14 +19214,14 @@ function _assertDomainRecord(domain, input) {
18623
19214
  path: _path + ".suggestions",
18624
19215
  expected: "(Array<__type> | undefined)",
18625
19216
  value: input.suggestions
18626
- }, _errorFactory)) && input.suggestions.every((elem, _index51) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19217
+ }, _errorFactory)) && input.suggestions.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18627
19218
  method: "typia.assert",
18628
- path: _path + ".suggestions[" + _index51 + "]",
19219
+ path: _path + ".suggestions[" + _index52 + "]",
18629
19220
  expected: "__type.o40",
18630
19221
  value: elem
18631
- }, _errorFactory)) && _ao47(elem, _path + ".suggestions[" + _index51 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19222
+ }, _errorFactory)) && _ao47(elem, _path + ".suggestions[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18632
19223
  method: "typia.assert",
18633
- path: _path + ".suggestions[" + _index51 + "]",
19224
+ path: _path + ".suggestions[" + _index52 + "]",
18634
19225
  expected: "__type.o40",
18635
19226
  value: elem
18636
19227
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -18643,14 +19234,14 @@ function _assertDomainRecord(domain, input) {
18643
19234
  path: _path + ".colors",
18644
19235
  expected: "(Array<__type>.o1 | undefined)",
18645
19236
  value: input.colors
18646
- }, _errorFactory)) && input.colors.every((elem, _index52) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19237
+ }, _errorFactory)) && input.colors.every((elem, _index53) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18647
19238
  method: "typia.assert",
18648
- path: _path + ".colors[" + _index52 + "]",
19239
+ path: _path + ".colors[" + _index53 + "]",
18649
19240
  expected: "__type.o41",
18650
19241
  value: elem
18651
- }, _errorFactory)) && _ao48(elem, _path + ".colors[" + _index52 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19242
+ }, _errorFactory)) && _ao48(elem, _path + ".colors[" + _index53 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18652
19243
  method: "typia.assert",
18653
- path: _path + ".colors[" + _index52 + "]",
19244
+ path: _path + ".colors[" + _index53 + "]",
18654
19245
  expected: "__type.o41",
18655
19246
  value: elem
18656
19247
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -18663,9 +19254,9 @@ function _assertDomainRecord(domain, input) {
18663
19254
  path: _path + ".overridableProperties",
18664
19255
  expected: "(Array<keyof SubtitleStyle | null> | undefined)",
18665
19256
  value: input.overridableProperties
18666
- }, _errorFactory)) && input.overridableProperties.every((elem, _index53) => null === elem || true === _av54.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19257
+ }, _errorFactory)) && input.overridableProperties.every((elem, _index54) => null === elem || true === _av55.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18667
19258
  method: "typia.assert",
18668
- path: _path + ".overridableProperties[" + _index53 + "]",
19259
+ path: _path + ".overridableProperties[" + _index54 + "]",
18669
19260
  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)",
18670
19261
  value: elem
18671
19262
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -18763,14 +19354,14 @@ function _assertDomainRecord(domain, input) {
18763
19354
  path: _path + ".text",
18764
19355
  expected: "(Array<__type>.o3 | undefined)",
18765
19356
  value: input.text
18766
- }, _errorFactory)) && input.text.every((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19357
+ }, _errorFactory)) && input.text.every((elem, _index56) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18767
19358
  method: "typia.assert",
18768
- path: _path + ".text[" + _index55 + "]",
19359
+ path: _path + ".text[" + _index56 + "]",
18769
19360
  expected: "__type.o47",
18770
19361
  value: elem
18771
- }, _errorFactory)) && _ao54(elem, _path + ".text[" + _index55 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19362
+ }, _errorFactory)) && _ao54(elem, _path + ".text[" + _index56 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18772
19363
  method: "typia.assert",
18773
- path: _path + ".text[" + _index55 + "]",
19364
+ path: _path + ".text[" + _index56 + "]",
18774
19365
  expected: "__type.o47",
18775
19366
  value: elem
18776
19367
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -18818,9 +19409,9 @@ function _assertDomainRecord(domain, input) {
18818
19409
  path: _path + ".args",
18819
19410
  expected: "(Array<string> | undefined)",
18820
19411
  value: input.args
18821
- }, _errorFactory)) && input.args.every((elem, _index56) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19412
+ }, _errorFactory)) && input.args.every((elem, _index57) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18822
19413
  method: "typia.assert",
18823
- path: _path + ".args[" + _index56 + "]",
19414
+ path: _path + ".args[" + _index57 + "]",
18824
19415
  expected: "string",
18825
19416
  value: elem
18826
19417
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -18833,17 +19424,72 @@ function _assertDomainRecord(domain, input) {
18833
19424
  path: _path + ".thumbnailView",
18834
19425
  expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
18835
19426
  value: input.thumbnailView
19427
+ }, _errorFactory)) && (undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19428
+ method: "typia.assert",
19429
+ path: _path + ".normalize",
19430
+ expected: "(__type.o50 | undefined)",
19431
+ value: input.normalize
19432
+ }, _errorFactory)) && _ao57(input.normalize, _path + ".normalize", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19433
+ method: "typia.assert",
19434
+ path: _path + ".normalize",
19435
+ expected: "(__type.o50 | undefined)",
19436
+ value: input.normalize
18836
19437
  }, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18837
19438
  method: "typia.assert",
18838
19439
  path: _path + ".voiceOver",
18839
- expected: "(__type.o50 | undefined)",
19440
+ expected: "(__type.o52 | undefined)",
18840
19441
  value: input.voiceOver
18841
- }, _errorFactory)) && _ao57(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19442
+ }, _errorFactory)) && _ao59(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18842
19443
  method: "typia.assert",
18843
19444
  path: _path + ".voiceOver",
18844
- expected: "(__type.o50 | undefined)",
19445
+ expected: "(__type.o52 | undefined)",
18845
19446
  value: input.voiceOver
18846
- }, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19447
+ }, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19448
+ method: "typia.assert",
19449
+ path: _path + ".presets",
19450
+ expected: "(Array<__type>.o4 | undefined)",
19451
+ value: input.presets
19452
+ }, _errorFactory)) && input.presets.every((elem, _index58) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19453
+ method: "typia.assert",
19454
+ path: _path + ".presets[" + _index58 + "]",
19455
+ expected: "__type.o51",
19456
+ value: elem
19457
+ }, _errorFactory)) && _ao58(elem, _path + ".presets[" + _index58 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19458
+ method: "typia.assert",
19459
+ path: _path + ".presets[" + _index58 + "]",
19460
+ expected: "__type.o51",
19461
+ value: elem
19462
+ }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19463
+ method: "typia.assert",
19464
+ path: _path + ".presets",
19465
+ expected: "(Array<__type>.o4 | undefined)",
19466
+ value: input.presets
19467
+ }, _errorFactory)) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19468
+ method: "typia.assert",
19469
+ path: _path + ".defaultPresetId",
19470
+ expected: "(string | undefined)",
19471
+ value: input.defaultPresetId
19472
+ }, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19473
+ method: "typia.assert",
19474
+ path: _path + ".id",
19475
+ expected: "string",
19476
+ value: input.id
19477
+ }, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19478
+ method: "typia.assert",
19479
+ path: _path + ".title",
19480
+ expected: "string",
19481
+ value: input.title
19482
+ }, _errorFactory)) && ("number" === typeof input.i || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19483
+ method: "typia.assert",
19484
+ path: _path + ".i",
19485
+ expected: "number",
19486
+ value: input.i
19487
+ }, _errorFactory)) && ("number" === typeof input.tp || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19488
+ method: "typia.assert",
19489
+ path: _path + ".tp",
19490
+ expected: "number",
19491
+ value: input.tp
19492
+ }, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18847
19493
  method: "typia.assert",
18848
19494
  path: _path + ".inputDevice",
18849
19495
  expected: "(string | undefined)",
@@ -18868,7 +19514,7 @@ function _assertDomainRecord(domain, input) {
18868
19514
  path: _path + ".preRollDuration",
18869
19515
  expected: "(number | undefined)",
18870
19516
  value: input.preRollDuration
18871
- }, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19517
+ }, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18872
19518
  method: "typia.assert",
18873
19519
  path: _path + ".title",
18874
19520
  expected: "(string | undefined)",
@@ -18883,9 +19529,9 @@ function _assertDomainRecord(domain, input) {
18883
19529
  path: _path + ".args",
18884
19530
  expected: "(Array<string> | undefined)",
18885
19531
  value: input.args
18886
- }, _errorFactory)) && input.args.every((elem, _index57) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19532
+ }, _errorFactory)) && input.args.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18887
19533
  method: "typia.assert",
18888
- path: _path + ".args[" + _index57 + "]",
19534
+ path: _path + ".args[" + _index59 + "]",
18889
19535
  expected: "string",
18890
19536
  value: elem
18891
19537
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -18893,82 +19539,82 @@ function _assertDomainRecord(domain, input) {
18893
19539
  path: _path + ".args",
18894
19540
  expected: "(Array<string> | undefined)",
18895
19541
  value: input.args
18896
- }, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19542
+ }, _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, {
18897
19543
  method: "typia.assert",
18898
19544
  path: _path + ".folded",
18899
- expected: "(__type.o53 | undefined)",
19545
+ expected: "(__type.o55 | undefined)",
18900
19546
  value: input.folded
18901
- }, _errorFactory)) && _ao60(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19547
+ }, _errorFactory)) && _ao62(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18902
19548
  method: "typia.assert",
18903
19549
  path: _path + ".folded",
18904
- expected: "(__type.o53 | undefined)",
19550
+ expected: "(__type.o55 | undefined)",
18905
19551
  value: input.folded
18906
19552
  }, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18907
19553
  method: "typia.assert",
18908
19554
  path: _path + ".assets",
18909
- expected: "(__type.o54 | undefined)",
19555
+ expected: "(__type.o56 | undefined)",
18910
19556
  value: input.assets
18911
- }, _errorFactory)) && _ao61(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19557
+ }, _errorFactory)) && _ao63(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18912
19558
  method: "typia.assert",
18913
19559
  path: _path + ".assets",
18914
- expected: "(__type.o54 | undefined)",
19560
+ expected: "(__type.o56 | undefined)",
18915
19561
  value: input.assets
18916
19562
  }, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18917
19563
  method: "typia.assert",
18918
19564
  path: _path + ".pipeline",
18919
- expected: "(__type.o58 | undefined)",
19565
+ expected: "(__type.o60 | undefined)",
18920
19566
  value: input.pipeline
18921
- }, _errorFactory)) && _ao65(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19567
+ }, _errorFactory)) && _ao67(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18922
19568
  method: "typia.assert",
18923
19569
  path: _path + ".pipeline",
18924
- expected: "(__type.o58 | undefined)",
19570
+ expected: "(__type.o60 | undefined)",
18925
19571
  value: input.pipeline
18926
19572
  }, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18927
19573
  method: "typia.assert",
18928
19574
  path: _path + ".item",
18929
- expected: "(__type.o60 | undefined)",
19575
+ expected: "(__type.o62 | undefined)",
18930
19576
  value: input.item
18931
- }, _errorFactory)) && _ao67(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19577
+ }, _errorFactory)) && _ao69(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18932
19578
  method: "typia.assert",
18933
19579
  path: _path + ".item",
18934
- expected: "(__type.o60 | undefined)",
19580
+ expected: "(__type.o62 | undefined)",
18935
19581
  value: input.item
18936
- }, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19582
+ }, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18937
19583
  method: "typia.assert",
18938
19584
  path: _path + ".auto",
18939
19585
  expected: "(boolean | undefined)",
18940
19586
  value: input.auto
18941
- }, _errorFactory); const _ao61 = (input, _path, _exceptionable = true) => (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19587
+ }, _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, {
18942
19588
  method: "typia.assert",
18943
19589
  path: _path + ".story",
18944
- expected: "(__type.o55 | undefined)",
19590
+ expected: "(__type.o57 | undefined)",
18945
19591
  value: input.story
18946
- }, _errorFactory)) && _ao62(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19592
+ }, _errorFactory)) && _ao64(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18947
19593
  method: "typia.assert",
18948
19594
  path: _path + ".story",
18949
- expected: "(__type.o55 | undefined)",
19595
+ expected: "(__type.o57 | undefined)",
18950
19596
  value: input.story
18951
19597
  }, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18952
19598
  method: "typia.assert",
18953
19599
  path: _path + ".note",
18954
- expected: "(__type.o57 | undefined)",
19600
+ expected: "(__type.o59 | undefined)",
18955
19601
  value: input.note
18956
- }, _errorFactory)) && _ao64(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19602
+ }, _errorFactory)) && _ao66(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18957
19603
  method: "typia.assert",
18958
19604
  path: _path + ".note",
18959
- expected: "(__type.o57 | undefined)",
19605
+ expected: "(__type.o59 | undefined)",
18960
19606
  value: input.note
18961
- }, _errorFactory)); const _ao62 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19607
+ }, _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, {
18962
19608
  method: "typia.assert",
18963
19609
  path: _path + ".excerpt",
18964
- expected: "(__type.o56 | undefined)",
19610
+ expected: "(__type.o58 | undefined)",
18965
19611
  value: input.excerpt
18966
- }, _errorFactory)) && _ao63(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19612
+ }, _errorFactory)) && _ao65(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18967
19613
  method: "typia.assert",
18968
19614
  path: _path + ".excerpt",
18969
- expected: "(__type.o56 | undefined)",
19615
+ expected: "(__type.o58 | undefined)",
18970
19616
  value: input.excerpt
18971
- }, _errorFactory); const _ao63 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19617
+ }, _errorFactory); const _ao65 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18972
19618
  method: "typia.assert",
18973
19619
  path: _path + ".maxLines",
18974
19620
  expected: "(number | undefined)",
@@ -18983,32 +19629,32 @@ function _assertDomainRecord(domain, input) {
18983
19629
  path: _path + ".comments",
18984
19630
  expected: "(boolean | undefined)",
18985
19631
  value: input.comments
18986
- }, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19632
+ }, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18987
19633
  method: "typia.assert",
18988
19634
  path: _path + ".maxHeight",
18989
19635
  expected: "(number | undefined)",
18990
19636
  value: input.maxHeight
18991
- }, _errorFactory); const _ao65 = (input, _path, _exceptionable = true) => (undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19637
+ }, _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, {
18992
19638
  method: "typia.assert",
18993
19639
  path: _path + ".search",
18994
- expected: "(__type.o59 | undefined)",
19640
+ expected: "(__type.o61 | undefined)",
18995
19641
  value: input.search
18996
- }, _errorFactory)) && _ao66(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19642
+ }, _errorFactory)) && _ao68(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
18997
19643
  method: "typia.assert",
18998
19644
  path: _path + ".search",
18999
- expected: "(__type.o59 | undefined)",
19645
+ expected: "(__type.o61 | undefined)",
19000
19646
  value: input.search
19001
- }, _errorFactory)) && (undefined === input.sortMode || true === _av58.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19647
+ }, _errorFactory)) && (undefined === input.sortMode || true === _av60.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19002
19648
  method: "typia.assert",
19003
19649
  path: _path + ".sortMode",
19004
19650
  expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
19005
19651
  value: input.sortMode
19006
- }, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19652
+ }, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19007
19653
  method: "typia.assert",
19008
19654
  path: _path + ".maxItemsDisplayed",
19009
19655
  expected: "(number | undefined)",
19010
19656
  value: input.maxItemsDisplayed
19011
- }, _errorFactory); const _ao67 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19657
+ }, _errorFactory); const _ao69 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19012
19658
  method: "typia.assert",
19013
19659
  path: _path + ".maxHeight",
19014
19660
  expected: "(number | undefined)",
@@ -19018,14 +19664,14 @@ function _assertDomainRecord(domain, input) {
19018
19664
  path: _path + ".titleLines",
19019
19665
  expected: "(number | undefined)",
19020
19666
  value: input.titleLines
19021
- }, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19667
+ }, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19022
19668
  method: "typia.assert",
19023
19669
  path: _path + ".fontFamilies",
19024
19670
  expected: "(Array<string> | undefined)",
19025
19671
  value: input.fontFamilies
19026
- }, _errorFactory)) && input.fontFamilies.every((elem, _index59) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19672
+ }, _errorFactory)) && input.fontFamilies.every((elem, _index61) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19027
19673
  method: "typia.assert",
19028
- path: _path + ".fontFamilies[" + _index59 + "]",
19674
+ path: _path + ".fontFamilies[" + _index61 + "]",
19029
19675
  expected: "string",
19030
19676
  value: elem
19031
19677
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -19033,7 +19679,7 @@ function _assertDomainRecord(domain, input) {
19033
19679
  path: _path + ".fontFamilies",
19034
19680
  expected: "(Array<string> | undefined)",
19035
19681
  value: input.fontFamilies
19036
- }, _errorFactory); const _ao69 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19682
+ }, _errorFactory); const _ao71 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19037
19683
  method: "typia.assert",
19038
19684
  path: _path + ".id",
19039
19685
  expected: "(string | undefined)",
@@ -19043,37 +19689,37 @@ function _assertDomainRecord(domain, input) {
19043
19689
  path: _path + ".folded",
19044
19690
  expected: "(boolean | undefined)",
19045
19691
  value: input.folded
19046
- }, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => (undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19692
+ }, _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, {
19047
19693
  method: "typia.assert",
19048
19694
  path: _path + ".adobe",
19049
- expected: "(__type.o64 | undefined)",
19695
+ expected: "(__type.o66 | undefined)",
19050
19696
  value: input.adobe
19051
- }, _errorFactory)) && _ao71(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19697
+ }, _errorFactory)) && _ao73(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19052
19698
  method: "typia.assert",
19053
19699
  path: _path + ".adobe",
19054
- expected: "(__type.o64 | undefined)",
19700
+ expected: "(__type.o66 | undefined)",
19055
19701
  value: input.adobe
19056
19702
  }, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19057
19703
  method: "typia.assert",
19058
19704
  path: _path + ".rive",
19059
- expected: "(__type.o65 | undefined)",
19705
+ expected: "(__type.o67 | undefined)",
19060
19706
  value: input.rive
19061
- }, _errorFactory)) && _ao72(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19707
+ }, _errorFactory)) && _ao74(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19062
19708
  method: "typia.assert",
19063
19709
  path: _path + ".rive",
19064
- expected: "(__type.o65 | undefined)",
19710
+ expected: "(__type.o67 | undefined)",
19065
19711
  value: input.rive
19066
- }, _errorFactory)); const _ao71 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19712
+ }, _errorFactory)); const _ao73 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19067
19713
  method: "typia.assert",
19068
19714
  path: _path + ".useProxies",
19069
19715
  expected: "(boolean | undefined)",
19070
19716
  value: input.useProxies
19071
- }, _errorFactory); const _ao72 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19717
+ }, _errorFactory); const _ao74 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19072
19718
  method: "typia.assert",
19073
19719
  path: _path + ".template",
19074
19720
  expected: "(string | undefined)",
19075
19721
  value: input.template
19076
- }, _errorFactory); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19722
+ }, _errorFactory); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19077
19723
  method: "typia.assert",
19078
19724
  path: _path + ".collections",
19079
19725
  expected: "(boolean | undefined)",
@@ -19088,7 +19734,7 @@ function _assertDomainRecord(domain, input) {
19088
19734
  path: _path + ".ameRemoteRendering",
19089
19735
  expected: "(boolean | undefined)",
19090
19736
  value: input.ameRemoteRendering
19091
- }, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19737
+ }, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19092
19738
  method: "typia.assert",
19093
19739
  path: _path + ".utils",
19094
19740
  expected: "(boolean | undefined)",
@@ -19183,24 +19829,24 @@ function _assertDomainRecord(domain, input) {
19183
19829
  path: _path + ".systemHealth",
19184
19830
  expected: "(boolean | undefined)",
19185
19831
  value: input.systemHealth
19186
- }, _errorFactory)); const _ao75 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19832
+ }, _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, {
19187
19833
  method: "typia.assert",
19188
19834
  path: _path + ".events",
19189
- expected: "(__type.o69 | undefined)",
19835
+ expected: "(__type.o71 | undefined)",
19190
19836
  value: input.events
19191
- }, _errorFactory)) && _ao76(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19837
+ }, _errorFactory)) && _ao78(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19192
19838
  method: "typia.assert",
19193
19839
  path: _path + ".events",
19194
- expected: "(__type.o69 | undefined)",
19840
+ expected: "(__type.o71 | undefined)",
19195
19841
  value: input.events
19196
- }, _errorFactory); const _ao76 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19842
+ }, _errorFactory); const _ao78 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19197
19843
  method: "typia.assert",
19198
19844
  path: _path + ".comment",
19199
19845
  expected: "(Array<NotificationReason> | undefined)",
19200
19846
  value: input.comment
19201
- }, _errorFactory)) && input.comment.every((elem, _index60) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19847
+ }, _errorFactory)) && input.comment.every((elem, _index62) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19202
19848
  method: "typia.assert",
19203
- path: _path + ".comment[" + _index60 + "]",
19849
+ path: _path + ".comment[" + _index62 + "]",
19204
19850
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
19205
19851
  value: elem
19206
19852
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -19213,9 +19859,9 @@ function _assertDomainRecord(domain, input) {
19213
19859
  path: _path + ".assigned",
19214
19860
  expected: "(Array<NotificationReason> | undefined)",
19215
19861
  value: input.assigned
19216
- }, _errorFactory)) && input.assigned.every((elem, _index61) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19862
+ }, _errorFactory)) && input.assigned.every((elem, _index63) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19217
19863
  method: "typia.assert",
19218
- path: _path + ".assigned[" + _index61 + "]",
19864
+ path: _path + ".assigned[" + _index63 + "]",
19219
19865
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
19220
19866
  value: elem
19221
19867
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -19228,9 +19874,9 @@ function _assertDomainRecord(domain, input) {
19228
19874
  path: _path + ".unassigned",
19229
19875
  expected: "(Array<NotificationReason> | undefined)",
19230
19876
  value: input.unassigned
19231
- }, _errorFactory)) && input.unassigned.every((elem, _index62) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19877
+ }, _errorFactory)) && input.unassigned.every((elem, _index64) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19232
19878
  method: "typia.assert",
19233
- path: _path + ".unassigned[" + _index62 + "]",
19879
+ path: _path + ".unassigned[" + _index64 + "]",
19234
19880
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
19235
19881
  value: elem
19236
19882
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -19241,14 +19887,14 @@ function _assertDomainRecord(domain, input) {
19241
19887
  }, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19242
19888
  method: "typia.assert",
19243
19889
  path: _path + ".publishSucceeded",
19244
- expected: "(__type.o70 | undefined)",
19890
+ expected: "(__type.o72 | undefined)",
19245
19891
  value: input.publishSucceeded
19246
- }, _errorFactory)) && _ao77(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19892
+ }, _errorFactory)) && _ao79(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19247
19893
  method: "typia.assert",
19248
19894
  path: _path + ".publishSucceeded",
19249
- expected: "(__type.o70 | undefined)",
19895
+ expected: "(__type.o72 | undefined)",
19250
19896
  value: input.publishSucceeded
19251
- }, _errorFactory)); const _ao77 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
19897
+ }, _errorFactory)); const _ao79 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
19252
19898
  const value = input[key];
19253
19899
  if (undefined === value)
19254
19900
  return true;
@@ -19257,9 +19903,9 @@ function _assertDomainRecord(domain, input) {
19257
19903
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
19258
19904
  expected: "Array<NotificationReason>",
19259
19905
  value: value
19260
- }, _errorFactory)) && value.every((elem, _index63) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19906
+ }, _errorFactory)) && value.every((elem, _index65) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19261
19907
  method: "typia.assert",
19262
- path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index63 + "]",
19908
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index65 + "]",
19263
19909
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
19264
19910
  value: elem
19265
19911
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -19268,17 +19914,17 @@ function _assertDomainRecord(domain, input) {
19268
19914
  expected: "Array<NotificationReason>",
19269
19915
  value: value
19270
19916
  }, _errorFactory);
19271
- }); const _ao78 = (input, _path, _exceptionable = true) => undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19917
+ }); 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, {
19272
19918
  method: "typia.assert",
19273
19919
  path: _path + ".duplicate",
19274
- expected: "(__type.o72 | undefined)",
19920
+ expected: "(__type.o74 | undefined)",
19275
19921
  value: input.duplicate
19276
- }, _errorFactory)) && _ao79(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19922
+ }, _errorFactory)) && _ao81(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19277
19923
  method: "typia.assert",
19278
19924
  path: _path + ".duplicate",
19279
- expected: "(__type.o72 | undefined)",
19925
+ expected: "(__type.o74 | undefined)",
19280
19926
  value: input.duplicate
19281
- }, _errorFactory); const _ao79 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19927
+ }, _errorFactory); const _ao81 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19282
19928
  method: "typia.assert",
19283
19929
  path: _path + ".titlePrefix",
19284
19930
  expected: "(string | undefined)",
@@ -19288,14 +19934,14 @@ function _assertDomainRecord(domain, input) {
19288
19934
  path: _path + ".titleSuffix",
19289
19935
  expected: "(string | undefined)",
19290
19936
  value: input.titleSuffix
19291
- }, _errorFactory)); const _ao80 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19937
+ }, _errorFactory)); const _ao82 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19292
19938
  method: "typia.assert",
19293
19939
  path: _path + ".stateFilter",
19294
19940
  expected: "(Array<number> | undefined)",
19295
19941
  value: input.stateFilter
19296
- }, _errorFactory)) && input.stateFilter.every((elem, _index64) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19942
+ }, _errorFactory)) && input.stateFilter.every((elem, _index66) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19297
19943
  method: "typia.assert",
19298
- path: _path + ".stateFilter[" + _index64 + "]",
19944
+ path: _path + ".stateFilter[" + _index66 + "]",
19299
19945
  expected: "number",
19300
19946
  value: elem
19301
19947
  }, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
@@ -19328,12 +19974,12 @@ function _assertDomainRecord(domain, input) {
19328
19974
  path: _path + ".parseRegex",
19329
19975
  expected: "(boolean | undefined)",
19330
19976
  value: input.parseRegex
19331
- }, _errorFactory)); const _ao81 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19977
+ }, _errorFactory)); const _ao83 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19332
19978
  method: "typia.assert",
19333
19979
  path: _path + ".disableHotArea",
19334
19980
  expected: "(boolean | undefined)",
19335
19981
  value: input.disableHotArea
19336
- }, _errorFactory); const _ao82 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19982
+ }, _errorFactory); const _ao84 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
19337
19983
  method: "typia.assert",
19338
19984
  path: _path + ".refreshInterval",
19339
19985
  expected: "(number | undefined)",
@@ -19356,6 +20002,55 @@ function _assertDomainRecord(domain, input) {
19356
20002
  return input;
19357
20003
  }; })()(input);
19358
20004
  }
20005
+ case ":settings.node": {
20006
+ return (() => { const _io0 = input => Object.keys(input).every(key => {
20007
+ const value = input[key];
20008
+ if (undefined === value)
20009
+ return true;
20010
+ return "object" === typeof value && null !== value && _io1(value);
20011
+ }); const _io1 = input => "boolean" === typeof input.collapsed && "boolean" === typeof input.hidden; const _ao0 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
20012
+ const value = input[key];
20013
+ if (undefined === value)
20014
+ return true;
20015
+ return ("object" === typeof value && null !== value || __typia_transform__assertGuard._assertGuard(_exceptionable, {
20016
+ method: "typia.assert",
20017
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
20018
+ expected: "__type",
20019
+ value: value
20020
+ }, _errorFactory)) && _ao1(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
20021
+ method: "typia.assert",
20022
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
20023
+ expected: "__type",
20024
+ value: value
20025
+ }, _errorFactory);
20026
+ }); const _ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.collapsed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
20027
+ method: "typia.assert",
20028
+ path: _path + ".collapsed",
20029
+ expected: "boolean",
20030
+ value: input.collapsed
20031
+ }, _errorFactory)) && ("boolean" === typeof input.hidden || __typia_transform__assertGuard._assertGuard(_exceptionable, {
20032
+ method: "typia.assert",
20033
+ path: _path + ".hidden",
20034
+ expected: "boolean",
20035
+ value: input.hidden
20036
+ }, _errorFactory)); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
20037
+ if (false === __is(input)) {
20038
+ _errorFactory = errorFactory;
20039
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
20040
+ method: "typia.assert",
20041
+ path: _path + "",
20042
+ expected: "SettingsNodeRecord",
20043
+ value: input
20044
+ }, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
20045
+ method: "typia.assert",
20046
+ path: _path + "",
20047
+ expected: "SettingsNodeRecord",
20048
+ value: input
20049
+ }, _errorFactory))(input, "$input", true);
20050
+ }
20051
+ return input;
20052
+ }; })()(input);
20053
+ }
19359
20054
  case ":shotbox": {
19360
20055
  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 => (() => {
19361
20056
  if ("stream" === input.type)