@secrecy/trpc-api-types 1.33.0-feat-groups-identity.23 → 1.33.0-feat-groups-identity.24

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 +11 -9
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -291,6 +291,16 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
291
291
  meta: any;
292
292
  }>;
293
293
  userPublicKey: _trpc_server.TRPCQueryProcedure<{
294
+ input: {
295
+ id: string;
296
+ appId?: string | undefined;
297
+ };
298
+ output: {
299
+ pubKey: string;
300
+ };
301
+ meta: any;
302
+ }>;
303
+ usersPublicKey: _trpc_server.TRPCQueryProcedure<{
294
304
  input: {
295
305
  userId: string;
296
306
  appId?: string | undefined;
@@ -6205,15 +6215,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6205
6215
  };
6206
6216
  meta: any;
6207
6217
  }>;
6208
- publicKey: _trpc_server.TRPCQueryProcedure<{
6209
- input: {
6210
- id: string;
6211
- };
6212
- output: {
6213
- pub: string;
6214
- };
6215
- meta: any;
6216
- }>;
6218
+ publicKey: any;
6217
6219
  self: _trpc_server.TRPCQueryProcedure<{
6218
6220
  input: {
6219
6221
  t?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-groups-identity.23",
3
+ "version": "1.33.0-feat-groups-identity.24",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"