mirror of
https://github.com/documenso/documenso.git
synced 2026-07-26 01:45:08 +10:00
Merge branch 'main' into feat/external-2fa-codes
This commit is contained in:
@@ -26,4 +26,9 @@ export type BaseApiLog = Partial<RootApiLog> & {
|
||||
export type TrpcApiLog = BaseApiLog & {
|
||||
trpcMiddleware: string;
|
||||
unverifiedTeamId?: number | null;
|
||||
/**
|
||||
* Used to differentiate between batched TRPC requests sharing the same
|
||||
* underlying HTTP `requestId`.
|
||||
*/
|
||||
nonBatchedRequestId?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user