@secrecy/trpc-api-types 1.33.0-feat-orgs.21 → 1.33.0-feat-orgs.23

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 +0 -6
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -1605,7 +1605,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1605
1605
  to: string;
1606
1606
  };
1607
1607
  _output_in: {
1608
- session: string;
1609
1608
  masterKeySalt: string;
1610
1609
  context: {
1611
1610
  userId: string;
@@ -1613,7 +1612,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1613
1612
  };
1614
1613
  };
1615
1614
  _output_out: {
1616
- session: string;
1617
1615
  masterKeySalt: string;
1618
1616
  context: {
1619
1617
  userId: string;
@@ -1823,7 +1821,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1823
1821
  godFather?: string | undefined;
1824
1822
  };
1825
1823
  _output_in: {
1826
- sessionId: string;
1827
1824
  context: {
1828
1825
  userId: string;
1829
1826
  orgId: string;
@@ -1832,7 +1829,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1832
1829
  masterKeySalt: string;
1833
1830
  };
1834
1831
  _output_out: {
1835
- sessionId: string;
1836
1832
  context: {
1837
1833
  userId: string;
1838
1834
  orgId: string;
@@ -2005,14 +2001,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2005
2001
  orgId?: string | undefined;
2006
2002
  };
2007
2003
  _output_in: {
2008
- sessionId: string;
2009
2004
  context: {
2010
2005
  userId: string;
2011
2006
  orgId: string;
2012
2007
  };
2013
2008
  };
2014
2009
  _output_out: {
2015
- sessionId: string;
2016
2010
  context: {
2017
2011
  userId: string;
2018
2012
  orgId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-orgs.21",
3
+ "version": "1.33.0-feat-orgs.23",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"