@secrecy/trpc-api-types 1.33.0-feat-libs-config.1 → 1.33.0-feat-split-apps-domains.1
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.
- package/dist/index.d.cts +11 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1995,7 +1995,17 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1995
1995
|
transformer: typeof superjson.default;
|
|
1996
1996
|
}>;
|
|
1997
1997
|
_meta: object;
|
|
1998
|
-
_ctx_out: {
|
|
1998
|
+
_ctx_out: {
|
|
1999
|
+
session: Omit<SecrecySession, "app">;
|
|
2000
|
+
req: {
|
|
2001
|
+
headers: Headers;
|
|
2002
|
+
};
|
|
2003
|
+
res: {
|
|
2004
|
+
headers: Headers;
|
|
2005
|
+
};
|
|
2006
|
+
locale: Locales;
|
|
2007
|
+
ls: TranslationFunctions;
|
|
2008
|
+
};
|
|
1999
2009
|
_input_in: {
|
|
2000
2010
|
userId: string;
|
|
2001
2011
|
};
|