update API reports for TypeScript 5.6

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-03-08 11:35:44 +01:00
parent 31731b0a80
commit 6070fcfefc
91 changed files with 702 additions and 993 deletions
@@ -3,8 +3,6 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
/// <reference types="node" />
import { Express as Express_2 } from 'express';
import { Server } from 'http';
+1 -1
View File
@@ -96,7 +96,7 @@ export function createValidatedOpenApiRouter<T extends RequiredDoc>(
validatorOptions?: Partial<Parameters<typeof middleware>['0']>;
middleware?: RequestHandler[];
},
): ApiRouter<T>;
): ApiRouter<typeof spec>;
// @public
export function createValidatedOpenApiRouterFromGeneratedEndpointMap<