@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.
Files changed (2) hide show
  1. package/dist/index.d.cts +11 -1
  2. 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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-libs-config.1",
3
+ "version": "1.33.0-feat-split-apps-domains.1",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"