nestia 3.0.10-dev.20220725 → 3.0.10
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.
|
@@ -65,8 +65,8 @@ var NestiaConfig;
|
|
|
65
65
|
return (input => { ((input, path = "$input") => {
|
|
66
66
|
const $pred = typescript_json_1.assertType.predicate;
|
|
67
67
|
const $ao = [
|
|
68
|
-
(input, path, exceptionable) => $pred(null !== input.input && undefined !== input.input && $pred("string" === typeof input.input || Array.isArray(input.input) && input.input.every((elem,
|
|
69
|
-
path: path + ".input[" +
|
|
68
|
+
(input, path, exceptionable) => $pred(null !== input.input && undefined !== input.input && $pred("string" === typeof input.input || Array.isArray(input.input) && input.input.every((elem, index14100356008356973) => $pred("string" === typeof elem, exceptionable, () => ({
|
|
69
|
+
path: path + ".input[" + index14100356008356973 + "]",
|
|
70
70
|
expected: "string",
|
|
71
71
|
value: elem
|
|
72
72
|
}))) || "object" === typeof input.input && null !== input.input && $ao[1](input.input, path + ".input", true && exceptionable), exceptionable, () => ({
|
|
@@ -106,16 +106,16 @@ var NestiaConfig;
|
|
|
106
106
|
expected: "(Resolve<IConfiguration.ISwagger> | undefined)",
|
|
107
107
|
value: input.swagger
|
|
108
108
|
})),
|
|
109
|
-
(input, path, exceptionable) => $pred(Array.isArray(input.include) && input.include.every((elem,
|
|
110
|
-
path: path + ".include[" +
|
|
109
|
+
(input, path, exceptionable) => $pred(Array.isArray(input.include) && input.include.every((elem, index5656834429617925) => $pred("string" === typeof elem, exceptionable, () => ({
|
|
110
|
+
path: path + ".include[" + index5656834429617925 + "]",
|
|
111
111
|
expected: "string",
|
|
112
112
|
value: elem
|
|
113
113
|
}))), exceptionable, () => ({
|
|
114
114
|
path: path + ".include",
|
|
115
115
|
expected: "Array<string>",
|
|
116
116
|
value: input.include
|
|
117
|
-
})) && $pred(undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem,
|
|
118
|
-
path: path + ".exclude[" +
|
|
117
|
+
})) && $pred(undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, index7140443334422466) => $pred("string" === typeof elem, exceptionable, () => ({
|
|
118
|
+
path: path + ".exclude[" + index7140443334422466 + "]",
|
|
119
119
|
expected: "string",
|
|
120
120
|
value: elem
|
|
121
121
|
}))), exceptionable, () => ({
|
|
@@ -235,8 +235,8 @@ var NestiaConfig;
|
|
|
235
235
|
path: path + ".keyofStringsOnly",
|
|
236
236
|
expected: "(boolean | undefined)",
|
|
237
237
|
value: input.keyofStringsOnly
|
|
238
|
-
})) && $pred(undefined === input.lib || Array.isArray(input.lib) && input.lib.every((elem,
|
|
239
|
-
path: path + ".lib[" +
|
|
238
|
+
})) && $pred(undefined === input.lib || Array.isArray(input.lib) && input.lib.every((elem, index22278608338760586) => $pred("string" === typeof elem, exceptionable, () => ({
|
|
239
|
+
path: path + ".lib[" + index22278608338760586 + "]",
|
|
240
240
|
expected: "string",
|
|
241
241
|
value: elem
|
|
242
242
|
}))), exceptionable, () => ({
|
|
@@ -251,8 +251,8 @@ var NestiaConfig;
|
|
|
251
251
|
path: path + ".mapRoot",
|
|
252
252
|
expected: "(string | undefined)",
|
|
253
253
|
value: input.mapRoot
|
|
254
|
-
})) && true && true && true && $pred(undefined === input.moduleSuffixes || Array.isArray(input.moduleSuffixes) && input.moduleSuffixes.every((elem,
|
|
255
|
-
path: path + ".moduleSuffixes[" +
|
|
254
|
+
})) && true && true && true && $pred(undefined === input.moduleSuffixes || Array.isArray(input.moduleSuffixes) && input.moduleSuffixes.every((elem, index7797656396248929) => $pred("string" === typeof elem, exceptionable, () => ({
|
|
255
|
+
path: path + ".moduleSuffixes[" + index7797656396248929 + "]",
|
|
256
256
|
expected: "string",
|
|
257
257
|
value: elem
|
|
258
258
|
}))), exceptionable, () => ({
|
|
@@ -403,8 +403,8 @@ var NestiaConfig;
|
|
|
403
403
|
path: path + ".rootDir",
|
|
404
404
|
expected: "(string | undefined)",
|
|
405
405
|
value: input.rootDir
|
|
406
|
-
})) && $pred(undefined === input.rootDirs || Array.isArray(input.rootDirs) && input.rootDirs.every((elem,
|
|
407
|
-
path: path + ".rootDirs[" +
|
|
406
|
+
})) && $pred(undefined === input.rootDirs || Array.isArray(input.rootDirs) && input.rootDirs.every((elem, index6192461699550837) => $pred("string" === typeof elem, exceptionable, () => ({
|
|
407
|
+
path: path + ".rootDirs[" + index6192461699550837 + "]",
|
|
408
408
|
expected: "string",
|
|
409
409
|
value: elem
|
|
410
410
|
}))), exceptionable, () => ({
|
|
@@ -471,16 +471,16 @@ var NestiaConfig;
|
|
|
471
471
|
path: path + ".resolveJsonModule",
|
|
472
472
|
expected: "(boolean | undefined)",
|
|
473
473
|
value: input.resolveJsonModule
|
|
474
|
-
})) && $pred(undefined === input.types || Array.isArray(input.types) && input.types.every((elem,
|
|
475
|
-
path: path + ".types[" +
|
|
474
|
+
})) && $pred(undefined === input.types || Array.isArray(input.types) && input.types.every((elem, index7522861480496046) => $pred("string" === typeof elem, exceptionable, () => ({
|
|
475
|
+
path: path + ".types[" + index7522861480496046 + "]",
|
|
476
476
|
expected: "string",
|
|
477
477
|
value: elem
|
|
478
478
|
}))), exceptionable, () => ({
|
|
479
479
|
path: path + ".types",
|
|
480
480
|
expected: "(Array<string> | undefined)",
|
|
481
481
|
value: input.types
|
|
482
|
-
})) && $pred(undefined === input.typeRoots || Array.isArray(input.typeRoots) && input.typeRoots.every((elem,
|
|
483
|
-
path: path + ".typeRoots[" +
|
|
482
|
+
})) && $pred(undefined === input.typeRoots || Array.isArray(input.typeRoots) && input.typeRoots.every((elem, index20644931997738136) => $pred("string" === typeof elem, exceptionable, () => ({
|
|
483
|
+
path: path + ".typeRoots[" + index20644931997738136 + "]",
|
|
484
484
|
expected: "string",
|
|
485
485
|
value: elem
|
|
486
486
|
}))), exceptionable, () => ({
|