@secrecy/trpc-api-types 1.33.0-feat-groups-identity.24 → 1.33.0-feat-groups-identity.25
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 +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -296,7 +296,8 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
296
296
|
appId?: string | undefined;
|
|
297
297
|
};
|
|
298
298
|
output: {
|
|
299
|
-
|
|
299
|
+
appId: string;
|
|
300
|
+
publicKey: string;
|
|
300
301
|
};
|
|
301
302
|
meta: any;
|
|
302
303
|
}>;
|
|
@@ -6215,7 +6216,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
6215
6216
|
};
|
|
6216
6217
|
meta: any;
|
|
6217
6218
|
}>;
|
|
6218
|
-
publicKey: any;
|
|
6219
6219
|
self: _trpc_server.TRPCQueryProcedure<{
|
|
6220
6220
|
input: {
|
|
6221
6221
|
t?: number | undefined;
|