@secrecy/trpc-api-types 1.35.0 → 1.35.2

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.ts +6 -12
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1740,10 +1740,8 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
1740
1740
  }[];
1741
1741
  partSize: bigint;
1742
1742
  key: string | null;
1743
- keyPair: {
1744
- pub: string;
1745
- encPriv: string;
1746
- };
1743
+ keySharedByPubKey: string;
1744
+ keyIdentityPubKey: string;
1747
1745
  } | {
1748
1746
  type: "guest";
1749
1747
  id: string;
@@ -1789,10 +1787,8 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
1789
1787
  }[];
1790
1788
  partSize: bigint;
1791
1789
  key: string | null;
1792
- keyPair: {
1793
- pub: string;
1794
- encPriv: string;
1795
- };
1790
+ keySharedByPubKey: string;
1791
+ keyIdentityPubKey: string;
1796
1792
  } | {
1797
1793
  type: "guest";
1798
1794
  id: string;
@@ -1832,10 +1828,8 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
1832
1828
  id: string;
1833
1829
  storageType: "s3" | "cold" | "lite";
1834
1830
  key: string | null;
1835
- keyPair: {
1836
- pub: string;
1837
- encPriv: string;
1838
- };
1831
+ keySharedByPubKey: string;
1832
+ keyIdentityPubKey: string;
1839
1833
  } | {
1840
1834
  type: "guest";
1841
1835
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.35.0",
3
+ "version": "1.35.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"