nestia 3.0.2 → 3.0.4

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.
@@ -97,196 +97,189 @@ var NestiaConfig;
97
97
  config = typeof loaded.default === "object" ? loaded.default : loaded;
98
98
  return [2 /*return*/, (function (input) { (function (input, path) {
99
99
  if (path === void 0) { path = "$input"; }
100
- var assertType = [
101
- function (input, path, exceptionable) { return null !== input.input && undefined !== input.input && ("string" === typeof input.input || Array.isArray(input.input) && input.input.every(function (elem, index42211452481772005) { return "string" === typeof elem; }) || "object" === typeof input.input && assertType[1](input.input, path + ".input", false && exceptionable)) && (function () {
102
- var success = undefined === input.output || "string" === typeof input.output;
103
- if (success === false && exceptionable === true)
104
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".output", input.output);
105
- return success;
106
- })() && (function () {
107
- var success = null !== input.compilerOptions && (undefined === input.compilerOptions || "object" === typeof input.compilerOptions && assertType[2](input.compilerOptions, path + ".compilerOptions", true && exceptionable));
108
- if (success === false && exceptionable === true)
109
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".compilerOptions", input.compilerOptions);
110
- return success;
111
- })() && (undefined === input.assert || false === input.assert || true === input.assert) && (undefined === input.json || false === input.json || true === input.json) && (function () {
112
- var success = null !== input.swagger && (undefined === input.swagger || "object" === typeof input.swagger && assertType[4](input.swagger, path + ".swagger", true && exceptionable));
113
- if (success === false && exceptionable === true)
114
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".swagger", input.swagger);
115
- return success;
116
- })(); },
117
- function (input, path, exceptionable) { return (function () {
118
- var success = Array.isArray(input.include) && input.include.every(function (elem, index03299460430559864) { return (function () {
119
- var success = "string" === typeof elem;
100
+ var assertType = {
101
+ objects: [
102
+ function (input, path, exceptionable) { return null !== input.input && undefined !== input.input && ("string" === typeof input.input || Array.isArray(input.input) && input.input.every(function (elem, index5262189482095962) { return "string" === typeof elem; }) || "object" === typeof input.input && assertType.objects[1](input.input, path + ".input", false && exceptionable)) && (function () {
103
+ var success = undefined === input.output || "string" === typeof input.output;
120
104
  if (success === false && exceptionable === true)
121
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".include[" + index03299460430559864 + "]", elem);
105
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".output", input.output);
122
106
  return success;
123
- })(); });
124
- if (success === false && exceptionable === true)
125
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".include", input.include);
126
- return success;
127
- })() && (function () {
128
- var success = undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(function (elem, index152014167323981) { return (function () {
129
- var success = "string" === typeof elem;
107
+ })() && (function () {
108
+ var success = null !== input.compilerOptions && (undefined === input.compilerOptions || "object" === typeof input.compilerOptions && assertType.objects[2](input.compilerOptions, path + ".compilerOptions", true && exceptionable));
130
109
  if (success === false && exceptionable === true)
131
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".exclude[" + index152014167323981 + "]", elem);
110
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".compilerOptions", input.compilerOptions);
132
111
  return success;
133
- })(); });
134
- if (success === false && exceptionable === true)
135
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".exclude", input.exclude);
136
- return success;
137
- })(); },
138
- function (input, path, exceptionable) { return (undefined === input.allowJs || false === input.allowJs || true === input.allowJs) && (undefined === input.allowSyntheticDefaultImports || false === input.allowSyntheticDefaultImports || true === input.allowSyntheticDefaultImports) && (undefined === input.allowUmdGlobalAccess || false === input.allowUmdGlobalAccess || true === input.allowUmdGlobalAccess) && (undefined === input.allowUnreachableCode || false === input.allowUnreachableCode || true === input.allowUnreachableCode) && (undefined === input.allowUnusedLabels || false === input.allowUnusedLabels || true === input.allowUnusedLabels) && (undefined === input.alwaysStrict || false === input.alwaysStrict || true === input.alwaysStrict) && (function () {
139
- var success = undefined === input.baseUrl || "string" === typeof input.baseUrl;
140
- if (success === false && exceptionable === true)
141
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".baseUrl", input.baseUrl);
142
- return success;
143
- })() && (function () {
144
- var success = undefined === input.charset || "string" === typeof input.charset;
145
- if (success === false && exceptionable === true)
146
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".charset", input.charset);
147
- return success;
148
- })() && (undefined === input.checkJs || false === input.checkJs || true === input.checkJs) && (undefined === input.declaration || false === input.declaration || true === input.declaration) && (undefined === input.declarationMap || false === input.declarationMap || true === input.declarationMap) && (undefined === input.emitDeclarationOnly || false === input.emitDeclarationOnly || true === input.emitDeclarationOnly) && (function () {
149
- var success = undefined === input.declarationDir || "string" === typeof input.declarationDir;
150
- if (success === false && exceptionable === true)
151
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".declarationDir", input.declarationDir);
152
- return success;
153
- })() && (undefined === input.disableSizeLimit || false === input.disableSizeLimit || true === input.disableSizeLimit) && (undefined === input.disableSourceOfProjectReferenceRedirect || false === input.disableSourceOfProjectReferenceRedirect || true === input.disableSourceOfProjectReferenceRedirect) && (undefined === input.disableSolutionSearching || false === input.disableSolutionSearching || true === input.disableSolutionSearching) && (undefined === input.disableReferencedProjectLoad || false === input.disableReferencedProjectLoad || true === input.disableReferencedProjectLoad) && (undefined === input.downlevelIteration || false === input.downlevelIteration || true === input.downlevelIteration) && (undefined === input.emitBOM || false === input.emitBOM || true === input.emitBOM) && (undefined === input.emitDecoratorMetadata || false === input.emitDecoratorMetadata || true === input.emitDecoratorMetadata) && (undefined === input.exactOptionalPropertyTypes || false === input.exactOptionalPropertyTypes || true === input.exactOptionalPropertyTypes) && (undefined === input.experimentalDecorators || false === input.experimentalDecorators || true === input.experimentalDecorators) && (undefined === input.forceConsistentCasingInFileNames || false === input.forceConsistentCasingInFileNames || true === input.forceConsistentCasingInFileNames) && (undefined === input.importHelpers || false === input.importHelpers || true === input.importHelpers) && (undefined === input.importsNotUsedAsValues || 0 === input.importsNotUsedAsValues || 1 === input.importsNotUsedAsValues || 2 === input.importsNotUsedAsValues) && (undefined === input.inlineSourceMap || false === input.inlineSourceMap || true === input.inlineSourceMap) && (undefined === input.inlineSources || false === input.inlineSources || true === input.inlineSources) && (undefined === input.isolatedModules || false === input.isolatedModules || true === input.isolatedModules) && (undefined === input.jsx || 0 === input.jsx || 1 === input.jsx || 2 === input.jsx || 3 === input.jsx || 4 === input.jsx || 5 === input.jsx) && (undefined === input.keyofStringsOnly || false === input.keyofStringsOnly || true === input.keyofStringsOnly) && (function () {
154
- var success = undefined === input.lib || Array.isArray(input.lib) && input.lib.every(function (elem, index05106176600797663) { return (function () {
155
- var success = "string" === typeof elem;
112
+ })() && (undefined === input.assert || false === input.assert || true === input.assert) && (undefined === input.json || false === input.json || true === input.json) && (function () {
113
+ var success = null !== input.swagger && (undefined === input.swagger || "object" === typeof input.swagger && assertType.objects[4](input.swagger, path + ".swagger", true && exceptionable));
156
114
  if (success === false && exceptionable === true)
157
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".lib[" + index05106176600797663 + "]", elem);
115
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".swagger", input.swagger);
158
116
  return success;
159
- })(); });
160
- if (success === false && exceptionable === true)
161
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".lib", input.lib);
162
- return success;
163
- })() && (function () {
164
- var success = undefined === input.locale || "string" === typeof input.locale;
165
- if (success === false && exceptionable === true)
166
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".locale", input.locale);
167
- return success;
168
- })() && (function () {
169
- var success = undefined === input.mapRoot || "string" === typeof input.mapRoot;
170
- if (success === false && exceptionable === true)
171
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".mapRoot", input.mapRoot);
172
- return success;
173
- })() && (function () {
174
- var success = undefined === input.maxNodeModuleJsDepth || "number" === typeof input.maxNodeModuleJsDepth && Number.isFinite(input.maxNodeModuleJsDepth) && !Number.isNaN(input.maxNodeModuleJsDepth);
175
- if (success === false && exceptionable === true)
176
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".maxNodeModuleJsDepth", input.maxNodeModuleJsDepth);
177
- return success;
178
- })() && (undefined === input.module || 0 === input.module || 1 === input.module || 2 === input.module || 3 === input.module || 4 === input.module || 5 === input.module || 6 === input.module || 7 === input.module || 99 === input.module || 100 === input.module || 199 === input.module) && (undefined === input.moduleResolution || 1 === input.moduleResolution || 2 === input.moduleResolution || 3 === input.moduleResolution || 99 === input.moduleResolution) && (function () {
179
- var success = undefined === input.moduleSuffixes || Array.isArray(input.moduleSuffixes) && input.moduleSuffixes.every(function (elem, index9034905194770788) { return (function () {
180
- var success = "string" === typeof elem;
117
+ })(); },
118
+ function (input, path, exceptionable) { return (function () {
119
+ var success = Array.isArray(input.include) && input.include.every(function (elem, index8130189230991745) { return (function () {
120
+ var success = "string" === typeof elem;
121
+ if (success === false && exceptionable === true)
122
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".include[" + index8130189230991745 + "]", elem);
123
+ return success;
124
+ })(); });
181
125
  if (success === false && exceptionable === true)
182
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".moduleSuffixes[" + index9034905194770788 + "]", elem);
126
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".include", input.include);
183
127
  return success;
184
- })(); });
185
- if (success === false && exceptionable === true)
186
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".moduleSuffixes", input.moduleSuffixes);
187
- return success;
188
- })() && (undefined === input.moduleDetection || 1 === input.moduleDetection || 2 === input.moduleDetection || 3 === input.moduleDetection) && (undefined === input.newLine || 0 === input.newLine || 1 === input.newLine) && (undefined === input.noEmit || false === input.noEmit || true === input.noEmit) && (undefined === input.noEmitHelpers || false === input.noEmitHelpers || true === input.noEmitHelpers) && (undefined === input.noEmitOnError || false === input.noEmitOnError || true === input.noEmitOnError) && (undefined === input.noErrorTruncation || false === input.noErrorTruncation || true === input.noErrorTruncation) && (undefined === input.noFallthroughCasesInSwitch || false === input.noFallthroughCasesInSwitch || true === input.noFallthroughCasesInSwitch) && (undefined === input.noImplicitAny || false === input.noImplicitAny || true === input.noImplicitAny) && (undefined === input.noImplicitReturns || false === input.noImplicitReturns || true === input.noImplicitReturns) && (undefined === input.noImplicitThis || false === input.noImplicitThis || true === input.noImplicitThis) && (undefined === input.noStrictGenericChecks || false === input.noStrictGenericChecks || true === input.noStrictGenericChecks) && (undefined === input.noUnusedLocals || false === input.noUnusedLocals || true === input.noUnusedLocals) && (undefined === input.noUnusedParameters || false === input.noUnusedParameters || true === input.noUnusedParameters) && (undefined === input.noImplicitUseStrict || false === input.noImplicitUseStrict || true === input.noImplicitUseStrict) && (undefined === input.noPropertyAccessFromIndexSignature || false === input.noPropertyAccessFromIndexSignature || true === input.noPropertyAccessFromIndexSignature) && (undefined === input.assumeChangesOnlyAffectDirectDependencies || false === input.assumeChangesOnlyAffectDirectDependencies || true === input.assumeChangesOnlyAffectDirectDependencies) && (undefined === input.noLib || false === input.noLib || true === input.noLib) && (undefined === input.noResolve || false === input.noResolve || true === input.noResolve) && (undefined === input.noUncheckedIndexedAccess || false === input.noUncheckedIndexedAccess || true === input.noUncheckedIndexedAccess) && (function () {
189
- var success = undefined === input.out || "string" === typeof input.out;
190
- if (success === false && exceptionable === true)
191
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".out", input.out);
192
- return success;
193
- })() && (function () {
194
- var success = undefined === input.outDir || "string" === typeof input.outDir;
195
- if (success === false && exceptionable === true)
196
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".outDir", input.outDir);
197
- return success;
198
- })() && (function () {
199
- var success = undefined === input.outFile || "string" === typeof input.outFile;
200
- if (success === false && exceptionable === true)
201
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".outFile", input.outFile);
202
- return success;
203
- })() && (function () {
204
- var success = null !== input.paths && (undefined === input.paths || "object" === typeof input.paths && assertType[3](input.paths, path + ".paths", true && exceptionable));
205
- if (success === false && exceptionable === true)
206
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".paths", input.paths);
207
- return success;
208
- })() && (undefined === input.preserveConstEnums || false === input.preserveConstEnums || true === input.preserveConstEnums) && (undefined === input.noImplicitOverride || false === input.noImplicitOverride || true === input.noImplicitOverride) && (undefined === input.preserveSymlinks || false === input.preserveSymlinks || true === input.preserveSymlinks) && (undefined === input.preserveValueImports || false === input.preserveValueImports || true === input.preserveValueImports) && (function () {
209
- var success = undefined === input.project || "string" === typeof input.project;
210
- if (success === false && exceptionable === true)
211
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".project", input.project);
212
- return success;
213
- })() && (function () {
214
- var success = undefined === input.reactNamespace || "string" === typeof input.reactNamespace;
215
- if (success === false && exceptionable === true)
216
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".reactNamespace", input.reactNamespace);
217
- return success;
218
- })() && (function () {
219
- var success = undefined === input.jsxFactory || "string" === typeof input.jsxFactory;
220
- if (success === false && exceptionable === true)
221
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".jsxFactory", input.jsxFactory);
222
- return success;
223
- })() && (function () {
224
- var success = undefined === input.jsxFragmentFactory || "string" === typeof input.jsxFragmentFactory;
225
- if (success === false && exceptionable === true)
226
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".jsxFragmentFactory", input.jsxFragmentFactory);
227
- return success;
228
- })() && (function () {
229
- var success = undefined === input.jsxImportSource || "string" === typeof input.jsxImportSource;
230
- if (success === false && exceptionable === true)
231
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".jsxImportSource", input.jsxImportSource);
232
- return success;
233
- })() && (undefined === input.composite || false === input.composite || true === input.composite) && (undefined === input.incremental || false === input.incremental || true === input.incremental) && (function () {
234
- var success = undefined === input.tsBuildInfoFile || "string" === typeof input.tsBuildInfoFile;
235
- if (success === false && exceptionable === true)
236
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".tsBuildInfoFile", input.tsBuildInfoFile);
237
- return success;
238
- })() && (undefined === input.removeComments || false === input.removeComments || true === input.removeComments) && (function () {
239
- var success = undefined === input.rootDir || "string" === typeof input.rootDir;
240
- if (success === false && exceptionable === true)
241
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".rootDir", input.rootDir);
242
- return success;
243
- })() && (function () {
244
- var success = undefined === input.rootDirs || Array.isArray(input.rootDirs) && input.rootDirs.every(function (elem, index8034109063253716) { return (function () {
245
- var success = "string" === typeof elem;
128
+ })() && (function () {
129
+ var success = undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(function (elem, index35476279830229984) { return (function () {
130
+ var success = "string" === typeof elem;
131
+ if (success === false && exceptionable === true)
132
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".exclude[" + index35476279830229984 + "]", elem);
133
+ return success;
134
+ })(); });
246
135
  if (success === false && exceptionable === true)
247
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".rootDirs[" + index8034109063253716 + "]", elem);
136
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".exclude", input.exclude);
248
137
  return success;
249
- })(); });
250
- if (success === false && exceptionable === true)
251
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".rootDirs", input.rootDirs);
252
- return success;
253
- })() && (undefined === input.skipLibCheck || false === input.skipLibCheck || true === input.skipLibCheck) && (undefined === input.skipDefaultLibCheck || false === input.skipDefaultLibCheck || true === input.skipDefaultLibCheck) && (undefined === input.sourceMap || false === input.sourceMap || true === input.sourceMap) && (function () {
254
- var success = undefined === input.sourceRoot || "string" === typeof input.sourceRoot;
255
- if (success === false && exceptionable === true)
256
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".sourceRoot", input.sourceRoot);
257
- return success;
258
- })() && (undefined === input.strict || false === input.strict || true === input.strict) && (undefined === input.strictFunctionTypes || false === input.strictFunctionTypes || true === input.strictFunctionTypes) && (undefined === input.strictBindCallApply || false === input.strictBindCallApply || true === input.strictBindCallApply) && (undefined === input.strictNullChecks || false === input.strictNullChecks || true === input.strictNullChecks) && (undefined === input.strictPropertyInitialization || false === input.strictPropertyInitialization || true === input.strictPropertyInitialization) && (undefined === input.stripInternal || false === input.stripInternal || true === input.stripInternal) && (undefined === input.suppressExcessPropertyErrors || false === input.suppressExcessPropertyErrors || true === input.suppressExcessPropertyErrors) && (undefined === input.suppressImplicitAnyIndexErrors || false === input.suppressImplicitAnyIndexErrors || true === input.suppressImplicitAnyIndexErrors) && (undefined === input.target || 0 === input.target || 1 === input.target || 2 === input.target || 3 === input.target || 4 === input.target || 5 === input.target || 6 === input.target || 7 === input.target || 8 === input.target || 9 === input.target || 99 === input.target || 100 === input.target) && (undefined === input.traceResolution || false === input.traceResolution || true === input.traceResolution) && (undefined === input.useUnknownInCatchVariables || false === input.useUnknownInCatchVariables || true === input.useUnknownInCatchVariables) && (undefined === input.resolveJsonModule || false === input.resolveJsonModule || true === input.resolveJsonModule) && (function () {
259
- var success = undefined === input.types || Array.isArray(input.types) && input.types.every(function (elem, index8747155615314985) { return (function () {
260
- var success = "string" === typeof elem;
138
+ })(); },
139
+ function (input, path, exceptionable) { return (undefined === input.allowJs || false === input.allowJs || true === input.allowJs) && (undefined === input.allowSyntheticDefaultImports || false === input.allowSyntheticDefaultImports || true === input.allowSyntheticDefaultImports) && (undefined === input.allowUmdGlobalAccess || false === input.allowUmdGlobalAccess || true === input.allowUmdGlobalAccess) && (undefined === input.allowUnreachableCode || false === input.allowUnreachableCode || true === input.allowUnreachableCode) && (undefined === input.allowUnusedLabels || false === input.allowUnusedLabels || true === input.allowUnusedLabels) && (undefined === input.alwaysStrict || false === input.alwaysStrict || true === input.alwaysStrict) && (function () {
140
+ var success = undefined === input.baseUrl || "string" === typeof input.baseUrl;
261
141
  if (success === false && exceptionable === true)
262
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".types[" + index8747155615314985 + "]", elem);
142
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".baseUrl", input.baseUrl);
263
143
  return success;
264
- })(); });
265
- if (success === false && exceptionable === true)
266
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".types", input.types);
267
- return success;
268
- })() && (function () {
269
- var success = undefined === input.typeRoots || Array.isArray(input.typeRoots) && input.typeRoots.every(function (elem, index34810796909117503) { return (function () {
270
- var success = "string" === typeof elem;
144
+ })() && (function () {
145
+ var success = undefined === input.charset || "string" === typeof input.charset;
271
146
  if (success === false && exceptionable === true)
272
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".typeRoots[" + index34810796909117503 + "]", elem);
147
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".charset", input.charset);
273
148
  return success;
274
- })(); });
275
- if (success === false && exceptionable === true)
276
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".typeRoots", input.typeRoots);
277
- return success;
278
- })() && (undefined === input.esModuleInterop || false === input.esModuleInterop || true === input.esModuleInterop) && (undefined === input.useDefineForClassFields || false === input.useDefineForClassFields || true === input.useDefineForClassFields); },
279
- function (input, path, exceptionable) { return true; },
280
- function (input, path, exceptionable) { return (function () {
281
- var success = "string" === typeof input.output;
282
- if (success === false && exceptionable === true)
283
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".output", input.output);
284
- return success;
285
- })(); }
286
- ];
149
+ })() && (undefined === input.checkJs || false === input.checkJs || true === input.checkJs) && (undefined === input.declaration || false === input.declaration || true === input.declaration) && (undefined === input.declarationMap || false === input.declarationMap || true === input.declarationMap) && (undefined === input.emitDeclarationOnly || false === input.emitDeclarationOnly || true === input.emitDeclarationOnly) && (function () {
150
+ var success = undefined === input.declarationDir || "string" === typeof input.declarationDir;
151
+ if (success === false && exceptionable === true)
152
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".declarationDir", input.declarationDir);
153
+ return success;
154
+ })() && (undefined === input.disableSizeLimit || false === input.disableSizeLimit || true === input.disableSizeLimit) && (undefined === input.disableSourceOfProjectReferenceRedirect || false === input.disableSourceOfProjectReferenceRedirect || true === input.disableSourceOfProjectReferenceRedirect) && (undefined === input.disableSolutionSearching || false === input.disableSolutionSearching || true === input.disableSolutionSearching) && (undefined === input.disableReferencedProjectLoad || false === input.disableReferencedProjectLoad || true === input.disableReferencedProjectLoad) && (undefined === input.downlevelIteration || false === input.downlevelIteration || true === input.downlevelIteration) && (undefined === input.emitBOM || false === input.emitBOM || true === input.emitBOM) && (undefined === input.emitDecoratorMetadata || false === input.emitDecoratorMetadata || true === input.emitDecoratorMetadata) && (undefined === input.exactOptionalPropertyTypes || false === input.exactOptionalPropertyTypes || true === input.exactOptionalPropertyTypes) && (undefined === input.experimentalDecorators || false === input.experimentalDecorators || true === input.experimentalDecorators) && (undefined === input.forceConsistentCasingInFileNames || false === input.forceConsistentCasingInFileNames || true === input.forceConsistentCasingInFileNames) && (undefined === input.importHelpers || false === input.importHelpers || true === input.importHelpers) && (undefined === input.importsNotUsedAsValues || 0 === input.importsNotUsedAsValues || 1 === input.importsNotUsedAsValues || 2 === input.importsNotUsedAsValues) && (undefined === input.inlineSourceMap || false === input.inlineSourceMap || true === input.inlineSourceMap) && (undefined === input.inlineSources || false === input.inlineSources || true === input.inlineSources) && (undefined === input.isolatedModules || false === input.isolatedModules || true === input.isolatedModules) && (undefined === input.jsx || 0 === input.jsx || 1 === input.jsx || 2 === input.jsx || 3 === input.jsx || 4 === input.jsx || 5 === input.jsx) && (undefined === input.keyofStringsOnly || false === input.keyofStringsOnly || true === input.keyofStringsOnly) && (function () {
155
+ var success = undefined === input.lib || Array.isArray(input.lib) && input.lib.every(function (elem, index7671920427042804) { return (function () {
156
+ var success = "string" === typeof elem;
157
+ if (success === false && exceptionable === true)
158
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".lib[" + index7671920427042804 + "]", elem);
159
+ return success;
160
+ })(); });
161
+ if (success === false && exceptionable === true)
162
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".lib", input.lib);
163
+ return success;
164
+ })() && (function () {
165
+ var success = undefined === input.locale || "string" === typeof input.locale;
166
+ if (success === false && exceptionable === true)
167
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".locale", input.locale);
168
+ return success;
169
+ })() && (function () {
170
+ var success = undefined === input.mapRoot || "string" === typeof input.mapRoot;
171
+ if (success === false && exceptionable === true)
172
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".mapRoot", input.mapRoot);
173
+ return success;
174
+ })() && (function () {
175
+ var success = undefined === input.maxNodeModuleJsDepth || "number" === typeof input.maxNodeModuleJsDepth && Number.isFinite(input.maxNodeModuleJsDepth) && !Number.isNaN(input.maxNodeModuleJsDepth);
176
+ if (success === false && exceptionable === true)
177
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".maxNodeModuleJsDepth", input.maxNodeModuleJsDepth);
178
+ return success;
179
+ })() && (undefined === input.module || 0 === input.module || 1 === input.module || 2 === input.module || 3 === input.module || 4 === input.module || 5 === input.module || 6 === input.module || 7 === input.module || 99 === input.module || 100 === input.module || 199 === input.module) && (undefined === input.moduleResolution || 1 === input.moduleResolution || 2 === input.moduleResolution || 3 === input.moduleResolution || 99 === input.moduleResolution) && (undefined === input.newLine || 0 === input.newLine || 1 === input.newLine) && (undefined === input.noEmit || false === input.noEmit || true === input.noEmit) && (undefined === input.noEmitHelpers || false === input.noEmitHelpers || true === input.noEmitHelpers) && (undefined === input.noEmitOnError || false === input.noEmitOnError || true === input.noEmitOnError) && (undefined === input.noErrorTruncation || false === input.noErrorTruncation || true === input.noErrorTruncation) && (undefined === input.noFallthroughCasesInSwitch || false === input.noFallthroughCasesInSwitch || true === input.noFallthroughCasesInSwitch) && (undefined === input.noImplicitAny || false === input.noImplicitAny || true === input.noImplicitAny) && (undefined === input.noImplicitReturns || false === input.noImplicitReturns || true === input.noImplicitReturns) && (undefined === input.noImplicitThis || false === input.noImplicitThis || true === input.noImplicitThis) && (undefined === input.noStrictGenericChecks || false === input.noStrictGenericChecks || true === input.noStrictGenericChecks) && (undefined === input.noUnusedLocals || false === input.noUnusedLocals || true === input.noUnusedLocals) && (undefined === input.noUnusedParameters || false === input.noUnusedParameters || true === input.noUnusedParameters) && (undefined === input.noImplicitUseStrict || false === input.noImplicitUseStrict || true === input.noImplicitUseStrict) && (undefined === input.noPropertyAccessFromIndexSignature || false === input.noPropertyAccessFromIndexSignature || true === input.noPropertyAccessFromIndexSignature) && (undefined === input.assumeChangesOnlyAffectDirectDependencies || false === input.assumeChangesOnlyAffectDirectDependencies || true === input.assumeChangesOnlyAffectDirectDependencies) && (undefined === input.noLib || false === input.noLib || true === input.noLib) && (undefined === input.noResolve || false === input.noResolve || true === input.noResolve) && (undefined === input.noUncheckedIndexedAccess || false === input.noUncheckedIndexedAccess || true === input.noUncheckedIndexedAccess) && (function () {
180
+ var success = undefined === input.out || "string" === typeof input.out;
181
+ if (success === false && exceptionable === true)
182
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".out", input.out);
183
+ return success;
184
+ })() && (function () {
185
+ var success = undefined === input.outDir || "string" === typeof input.outDir;
186
+ if (success === false && exceptionable === true)
187
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".outDir", input.outDir);
188
+ return success;
189
+ })() && (function () {
190
+ var success = undefined === input.outFile || "string" === typeof input.outFile;
191
+ if (success === false && exceptionable === true)
192
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".outFile", input.outFile);
193
+ return success;
194
+ })() && (function () {
195
+ var success = null !== input.paths && (undefined === input.paths || "object" === typeof input.paths && assertType.objects[3](input.paths, path + ".paths", true && exceptionable));
196
+ if (success === false && exceptionable === true)
197
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".paths", input.paths);
198
+ return success;
199
+ })() && (undefined === input.preserveConstEnums || false === input.preserveConstEnums || true === input.preserveConstEnums) && (undefined === input.noImplicitOverride || false === input.noImplicitOverride || true === input.noImplicitOverride) && (undefined === input.preserveSymlinks || false === input.preserveSymlinks || true === input.preserveSymlinks) && (undefined === input.preserveValueImports || false === input.preserveValueImports || true === input.preserveValueImports) && (function () {
200
+ var success = undefined === input.project || "string" === typeof input.project;
201
+ if (success === false && exceptionable === true)
202
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".project", input.project);
203
+ return success;
204
+ })() && (function () {
205
+ var success = undefined === input.reactNamespace || "string" === typeof input.reactNamespace;
206
+ if (success === false && exceptionable === true)
207
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".reactNamespace", input.reactNamespace);
208
+ return success;
209
+ })() && (function () {
210
+ var success = undefined === input.jsxFactory || "string" === typeof input.jsxFactory;
211
+ if (success === false && exceptionable === true)
212
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".jsxFactory", input.jsxFactory);
213
+ return success;
214
+ })() && (function () {
215
+ var success = undefined === input.jsxFragmentFactory || "string" === typeof input.jsxFragmentFactory;
216
+ if (success === false && exceptionable === true)
217
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".jsxFragmentFactory", input.jsxFragmentFactory);
218
+ return success;
219
+ })() && (function () {
220
+ var success = undefined === input.jsxImportSource || "string" === typeof input.jsxImportSource;
221
+ if (success === false && exceptionable === true)
222
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".jsxImportSource", input.jsxImportSource);
223
+ return success;
224
+ })() && (undefined === input.composite || false === input.composite || true === input.composite) && (undefined === input.incremental || false === input.incremental || true === input.incremental) && (function () {
225
+ var success = undefined === input.tsBuildInfoFile || "string" === typeof input.tsBuildInfoFile;
226
+ if (success === false && exceptionable === true)
227
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".tsBuildInfoFile", input.tsBuildInfoFile);
228
+ return success;
229
+ })() && (undefined === input.removeComments || false === input.removeComments || true === input.removeComments) && (function () {
230
+ var success = undefined === input.rootDir || "string" === typeof input.rootDir;
231
+ if (success === false && exceptionable === true)
232
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".rootDir", input.rootDir);
233
+ return success;
234
+ })() && (function () {
235
+ var success = undefined === input.rootDirs || Array.isArray(input.rootDirs) && input.rootDirs.every(function (elem, index6221690186961972) { return (function () {
236
+ var success = "string" === typeof elem;
237
+ if (success === false && exceptionable === true)
238
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".rootDirs[" + index6221690186961972 + "]", elem);
239
+ return success;
240
+ })(); });
241
+ if (success === false && exceptionable === true)
242
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".rootDirs", input.rootDirs);
243
+ return success;
244
+ })() && (undefined === input.skipLibCheck || false === input.skipLibCheck || true === input.skipLibCheck) && (undefined === input.skipDefaultLibCheck || false === input.skipDefaultLibCheck || true === input.skipDefaultLibCheck) && (undefined === input.sourceMap || false === input.sourceMap || true === input.sourceMap) && (function () {
245
+ var success = undefined === input.sourceRoot || "string" === typeof input.sourceRoot;
246
+ if (success === false && exceptionable === true)
247
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".sourceRoot", input.sourceRoot);
248
+ return success;
249
+ })() && (undefined === input.strict || false === input.strict || true === input.strict) && (undefined === input.strictFunctionTypes || false === input.strictFunctionTypes || true === input.strictFunctionTypes) && (undefined === input.strictBindCallApply || false === input.strictBindCallApply || true === input.strictBindCallApply) && (undefined === input.strictNullChecks || false === input.strictNullChecks || true === input.strictNullChecks) && (undefined === input.strictPropertyInitialization || false === input.strictPropertyInitialization || true === input.strictPropertyInitialization) && (undefined === input.stripInternal || false === input.stripInternal || true === input.stripInternal) && (undefined === input.suppressExcessPropertyErrors || false === input.suppressExcessPropertyErrors || true === input.suppressExcessPropertyErrors) && (undefined === input.suppressImplicitAnyIndexErrors || false === input.suppressImplicitAnyIndexErrors || true === input.suppressImplicitAnyIndexErrors) && (undefined === input.target || 0 === input.target || 1 === input.target || 2 === input.target || 3 === input.target || 4 === input.target || 5 === input.target || 6 === input.target || 7 === input.target || 8 === input.target || 9 === input.target || 99 === input.target || 100 === input.target) && (undefined === input.traceResolution || false === input.traceResolution || true === input.traceResolution) && (undefined === input.useUnknownInCatchVariables || false === input.useUnknownInCatchVariables || true === input.useUnknownInCatchVariables) && (undefined === input.resolveJsonModule || false === input.resolveJsonModule || true === input.resolveJsonModule) && (function () {
250
+ var success = undefined === input.types || Array.isArray(input.types) && input.types.every(function (elem, index41847338527797207) { return (function () {
251
+ var success = "string" === typeof elem;
252
+ if (success === false && exceptionable === true)
253
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".types[" + index41847338527797207 + "]", elem);
254
+ return success;
255
+ })(); });
256
+ if (success === false && exceptionable === true)
257
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".types", input.types);
258
+ return success;
259
+ })() && (function () {
260
+ var success = undefined === input.typeRoots || Array.isArray(input.typeRoots) && input.typeRoots.every(function (elem, index9443576362218398) { return (function () {
261
+ var success = "string" === typeof elem;
262
+ if (success === false && exceptionable === true)
263
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".typeRoots[" + index9443576362218398 + "]", elem);
264
+ return success;
265
+ })(); });
266
+ if (success === false && exceptionable === true)
267
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".typeRoots", input.typeRoots);
268
+ return success;
269
+ })() && (undefined === input.esModuleInterop || false === input.esModuleInterop || true === input.esModuleInterop) && (undefined === input.useDefineForClassFields || false === input.useDefineForClassFields || true === input.useDefineForClassFields); },
270
+ function (input, path, exceptionable) { return true; },
271
+ function (input, path, exceptionable) { return (function () {
272
+ var success = "string" === typeof input.output;
273
+ if (success === false && exceptionable === true)
274
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".output", input.output);
275
+ return success;
276
+ })(); }
277
+ ],
278
+ unions: []
279
+ };
287
280
  return (function () {
288
281
  var success = null !== input && (function () {
289
- var success = "object" === typeof input && assertType[0](input, path + "", true);
282
+ var success = "object" === typeof input && assertType.objects[0](input, path + "", true);
290
283
  if (success === false)
291
284
  throw new typescript_json_1.assertType.TypeGuardError("assertType", path + "", input);
292
285
  return success;
@@ -1 +1 @@
1
- {"version":3,"file":"NestiaConfig.js","sourceRoot":"","sources":["../../../src/executable/internal/NestiaConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0CAAoB;AACpB,8CAAwB;AACxB,8CAAkC;AAClC,iDAA2C;AAC3C,mDAAkD;AAClD,mDAA6C;AAI7C,IAAiB,YAAY,CAyB5B;AAzBD,WAAiB,YAAY;;IACzB,SAAgB,GAAG;QACf,OAAO,SAAS,CAAC,GAAG,EAAE,CAAC;IAC3B,CAAC;IAFe,gBAAG,MAElB,CAAA;IAED,IAAM,SAAS,GAAG,IAAI,qBAAS,CAAC;;;;;oBAC5B,IAAI,YAAE,CAAC,UAAU,CAAC,kBAAkB,CAAC,KAAK,KAAK;wBAAE,sBAAO,IAAI,EAAC;oBAE7D,MAAM,CAAC,QAAQ,CAAC;wBACZ,IAAI,EAAE,KAAK;wBACX,eAAe,EAAE;4BACb,MAAM,EAAE,IAAI;yBACf;qBACJ,CAAC,CAAC;oBAGC,sFAAa,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,QAAC;;oBAD5C,MAAM,GACR,SAA8C;oBAClD,IAAI,OAAO,MAAM,KAAK,QAAQ;wBAC1B,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;oBAElE,MAAM,GACR,OAAO,MAAM,CAAC,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC;oBAEjE;;;;;;kDAAO,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;;;kDAAV,4BAAU;;;;;;;;kDAAV,4BAAU;;;;8CAAV,4BAAU;;;oDAAC,0BAAS,CAAC,KAAK,CAAC,MAAM,CAAC,GAAE;;;SAC9C,CAAC,CAAC;AACP,CAAC,EAzBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAyB5B"}
1
+ {"version":3,"file":"NestiaConfig.js","sourceRoot":"","sources":["../../../src/executable/internal/NestiaConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0CAAoB;AACpB,8CAAwB;AACxB,8CAAkC;AAClC,iDAA2C;AAC3C,mDAAkD;AAClD,mDAA6C;AAI7C,IAAiB,YAAY,CAyB5B;AAzBD,WAAiB,YAAY;;IACzB,SAAgB,GAAG;QACf,OAAO,SAAS,CAAC,GAAG,EAAE,CAAC;IAC3B,CAAC;IAFe,gBAAG,MAElB,CAAA;IAED,IAAM,SAAS,GAAG,IAAI,qBAAS,CAAC;;;;;oBAC5B,IAAI,YAAE,CAAC,UAAU,CAAC,kBAAkB,CAAC,KAAK,KAAK;wBAAE,sBAAO,IAAI,EAAC;oBAE7D,MAAM,CAAC,QAAQ,CAAC;wBACZ,IAAI,EAAE,KAAK;wBACX,eAAe,EAAE;4BACb,MAAM,EAAE,IAAI;yBACf;qBACJ,CAAC,CAAC;oBAGC,sFAAa,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,QAAC;;oBAD5C,MAAM,GACR,SAA8C;oBAClD,IAAI,OAAO,MAAM,KAAK,QAAQ;wBAC1B,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;oBAElE,MAAM,GACR,OAAO,MAAM,CAAC,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC;oBAEjE;;;;;;;sDAAO,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;;;0DAAV,4BAAU;;;;sDAAV,4BAAU;;;;;;0DAAV,4BAAU;;;;sDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;;0DAAV,4BAAU;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;;0DAAV,4BAAU;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;;0DAAV,4BAAU;;;;sDAAV,4BAAU;;;;;;0DAAV,4BAAU;;;;sDAAV,4BAAU;;;;;;;sDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;8CAAV,4BAAU;;;oDAAC,0BAAS,CAAC,KAAK,CAAC,MAAM,CAAC,GAAE;;;SAC9C,CAAC,CAAC;AACP,CAAC,EAzBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAyB5B"}
File without changes
@@ -1 +1 @@
1
- {"version":3,"file":"SwaggerGenerator.js","sourceRoot":"","sources":["../../src/generates/SwaggerGenerator.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"SwaggerGenerator.js","sourceRoot":"","sources":["../../src/generates/SwaggerGenerator.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
- import { IJsonComponents } from "typescript-json/lib/structures/IJsonComponents";
2
- import { IJsonSchema } from "typescript-json/lib/structures/IJsonSchema";
1
+ import { IJsonComponents, IJsonSchema } from "typescript-json";
3
2
  export interface ISwagger {
4
3
  openapi: "3.0";
5
4
  servers: ISwagger.IServer[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestia",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "description": "Automatic SDK and Document generator for the NestJS",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -44,8 +44,8 @@
44
44
  "tsconfig-paths": "^3.14.1",
45
45
  "tstl": "^2.5.6",
46
46
  "ttypescript": "^1.5.13",
47
- "typescript": "^4.7.4",
48
- "typescript-json": "^3.0.4",
47
+ "typescript": "4.6.x",
48
+ "typescript-json": "^3.0.6",
49
49
  "typescript-transform-paths": "^3.3.1"
50
50
  },
51
51
  "devDependencies": {
@@ -56,7 +56,7 @@
56
56
  "@typescript-eslint/eslint-plugin": "^5.26.0",
57
57
  "@typescript-eslint/parser": "^5.26.0",
58
58
  "eslint": "^8.16.0",
59
- "nestia-helper": "^3.0.2",
59
+ "nestia-helper": "^3.0.3",
60
60
  "prettier": "^2.6.2",
61
61
  "rimraf": "^3.0.2"
62
62
  }