Merge branch 'main' into feat/external-2fa-codes

This commit is contained in:
Ephraim Duncan
2026-05-27 13:45:46 +00:00
committed by GitHub
88 changed files with 4121 additions and 1673 deletions
+5
View File
@@ -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;
};