@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -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
- pubKey: string;
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;
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.24",
3
+ "version": "1.33.0-feat-groups-identity.25",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"