@secrecy/trpc-api-types 1.33.0-feat-groups-identity.5 → 1.33.0-feat-groups-identity.7

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
@@ -2538,14 +2538,14 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
2538
2538
  nameKey: string;
2539
2539
  sharedByPublicKey: string;
2540
2540
  identityPubKey: string;
2541
- } | null;
2541
+ };
2542
2542
  history: {
2543
2543
  id: string;
2544
2544
  access: {
2545
2545
  key: string;
2546
2546
  sharedByPublicKey: string;
2547
2547
  identityPubKey: string;
2548
- } | null;
2548
+ };
2549
2549
  }[];
2550
2550
  }[];
2551
2551
  meta: any;
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.5",
3
+ "version": "1.33.0-feat-groups-identity.7",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"