add newly generated api reports

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2024-07-21 09:17:36 +02:00
parent 30c2be9bcd
commit 65da28ad53
251 changed files with 4846 additions and 580 deletions
@@ -30,4 +30,13 @@ export interface RouterOptions {
schema?: ConfigSchema;
staticFallbackHandler?: express.Handler;
}
// Warnings were encountered during analysis:
//
// src/service/router.d.ts:7:1 - (ae-undocumented) Missing documentation for "RouterOptions".
// src/service/router.d.ts:8:5 - (ae-undocumented) Missing documentation for "config".
// src/service/router.d.ts:9:5 - (ae-undocumented) Missing documentation for "logger".
// src/service/router.d.ts:10:5 - (ae-undocumented) Missing documentation for "auth".
// src/service/router.d.ts:11:5 - (ae-undocumented) Missing documentation for "httpAuth".
// src/service/router.d.ts:56:1 - (ae-undocumented) Missing documentation for "createRouter".
```