@secrecy/trpc-api-types 1.33.0-feat-orgs.20 → 1.33.0-feat-orgs.22
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 +8 -8
- 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;
|
|
@@ -1651,10 +1649,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1651
1649
|
sessionId: string | null;
|
|
1652
1650
|
};
|
|
1653
1651
|
_output_in: {
|
|
1654
|
-
isLoggedOut:
|
|
1652
|
+
isLoggedOut: true;
|
|
1653
|
+
isCurrentSession: boolean;
|
|
1654
|
+
} | {
|
|
1655
|
+
isLoggedOut: false;
|
|
1655
1656
|
};
|
|
1656
1657
|
_output_out: {
|
|
1657
|
-
isLoggedOut:
|
|
1658
|
+
isLoggedOut: true;
|
|
1659
|
+
isCurrentSession: boolean;
|
|
1660
|
+
} | {
|
|
1661
|
+
isLoggedOut: false;
|
|
1658
1662
|
};
|
|
1659
1663
|
}, unknown>;
|
|
1660
1664
|
masterSalt: _trpc_server.BuildProcedure<"mutation", {
|
|
@@ -1817,7 +1821,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1817
1821
|
godFather?: string | undefined;
|
|
1818
1822
|
};
|
|
1819
1823
|
_output_in: {
|
|
1820
|
-
sessionId: string;
|
|
1821
1824
|
context: {
|
|
1822
1825
|
userId: string;
|
|
1823
1826
|
orgId: string;
|
|
@@ -1826,7 +1829,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1826
1829
|
masterKeySalt: string;
|
|
1827
1830
|
};
|
|
1828
1831
|
_output_out: {
|
|
1829
|
-
sessionId: string;
|
|
1830
1832
|
context: {
|
|
1831
1833
|
userId: string;
|
|
1832
1834
|
orgId: string;
|
|
@@ -1999,14 +2001,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1999
2001
|
orgId?: string | undefined;
|
|
2000
2002
|
};
|
|
2001
2003
|
_output_in: {
|
|
2002
|
-
sessionId: string;
|
|
2003
2004
|
context: {
|
|
2004
2005
|
userId: string;
|
|
2005
2006
|
orgId: string;
|
|
2006
2007
|
};
|
|
2007
2008
|
};
|
|
2008
2009
|
_output_out: {
|
|
2009
|
-
sessionId: string;
|
|
2010
2010
|
context: {
|
|
2011
2011
|
userId: string;
|
|
2012
2012
|
orgId: string;
|