@secrecy/trpc-api-types 1.34.1 → 1.35.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.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1719,6 +1719,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1719
1719
|
type: "encrypted";
|
|
1720
1720
|
mime?: string | undefined;
|
|
1721
1721
|
ext?: string | undefined;
|
|
1722
|
+
fromIdentityPubKey?: string | null | undefined;
|
|
1722
1723
|
key?: string | undefined;
|
|
1723
1724
|
} | {
|
|
1724
1725
|
size: bigint;
|
|
@@ -1726,6 +1727,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1726
1727
|
type: "unencrypted";
|
|
1727
1728
|
mime?: string | undefined;
|
|
1728
1729
|
ext?: string | undefined;
|
|
1730
|
+
fromIdentityPubKey?: string | null | undefined;
|
|
1729
1731
|
};
|
|
1730
1732
|
output: {
|
|
1731
1733
|
type: "authed";
|
|
@@ -1814,6 +1816,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1814
1816
|
content: Uint8Array<ArrayBuffer>;
|
|
1815
1817
|
mime?: string | undefined;
|
|
1816
1818
|
ext?: string | undefined;
|
|
1819
|
+
fromIdentityPubKey?: string | null | undefined;
|
|
1817
1820
|
key?: string | undefined;
|
|
1818
1821
|
} | {
|
|
1819
1822
|
size: bigint;
|
|
@@ -1822,6 +1825,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1822
1825
|
content: Uint8Array<ArrayBuffer>;
|
|
1823
1826
|
mime?: string | undefined;
|
|
1824
1827
|
ext?: string | undefined;
|
|
1828
|
+
fromIdentityPubKey?: string | null | undefined;
|
|
1825
1829
|
};
|
|
1826
1830
|
output: {
|
|
1827
1831
|
type: "authed";
|