@secrecy/trpc-api-types 1.33.7 → 1.33.8-dev.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 +0 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6490,7 +6490,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
6490
6490
|
id: string;
|
|
6491
6491
|
encPriv: string;
|
|
6492
6492
|
pubKey: string;
|
|
6493
|
-
fromPubKey: string;
|
|
6494
6493
|
role?: "ADMIN" | "MEMBER" | undefined;
|
|
6495
6494
|
};
|
|
6496
6495
|
output: {
|
|
@@ -6514,7 +6513,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
6514
6513
|
name: string;
|
|
6515
6514
|
encPriv: string;
|
|
6516
6515
|
pubKey: string;
|
|
6517
|
-
fromPubKey: string;
|
|
6518
6516
|
};
|
|
6519
6517
|
output: {
|
|
6520
6518
|
group: {
|