@secrecy/trpc-api-types 1.33.5 → 1.33.6

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 +3 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5508,6 +5508,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5508
5508
  groupOwnerPubKey: string;
5509
5509
  encPriv: string;
5510
5510
  sharedByPubKey: string;
5511
+ sharedToPubKey: string;
5511
5512
  groupRole: "ADMIN" | "MEMBER";
5512
5513
  })[];
5513
5514
  };
@@ -5539,6 +5540,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5539
5540
  groupOwnerPubKey: string;
5540
5541
  encPriv: string;
5541
5542
  sharedByPubKey: string;
5543
+ sharedToPubKey: string;
5542
5544
  groupRole: "ADMIN" | "MEMBER";
5543
5545
  })[] | null;
5544
5546
  };
@@ -6454,6 +6456,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6454
6456
  groupOwnerPubKey: string;
6455
6457
  encPriv: string;
6456
6458
  sharedByPubKey: string;
6459
+ sharedToPubKey: string;
6457
6460
  groupRole: "ADMIN" | "MEMBER";
6458
6461
  })[];
6459
6462
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.5",
3
+ "version": "1.33.6",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"